lighthouse/eth2/utils/bls
Paul Hauner bfa2e71b46
Move PublicKey to store uncompressed bytes.
This is an optimisation that allows for faster hashing of a public key,
however it adds a penalty to SSZ encoding because we need to go
decompressed -> PublicKey -> compressed.

The spec presently uses compressed bytes to store public keys, however
I'm hoping it will change.
2019-03-13 14:41:43 +11:00
..
src Move PublicKey to store uncompressed bytes. 2019-03-13 14:41:43 +11:00
Cargo.toml Upgrade to signature scheme 0.6.0 2019-03-12 16:01:09 +11:00