aboutsummaryrefslogtreecommitdiff
path: root/cmd
Commit message (Collapse)AuthorAgeFilesLines
* add proof verification to sigsum-debugRasmus Dahlberg2022-06-214-5/+57
|
* use hashing from merkle packageRasmus Dahlberg2022-06-213-7/+9
|
* Store only the seed of the private keyGrégoire Détrez2022-06-171-1/+1
|
* Make sigsum-debug print help if subcommand is omittedGrégoire Détrez2022-05-184-4/+4
| | | | Issue #52
* change 'preimage' to 'message'Linus Nordberg2022-04-292-4/+4
| | | | Issue: #40
* add drafty tool named sigsum-debugRasmus Dahlberg2022-04-2314-0/+584
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.