Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of aknuds1/js-libp2p-secio

Account's avatar
caolan/async
Higher-order functions and common patterns for asynchronous code
Account's avatar
debug-js/debug
Lightweight debugging utility for Node.js and the browser
Account's avatar
libp2p/interface-connection
A test suite and interface you can use to implement a connection interface.
Account's avatar
libp2p/js-libp2p-crypto
Crypto primitives for libp2p
Account's avatar
multiformats/js-multihashing-async
multiple hash functions
Account's avatar
libp2p/js-peer-id
IPFS Peer Id implementation in Node.js
Account's avatar
libp2p/js-peer-info
IPFS Peer abstraction JavaScript implementation
Account's avatar
ipfs/protons
Protobuf to ts transpiler
Account's avatar
dominictarr/pull-defer
a deferred source, sink or through pull-stream
Account's avatar
dominictarr/pull-handshake
easily create a duplex protocol that starts with a handshake
Account's avatar
dignifiedquire/pull-length-prefixed
Streaming length prefixed buffers with pull-streams
Account's avatar
pull-stream/pull-stream
minimal pull stream
Account's avatar
ipfs/aegir
JavaScript project management
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
joshperry/dirty-chai
Extends Chai with lint-friendly terminating assertions.
Account's avatar
libp2p/js-libp2p-websockets
JavaScript implementation of the WebSockets module that libp2p uses and that implements the interface-transport spec
Account's avatar
multiformats/js-multistream-select
JavaScript implementation of multistream-select
Account's avatar
dominictarr/pull-goodbye
Account's avatar
dominictarr/pull-pair
pair a source pull-stream and a sink pull-stream

Support the repos that depend on this repository

Top contributors

daviddias's profile
daviddias
88 contributions
dignifiedquire's profile
dignifiedquire
50 contributions
greenkeeperio-bot's profile
greenkeeperio-bot
6 contributions
aknuds1's profile
aknuds1
5 contributions
jacobheun's profile
jacobheun
3 contributions
hugomrdias's profile
hugomrdias
2 contributions
RichardLitt's profile
RichardLitt
2 contributions
vasco-santos's profile
vasco-santos
2 contributions
victorb's profile
victorb
2 contributions
dryajov's profile
dryajov
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
aknuds1

aknuds1/js-libp2p-secio

libp2p SECIO

JavaScript
1
0
MIT License

js‑libp2p‑secio is a JavaScript implementation of the SECIO (Secure I/O) encryption protocol used by the libp2p networking stack. It provides an `encrypt` function that upgrades a plain‑text libp2p connection into a fully encrypted pull‑stream based connection, intended for developers building peer‑to‑peer applications (e.g., IPFS, decentralized services) that need secure libp2p communications in Node.js environments.