rasn_cms::algorithms

Type Alias DssPubKey

Source
pub type DssPubKey = Integer;

Aliased Type§

enum DssPubKey {
    Primitive(isize),
    Variable(Box<BigInt>),
}

Variants§

§

Primitive(isize)

§

Variable(Box<BigInt>)