diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2017-08-13 23:38:16 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2017-08-13 23:38:16 +0700 |
commit | cd3140b73f3f48ff5eb1459909b686a25c8da14d (patch) | |
tree | 98b5c7092cbb619d318e6c83cd86d94c47385e07 | |
parent | Update GMacTest from Java (diff) | |
download | BouncyCastle.NET-ed25519-cd3140b73f3f48ff5eb1459909b686a25c8da14d.tar.xz |
Fix namespace declaration
-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 |