# Functions
NewAesGcmKey creates a randomly generated AesGcmKey.
NewAesGcmKeyData creates a KeyData containing a randomly generated AesGcmKey.
NewDummyKey returns a dummy key that doesn't contain actual key material.
NewEcdsaPrivateKey creates an EcdsaPrivateKey with a randomly generated key material.
NewEcdsaPrivateKeyData creates a KeyData containing an EcdsaPrivateKey with a randomly generated key material.
NewEcdsaPublicKey creates an EcdsaPublicKey with the specified parameters.
NewHmacKey creates a new HmacKey with the specified parameters.
NewHmacKeyData returns a new KeyData that contains a HmacKey.
NewHmacKeyFormat creates a new HmacKeyFormat with the specified parameters.
NewHmacKeysetManager returns a new KeysetManager that contains a HmacKey.
NewSerializedAesGcmKey creates a AesGcmKey with randomly generated key material.
NewTestAesGcmKeyset creates a new Keyset containing an AesGcmKey.
NewTestHmacKeyset creates a new Keyset containing a HmacKey.
NewTestKeyset creates a new test Keyset.
# Structs
DummyAead is a dummy implementation of Aead interface.
DummyAeadKeyManager is a dummy implementation of the KeyManager interface.
DummyMac is a dummy implementation of Mac interface.