summary refs log tree commit diff
path: root/crypto
diff options
context:
space:
mode:
authorDavid Hook <dgh@cryptoworkshop.com>2022-07-23 11:08:26 +1000
committerDavid Hook <dgh@cryptoworkshop.com>2022-07-23 11:08:26 +1000
commit871556ab0df9538438c874c4b0583db0d383f2ee (patch)
tree8009a84c4bbbbf55679264a4ac0549e70765b93c /crypto
parentfixed typo (diff)
parentfixed exposure of engine class (diff)
downloadBouncyCastle.NET-ed25519-871556ab0df9538438c874c4b0583db0d383f2ee.tar.xz
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to 'crypto')
-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