Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added type tests | Rasmus Dahlberg | 2020-11-17 | 1 | -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 checking | Rasmus Dahlberg | 2020-11-17 | 1 | -2/+1 |
| | |||||
* | fixed structure to include trillian_tests.go | Rasmus Dahlberg | 2020-11-16 | 1 | -0/+115 |
Moved trillian test helpers and added TODO functions. |