aboutsummaryrefslogtreecommitdiff
path: root/trillian.go
Commit message (Collapse)AuthorAgeFilesLines
* refactor types and documentationRasmus Dahlberg2020-10-301-2/+0
| | | | | | Structured files a bit better, added more documentation, switched to pointers as default (unless specifically motivated not to do so), and encapsulated TLS (un)marshaling for the respective types that use it.
* removed unused codeRasmus Dahlberg2020-10-301-4/+0
|
* added sanity checks on Trillian responsesRasmus Dahlberg2020-10-301-4/+59
| | | | Based on the sanity checks that CTFE does.
* added max range and get-entries sanity checkingRasmus Dahlberg2020-10-301-0/+32