![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
AES-256-CTR stream cipher implementation (NIST SP 800-38A). More...
#include "signet/crypto/aes_core.hpp"#include "signet/error.hpp"#include <cstddef>#include <cstdint>#include <cstring>#include <vector>Go to the source code of this file.
Classes | |
| class | signet::forge::crypto::AesCtr |
| AES-256 in Counter Mode (CTR) as specified in NIST SP 800-38A. More... | |
Namespaces | |
| namespace | signet |
| namespace | signet::forge |
| namespace | signet::forge::crypto |
AES-256-CTR stream cipher implementation (NIST SP 800-38A).
Definition in file aes_ctr.hpp.