mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-06 07:43:10 +00:00
Merge pull request #1198 from mir-protocol/public_values_serde
Made `PublicValues` serializable
This commit is contained in:
commit
62f271a82a
@ -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