aboutsummaryrefslogtreecommitdiff
path: root/pkg
Commit message (Collapse)AuthorAgeFilesLines
* add dns packageRasmus Dahlberg2022-03-282-0/+164
| | | | | | Mostly imported from sigsum-log-go. Added strict domain hint parsing, two tests, and an example. This should be part of the sigsum-go lib because some client tooling may also want to check domain hints.
* use ASCII serialised leaves in Test*FromASCII()Linus Nordberg2022-03-151-2/+2
|
* ascii: Use dependencies based on Go 1.15.9v0.0.2Rasmus Dahlberg2021-12-301-1/+2
|
* types: Add types and testsRasmus Dahlberg2021-12-209-0/+1039
|
* requests: Add request types and testsRasmus Dahlberg2021-12-202-0/+434
|
* ascii: Add sigsum ASCII-parser and testsRasmus Dahlberg2021-12-202-0/+760
|
* hex: Add lower-case hex parser and testsRasmus Dahlberg2021-12-202-0/+120