pub type SecretKey = Key<Secret>;
A KEM secret key with the ability to decapsulate a shared secret.
struct SecretKey { /* private fields */ }