WIP: feat: Initial implementation of ssf. Sort missinf
This commit is contained in:
parent
69a2026c84
commit
17bade8a62
7 changed files with 108 additions and 10 deletions
|
|
@ -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>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue