MinaFoundation / ecosystem-ideas

Get inspired to build on MinaProtocol.
MIT License
0 stars 0 forks source link

Provable BigInt library #13

Open hgedia opened 1 month ago

hgedia commented 1 month ago

Summary

A library to support the creation of provable BigInt types and all common operations that can be performed on them. These types are used in various cryptographic primitives that require working with numbers larger than the ForeignField allows. ForeignField operations are optimized and they use special gates. This request is to investigate and create a BigInt library using the basic Field element type.

Submitted by boray

Resources

Ready to build?

Please read the docs on how to progress.