Petr Kovalev
Results
3
issues of
Petr Kovalev
GetNumSize method contains a bug (file https://github.com/hanswolff/curve25519/blob/master/Curve25519/Curve25519.cs) Original Java method (http://code.google.com/p/curve25519-java/): ``` private static final int numsize(byte[] x,int n) { while (n--!=0 && x[n]==0) ; return n+1; } ``` The...
The Newtonsoft.Json.dll signing certificate is expired. Vaild to Tuesday, October 29, 2024 11:59:59 PM