#include "ndn-cxx/security/transform/block-cipher.hpp"
#include "ndn-cxx/security/impl/openssl.hpp"
#include <boost/lexical_cast.hpp>
Go to the source code of this file.
Namespaces | |
ndn | |
ndn::security | |
ndn::security::transform | |
Functions | |
unique_ptr< Transform > | ndn::security::transform::blockCipher (BlockCipherAlgorithm algo, CipherOperator op, const uint8_t *key, size_t keyLen, const uint8_t *iv, size_t ivLen) |