arkworks-rs / snark

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

Change `from_repr` to output `Option<Self>` #209

Closed Pratyush closed 4 years ago

Pratyush commented 4 years ago

This is a breaking change.

I've also updated the corresponding From impl to panic if from_repr returns None.

cc @kobigurk @gakonst