referrerpolicy=no-referrer-when-downgrade

Module bls381

Source
Expand description

BLS-381 specialized types

Re-exports§

pub use super::PUBLIC_KEY_SERIALIZED_SIZE;
pub use super::SIGNATURE_SERIALIZED_SIZE;

Constants§

CRYPTO_ID
An identifier used to match public keys against BLS12-381 keys

Type Aliases§

Pair
BLS12-381 key pair.
Public
BLS12-381 public key.
Signature
BLS12-381 signature.