MCPcopy 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
9type NyPrivateKey [device.NoisePrivateKeySize]byte
10type NyPublicKey [device.NoisePublicKeySize]byte
11
12func GenerateKey() NyPrivateKey {
13 key := make([]byte, device.NoisePrivateKeySize)

Callers 5

handleNylonPacketMethod · 0.92
wireGuardPeerStatsFunction · 0.92
scanPassivePeersFunction · 0.92
UnmarshalTextMethod · 0.85
PubkeyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected