mirror of
https://github.com/slackhq/nebula.git
synced 2026-02-16 01:34:22 +01:00
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:
@@ -1,5 +1,5 @@
|
||||
//go:build !boringcrypto
|
||||
// +build !boringcrypto
|
||||
//go:build !boringcrypto && !fips140
|
||||
// +build !boringcrypto,!fips140
|
||||
|
||||
package noiseutil
|
||||
|
||||
|
||||
Reference in New Issue
Block a user