Expand description
§Delano Keys
Convenience crate for deriving expanded Verification Keys from seed and root G1 and G2 public keys.
Also holds definition for Publishing Keys on a network such that the extended Values can be found.
Modules§
- kdf
- Requires
deterministic
feature Ifderive
is feature is enabled, this crate provides a key derivation mechanism for BLS12-381. - publish
- Requires
publish
feature The Protocol for creating a Key from AttributeKOV and Issuer Key Hash the serialized value of the Key struct which holds the AttributeKOV and Issuer Key - vk
- The Verification Key Module
Requires
vk
feature The Verification Key ([VK]) is made up of a [VK::G1] as the first element, and [VK::G2] as subsequent. Due to this fact, we need an enum to represent the [VK].