diff options
author | Scott Xu <scott-xu@msn.com> | 2023-05-23 15:26:55 +0800 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-05-23 16:10:39 +0700 |
commit | e19c15d2a9007459d757b7b4bc93111a37c908ac (patch) | |
tree | 441d4a0695f5e78044ee7c34001fe45cef8a6e1b /crypto/Contributors.html | |
parent | Refactoring in NtruPrimeEngine (diff) | |
download | BouncyCastle.NET-ed25519-e19c15d2a9007459d757b7b4bc93111a37c908ac.tar.xz |
Correct the error message
- see https://github.com/bcgit/bc-csharp/pull/460
Diffstat (limited to 'crypto/Contributors.html')
-rw-r--r-- | crypto/Contributors.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/Contributors.html b/crypto/Contributors.html index 7764cac94..81a03b6a0 100644 --- a/crypto/Contributors.html +++ b/crypto/Contributors.html @@ -286,6 +286,9 @@ University of Wollongong, Institute of Cybersecurity and Cryptology, under the s <li> <p>Arman Gungor (https://github.com/gungora) - Fixed SignerId.Equals.</p> </li> + <li> + <p>Scott Xu (https://github.com/scott-xu) - Fixed exception message.</p> + </li> </ul> </body> </html> |