[−][src]Module tink_signature::subtle
This module provides subtle implementations of digital signature primitives.
Structs
EcdsaSigner |
|
EcdsaVerifier | |
Ed25519Signer | A |
Ed25519Verifier | A |
Enums
EcdsaPrivateKey | |
EcdsaPublicKey | An ECDSA public key. |
SignatureEncoding | Supported signature encodings. This is a precise subset of the protobuf enum,
allowing exact |
Functions
element_from_padded_slice | Produce an elliptic field element from a byte slice, allowing for padding |
validate_ecdsa_params | Validate ECDSA parameters. The hash's strength must not be weaker than the curve's strength. Only DER encoding is supported now. |