mirror of
https://github.com/fluencelabs/js-libp2p-secio
synced 2025-03-15 01:40:51 +00:00
* chore: update deps (#113) * chore: update contributors * chore: release version v0.12.2 * fix: remove use of assert module (#114) The polyfill is big, we can simulate it by throwing an Error and it doesn't work under React Native. * chore: update contributors * chore: release version v0.12.3 * chore(deps-dev): bump aegir from 20.6.1 to 21.0.2 (#117) Bumps [aegir](https://github.com/ipfs/aegir) from 20.6.1 to 21.0.2. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](https://github.com/ipfs/aegir/compare/v20.6.1...v21.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: Jacob Heun <jacobheun@gmail.com> Co-authored-by: Alex Potsides <alex@achingbrain.net> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
js-libp2p-secio
SECIO implementation in JavaScript
This repo contains the JavaScript implementation of secio, an encryption protocol used in libp2p. This is based on this go implementation.
Lead Maintainer
Table of Contents
Install
npm install libp2p-secio
Usage
const secio = require('libp2p-secio')
API
This module exposes a crypto interface, as defined in the js-interfaces
Contribute
Feel free to join in. All welcome. Open an issue!
This repository falls under the IPFS Code of Conduct.
License
Languages
JavaScript
100%