oasis-sdk icon indicating copy to clipboard operation
oasis-sdk copied to clipboard

feature: Support sr25519 signatures

Open Yawning opened this issue 4 years ago • 1 comments

This primitive has better built-in support for domain separation, first-class HKD support, and most importantly a lack of cofactor/encoding related headaches. The SDK should support it as an alternative to ed25519 (and perhaps start to prefer it once hardware support gets there).

  • [x] Go
  • [x] Rust
  • [ ] Typescript

Yawning avatar Jul 21 '21 08:07 Yawning

Go and Rust have been done via https://github.com/oasisprotocol/oasis-sdk/pull/306

Yawning avatar Jul 27 '21 07:07 Yawning