Module ed25519

Source
Expand description

Ed25519 signature utilities for exchange authentication

Provides a generic Ed25519 authentication implementation that can be used by any exchange requiring Ed25519 signatures. Built on top of ed25519-dalek for cryptographic operations.

Structs§

Ed25519Auth
Ed25519 authentication implementation for exchanges

Functions§

generate_ed25519_signature
Generate Ed25519 signature for parameters (standalone function)