Skip to main content

SHAKE256

Type Alias SHAKE256 

Source
pub type SHAKE256 = SHAKEInternal<SHAKE256Params>;
Expand description

Public type for SHAKE256.

Aliased Type§

pub struct SHAKE256 { /* private fields */ }

Trait Implementations§

Source§

impl AlgorithmOID for SHAKE256

Assigned by NIST in the Computer Security Objects Register: id-shake256 { hashAlgs 12 }

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.