lighthouse/eth2/utils/bls/src
Paul Hauner 8cfa36fedd
Publish ssz_types (and deps) to crates.io (#468)
* Rename `hashing` crate to `eth2_hashing`

* Add license, desc to eth2_hashing Cargo.toml

* Remove merkle root from eth2 hashing

* Remove old benches folder (zombied from old branch)

* Add docs to eth2_hashing

* Prepare tree_hash for publishing on crates.io

* Update deps to use crates.io instead of paths

* Update all crates to pull ssz from crates.io

* Remove cached_tree_hash, add patches to manifest

* Fix compile error in benches

* Remove unused code

* Fix fake_crypto compile error
2019-08-08 11:39:47 +10:00
..
aggregate_public_key.rs bls: fix unused import warning 2019-06-12 16:56:57 +10:00
aggregate_signature.rs Publish ssz_types (and deps) to crates.io (#468) 2019-08-08 11:39:47 +10:00
fake_aggregate_public_key.rs bls: debugging utils and fake sig fix 2019-06-12 15:44:23 +10:00
fake_aggregate_signature.rs Publish ssz_types (and deps) to crates.io (#468) 2019-08-08 11:39:47 +10:00
fake_public_key.rs Publish ssz_types (and deps) to crates.io (#468) 2019-08-08 11:39:47 +10:00
fake_signature.rs Publish ssz_types (and deps) to crates.io (#468) 2019-08-08 11:39:47 +10:00
keypair.rs Fix clippy lints 2019-04-03 16:23:09 +11:00
lib.rs Publish ssz_types (and deps) to crates.io (#468) 2019-08-08 11:39:47 +10:00
macros.rs Publish ssz_types (and deps) to crates.io (#468) 2019-08-08 11:39:47 +10:00
public_key_bytes.rs Use SignatureBytes and PublicKeyBytes for deposits (#472) 2019-08-06 13:49:11 +10:00
public_key.rs Publish ssz_types (and deps) to crates.io (#468) 2019-08-08 11:39:47 +10:00
secret_key.rs Publish ssz_types (and deps) to crates.io (#468) 2019-08-08 11:39:47 +10:00
signature_bytes.rs Use SignatureBytes and PublicKeyBytes for deposits (#472) 2019-08-06 13:49:11 +10:00
signature.rs Publish ssz_types (and deps) to crates.io (#468) 2019-08-08 11:39:47 +10:00