MCPcopy Index your code
hub / github.com/GoEdgeLab/EdgeNode / RawMethod

Struct RawMethod

internal/encrypt/method_raw.go:3–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package encrypt
2
3type RawMethod struct {
4}
5
6func (this *RawMethod) Init(key, iv []byte) error {
7 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected