From 8bf22adb246bc7828d7aabe2077ded6993f79398 Mon Sep 17 00:00:00 2001 From: David Hook Date: Tue, 26 Jul 2022 18:56:57 +1000 Subject: move KEMExtractor to KemExtractor --- crypto/test/src/pqc/crypto/test/NtruPrimeVectorTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/test/src') diff --git a/crypto/test/src/pqc/crypto/test/NtruPrimeVectorTest.cs b/crypto/test/src/pqc/crypto/test/NtruPrimeVectorTest.cs index 29d5292fa..f42135674 100644 --- a/crypto/test/src/pqc/crypto/test/NtruPrimeVectorTest.cs +++ b/crypto/test/src/pqc/crypto/test/NtruPrimeVectorTest.cs @@ -122,7 +122,7 @@ namespace Org.BouncyCastle.Pqc.Crypto.Tests Assert.True(Arrays.AreEqual(ss, secret), name + " " + count + ": kem_enc secret"); // Decapsulation - NtruPrimeKEMExtractor ntruDecCipher = new NtruPrimeKEMExtractor(privParams); + NtruPrimeKemExtractor ntruDecCipher = new NtruPrimeKemExtractor(privParams); byte[] dec_key = ntruDecCipher.ExtractSecret(generatedCT); // Check decapsulation secret -- cgit 1.4.1