!WIP! - Router Info

This commit is contained in:
Haris Khan
2024-11-09 00:53:17 -05:00
parent 4020db8a19
commit 98d05e27c8
15 changed files with 521 additions and 95 deletions

View File

@@ -5,7 +5,7 @@ import common "github.com/go-i2p/go-i2p/lib/common/router_identity"
func Fuzz(data []byte) int {
router_identity, _, _ := common.ReadRouterIdentity(data)
router_identity.Certificate()
router_identity.PublicKey()
router_identity.SigningPublicKey()
router_identity.publicKey()
router_identity.signingPublicKey()
return 0
}