Skip to content

aead: automatic nonce management #119

@tarcieri

Description

@tarcieri

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    aeadAuthenticated Encryption with Associated Data (AEAD) crate

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions