aboutsummaryrefslogtreecommitdiff
path: root/trillian_test.go
Commit message (Collapse)AuthorAgeFilesLines
* added type testsRasmus Dahlberg2020-11-171-0/+11
| | | | | | | | | | As a result these changes were made: - Simplified a few New* functions - Allowed empty inclusion and consistency proofs, which is in contrast to not being able to marshal them due to `tls:"minlen:1"`. For example, an inclusion proof will be empty for a Merkle tree of size 1. - Disallowed empty signatures and chains in a leaf's Appendix - Removed unnecessary examples
* fixed redundant tree head checkingRasmus Dahlberg2020-11-171-2/+1
|
* fixed structure to include trillian_tests.goRasmus Dahlberg2020-11-161-0/+115
Moved trillian test helpers and added TODO functions.