blob: 1454329a463f5f570f16a7feeac6788b031c8389 (
plain)
1
2
3
4
5
6
7
8
9
|
// Code generated by mkconsts.go. DO NOT EDIT.
//go:build goexperiment.boringcrypto
// +build goexperiment.boringcrypto
package goexperiment
const BoringCrypto = true
const BoringCryptoInt = 1
|