Skip to main content

BashPrgHash1922

Type Alias BashPrgHash1922 

Source
pub type BashPrgHash1922 = BashPrgHash<96, 2>;
Expand description

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

Aliased Type§

pub struct BashPrgHash1922 { /* private fields */ }

Trait Implementations§

Source§

impl AssociatedOid for BashPrgHash1922

Available on crate feature oid only.
Source§

const OID: ObjectIdentifier

The OID associated with this type.
Source§

impl CollisionResistance for BashPrgHash1922

Source§

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

Collision resistance in bytes. Read more