summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--crypto/src/pqc/crypto/ntrup/NtruPParameters.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/pqc/crypto/ntrup/NtruPParameters.cs b/crypto/src/pqc/crypto/ntrup/NtruPParameters.cs

index cba3b9d77..82c7c8e13 100644 --- a/crypto/src/pqc/crypto/ntrup/NtruPParameters.cs +++ b/crypto/src/pqc/crypto/ntrup/NtruPParameters.cs
@@ -66,7 +66,7 @@ namespace Org.BouncyCastle.pqc.crypto.NtruP public int Q => q; - public NtruPEngine PEngine => _pEngine; + internal NtruPEngine PEngine => _pEngine; } } \ No newline at end of file