lighthouse/crypto/bls/src
Michael Sproul c11638c36c Split common crates out into their own repos (#3890)
## Proposed Changes

Split out several crates which now exist in separate repos under `sigp`.

- [`ssz` and `ssz_derive`](https://github.com/sigp/ethereum_ssz)
- [`tree_hash` and `tree_hash_derive`](https://github.com/sigp/tree_hash)
- [`ethereum_hashing`](https://github.com/sigp/ethereum_hashing)
- [`ethereum_serde_utils`](https://github.com/sigp/ethereum_serde_utils)
- [`ssz_types`](https://github.com/sigp/ssz_types)

For the published crates see: https://crates.io/teams/github:sigp:crates-io?sort=recent-updates.

## Additional Info

- [x] Need to work out how to handle versioning. I was hoping to do 1.0 versions of several crates, but if they depend on `ethereum-types 0.x` that is not going to work. EDIT: decided to go with 0.5.x versions.
- [x] Need to port several changes from `tree-states`, `capella`, `eip4844` branches to the external repos.
2023-04-28 01:15:40 +00:00
..
impls crypto/bls: make blst dependency optional (#3387) 2022-08-08 23:56:59 +00:00
generic_aggregate_public_key.rs Update spec tests to v1.1.0-beta.4 (#2548) 2021-09-25 05:58:35 +00:00
generic_aggregate_signature.rs Split common crates out into their own repos (#3890) 2023-04-28 01:15:40 +00:00
generic_keypair.rs Support multiple BLS implementations (#1335) 2020-07-25 02:03:18 +00:00
generic_public_key_bytes.rs Split common crates out into their own repos (#3890) 2023-04-28 01:15:40 +00:00
generic_public_key.rs Split common crates out into their own repos (#3890) 2023-04-28 01:15:40 +00:00
generic_secret_key.rs Update to spec v1.0.0-rc.0 and BLSv4 (#1765) 2020-10-28 22:19:38 +00:00
generic_signature_bytes.rs Split common crates out into their own repos (#3890) 2023-04-28 01:15:40 +00:00
generic_signature_set.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
generic_signature.rs Split common crates out into their own repos (#3890) 2023-04-28 01:15:40 +00:00
get_withdrawal_credentials.rs Split common crates out into their own repos (#3890) 2023-04-28 01:15:40 +00:00
lib.rs Add a new bls test (#3235) 2022-10-12 23:40:42 +00:00
macros.rs Use SmallVec for TreeHash packed encoding (#3581) 2022-09-16 08:54:06 +00:00
zeroize_hash.rs Implement key cache to reduce keystore loading times for validator_client (#1695) 2020-10-05 10:50:43 +00:00