|
Asylo
|
#include <cstdint>#include <memory>#include "absl/types/span.h"#include "asylo/crypto/aead_key.h"#include "asylo/crypto/nonce_generator_interface.h"#include "asylo/util/statusor.h"
Go to the source code of this file.
Classes | |
| class | asylo::AeadCryptor |
| An AEAD cryptor that provides Seal() and Open() functionality. More... | |
Namespaces | |
| asylo | |
| asylo::experimental | |
Typedefs | |
| using | asylo::experimental::AeadCryptor = ::asylo::AeadCryptor |