Files
moxa/stdlib/go1_14_crypto_aes.go
2020-06-18 13:54:04 +02:00

24 lines
493 B
Go

// Code generated by 'goexports crypto/aes'. DO NOT EDIT.
// +build go1.14,!go1.15
package stdlib
import (
"crypto/aes"
"go/constant"
"go/token"
"reflect"
)
func init() {
Symbols["crypto/aes"] = map[string]reflect.Value{
// function, constant and variable definitions
"BlockSize": reflect.ValueOf(constant.MakeFromLiteral("16", token.INT, 0)),
"NewCipher": reflect.ValueOf(aes.NewCipher),
// type definitions
"KeySizeError": reflect.ValueOf((*aes.KeySizeError)(nil)),
}
}