An open API service indexing awesome lists of open source software.

https://github.com/libp2p/cs-libp2p-crypto

LibP2P Crypto module
https://github.com/libp2p/cs-libp2p-crypto

Last synced: about 1 year ago
JSON representation

LibP2P Crypto module

Awesome Lists containing this project

README

          

# LibP2P.Crypto (cs-libp2p-crypto)

[![Travis CI](https://img.shields.io/travis/libp2p/cs-libp2p-crypto.svg?style=flat-square&branch=master)](https://travis-ci.org/libp2p/cs-libp2p-crypto)
[![AppVeyor](https://img.shields.io/appveyor/ci/tabrath/cs-libp2p-crypto/master.svg?style=flat-square)](https://ci.appveyor.com/project/tabrath/cs-libp2p-crypto)
[![NuGet](https://buildstats.info/nuget/LibP2P.Crypto)](https://www.nuget.org/packages/LibP2P.Crypto/)
[![Codecov](https://img.shields.io/codecov/c/github/libp2p/cs-libp2p-crypto/master.svg?style=flat-square)](https://codecov.io/gh/libp2p/cs-libp2p-crypto)
[![Libraries.io](https://img.shields.io/librariesio/github/libp2p/cs-libp2p-crypto.svg?style=flat-square)](https://libraries.io/github/libp2p/cs-libp2p-crypto)

> Implementation/port of [libp2p/go-libp2p-crypto](https://github.com/libp2p/go-libp2p-crypto) in C# .NET Standard 1.6 compliant.

## Table of Contents

- [Install](#install)
- [Usage](#usage)
- [Supported keys](#supported-keys)
- [Maintainers](#maintainers)
- [Contribute](#contribute)
- [License](#license)

## Install

PM> Install-Package LibP2P.Crypto

--

dotnet add package LibP2P.Crypto

## Usage

TODO

## Supported keys

* RSA
* Ed25519

## Maintainers

Captain: [@tabrath](https://github.com/tabrath).

## Contribute

Contributions welcome. Please check out [the issues](https://github.com/libp2p/cs-libp2p-crypto/issues).

## License

[MIT](LICENSE) © 2017 Trond Bråthen