#include "../common.hpp"#include "crypto.hpp"#include "../encoding/buffer-stream.hpp"#include "../security/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 | |
| void | ndn::ndn_digestSha256 (const uint8_t *data, size_t dataLength, uint8_t *digest) |
| Compute the sha-256 digest of data. More... | |
| ConstBufferPtr | ndn::crypto::sha256 (const uint8_t *data, size_t dataLength) |
| Compute the sha-256 digest of data. More... | |