summary refs log tree commit diff
path: root/crypto/test
diff options
context:
space:
mode:
authorDavid Hook <dgh@cryptoworkshop.com>2022-07-13 06:52:02 +1000
committerDavid Hook <dgh@cryptoworkshop.com>2022-07-13 06:52:02 +1000
commit264120fcf333edd443ca0165aebaa3df9a9af210 (patch)
treec3e673b2ca6a36921edbd7ee4e65749e5efbec52 /crypto/test
parentinstrumented test classes (diff)
downloadBouncyCastle.NET-ed25519-264120fcf333edd443ca0165aebaa3df9a9af210.tar.xz
instrumented test classes
Diffstat (limited to 'crypto/test')
-rw-r--r--crypto/test/src/crypto/test/Haraka256DigestTest.cs2
-rw-r--r--crypto/test/src/crypto/test/Haraka512DigestTest.cs2
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