MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / AES256CFBMethod

Struct AES256CFBMethod

internal/encrypt/method_aes_256_cfb.go:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type AES256CFBMethod struct {
10 block cipher.Block
11 iv []byte
12}
13
14func (this *AES256CFBMethod) Init(key, iv []byte) error {
15 // 判断key是否为32长度

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected