Struct ring::aead::LessSafeKey[][src]

pub struct LessSafeKey { /* fields omitted */ }
Expand description

Immutable keys for use in situations where OpeningKey/SealingKey and NonceSequence cannot reasonably be used.

Prefer to use OpeningKey/SealingKey and NonceSequence when practical.

Implementations

Constructs a LessSafeKey.

Like [OpeningKey::open_in_place()], except it accepts an arbitrary nonce.

nonce must be unique for every use of the key to open data.

Like [OpeningKey::open_within()], except it accepts an arbitrary nonce.

nonce must be unique for every use of the key to open data.

Like [SealingKey::seal_in_place_append_tag()], except it accepts an arbitrary nonce.

nonce must be unique for every use of the key to seal data.

Like SealingKey::seal_in_place_separate_tag(), except it accepts an arbitrary nonce.

nonce must be unique for every use of the key to seal data.

The key’s AEAD algorithm.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.