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

Struct AES128CFBMethod

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected