#include "crypto.hpp"
#include "../encoding/buffer-stream.hpp"
#include "../security/v1/cryptopp.hpp"
Go to the source code of this file.
Namespaces | |
ndn | |
Copyright (c) 2011-2015 Regents of the University of California. | |
ndn::crypto | |
Functions | |
ConstBufferPtr | ndn::crypto::computeSha256Digest (const uint8_t *data, size_t dataLength) |
Compute the sha-256 digest of data. More... | |