mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-08 17:21:09 +00:00
9 lines
123 B
Go
9 lines
123 B
Go
|
|
//go:build boringcrypto
|
||
|
|
// +build boringcrypto
|
||
|
|
|
||
|
|
package nebula
|
||
|
|
|
||
|
|
import "crypto/boring"
|
||
|
|
|
||
|
|
var boringEnabled = boring.Enabled
|