aboutsummaryrefslogtreecommitdiff
path: root/cmd/sigsum-debug/leaf/sign/sign.go
Commit message (Collapse)AuthorAgeFilesLines
* use hashing from merkle packageRasmus Dahlberg2022-06-211-2/+3
|
* change 'preimage' to 'message'Linus Nordberg2022-04-291-2/+2
| | | | Issue: #40
* add drafty tool named sigsum-debugRasmus Dahlberg2022-04-231-0/+37
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.