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

Struct AES192CFBMethod

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected