diff options
author | David Hook <dgh@cryptoworkshop.com> | 2022-09-14 07:00:43 +1000 |
---|---|---|
committer | David Hook <dgh@cryptoworkshop.com> | 2022-09-14 07:00:43 +1000 |
commit | 29bb19cde0b02be080af7b9d8cb2e23a676639c5 (patch) | |
tree | 558694ee5c68f2b6f4ce44849a4bab517db8dbfe | |
parent | added missing usage (diff) | |
download | BouncyCastle.NET-ed25519-29bb19cde0b02be080af7b9d8cb2e23a676639c5.tar.xz |
added missing usage
-rw-r--r-- | crypto/src/pqc/crypto/crystals/dilithium/Poly.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/src/pqc/crypto/crystals/dilithium/Poly.cs b/crypto/src/pqc/crypto/crystals/dilithium/Poly.cs index f5a6743df..9d94cce52 100644 --- a/crypto/src/pqc/crypto/crystals/dilithium/Poly.cs +++ b/crypto/src/pqc/crypto/crystals/dilithium/Poly.cs @@ -1,4 +1,5 @@ -using Org.BouncyCastle.Crypto.Digests; +using System; +using Org.BouncyCastle.Crypto.Digests; namespace Org.BouncyCastle.Pqc.Crypto.Crystals.Dilithium { |