Crate blueprint_crypto_bls

Source

Modules§

aggregation
bls377
bls381
error

Constants§

CONTEXT

Traits§

CanonicalDeserialize
Deserializer in little endian format. This trait can be derived if all fields of a struct implement CanonicalDeserialize and the derive feature is enabled.
CanonicalSerialize
Serializer in little endian format. This trait can be derived if all fields of a struct implement CanonicalSerialize and the derive feature is enabled.

Functions§

from_bytes
Deserialize this from a slice of bytes.
to_bytes
Serialize this to a vector of bytes.

Derive Macros§

CanonicalDeserialize
CanonicalSerialize