Skip to content

Commit

Permalink
Update docs from RSA to Ed25519 (#2606)
Browse files Browse the repository at this point in the history
Co-authored-by: Eric McDonald <[email protected]>
  • Loading branch information
librick and librick authored Nov 11, 2023
1 parent abca4e6 commit 2f274fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libp2p.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f274fc

Please sign in to comment.