diff options
author | David Hook <dgh@cryptoworkshop.com> | 2022-07-13 06:52:02 +1000 |
---|---|---|
committer | David Hook <dgh@cryptoworkshop.com> | 2022-07-13 06:52:02 +1000 |
commit | 264120fcf333edd443ca0165aebaa3df9a9af210 (patch) | |
tree | c3e673b2ca6a36921edbd7ee4e65749e5efbec52 | |
parent | instrumented test classes (diff) | |
download | BouncyCastle.NET-ed25519-264120fcf333edd443ca0165aebaa3df9a9af210.tar.xz |
instrumented test classes
-rw-r--r-- | crypto/test/src/crypto/test/Haraka256DigestTest.cs | 2 | ||||
-rw-r--r-- | crypto/test/src/crypto/test/Haraka512DigestTest.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/test/src/crypto/test/Haraka256DigestTest.cs b/crypto/test/src/crypto/test/Haraka256DigestTest.cs index f3a5e8ffe..5d9ec6e9b 100644 --- a/crypto/test/src/crypto/test/Haraka256DigestTest.cs +++ b/crypto/test/src/crypto/test/Haraka256DigestTest.cs @@ -6,7 +6,7 @@ using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.Encoders; using Org.BouncyCastle.Utilities.Test; -namespace BouncyCastle.Crypto.Tests +namespace Org.BouncyCastle.Crypto.Tests { [TestFixture] public class Haraka256DigestTest : SimpleTest diff --git a/crypto/test/src/crypto/test/Haraka512DigestTest.cs b/crypto/test/src/crypto/test/Haraka512DigestTest.cs index 822d54879..43a4beff2 100644 --- a/crypto/test/src/crypto/test/Haraka512DigestTest.cs +++ b/crypto/test/src/crypto/test/Haraka512DigestTest.cs @@ -6,7 +6,7 @@ using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.Encoders; using Org.BouncyCastle.Utilities.Test; -namespace BouncyCastle.Crypto.Tests +namespace Org.BouncyCastle.Crypto.Tests { [TestFixture] public class Haraka512DigestTest : SimpleTest |