Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add proof verification to sigsum-debug | Rasmus Dahlberg | 2022-06-21 | 1 | -1/+1 |
| | |||||
* | use hashing from merkle package | Rasmus Dahlberg | 2022-06-21 | 1 | -2/+3 |
| | |||||
* | move mock signer to internal/ | Rasmus Dahlberg | 2022-06-21 | 1 | -0/+22 |
| | |||||
* | Store only the seed of the private key | Grégoire Détrez | 2022-06-17 | 1 | -2/+2 |
| | |||||
* | fix typos | Linus Nordberg | 2022-04-28 | 1 | -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-debug | Rasmus Dahlberg | 2022-04-23 | 2 | -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. |