Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GoEdgeLab/EdgeNode
/ AES256CFBMethod
Struct
AES256CFBMethod
internal/utils/encrypt.go:133–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
type
AES256CFBMethod
struct
{
134
block cipher.Block
135
iv []byte
136
}
137
138
func
(this *AES256CFBMethod) Init(key, iv []byte) error {
139
// 判断key是否为32长度
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected