# Packages

Package subtle provides subtle implementations of the digital signature primitive.

# Functions

DERKeyTemplate is a KeyTemplate that generates a new ECDSA secp256k1 private key with the following parameters: - Hash function: SHA256 - Curve: secp256k1 - Signature encoding: DER - Output prefix type: TINK.
IEEEP1363KeyTemplate is a KeyTemplate that generates a new ECDSA secp256k1 private key with the following parameters: - Hash function: SHA256 - Curve: secp256k1 - Signature encoding: IEEE-P1363 - Output prefix type: TINK.
NewSigner returns a Signer primitive from the given keyset handle.
NewSignerWithKeyManager returns a Signer primitive from the given keyset handle and custom key manager.
NewVerifier returns a Verifier primitive from the given keyset handle.
NewVerifierWithKeyManager returns a Verifier primitive from the given keyset handle and custom key manager.