diff options
author | David Hook <david.hook@keyfactor.com> | 2022-10-13 09:30:16 +1100 |
---|---|---|
committer | David Hook <david.hook@keyfactor.com> | 2022-10-13 09:30:16 +1100 |
commit | 5142f558d6ff6df6573538fe402b796cab0e98ea (patch) | |
tree | 65eca803afa587a9c05b1976093584940a3e37e8 /crypto | |
parent | Refactoring in Pqc.Crypto.Tests (diff) | |
download | BouncyCastle.NET-ed25519-5142f558d6ff6df6573538fe402b796cab0e98ea.tar.xz |
fixed truncation issue in BikeRandom (Harrison patch)
Diffstat (limited to '')
-rw-r--r-- | crypto/src/pqc/crypto/bike/BikeRandomGenerator.cs | 2 | ||||
-rw-r--r-- | crypto/test/src/pqc/crypto/test/BikeVectorTest.cs | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/crypto/src/pqc/crypto/bike/BikeRandomGenerator.cs b/crypto/src/pqc/crypto/bike/BikeRandomGenerator.cs |