Missing encryption mapping
Closed this issue · 0 comments
robdefeo commented
Is your feature request related to a problem? Please describe.
No Auth encryption and sr25519 are missing methods
Describe the solution you'd like
- create
case crypto.KindSR25519:
ininternal/pubkey/encryption_types.go
- create
case NoOperation:
incrypto/cipher/encrypter/encrypter.go