WIP support new Go fips140 module

This will replace boring crypto at some point.

We should modify our protocol a bit and instead change to
NewGCMWithRandomNonce.
This commit is contained in:
Wade Simmons
2025-03-31 12:08:58 -04:00
parent 4444ed166a
commit 4485c47641
5 changed files with 112 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
//go:build !boringcrypto
// +build !boringcrypto
//go:build !boringcrypto && !fips140
// +build !boringcrypto,!fips140
package noiseutil