diff options
author | David Hook <dgh@cryptoworkshop.com> | 2022-07-23 11:08:26 +1000 |
---|---|---|
committer | David Hook <dgh@cryptoworkshop.com> | 2022-07-23 11:08:26 +1000 |
commit | 871556ab0df9538438c874c4b0583db0d383f2ee (patch) | |
tree | 8009a84c4bbbbf55679264a4ac0549e70765b93c /crypto | |
parent | fixed typo (diff) | |
parent | fixed exposure of engine class (diff) | |
download | BouncyCastle.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.cs | 2 |
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 |