# Functions
KeyGen obtains a public key given a secret key.
Shared calculates Alice's shared key from Alice's secret key and Bob's public key returning true on success.
# Constants
Size is the length in bytes of a X448 key.
# Type aliases
Key represents a X448 key.