issues
search
celo-org
/
celo-bls-snark-rs
Implements SNARK-friendly BLS signatures
https://celo.org
Apache License 2.0
84
stars
21
forks
source link
test(cache): add tests and improve PublicKey PartialEq
#159
Closed
gakonst
closed
4 years ago
gakonst
commented
4 years ago
Adds tests for the cache
The cache's hashset now uses a WrappedPublicKey type which implements the byte level equality, while the normal public key derives it from its underlying group element datatype