remove commented out code

This commit is contained in:
Wade Simmons
2026-06-09 12:28:02 -04:00
parent 69a6db705a
commit cb9547b6a1
-1
View File
@@ -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.