diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/test/src/crypto/test/GOST3411_2012_256DigestTest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/src/crypto/test/GOST3411_2012_256DigestTest.cs b/crypto/test/src/crypto/test/GOST3411_2012_256DigestTest.cs index d08447df5..5b20f46be 100644 --- a/crypto/test/src/crypto/test/GOST3411_2012_256DigestTest.cs +++ b/crypto/test/src/crypto/test/GOST3411_2012_256DigestTest.cs @@ -11,7 +11,7 @@ using Org.BouncyCastle.Crypto.Tests; using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.Encoders; -namespace UnitTests.src.crypto.test +namespace Org.BouncyCastle.Crypto.Tests { [TestFixture] public class GOST3411_2012_256DigestTest |