summary refs log tree commit diff
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/src/crypto/signers/ECGost3410_2012Signer.cs2
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;