Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/encodeous/nylon
/ DeleteKeypair
Method
DeleteKeypair
polyamide/device/keypair.go:48–52 ·
view source on GitHub ↗
(key *Keypair)
Source
from the content-addressed store, hash-verified
46
}
47
48
func
(device *Device) DeleteKeypair(key *Keypair) {
49
if
key != nil {
50
device.indexTable.Delete(key.localIndex)
51
}
52
}
Callers
3
BeginSymmetricSession
Method · 0.80
ReceivedWithKeypair
Method · 0.80
ZeroAndFlushAll
Method · 0.80
Implementers
4
NativeTun
polyamide/tun/tun_linux.go
netTun
polyamide/tun/netstack/tun.go
chTun
polyamide/tun/tuntest/tuntest.go
fakeTUNDeviceSized
polyamide/device/device_test.go
Calls
1
Delete
Method · 0.80
Tested by
no test coverage detected