Skip to main content

SHAKE128

Type Alias SHAKE128 

Source
pub type SHAKE128 = SHAKEInternal<SHAKE128Params>;
Expand description

Public type for SHAKE128.

Aliased Type§

pub struct SHAKE128 { /* private fields */ }

Trait Implementations§

Source§

impl AlgorithmOID for SHAKE128

Assigned by NIST in the Computer Security Objects Register: id-shake128 { hashAlgs 11 }

Source§

const OID: &'static [u32]

The OID in component form – each u32 is one OID component.
Source§

const OID_DER: &'static [u8]

The OID in its DER-encoded form.