Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/encodeous/nylon
/ NyPublicKey
TypeAlias
NyPublicKey
state/crypto.go:10–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
9
type
NyPrivateKey [device.NoisePrivateKeySize]byte
10
type
NyPublicKey [device.NoisePublicKeySize]byte
11
12
func
GenerateKey() NyPrivateKey {
13
key := make([]byte, device.NoisePrivateKeySize)
Callers
5
handleNylonPacket
Method · 0.92
wireGuardPeerStats
Function · 0.92
scanPassivePeers
Function · 0.92
UnmarshalText
Method · 0.85
Pubkey
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected