summary refs log tree commit diff
path: root/crypto/test
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2022-06-28 12:55:26 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2022-06-28 12:55:26 +0700
commit0f951361cae9243b8d1a77d8f4333a602197d50d (patch)
treec5f2adc22a0b8ef42d5964df49268b73b3371a30 /crypto/test
parentGenerics migration in Cms (diff)
downloadBouncyCastle.NET-ed25519-0f951361cae9243b8d1a77d8f4333a602197d50d.tar.xz
Generics migration in Crmf, Crypto, Math
Diffstat (limited to 'crypto/test')
-rw-r--r--crypto/test/src/crypto/test/NaccacheSternTest.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/test/src/crypto/test/NaccacheSternTest.cs b/crypto/test/src/crypto/test/NaccacheSternTest.cs
index db92770b5..7a6d98b3a 100644
--- a/crypto/test/src/crypto/test/NaccacheSternTest.cs
+++ b/crypto/test/src/crypto/test/NaccacheSternTest.cs
@@ -1,5 +1,5 @@
 using System;
-using System.Collections;
+using System.Collections.Generic;
 
 using NUnit.Framework;
 
@@ -59,7 +59,7 @@ namespace Org.BouncyCastle.Crypto.Tests
 
 		static readonly BigInteger g = BigInteger.ValueOf(131);
 
-		static readonly IList smallPrimes = new ArrayList();
+		static readonly IList<BigInteger> smallPrimes = new List<BigInteger>();
 
 		// static final BigInteger paperTest = BigInteger.ValueOf(202);