NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
crypto.hpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
22
#ifndef NDN_UTIL_CRYPTO_HPP
23
#define NDN_UTIL_CRYPTO_HPP
24
25
#include "../common.hpp"
26
#include "../encoding/buffer.hpp"
27
28
namespace
ndn
{
29
37
void
38
ndn_digestSha256
(
const
uint8_t* data,
size_t
dataLength, uint8_t* digest);
39
40
namespace
crypto {
41
43
static
const
size_t
SHA256_DIGEST_SIZE
= 32;
44
52
ConstBufferPtr
53
sha256
(
const
uint8_t* data,
size_t
dataLength);
54
55
}
// namespace crypto
56
57
}
// namespace ndn
58
59
#endif // NDN_UTIL_CRYPTO_HPP
ndn
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-strategy-choice-helper.hpp:34
ndn::ndn_digestSha256
void ndn_digestSha256(const uint8_t *data, size_t dataLength, uint8_t *digest)
Compute the sha-256 digest of data.
Definition:
crypto.cpp:30
ndn::crypto::SHA256_DIGEST_SIZE
static const size_t SHA256_DIGEST_SIZE
number of octets in a SHA256 digest
Definition:
crypto.hpp:43
ndn::ConstBufferPtr
shared_ptr< const Buffer > ConstBufferPtr
Definition:
buffer.hpp:33
ndn::crypto::sha256
ConstBufferPtr sha256(const uint8_t *data, size_t dataLength)
Compute the sha-256 digest of data.
Definition:
crypto.cpp:51
ndnSIM
ndn-cxx
src
util
crypto.hpp
Generated on Tue Feb 23 2016 22:18:44 for ndnSIM by
1.8.11