Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/007idc/GoEdgeKeyGen
/ functions
Functions
12 in github.com/007idc/GoEdgeKeyGen
⨍
Functions
12
◇
Types & classes
3
↓ 3 callers
Function
NewMethodInstance
(method string, key string, iv string)
third/encode/method_utils.go:18
↓ 2 callers
Method
Decrypt
(dst []byte)
third/encode/method_utils.go:11
↓ 2 callers
Method
Encrypt
(src []byte)
third/encode/method_utils.go:10
↓ 2 callers
Function
RecoverMethodPanic
(err interface{})
third/encode/method_utils.go:31
↓ 1 callers
Function
Encode
(data []byte)
third/encode/test.go:22
↓ 1 callers
Method
Init
(key []byte, iv []byte)
third/encode/method_utils.go:9
Function
Decode
(data []byte)
third/encode/test.go:8
Method
Decrypt
(dst []byte)
third/encode/aes-256.go:58
Method
Encrypt
(src []byte)
third/encode/aes-256.go:41
Method
Init
(key, iv []byte)
third/encode/aes-256.go:14
Function
Test
()
third/encode/test.go:37
Function
main
()
main.go:21