From cb9547b6a108ef26b162c24d6a9cbf2d3633f7b2 Mon Sep 17 00:00:00 2001 From: Wade Simmons Date: Tue, 9 Jun 2026 12:28:02 -0400 Subject: [PATCH] remove commented out code --- noiseutil/fips140.go | 1 - 1 file changed, 1 deletion(-) diff --git a/noiseutil/fips140.go b/noiseutil/fips140.go index 3332c565..6251444b 100644 --- a/noiseutil/fips140.go +++ b/noiseutil/fips140.go @@ -52,7 +52,6 @@ func cipherAESGCMFIPS140(k [32]byte) noise.Cipher { } func (c *aeadCipher) Seal(dst, nonce, plaintext, additionalData []byte) []byte { - // runtime.Breakpoint() if !c.ready { // crypto/tls.aeadAESGCMTLS13 expected that the first call to Seal // is with a counter of `0`, this is how it extracts the nonce mask.