This is an optimisation that allows for faster hashing of a public key, however it adds a penalty to SSZ encoding because we need to go decompressed -> PublicKey -> compressed. The spec presently uses compressed bytes to store public keys, however I'm hoping it will change. |
||
|---|---|---|
| .. | ||
| aggregate_public_key.rs | ||
| aggregate_signature.rs | ||
| keypair.rs | ||
| lib.rs | ||
| public_key.rs | ||
| secret_key.rs | ||
| serde_vistors.rs | ||
| signature.rs | ||