Struct jwt_compact::alg::Hs512Key [−][src]
pub struct Hs512Key(_);
Expand description
Signing / verifying key for HS512
algorithm. Zeroed on drop.
Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Hs512Key
impl UnwindSafe for Hs512Key
Blanket Implementations
Mutably borrows from an owned value. Read more