arkworks-rs / snark

Interfaces for Relations and SNARKs for these relations
https://www.arkworks.rs
Apache License 2.0
778 stars 209 forks source link

Serialize from Slices #180

Closed gakonst closed 4 years ago

gakonst commented 4 years ago

Currently the CanonicalSerialize trait is only implemented forVec<impl CanonicalSerialize>. https://github.com/scipr-lab/zexe/blob/master/algebra-core/src/serialize/mod.rs#L129

We should extend it to support slices as well.