-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
There are a number of places in the library that the use the CryptoRng trait. This makes it impossible to pass failable randomness sources such as OsRng to these functions. Instead, this library should use the TryCryptoRng trait which is strictly more general and then add an error type to the error enum:
Line 148 in ba75d11
| pub enum HpkeError { |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels