-
Notifications
You must be signed in to change notification settings - Fork 232
Closed
Labels
aeadAuthenticated Encryption with Associated Data (AEAD) crateAuthenticated Encryption with Associated Data (AEAD) crate
Description
The aead crate presently leaves nonces as a concern to the end user.
It would be better to support a set of nonce management strategies, e.g. sequential nonces for AeadMut, or automatically generated random nonces, as opposed to the current explicit nonce API.
I think it's pretty important to do this in an unobtrusive way, as many protocol implementations will still want/benefit from an explicit nonce-based API.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
aeadAuthenticated Encryption with Associated Data (AEAD) crateAuthenticated Encryption with Associated Data (AEAD) crate