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

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