mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-03 14:23:07 +00:00
Made PublicValues serializable
- Needed by the prover scheduler.
This commit is contained in:
parent
86fb6aa065
commit
975fd451e8
@ -48,7 +48,7 @@ pub(crate) struct AllChallengerState<F: RichField + Extendable<D>, H: Hasher<F>,
|
||||
}
|
||||
|
||||
/// Memory values which are public.
|
||||
#[derive(Debug, Clone, Default)]
|
||||
#[derive(Debug, Clone, Default, Deserialize, Serialize)]
|
||||
pub struct PublicValues {
|
||||
pub trie_roots_before: TrieRoots,
|
||||
pub trie_roots_after: TrieRoots,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user