openzklib / openzl

Zero-Knowledge Cryptography Infrastructure Stack
https://openzl.org
Other
127 stars 14 forks source link

BitDecomposition for other Structs #56

Open bhgomes opened 1 year ago

bhgomes commented 1 year ago

Implement BitDecomposition for more important structs, e.g., Scalar, Group and GroupVar in https://github.com/Manta-Network/manta-rs/blob/main/manta-crypto/src/arkworks/algebra.rs. Will do this one once Todd merges his PR with several of the necessary migrations.

Mentioned in #37 by @SupremoUGH