diff options
-rw-r--r-- | crypto/src/crypto/ec/CustomNamedCurves.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/crypto/ec/CustomNamedCurves.cs b/crypto/src/crypto/ec/CustomNamedCurves.cs index 2f6fdfeaa..7bf274be4 100644 --- a/crypto/src/crypto/ec/CustomNamedCurves.cs +++ b/crypto/src/crypto/ec/CustomNamedCurves.cs @@ -914,7 +914,7 @@ namespace Org.BouncyCastle.Crypto.EC return CollectionUtilities.GetValueOrNull(objIds, name); } - /// <summary>Enumerate the available curve objIdToName in this registry.</summary> + /// <summary>Enumerate the available curve names in this registry.</summary> public static IEnumerable<string> Names { get { return CollectionUtilities.Proxy(names); } |