Files
moxa/stdlib/go1_11_crypto_aes.go

25 lines
472 B
Go

// +build go1.11,!go1.12
package stdlib
// Code generated by 'goexports crypto/aes'. DO NOT EDIT.
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)),
// interface wrapper definitions
}
}