github.com/slackhq/nebula@v1.9.0/notboring.go (about)

     1  //go:build !boringcrypto
     2  // +build !boringcrypto
     3  
     4  package nebula
     5  
     6  var boringEnabled = func() bool { return false }