anoma / taiga

A framework for generalized shielded state transitions
https://anoma.net
GNU General Public License v3.0
144 stars 24 forks source link

Circuits/gadgets refactoring #242

Open XuyangSong opened 12 months ago

XuyangSong commented 12 months ago

We've Implemented a bunch of independent circuits used inside of Taiga.(e.g. conditional_equal, conditional_select, hash_to_curve, note_encryption, blake2 hash, etc, etc.). It would be better to refactor the circuits to an independent sub-library inside of Taiga so that external projects can use it.