mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 08:43:06 +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.
|
/// Memory values which are public.
|
||||||
#[derive(Debug, Clone, Default)]
|
#[derive(Debug, Clone, Default, Deserialize, Serialize)]
|
||||||
pub struct PublicValues {
|
pub struct PublicValues {
|
||||||
pub trie_roots_before: TrieRoots,
|
pub trie_roots_before: TrieRoots,
|
||||||
pub trie_roots_after: TrieRoots,
|
pub trie_roots_after: TrieRoots,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user