Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 434 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 434 Bytes

Dotnet.Libp2p.Crypto

A C# implementation of crypto primitives needed for Libp2p. This is the same repository as LibP2P.Crypto, with the following changes made:

  • added support for Secp256k1.
  • removed reliance on the libsodium library.

TODO

Write test cases to ensure the functionalities of crypto primitives.