lighthouse/eth2/utils/bls/src
Paul Hauner 7cbee46227
Add FakeSignature and FakeAggregateSignature
They replace Signature and FakeAggregateSignature when compling with
debug. Compiling with release uses the real structs.
2019-03-22 10:08:40 +11:00
..
aggregate_public_key.rs Revert "Move PublicKey to store uncomp. bytes." 2019-03-13 16:51:37 +11:00
aggregate_signature.rs Marge fixes to test_harness, add serdehex crate 2019-03-15 13:31:30 +11:00
fake_aggregate_signature.rs Add FakeSignature and FakeAggregateSignature 2019-03-22 10:08:40 +11:00
fake_signature.rs Add FakeSignature and FakeAggregateSignature 2019-03-22 10:08:40 +11:00
keypair.rs Impl serde ser and deser for bls keypairs 2019-03-08 13:15:41 +11:00
lib.rs Add FakeSignature and FakeAggregateSignature 2019-03-22 10:08:40 +11:00
public_key.rs Marge fixes to test_harness, add serdehex crate 2019-03-15 13:31:30 +11:00
secret_key.rs Merge pull request #290 from mjkeating/tree_hash_spec_update 2019-03-13 14:04:42 +13:00
serde_vistors.rs Add bls serde_vistors file 2019-03-08 13:19:37 +11:00
signature.rs Revert "Move PublicKey to store uncomp. bytes." 2019-03-13 16:51:37 +11:00