# Functions

AlgorithmFromKey determines the algorithm of the given public key.
AlgorithmFromString determines an algorithm from its name.
Algs returns the known algorithms.
KeyFromPrivate wraps the given private key into a Key interface.
PrivatesEqual checks whether the two given private keys are equal.
PublicFromPrivate gets the public key associated with the given private key.
PublicsEqual checks whether the two given public keys are equal.

# Constants

ECDSA cipher P-224 curve.
ECDSA cipher P-256 curve.
ECDSA cipher P-384 curve.
ECDSA cipher P-521 curve.
ED25519 cipher.
RSA cipher 2048 bit key lenght.
RSA cipher 3072 bit key lenght.
RSA cipher 4096 bit key lenght.
RSA cipher 8192 bit key lenght.
No description provided by the author

# Interfaces

Key interface provides a unified way to key related serivces like [crypto.Signer].
KeyPair interface provides unified access to a key pair.
KeyPairFactory interface provides a unified way to create key pairs.

# Type aliases

No description provided by the author