Skip to content

Commit aa739ce

Browse files
committed
NEWS: Logs can use ML-DSA-44 keys
1 parent 0d2403d commit aa739ce

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
- Added `HashReaderOverlay`, a `tlog.HashReader` that extends a tree with the
1818
stored hashes of appended records, held in memory.
1919

20+
- Added `NewLogVerifier` to parse a log vkey, accepting regular Ed25519 keys
21+
and ML-DSA-44 cosignature keys.
22+
2023
### mpt
2124

2225
- New package with a Merkle Patricia Trie implementation.
@@ -30,12 +33,16 @@
3033

3134
- The bastion certificate is now generated once at startup.
3235

36+
- Logs can now sign checkpoints with ML-DSA-44 keys.
37+
3338
### witnessctl
3439

3540
- Added `set-bastions` command, which adds the given bastion(s) to every log
3641
that has none configured (for example after `pull-logs`), or replaces the
3742
bastions of every log with `-all`.
3843

44+
- `add-key` and `pull-logs` now accept logs that use ML-DSA-44 keys.
45+
3946
### litebastion
4047

4148
- Comments and empty lines are now allowed in the backends file.

0 commit comments

Comments
 (0)