Block

Type Alias Block 

Source
pub type Block = FixedBytes<BLOCK_SIZE>;
Expand description

Block type for IBE.

Aliased Type§

pub struct Block(/* private fields */);

Trait Implementations§

Source§

impl From<Digest> for Block

Source§

fn from(digest: Digest) -> Self

Converts to this type from the input type.