summary refs log tree commit diff
path: root/crypto/src/pqc/crypto/ntru/NtruKemExtractor.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/pqc/crypto/ntru/NtruKemExtractor.cs')
-rw-r--r--crypto/src/pqc/crypto/ntru/NtruKemExtractor.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/crypto/src/pqc/crypto/ntru/NtruKemExtractor.cs b/crypto/src/pqc/crypto/ntru/NtruKemExtractor.cs
index 4d730a3f1..aba22a0f4 100644
--- a/crypto/src/pqc/crypto/ntru/NtruKemExtractor.cs
+++ b/crypto/src/pqc/crypto/ntru/NtruKemExtractor.cs
@@ -79,9 +79,6 @@ namespace Org.BouncyCastle.Pqc.Crypto.Ntru
             }
         }
 
-        public int GetInputSize()
-        {
-            return _parameters.ParameterSet.NtruCiphertextBytes();
-        }
+        public int EncapsulationLength => _parameters.ParameterSet.NtruCiphertextBytes();
     }
 }
\ No newline at end of file