summaryrefslogtreecommitdiff
path: root/src/plop.hrl
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Produce SPT's, add tests.Linus Nordberg2014-04-251-0/+27
NOTE: Test vectors not verified.