matter-labs-archive / sapling-crypto

Zcash "Sapling" cryptography gadgets along with additions. Uses our Ethereum compatible bellman under the hood
Other
15 stars 9 forks source link

Require `JubjubParams` to be Send and Sync. #15

Open alex-ozdemir opened 4 years ago

alex-ozdemir commented 4 years ago

ANy reasonable parameter implementation would have this, and marking it allows parameter-generic hash-using functions to parallelize hashing.

shamatar commented 4 years ago

Hey Alex. There was work in the franklin-crypto repository that actually has made this change and few others, so let me check if we can quickly merge those repositories together before I accept a full batch of your PRs.