1. fff4a37 Sha256WithRsaSignature: In setSignature, etc. only take a Blob. The Blob constructor can make a copy if needed. by Jeff Thompson · 11 years ago
  2. da530ea Sha256WithRsaSignature: Added versions of setDigestAlgorithm, setWitness and setSignature which take a Blob. by Jeff Thompson · 11 years ago
  3. e589c3f Code style: Replace tab with space. by Jeff Thompson · 11 years ago
  4. 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 (97%) from ndn-cpp/sha256-with-rsa-signature.hpp]
  5. 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
  6. 10ad12a global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector. by Jeff Thompson · 11 years ago
  7. bad29b3 security: Added setSignature for Blob. by Jeff Thompson · 11 years ago
  8. 0050abe Code style: Put function return type on a line by itself. by Jeff Thompson · 11 years ago
  9. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
  10. 20af073 Make Signature an abstract base class and added subclass Sha256WithRsaSignature. Change Data.signature to a pointer to a Signature. by Jeff Thompson · 11 years ago