Skip to main content

BashPrgHash2562

Type Alias BashPrgHash2562 

Source
pub type BashPrgHash2562 = BashPrgHash<64, 2>;
Expand description

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

Aliased Type§

pub struct BashPrgHash2562 { /* private fields */ }

Trait Implementations§

Source§

impl AssociatedOid for BashPrgHash2562

Available on crate feature oid only.
Source§

const OID: ObjectIdentifier

The OID associated with this type.
Source§

impl CollisionResistance for BashPrgHash2562

Source§

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

Collision resistance in bytes. Read more