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

Public API: CipherState.SetNonce #4

Closed Zetanova closed 3 years ago

Zetanova commented 3 years ago

When the message transport is over UDP and packet loss does happen, There is no option to set the CipherState.SetNonce forward, because every class is markt as internal

Zetanova commented 3 years ago

Metalnib fork has a commit for this topic https://github.com/Metalnib/noise/commit/2a36783c804a145cb057e6ae979d5cdefb5b57c0

Zetanova commented 3 years ago

fixed in PR https://github.com/Metalnem/noise/pull/5