Files
moxa/stdlib/crypto_rc4.go

20 lines
406 B
Go

package stdlib
// Code generated by 'goexports crypto/rc4'. DO NOT EDIT.
import (
"crypto/rc4"
"reflect"
)
func init() {
Value["crypto/rc4"] = map[string]reflect.Value{
"NewCipher": reflect.ValueOf(rc4.NewCipher),
}
Type["crypto/rc4"] = map[string]reflect.Type{
"Cipher": reflect.TypeOf((*rc4.Cipher)(nil)).Elem(),
"KeySizeError": reflect.TypeOf((*rc4.KeySizeError)(nil)).Elem(),
}
}