Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
package
encrypt
2
3
type
RawMethod
struct
{
4
}
5
6
func
(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