summaryrefslogtreecommitdiff
path: root/src/ht.erl
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug with adding first element of empty tree.Linus Nordberg2014-04-261-6/+17
| | | | And tests!
* Won't test sth's in ht.Linus Nordberg2014-04-261-3/+0
|
* Rearrange tests.Linus Nordberg2014-04-261-36/+37
| | | | Also, don't build 1024 trees.
* Don't export tree_version/1 but add size/1.Linus Nordberg2014-04-261-8/+11
|
* Add some more internal tests to ht.Linus Nordberg2014-04-251-2/+27
|
* Allow for empty hash trees.Linus Nordberg2014-04-251-9/+30
|
* Add placeholder for audit_path/2.Linus Nordberg2014-04-211-1/+10
|
* Build hash trees by appending a leaf at a time.Linus Nordberg2014-04-211-0/+224