diff options
author | David Hook <dgh@bouncycastle.org> | 2019-01-20 11:32:41 +1100 |
---|---|---|
committer | David Hook <dgh@bouncycastle.org> | 2019-01-20 11:32:41 +1100 |
commit | aa3887c66e214aab2b96b83573c37803b7f969a7 (patch) | |
tree | 8965297504637bc3cd15f7b0488183d7d681e20e /crypto | |
parent | name issue (diff) | |
download | BouncyCastle.NET-ed25519-aa3887c66e214aab2b96b83573c37803b7f969a7.tar.xz |
name fix
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/src/crypto/signers/ECGost3410_2012Signer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/crypto/signers/ECGost3410_2012Signer.cs b/crypto/src/crypto/signers/ECGost3410_2012Signer.cs index e7174ace6..ab5060c00 100644 --- a/crypto/src/crypto/signers/ECGost3410_2012Signer.cs +++ b/crypto/src/crypto/signers/ECGost3410_2012Signer.cs @@ -10,7 +10,7 @@ using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Signers { - public class ECGOST3410_2012Signer : IDsaExt + public class ECGost3410_2012Signer : IDsaExt { private ECKeyParameters key; private SecureRandom secureRandom; |