Metalnem / noise

.NET Standard 1.3 implementation of the Noise Protocol Framework (revision 33 of the spec)
https://www.nuget.org/packages/Noise.NET
MIT License
152 stars 26 forks source link

Feature request: Support for Noise_XK_secp256k1_ChaChaPoly_SHA256 #1

Closed practicalswift closed 5 years ago

practicalswift commented 6 years ago

Having Noise.NET support Noise_XK_secp256k1_ChaChaPoly_SHA256 (the Lightning variant of Noise) would be very useful for developers looking to build Lightning Network related projects in C# (or other .NET languages).

See BOLT #8: Encrypted and Authenticated Transport for details.

As far as I know there are no Noise protocol .NET frameworks with support for Noise_XK_secp256k1_ChaChaPoly_SHA256.