diff options
author | David Hook <dgh@cryptoworkshop.com> | 2022-09-14 06:52:35 +1000 |
---|---|---|
committer | David Hook <dgh@cryptoworkshop.com> | 2022-09-14 06:52:35 +1000 |
commit | 1ba11a842f57ccc109349f3240ca333fd0a1aee1 (patch) | |
tree | 57945275a3447927cdb1422dd3662d58a3e2103e | |
parent | cleanup (diff) | |
download | BouncyCastle.NET-ed25519-1ba11a842f57ccc109349f3240ca333fd0a1aee1.tar.xz |
added missing usage
-rw-r--r-- | crypto/src/pqc/crypto/crystals/dilithium/DilithiumParameters.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/src/pqc/crypto/crystals/dilithium/DilithiumParameters.cs b/crypto/src/pqc/crypto/crystals/dilithium/DilithiumParameters.cs index 51d9cb853..b6634337a 100644 --- a/crypto/src/pqc/crypto/crystals/dilithium/DilithiumParameters.cs +++ b/crypto/src/pqc/crypto/crystals/dilithium/DilithiumParameters.cs @@ -1,5 +1,6 @@ using Org.BouncyCastle.Crypto; +using Org.BouncyCastle.Security; namespace Org.BouncyCastle.Pqc.Crypto.Crystals.Dilithium { |