This commit is contained in:
Wade Simmons
2026-07-24 08:22:58 -04:00
parent fc950cf765
commit 69e5e8eeb4
+1 -2
View File
@@ -12,8 +12,7 @@ import (
// Ensure NewAESGCM validates the nonce is non-repeating
func TestNewAESGCM(t *testing.T) {
if !boringEnabled && !fips140.Enabled() {
t.Skip()
return
t.Skip("TestNewAESGCM is only for fips140/boringcrypto")
}
key, _ := hex.DecodeString("feffe9928665731c6d6a8f9467308308feffe9928665731c6d6a8f9467308308")