lighthouse/eth2/utils
Paul Hauner 35ae1b6745
Add agg_pub to bls, add agg_sig.verify_multiple
- Adds a new-type wrapper for `AggregatePublicKey`, just like all the
other types.
- Adds the `verify_multiple` method to the `AggregateSignature` newtype,
as was introduced in a recent version of signature-schemes.
2019-03-03 11:10:38 +11:00
..
bls Add agg_pub to bls, add agg_sig.verify_multiple 2019-03-03 11:10:38 +11:00
boolean-bitfield Updated TreeHash to spec - added padding 2019-02-17 09:30:18 -08:00
fisher_yates_shuffle Add benchmarks for fisher_yates_shuffle 2019-02-26 19:32:32 +13:00
hashing Revert "Merge pull request #200 from sigp/new-structure" 2019-02-14 12:09:18 +11:00
honey-badger-split Revert "Merge pull request #200 from sigp/new-structure" 2019-02-14 12:09:18 +11:00
int_to_bytes Rename eth2_bytes to int_to_bytes 2019-02-15 11:19:25 +11:00
slot_clock Revert "Merge pull request #200 from sigp/new-structure" 2019-02-14 12:09:18 +11:00
ssz now using the Hashtree macro for most struct types 2019-02-22 13:07:04 -08:00
ssz_derive renamed the macro Hashtree to TreeHash 2019-02-25 09:17:17 -08:00
swap_or_not_shuffle Add fast full-list shuffle for swap-or-not 2019-03-01 12:19:05 +11:00
test_random_derive replaced manual TestRandom implementation with macro when possible; fixed typo in TestRandom macro (lighthouse-246) 2019-02-22 17:10:26 +01:00