arkworks-rs / snark

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

Fix integer conversions and log2 #274

Closed Pratyush closed 3 years ago

Pratyush commented 3 years ago

Try to use try_from for fallible conversions, and fix algebra_core::log2. This supersedes #245