github.com/switchupcb/yaegi@v0.10.2/stdlib/go1_16_crypto_subtle.go (about)

     1  // Code generated by 'yaegi extract crypto/subtle'. DO NOT EDIT.
     2  
     3  // +build go1.16,!go1.17
     4  
     5  package stdlib
     6  
     7  import (
     8  	"crypto/subtle"
     9  	"reflect"
    10  )
    11  
    12  func init() {
    13  	Symbols["crypto/subtle/subtle"] = map[string]reflect.Value{
    14  		// function, constant and variable definitions
    15  		"ConstantTimeByteEq":   reflect.ValueOf(subtle.ConstantTimeByteEq),
    16  		"ConstantTimeCompare":  reflect.ValueOf(subtle.ConstantTimeCompare),
    17  		"ConstantTimeCopy":     reflect.ValueOf(subtle.ConstantTimeCopy),
    18  		"ConstantTimeEq":       reflect.ValueOf(subtle.ConstantTimeEq),
    19  		"ConstantTimeLessOrEq": reflect.ValueOf(subtle.ConstantTimeLessOrEq),
    20  		"ConstantTimeSelect":   reflect.ValueOf(subtle.ConstantTimeSelect),
    21  	}
    22  }