diff options
Diffstat (limited to 'crypto/src/pqc/crypto/hqc/HqcKeyParameters.cs')
-rw-r--r-- | crypto/src/pqc/crypto/hqc/HqcKeyParameters.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/src/pqc/crypto/hqc/HqcKeyParameters.cs b/crypto/src/pqc/crypto/hqc/HqcKeyParameters.cs index 54e42455e..8fc900a64 100644 --- a/crypto/src/pqc/crypto/hqc/HqcKeyParameters.cs +++ b/crypto/src/pqc/crypto/hqc/HqcKeyParameters.cs @@ -1,10 +1,4 @@ using Org.BouncyCastle.Crypto; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Security.Cryptography; -using System.Text; -using System.Threading.Tasks; namespace Org.BouncyCastle.Pqc.Crypto.Hqc { |