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§
- Ed25519
Auth - Ed25519 authentication implementation for exchanges
Functions§
- generate_
ed25519_ signature - Generate Ed25519 signature for parameters (standalone function)