Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GoEdgeLab/EdgeNode
/ Init
Method
Init
internal/encrypt/method.go:5–5 ·
view source on GitHub ↗
Init 初始化
(key []byte, iv []byte)
Source
from the content-addressed store, hash-verified
3
type
MethodInterface
interface
{
4
// Init 初始化
5
Init(key []byte, iv []byte) error
6
7
// Encrypt 加密
8
Encrypt(src []byte) (dst []byte, err error)
Callers
1
NewMethodInstance
Function · 0.65
Implementers
5
AES256CFBMethod
internal/utils/encrypt.go
AES128CFBMethod
internal/encrypt/method_aes_128_cfb.go
AES192CFBMethod
internal/encrypt/method_aes_192_cfb.go
RawMethod
internal/encrypt/method_raw.go
AES256CFBMethod
internal/encrypt/method_aes_256_cfb.go
Calls
no outgoing calls
Tested by
no test coverage detected