summary refs log tree commit diff
path: root/crypto/test/src/pqc
diff options
context:
space:
mode:
authorDavid Hook <david.hook@keyfactor.com>2022-10-13 09:30:16 +1100
committerDavid Hook <david.hook@keyfactor.com>2022-10-13 09:30:16 +1100
commit5142f558d6ff6df6573538fe402b796cab0e98ea (patch)
tree65eca803afa587a9c05b1976093584940a3e37e8 /crypto/test/src/pqc
parentRefactoring in Pqc.Crypto.Tests (diff)
downloadBouncyCastle.NET-ed25519-5142f558d6ff6df6573538fe402b796cab0e98ea.tar.xz
fixed truncation issue in BikeRandom (Harrison patch)
Diffstat (limited to 'crypto/test/src/pqc')
-rw-r--r--crypto/test/src/pqc/crypto/test/BikeVectorTest.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/test/src/pqc/crypto/test/BikeVectorTest.cs b/crypto/test/src/pqc/crypto/test/BikeVectorTest.cs
index e4e6e5adc..723f6b554 100644
--- a/crypto/test/src/pqc/crypto/test/BikeVectorTest.cs
+++ b/crypto/test/src/pqc/crypto/test/BikeVectorTest.cs
@@ -26,8 +26,7 @@ namespace Org.BouncyCastle.Pqc.Crypto.Tests
         {
             "PQCkemKAT_BIKE_3114.rsp",
             "PQCkemKAT_BIKE_6198.rsp",
-            // FIXME
-            //"PQCkemKAT_BIKE_10276.rsp"
+            "PQCkemKAT_BIKE_10276.rsp"
         };
 
         [Test]