adshao / go-binance

A Go SDK for Binance API
MIT License
1.48k stars 662 forks source link

feature: support signature key Rsa and ed25519 #579

Closed xyq-c-cpp closed 1 week ago

xyq-c-cpp commented 1 week ago
  1. Binance supports three message signing methods. The current message signing method in the module only supports HMAC. The updated feature will add support for RSA and Ed25519 key types, expanding the range of cryptographic algorithms available for message signing.
xyq-c-cpp commented 1 week ago

when #572 merged, then notify me and merged this. @adshao

xyq-c-cpp commented 1 week ago

@adshao hello, review this.