Files
moxa/stdlib/go1_12_crypto_hmac.go

24 lines
398 B
Go

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