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
- Host: GitHub
- URL: https://github.com/libp2p/cs-libp2p-crypto
- Owner: libp2p
- License: mit
- Created: 2016-11-21T07:16:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T16:49:59.000Z (over 2 years ago)
- Last Synced: 2024-11-03T13:37:46.384Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 43 KB
- Stars: 6
- Watchers: 13
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LibP2P.Crypto (cs-libp2p-crypto)
[](https://travis-ci.org/libp2p/cs-libp2p-crypto)
[](https://ci.appveyor.com/project/tabrath/cs-libp2p-crypto)
[](https://www.nuget.org/packages/LibP2P.Crypto/)
[](https://codecov.io/gh/libp2p/cs-libp2p-crypto)
[](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