pub type SigningKey = Key;
Renamed to Key.
Key
pub struct SigningKey { pub(crate) algorithm: Algorithm, ctx: LcHmacCtx, }
algorithm: Algorithm
ctx: LcHmacCtx