summary refs log tree commit diff
path: root/crypto/src/pqc
diff options
context:
space:
mode:
authorDavid Hook <dgh@cryptoworkshop.com>2022-09-14 07:00:43 +1000
committerDavid Hook <dgh@cryptoworkshop.com>2022-09-14 07:00:43 +1000
commit29bb19cde0b02be080af7b9d8cb2e23a676639c5 (patch)
tree558694ee5c68f2b6f4ce44849a4bab517db8dbfe /crypto/src/pqc
parentadded missing usage (diff)
downloadBouncyCastle.NET-ed25519-29bb19cde0b02be080af7b9d8cb2e23a676639c5.tar.xz
added missing usage
Diffstat (limited to 'crypto/src/pqc')
-rw-r--r--crypto/src/pqc/crypto/crystals/dilithium/Poly.cs3
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
 {