WIP: feat: Initial implementation of ssf. Sort missinf

This commit is contained in:
Alivecow 2024-11-23 19:07:30 +01:00
parent 69a2026c84
commit 17bade8a62
7 changed files with 108 additions and 10 deletions

View file

@ -14,7 +14,7 @@ use super::{
poly::gfmul,
};
#[derive(Debug, serde::Serialize)]
#[derive(Debug, serde::Serialize, serde::Deserialize)]
pub struct FieldElement {
field_element: Vec<u8>,
}