Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Tags: libp2p/go-libp2p-noise

Tags

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
deprecate this repo (#113)

* deprecate this repo

* release v0.5.0

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release v0.4.0 (#112)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #104 from libp2p/check-peer-id-on-inbound

add the peer ID to SecureInbound

v0.2.2

Toggle v0.2.2's commit message

v0.2.1

Toggle v0.2.1's commit message

v0.2.0

Toggle v0.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Stebalien Steven Allen
release v0.2.0

update noise to 1.0

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #94 from libp2p/chore/update

chore: update deps

v0.1.2

Toggle v0.1.2's commit message
optimize: reduce syscalls using a buffered reader.

Previously, each noise message read would make two syscalls:
1. one to read the length prefix.
2. one to read the encrypted payload.

This patch adds bufio.Reader mediation to cushion syscalls, and
significantly enhaces throughput in read-dominated connections, such
as file transfers.

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #81 from libp2p/feat/77

Further Optimizations and refactor benchmarking code.

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #58 from libp2p/raul-review