pub type RawKey = Vec<u8>;
A type alias for a raw key, represented as a vector of bytes.
pub struct RawKey { /* private fields */ }