mirror of https://github.com/slackhq/nebula.git
9 lines
123 B
Go
9 lines
123 B
Go
|
//go:build boringcrypto
|
||
|
// +build boringcrypto
|
||
|
|
||
|
package nebula
|
||
|
|
||
|
import "crypto/boring"
|
||
|
|
||
|
var boringEnabled = boring.Enabled
|