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)
2 files changed
tree: ceb04172eae56af944af7e1650eff34cb85a2324
  1. examples/
  2. model/
  3. wscript