Functions§
- construct_
signing_ payload - Construct the canonical signing payload.
- generate_
keypair - Generate an Ed25519 keypair.
- sign_
request - Sign a payload with a base64-encoded Ed25519 private key.
- validate_
timestamp - Validate that a request timestamp is within ±300 seconds of now.
- verify_
signature - Verify an Ed25519 signature against a payload.