lighthouse/eth2/utils/bls/src
pscott 7eb82125ef Clippy clean (#536)
* Change into_iter to iter

* Fix clippy 'easy' warnings

* Clippy eth2/utils

* Add struct NetworkInfo

* Clippy for types, utils, and beacon_node/store/src/iters.rs

* Cargo fmt

* Change foo to my_foo

* Remove complex signature

* suppress clippy warning for unit_value in benches

* Use enumerate instead of iterating over range

* Allow trivially_copy_pass_by_ref in serde_utils
2019-09-30 13:58:45 +10:00
..
aggregate_public_key.rs Bulk signature verification (#507) 2019-08-29 11:34:25 +10:00
aggregate_signature.rs Bulk signature verification (#507) 2019-08-29 11:34:25 +10:00
fake_aggregate_public_key.rs Bulk signature verification (#507) 2019-08-29 11:34:25 +10:00
fake_aggregate_signature.rs Bulk signature verification (#507) 2019-08-29 11:34:25 +10:00
fake_public_key.rs Add interop-spec genesis procedure 2019-08-30 15:33:34 +10:00
fake_signature.rs Bulk signature verification (#507) 2019-08-29 11:34:25 +10:00
keypair.rs Fix clippy lints 2019-04-03 16:23:09 +11:00
lib.rs Bulk signature verification (#507) 2019-08-29 11:34:25 +10:00
macros.rs Add ssz_fixed_len method to ssz::Encode 2019-09-08 12:23:37 -04:00
public_key_bytes.rs Fix fake_crypto test fails 2019-08-30 15:49:06 +10:00
public_key.rs Update to latest interop keypair spec 2019-08-30 13:30:07 +10:00
secret_key.rs Clippy clean (#536) 2019-09-30 13:58:45 +10:00
signature_bytes.rs Fix fake_crypto test fails 2019-08-30 15:49:06 +10:00
signature_set.rs Add noisey debugging to attestation processing 2019-09-08 16:28:01 -04:00
signature.rs Fix signature serialization bug 2019-09-14 22:25:53 -04:00