Commit Graph

9 Commits

Author SHA1 Message Date
Alexander Afanasyev e76f2632dd Add configuration to build a stand-alone application
Though, nothing compiles yet
2012-03-05 00:21:58 -08:00
Alexander Afanasyev e00ffbe65a Checkpoint 2012-03-05 00:01:36 -08:00
Alexander Afanasyev de505f2ce1 Small refactoring: Sync::CcnxNameInfo renamed to Sync::Ns3NameInfo 2012-03-02 11:45:45 -08:00
Alexander Afanasyev 017784ccdd Removing ns3 namespace 2012-03-02 11:44:13 -08:00
Alexander Afanasyev cf9d65b78c Small progress 2012-03-02 11:34:22 -08:00
Alexander Afanasyev df718f5861 Small extension of Digest. Now it supports adding other digests.
Basically, we're building a hash tree, where leaves as hash(data), next
levels are hash(hash(data)), next levels are hash(hash(hash(data))), etc.

(Though, right now we going to have a very limited and hard-coded number
of levels of this hash tree)
2012-03-02 00:23:04 -08:00
Alexander Afanasyev 8f25cbbb68 Initial support for libcrypto
Added partially implemented libcrypto wrapper (Digest)
2012-03-01 23:53:40 -08:00
Alexander Afanasyev b5547e3f83 Now everything at least compiles, though doing nothing 2012-03-01 21:59:38 -08:00
Alexander Afanasyev 7a696fb1ac Initial commit 2012-03-01 17:17:22 -08:00