mirror of
https://github.com/arnaucube/ark-r1cs-std.git
synced 2026-01-09 23:41:33 +01:00
Implement CanonicalSerialize/Deserialize improvements (#109)
* Implement CanonicalSerialize/Deserialize improvements * Improve code readability by using cursor * Add tests for uncompressed serialization * Improve serialization size (do not require full u64 limbs to be serialised) * Change Flags to enum types * Split up serialization with and without flags. * Implement simple derive macro * Derive traits for Groth16 and GM17 keys and proofs
This commit is contained in:
@@ -13,6 +13,7 @@ members = [
|
|||||||
"groth16",
|
"groth16",
|
||||||
"r1cs-core",
|
"r1cs-core",
|
||||||
"r1cs-std",
|
"r1cs-std",
|
||||||
|
"algebra-core/algebra-core-derive",
|
||||||
]
|
]
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
|
|||||||
Reference in New Issue
Block a user