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/src/pqc/crypto/ntruprime/NtruPrimeKemExtractor.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/src') diff --git a/crypto/src/pqc/crypto/ntruprime/NtruPrimeKemExtractor.cs b/crypto/src/pqc/crypto/ntruprime/NtruPrimeKemExtractor.cs index 9e3c65b10..7ae67db50 100644 --- a/crypto/src/pqc/crypto/ntruprime/NtruPrimeKemExtractor.cs +++ b/crypto/src/pqc/crypto/ntruprime/NtruPrimeKemExtractor.cs @@ -3,12 +3,12 @@ using Org.BouncyCastle.Pqc.Crypto.Frodo; namespace Org.BouncyCastle.Pqc.Crypto.NtruPrime { - public class NtruPrimeKEMExtractor : IEncapsulatedSecretExtractor + public class NtruPrimeKemExtractor : IEncapsulatedSecretExtractor { private NtruPrimeEngine _pEngine; private NtruPrimeKeyParameters _pKey; - public NtruPrimeKEMExtractor(NtruPrimeKeyParameters privParams) + public NtruPrimeKemExtractor(NtruPrimeKeyParameters privParams) { this._pKey = privParams; InitCipher(_pKey.Parameters); -- cgit 1.5.1