vms 1dbcfa88b6
sync with master (#1)
* 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>
2020-02-23 19:48:03 +03:00
2020-02-23 19:48:03 +03:00
2019-11-22 14:18:17 -06:00
2018-01-07 16:24:43 +00:00
2019-11-22 14:18:17 -06:00
2020-02-23 19:48:03 +03:00
2016-05-20 21:13:55 +02:00
2020-02-23 19:48:03 +03:00
2019-11-22 14:18:17 -06:00

js-libp2p-secio

Discourse posts Dependency Status js-standard-style

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

Friedel Ziegelmayer

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

» API Docs

Contribute

Feel free to join in. All welcome. Open an issue!

This repository falls under the IPFS Code of Conduct.

License

MIT

Description
No description provided
Readme MIT 1.4 MiB
Languages
JavaScript 100%