Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactored trillian response checking | Rasmus Dahlberg | 2020-11-05 | 1 | -22/+27 |
| | | | | Added a few checks that might be redundant, but better safe than sorry. | ||||
* | refactor types and documentation | Rasmus Dahlberg | 2020-10-30 | 1 | -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 code | Rasmus Dahlberg | 2020-10-30 | 1 | -4/+0 |
| | |||||
* | added sanity checks on Trillian responses | Rasmus Dahlberg | 2020-10-30 | 1 | -4/+59 |
| | | | | Based on the sanity checks that CTFE does. | ||||
* | added max range and get-entries sanity checking | Rasmus Dahlberg | 2020-10-30 | 1 | -0/+32 |