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