Type Alias viz_core::types::CookieKey

source ·
pub type CookieKey = Key;
Available on crate feature cookie and (crate features cookie-signed or cookie-private) only.
Expand description

A cryptographic master key for use with Signed and/or Private jars.

Aliased Type§

struct CookieKey(/* private fields */);