summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Initialise plop_entry properly.Linus Nordberg2014-04-251-1/+1
|
* Make field timestamp in record plop_data an integer.Linus Nordberg2014-04-251-1/+1
| | | | | It's an integer in the record and then we make it a binary when it's time to serialise it.
* Add default values in plop_entry.Linus Nordberg2014-04-251-2/+2
| | | | | | This makes the fields not able to hold 'undefined' any more. Definitely good for field 'type' and arguably for field 'entry' too, so that a hash over it makes sense.
* Formatting and comments.Linus Nordberg2014-04-251-41/+22
|
* Clean up plop a bit.Linus Nordberg2014-04-252-14/+4
|
* Add some more internal tests to ht.Linus Nordberg2014-04-251-2/+27
|
* Allow for empty hash trees.Linus Nordberg2014-04-251-9/+30
|
* Produce SPT's, add tests.Linus Nordberg2014-04-254-21/+227
| | | | NOTE: Test vectors not verified.
* WIP plop.erlLinus Nordberg2014-04-211-0/+77
|
* 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