Skip to main content

BashPrgHash1282

Type Alias BashPrgHash1282 

Source
pub type BashPrgHash1282 = BashPrgHash<128, 2>;
Expand description

bash-prg-hash with ℓ = 128 and d = 2

Aliased Type§

pub struct BashPrgHash1282 { /* private fields */ }

Trait Implementations§

Source§

impl AssociatedOid for BashPrgHash1282

Available on crate feature oid only.
Source§

const OID: ObjectIdentifier

The OID associated with this type.
Source§

impl CollisionResistance for BashPrgHash1282

Source§

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

Collision resistance in bytes. Read more