diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2020-06-21 17:09:46 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2020-06-21 17:09:46 +0700 |
commit | 6e3772756b4375842f7eea6c36880614c5528719 (patch) | |
tree | 50b9a1d54dacc5069e194835afd198d1a11fdc90 /crypto/Contributors.html | |
parent | Don't use 'var' keyword (diff) | |
download | BouncyCastle.NET-ed25519-6e3772756b4375842f7eea6c36880614c5528719.tar.xz |
Fix range and bias of NextDouble
- see https://github.com/bcgit/bc-csharp/issues/253
Diffstat (limited to 'crypto/Contributors.html')
-rw-r--r-- | crypto/Contributors.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/crypto/Contributors.html b/crypto/Contributors.html index 220b2f5a6..35cd92af7 100644 --- a/crypto/Contributors.html +++ b/crypto/Contributors.html @@ -147,7 +147,10 @@ <p>Nicolas Dorier (https://github.com/NicolasDorier) - patch to fix culture-dependent lookups in MacUtilities.</p> </li> <li> - <p>Artem Storozhuk <storojs72@gmail.com> initial implementation of DSTU7564 (digest) and DSTU7624 (cipher) and their associated modes.</p> + <p>Artem Storozhuk <storojs72@gmail.com> - initial implementation of DSTU7564 (digest) and DSTU7624 (cipher) and their associated modes.</p> + </li> + <li> + <p>bkalakrishnan (https://github.com/bkalakrishnan) - reported issue with SecureRandom.NextDouble and advised how to fix.</p> </li> </ul> </body> |