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