diff options
author | Anh Vo <anhvo@microsoft.com> | 2023-03-27 18:41:24 -0400 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-04-15 19:17:18 +0700 |
commit | 9ec864713cb64069bdcd43009340865415984c70 (patch) | |
tree | 6c37facee1b590b46779820ccab0a468d29c26cd | |
parent | removed commented out code (diff) | |
download | BouncyCastle.NET-ed25519-9ec864713cb64069bdcd43009340865415984c70.tar.xz |
reverted incorrect edit in comment
-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); } |