package
1.2.2
Repository: https://github.com/mightyguava/tink.git
Documentation: pkg.go.dev

# Functions

EcdsaP256KeyTemplate is a KeyTemplate of EcdsaPrivateKey with the following parameters: - Hash function: SHA256 - Curve: NIST P-256 - Signature encoding: DER.
EcdsaP384KeyTemplate is a KeyTemplate of EcdsaPrivateKey with the following parameters: - Hash function: SHA512 - Curve: NIST P-384 - Signature encoding: DER.
EcdsaP521KeyTemplate is a KeyTemplate of EcdsaPrivateKey with the following parameters: - Hash function: SHA512 - Curve: NIST P-521 - Signature encoding: DER.
GetEcdsaParamNames returns the string representations of each parameter in the given EcdsaParams.
GetEcdsaSignatureEncodingName returns the name of the EcdsaSignatureEncoding.
GetPublicKeySignPrimitive returns a PublicKeySign primitive from the given keyset handle.
GetPublicKeySignPrimitiveWithCustomerManager returns a PublicKeySign primitive from the given keyset handle and custom key manager.
GetPublicKeyVerifyPrimitive returns a PublicKeyVerify primitive from the given keyset handle.
GetPublicKeyVerifyPrimitiveWithCustomerManager returns a PublicKeyVerify primitive from the given keyset handle and custom key manager.
NewEcdsaKeyFormat creates a EcdsaKeyFormat with the specified parameters.
NewEcdsaParams creates a EcdsaParams with the specified parameters.
NewEcdsaPrivateKey creates a EcdsaPrivateKey with the specified paramaters.
NewEcdsaPublicKey creates a EcdsaPublicKey with the specified paramaters.
NewEcdsaSignKeyManager creates a new EcdsaSignKeyManager.
NewEcdsaVerifyKeyManager creates a new EcdsaVerifyKeyManager.
RegisterKeyManager registers the given keyManager for the key type given in keyManager.KeyType().
RegisterStandardKeyTypes registers standard Aead key types and their managers with the Registry.

# Constants

EcdsaSignKeyVersion is the maximum version of keys that this manager supports.
EcdsaSignTypeURL is the only type URL that this manager supports.
EcdsaVerifyKeyVersion is the maximum version of keys that this manager supports.
EcdsaVerifyTypeURL is the only type URL that this manager supports.

# Structs

EcdsaSignKeyManager is an implementation of KeyManager interface.
EcdsaVerifyKeyManager is an implementation of KeyManager interface.