Struct ring::hkdf::Prk [−][src]
pub struct Prk(_);
Expand description
A HKDF PRK (pseudorandom key).
Implementations
Construct a new Prk
directly with the given value.
Usually one can avoid using this. It is useful when the application
intentionally wants to leak the PRK secret, e.g. to implement
SSLKEYLOGFILE
functionality.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Prk
impl UnwindSafe for Prk
Blanket Implementations
Mutably borrows from an owned value. Read more