diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-07-12 14:26:13 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-07-12 14:26:13 +0700 |
commit | 49f328f2506bb887d2bd106face04bc8ee95ce6d (patch) | |
tree | 95abb7e5099db6698fcc33514230f4aff992ece2 /crypto/src/tls/DefaultTlsDHGroupVerifier.cs | |
parent | Picnic performance (diff) | |
download | BouncyCastle.NET-ed25519-49f328f2506bb887d2bd106face04bc8ee95ce6d.tar.xz |
Cleanup doc warnings
Diffstat (limited to 'crypto/src/tls/DefaultTlsDHGroupVerifier.cs')
-rw-r--r-- | crypto/src/tls/DefaultTlsDHGroupVerifier.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/tls/DefaultTlsDHGroupVerifier.cs b/crypto/src/tls/DefaultTlsDHGroupVerifier.cs index 9aa3a23b4..b36e13b84 100644 --- a/crypto/src/tls/DefaultTlsDHGroupVerifier.cs +++ b/crypto/src/tls/DefaultTlsDHGroupVerifier.cs @@ -60,7 +60,7 @@ namespace Org.BouncyCastle.Tls /// <summary>Accept named groups and a custom set of group parameters, subject to a minimum bitlength for 'P'. /// </summary> - /// <param name="groups">a <see cref="IList">list</see> of acceptable <see cref="DHGroup"/>s.</param> + /// <param name="groups">a <see cref="IList{T}">list</see> of acceptable <see cref="DHGroup"/>s.</param> /// <param name="minimumPrimeBits">the minimum bitlength of 'P'.</param> public DefaultTlsDHGroupVerifier(IList<DHGroup> groups, int minimumPrimeBits) { |