|
ndn-cxx: NDN C++ Library 0.9.0-33-g832ea91d
|
#include "ndn-cxx/security/transform/block-cipher.hpp"#include <openssl/bio.h>#include <openssl/evp.h>#include <boost/lexical_cast.hpp>
Include dependency graph for block-cipher.cpp:Go to the source code of this file.
Namespaces | |
| namespace | ndn |
| namespace | ndn::security |
| Contains the ndn-cxx security framework. | |
| namespace | ndn::security::transform |
Functions | |
| unique_ptr< Transform > | ndn::security::transform::blockCipher (BlockCipherAlgorithm algo, CipherOperator op, span< const uint8_t > key, span< const uint8_t > iv) |