# Constants
The signature is encoded using ASN.1 (https://tools.ietf.org/html/rfc5480#appendix-A): ECDSA-Sig-Value :: = SEQUENCE { r INTEGER, s INTEGER }.
The signature's format is r || s, where r and s are zero-padded and have the same size in bytes as the order of the curve.
No description provided by the author
# Variables
Enum value maps for EcdsaSignatureEncoding.
Enum value maps for EcdsaSignatureEncoding.
No description provided by the author
# Structs
No description provided by the author
Protos for Ecdsa.
key_type: type.googleapis.com/google.crypto.tink.EcdsaPrivateKey.
key_type: type.googleapis.com/google.crypto.tink.EcdsaPublicKey.
# Type aliases
No description provided by the author