Files
moxa/stdlib/go1_12_crypto_aes.go
2019-08-05 03:10:05 -07:00

22 lines
435 B
Go

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