notboring.go 91 B

12345
  1. //go:build !boringcrypto
  2. package nebula
  3. var boringEnabled = func() bool { return false }