blob: 020c75bd532c51261fee891a5cd31f8ff14e165b (
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 = false
const BoringCryptoInt = 0
|