You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2018. It is now read-only.
Development of CoCSharp was and is done completely on Windows with Visual Studio, and I don't have a Linux machine yet, so I can't really help you there.
However from the stack trace it seems like it is a libsodium-net which is a wrapper around libsodium and is used by CoCSharp to handle encryption. And I can't really help you here either.
But the IncrementNonce(byte[]) function is not a very complicated function, it just increments the given byte array by 2. A quick fix could be done by replacing the lines here by this:
I am planning on using or implementating a managed version of libsodium instead. That way we don't have to deal with native/unmanaged related issues and should hopefully increase portability.
Actually, if you launch mono CoCSharp.Server.exe it starts but when you try to login this happens:
The text was updated successfully, but these errors were encountered: