aboutsummaryrefslogtreecommitdiff
path: root/types
Commit message (Collapse)AuthorAgeFilesLines
* added leaf hash helperRasmus Dahlberg2021-06-021-0/+8
|
* moved endpoint type into typesRasmus Dahlberg2021-06-012-22/+72
|
* use ioutil instead of io (go v1.14)Rasmus Dahlberg2021-06-011-1/+2
|
* added types and fixed an errorRasmus Dahlberg2021-05-313-10/+30
| | | | | | - The wrong signature header was used for leaves - Added SigIdent marshalling - Added a wrapper that uses the log's hash function
* added (un)marshal methodsRasmus Dahlberg2021-05-317-531/+938
|
* added ToHTTP methodsRasmus Dahlberg2021-05-182-12/+42
| | | | Not unit tested yet.
* started to refactor types and parsersRasmus Dahlberg2021-05-1714-1549/+733
| | | | Work in progress.
* added new-namespace toolRasmus Dahlberg2021-03-101-0/+56
|
* major refactor based on README.md and TODOsRasmus Dahlberg2021-02-253-2/+96
| | | | | | Updated types, improved units tests, isolated most test data to have it in one place, renamed and created new files to improve readability, and fixed a bunch of minor TODOs.
* added get-entries request typeRasmus Dahlberg2021-02-232-0/+20
|
* added proof request typesRasmus Dahlberg2021-02-232-0/+51
|
* reordered functionsRasmus Dahlberg2021-02-232-25/+25
|
* started using Fingerprint() instead of String()Rasmus Dahlberg2021-02-231-5/+13
|
* renamed and reordered to improve readabilityRasmus Dahlberg2021-02-238-489/+509
|
* added StItemListRasmus Dahlberg2021-02-232-1/+49
|
* added namespace fingerprintRasmus Dahlberg2021-02-232-0/+50
|
* added refactored typesRasmus Dahlberg2021-02-224-0/+1202