From 2f274fc30000b37b8abb15a652af0ebb6b86b275 Mon Sep 17 00:00:00 2001 From: Eric <106356608+librick@users.noreply.github.com> Date: Sat, 11 Nov 2023 06:24:17 -0500 Subject: [PATCH] Update docs from RSA to Ed25519 (#2606) Co-authored-by: Eric McDonald --- libp2p.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libp2p.go b/libp2p.go index db23253b14..9bb36b178f 100644 --- a/libp2p.go +++ b/libp2p.go @@ -42,7 +42,7 @@ func ChainOptions(opts ...Option) Option { // - If no security transport is provided, the host uses the go-libp2p's noise // and/or tls encrypted transport to encrypt all traffic; // -// - If no peer identity is provided, it generates a random RSA 2048 key-pair +// - If no peer identity is provided, it generates a random Ed25519 key-pair // and derives a new identity from it; // // - If no peerstore is provided, the host is initialized with an empty