lighthouse/eth2/utils/bls/src
Paul Hauner 75efed305c
Faster BeaconState enc/dec (#671)
* Add state enc/dec benches

* Add example for flamegraph

* Use `PublicKeyBytes` for `Validator`

* Ripple PublicKeyBytes change through codebase

* Add benches, optimizations to store BeaconState

* Store BeaconState in StorageContainer too

* Optimize StorageContainer with std::mem magic

* Fix rest_api tests
2019-12-06 16:44:03 +11:00
..
aggregate_public_key.rs Bulk signature verification (#507) 2019-08-29 11:34:25 +10:00
aggregate_signature.rs Implement tree hash caching (#584) 2019-11-05 15:46:52 +11:00
fake_aggregate_public_key.rs Bulk signature verification (#507) 2019-08-29 11:34:25 +10:00
fake_aggregate_signature.rs Implement tree hash caching (#584) 2019-11-05 15:46:52 +11:00
fake_public_key.rs Prepare for public testnet (#628) 2019-12-03 15:28:57 +11:00
fake_signature.rs Implement tree hash caching (#584) 2019-11-05 15:46:52 +11:00
keypair.rs Derive PartialEq for Keypair (#595) 2019-11-11 10:28:22 +11:00
lib.rs Faster BeaconState enc/dec (#671) 2019-12-06 16:44:03 +11:00
macros.rs Faster BeaconState enc/dec (#671) 2019-12-06 16:44:03 +11:00
public_key_bytes.rs Implement tree hash caching (#584) 2019-11-05 15:46:52 +11:00
public_key.rs Prepare for public testnet (#628) 2019-12-03 15:28:57 +11:00
secret_key.rs Implement tree hash caching (#584) 2019-11-05 15:46:52 +11:00
signature_bytes.rs Implement tree hash caching (#584) 2019-11-05 15:46:52 +11:00
signature_set.rs Faster BeaconState enc/dec (#671) 2019-12-06 16:44:03 +11:00
signature.rs Implement tree hash caching (#584) 2019-11-05 15:46:52 +11:00