# cs-libp2p-crypto **Repository Path**: mirrors_libp2p/cs-libp2p-crypto ## Basic Information - **Project Name**: cs-libp2p-crypto - **Description**: LibP2P Crypto module - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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