celo-org / celo-bls-snark-rs

Implements SNARK-friendly BLS signatures
https://celo.org
Apache License 2.0
84 stars 21 forks source link

Adds deserialize_public_key_cached #173

Closed kobigurk closed 4 years ago

kobigurk commented 4 years ago

Description

Allows consumers to deserialize public keys while using the LRU cache. Also, enlarges the cache to have a bigger margin.