# Functions
KeyGen calculates a public key k from a secret key.
Shared calculates a shared key k from Alice's secret and Bob's public key.
# Constants
Size is the size in bytes of keys.
# Type aliases
Key represents a public or private key of FourQ.