CodesInChaos / Chaos.NaCl

Chaos.NaCl cryptography library
Other
131 stars 54 forks source link

Ed25519.KeyExchange generates the same shared keys #5

Closed AdhemarVandamme closed 10 years ago

AdhemarVandamme commented 10 years ago

Fix for https://github.com/CodesInChaos/Chaos.NaCl/issues/4

(Note that I don't use Visual Studio and thus no working Microsoft.VisualStudio.TestTools.UnitTesting. Consequently, I haven’t actually compiled the test project with the additional test method. Also, I manually added the new file unmultiplied_a.cs in the .csproj files. I hope I don’t break anything.)

CodesInChaos commented 10 years ago

Fixed. See Issue #4.