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