From f82c115316bcbf98fae46cb6fd90a8e5a57fdef2 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Mon, 30 Jan 2023 18:54:08 +0700 Subject: Misc. cleanup after bc-fips-csharp updates --- crypto/src/math/ec/LongArray.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/src/math/ec') diff --git a/crypto/src/math/ec/LongArray.cs b/crypto/src/math/ec/LongArray.cs index aa36de215..3475e9ecc 100644 --- a/crypto/src/math/ec/LongArray.cs +++ b/crypto/src/math/ec/LongArray.cs @@ -1,5 +1,6 @@ using System; using System.Text; + using Org.BouncyCastle.Math.Raw; using Org.BouncyCastle.Utilities; -- cgit 1.5.1