oasis-sdk
oasis-sdk copied to clipboard
feature: Support sr25519 signatures
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
Go and Rust have been done via https://github.com/oasisprotocol/oasis-sdk/pull/306