IronCoreLabs / IronCoreLabs/recrypt-rs
Expose `Ed25519Error` type externally or add mapping of it to `RecryptErr` type.
Open
- Dominant language
- Rust
- Stars
- 167
- Forks
- 23
- Avg merge
- 8m
- Merged PRs (30d)
- 2
Description
We recently changed the library to expose the `RecryptErr` type which was accidentally not being exposed out of the library. Now I noticed that we have the same problem with the `Ed25519Error` type. From what I can tell it's only ever used as part of the `SigningKeypair` methods, so maybe the better path forward here would be to get rid of it in favor of the `RecryptErr` type.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.