Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OpenNHP/opennhp
/ String
Method
String
endpoints/kgc/kgc.go:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
func
(m MasterKey) String() string {
31
return
fmt.Sprintf(
"MasterKey{Ms: %x, PpubX: %x, PpubY: %x}"
, m.Ms.Bytes(), m.PpubX.Bytes(), m.PpubY.Bytes())
32
}
33
34
type
KGCUserPartialKey
struct
{
35
Id string
Callers
15
HandleKnockRequest
Method · 0.45
doAuthWithPlugin
Method · 0.45
initStorageRouter
Method · 0.45
Start
Method · 0.45
SendPacket
Method · 0.45
recvPacketRoutine
Method · 0.45
connectionRoutine
Method · 0.45
IsBlockAddr
Method · 0.45
AddBlockAddr
Method · 0.45
processACOperation
Method · 0.45
handleNhpOpenResource
Method · 0.45
ProcessDataPrivateKeyWrapping
Method · 0.45
Calls
1
Bytes
Method · 0.65
Tested by
7
TestRouting_UnknownClusterReturns404
Function · 0.36
TestRouting_MissingClusterIdReturns400
Function · 0.36
TestRouting_LegacyBarePathRedirects
Function · 0.36
TestRouting_OversizeBodyReturns400
Function · 0.36
TestRouting_NoInstanceReturns503
Function · 0.36
TestRouting_TrailingSlashTolerated
Function · 0.36
TestRealClientAddr
Function · 0.36