summaryrefslogtreecommitdiff
path: root/src/ht.erl
Commit message (Collapse)AuthorAgeFilesLines
* Add licensing information.Linus Nordberg2014-06-091-0/+2
|
* Add explanatory header.Linus Nordberg2014-06-051-0/+22
|
* Don't use maps.Linus Nordberg2014-06-021-21/+28
| | | | We want to support R16 too.
* Clean upp append/2, append/3 a bit.Linus Nordberg2014-06-011-9/+8
|
* Language.Linus Nordberg2014-06-011-6/+6
|
* Clean up the mkhash / gethash name mess a bit.Linus Nordberg2014-06-011-9/+8
|
* Implement audit_path/2.Linus Nordberg2014-06-011-19/+54
|
* Add note about appending trees.Linus Nordberg2014-06-011-6/+10
| | | | Also remove unused code and clearify append/1.
* Implement path/1 for testing.Linus Nordberg2014-06-011-4/+44
|
* Remove a debug printout.Linus Nordberg2014-05-071-1/+0
| | | | In a test.
* Function documentation.Linus Nordberg2014-05-071-13/+23
|
* Formatting.Linus Nordberg2014-05-071-10/+13
|
* Remove support for crypto:sha().Linus Nordberg2014-05-071-11/+1
| | | | We're not on R15 any more.
* Doc and placeholders for audit path and consistency proof functions.Linus Nordberg2014-05-071-6/+41
|
* 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