Module tink_signature::subtle

source ·
Expand description

This module provides subtle implementations of digital signature primitives.

Structs

Enums

Functions

  • Produce an elliptic field element from a byte slice, allowing for padding
  • Validate ECDSA parameters. The hash’s strength must not be weaker than the curve’s strength. DER and IEEE_P1363 encodings are supported.