commit | df718f586198f7a37af851d8a6e9a20f090518be | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Mar 02 00:23:04 2012 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Mar 02 00:23:04 2012 -0800 |
tree | ceb04172eae56af944af7e1650eff34cb85a2324 | |
parent | 8f25cbbb688f4a31b84c6f7494021b4c0537977c [diff] |
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)