This is an automated email from the ASF dual-hosted git repository. sbp pushed a commit to branch sbp in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
commit a20fd81d9e9530949391abad0aff04ee6618bdf3 Author: Sean B. Palmer <[email protected]> AuthorDate: Fri Apr 3 14:14:50 2026 +0100 Remove a completed reminder to update the Noisy Secrets specification --- atr/noisy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/atr/noisy.py b/atr/noisy.py index 35e70f6b..2bc5c876 100644 --- a/atr/noisy.py +++ b/atr/noisy.py @@ -163,7 +163,6 @@ def construct_checksum(message: Message) -> Checksum: def construct_interleaved_checksum_tag( even_checksum_tag: ChecksumTag, odd_checksum_tag: ChecksumTag ) -> InterleavedChecksumTag: - # TODO: Note that InterleavedChecksumTag is a subset of InterleavedChecksumString interleaved_checksum_tag = InterleavedChecksumTag( bytes(b for pair in zip(even_checksum_tag, odd_checksum_tag) for b in pair) ) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
