pub struct Algorithm { /* private fields */ }
An AEAD Algorithm.
The length of the key.
The length of a tag.
See also MAX_TAG_LEN.
MAX_TAG_LEN
The length of the nonces.
Prk::expand()
self
other
==
!=
TypeId
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of From<T> for U chooses to do.
From<T> for U