Implement generic serialization/deserialization (#260)
* complete general serialization * bump default params temporarily * disable recursion in great_boy_pod example
This commit is contained in:
parent
c66506c048
commit
621f8be6b5
14 changed files with 392 additions and 253 deletions
|
|
@ -46,6 +46,8 @@ use super::serialization::*;
|
|||
// types would come from the plonky3 backend.
|
||||
#[cfg(feature = "backend_plonky2")]
|
||||
pub use crate::backends::plonky2::basetypes::*;
|
||||
#[cfg(feature = "backend_plonky2")]
|
||||
pub use crate::backends::plonky2::{Error as BackendError, Result as BackendResult};
|
||||
use crate::middleware::{Params, ToFields, Value};
|
||||
|
||||
pub const HASH_SIZE: usize = 4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue