mirror of
https://github.com/slackhq/nebula.git
synced 2026-07-01 19:10:29 +02:00
8 lines
168 B
Go
8 lines
168 B
Go
//go:build !boringcrypto && !fips140v1.0 && !fips140v1.26
|
|
|
|
package noiseutil
|
|
|
|
// func TestEncryptLockNeeded(t *testing.T) {
|
|
// assert.False(t, EncryptLockNeeded)
|
|
// }
|