Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | go fmt | Rasmus Dahlberg | 2020-10-28 | 1 | -4/+2 |
| | |||||
* | added signed tree head and get-sth code path | Rasmus Dahlberg | 2020-10-28 | 1 | -0/+16 |
| | |||||
* | added ed25519 signing and SDIs | Rasmus Dahlberg | 2020-10-27 | 1 | -0/+45 |
| | |||||
* | isolated chain and signature verification | Rasmus Dahlberg | 2020-10-27 | 1 | -0/+35 |
| | |||||
* | decoupled log instance and info | Rasmus Dahlberg | 2020-10-27 | 1 | -0/+43 |
Makes things a bit more modular. As part of this process I also replaced ct/x509 with crypto/x509, which already suits our needs. |