#include "ndn-cxx/security/transform/block-cipher.hpp"
#include <openssl/bio.h>
#include <openssl/evp.h>
#include <boost/lexical_cast.hpp>
Go to the source code of this file.
Namespaces | |
ndn | |
ndn::security | |
Contains the ndn-cxx security framework. | |
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) |