mirror of
https://github.com/slackhq/nebula.git
synced 2026-07-01 19:10:29 +02:00
8 lines
100 B
Go
8 lines
100 B
Go
//go:build boringcrypto
|
|
|
|
package nebula
|
|
|
|
import "crypto/boring"
|
|
|
|
var boringEnabled = boring.Enabled
|