aboutsummaryrefslogtreecommitdiff
path: root/internal
Commit message (Collapse)AuthorAgeFilesLines
* add proof verification to sigsum-debugRasmus Dahlberg2022-06-211-1/+1
|
* use hashing from merkle packageRasmus Dahlberg2022-06-211-2/+3
|
* move mock signer to internal/Rasmus Dahlberg2022-06-211-0/+22
|
* Store only the seed of the private keyGrégoire Détrez2022-06-171-2/+2
|
* fix typosLinus Nordberg2022-04-281-2/+2
| | | | | | | We should consider stop writing function names in comments. They don't add much. Actually they don't add anything except potentially confusion when they don't match the actualy name which is checked by the compiler.
* add drafty tool named sigsum-debugRasmus Dahlberg2022-04-232-0/+144
Meant to be used for debugging and tests only. Replaces cmd/tmp/* in log-go, expect for the DNS command which is redundant. Use `dig -t txt $domain_hint` to debug domain hints.