Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-cxx
/
993a0e16e65a75b4537ddc583502c374e78ae705
/
include
/
ndn-cpp
/
publisher-public-key-digest.hpp
43fb822
PublisherPublicKeyDigest: in setPublisherPublicKeyDigest, just support const Blob& since the Blob constructor makes the necessary conversions.
by Jeff Thompson
· 11 years ago
25b4e61
make: Global change: Move all public headers to include folder. Change source to including public headers using #include <ndn-cpp/*>. Split some header files to minimize exposing C .h files.
by Jeff Thompson
· 11 years ago
[Renamed (90%) from ndn-cpp/publisher-public-key-digest.hpp]
9303453
Internal: Use C struct ndn_Blob where possible. Make ndn::Blob work with ndn_Blob.
by Jeff Thompson
· 11 years ago
97223af
globa: Change unsigned int to size_t where it is the size of a byte array or an index/offset into it.
by Jeff Thompson
· 11 years ago
10ad12a
global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector.
by Jeff Thompson
· 11 years ago
8659fa1
Added setPublisherPublicKeyDigest which takes a blob.
by Jeff Thompson
· 11 years ago
0050abe
Code style: Put function return type on a line by itself.
by Jeff Thompson
· 11 years ago
7687dc0
All source files: Added UC Copyright. Added jefft0 email address.
by Jeff Thompson
· 11 years ago
03616c9
In PublisherPublicKeyDigest, make the value a Blob.
by Jeff Thompson
· 11 years ago
f4585af
Move publisherPublicKeyDigest and keyLocator from MetaInfo to Signature.
by Jeff Thompson
· 11 years ago
1656e6a
Code style: Declare (Type& value) instead of (Type &value)
by Jeff Thompson
· 11 years ago
2d27e2f
Convert tabs to spaces.
by Jeff Thompson
· 11 years ago
ac1b0ac
Added non-const getters for vector members so they can be manipulated directly.
by Jeff Thompson
· 11 years ago
46bd45f
Added setter methods.
by Jeff Thompson
· 11 years ago
5341219
Major code style change to rename all files to lower case.
by Jeff Thompson
· 11 years ago
[Renamed (97%) from ndn-cpp/PublisherPublicKeyDigest.hpp]
51dd5fd
Added setVector in common.hpp
by Jeff Thompson
· 11 years ago
dd3d229
In set methods, make the argument const
by Jeff Thompson
· 11 years ago
8238d00
Added separate PublishPublicKeyDigest and use in Interest.
by Jeff Thompson
· 11 years ago