Skip to main content

BashPrgHash2561

Type Alias BashPrgHash2561 

Source
pub type BashPrgHash2561 = BashPrgHash<128, 1>;
Expand description

bash-prg-hash with ℓ = 256 and d = 1

Aliased Type§

pub struct BashPrgHash2561 { /* private fields */ }

Trait Implementations§

Source§

impl AssociatedOid for BashPrgHash2561

Available on crate feature oid only.
Source§

const OID: ObjectIdentifier

The OID associated with this type.
Source§

impl CollisionResistance for BashPrgHash2561

Source§

type CollisionResistance = UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>

Collision resistance in bytes. Read more