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/asn1/nist | |
parent | Picnic performance (diff) | |
download | BouncyCastle.NET-ed25519-49f328f2506bb887d2bd106face04bc8ee95ce6d.tar.xz |
Cleanup doc warnings
Diffstat (limited to 'crypto/src/asn1/nist')
-rw-r--r-- | crypto/src/asn1/nist/NISTNamedCurves.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/src/asn1/nist/NISTNamedCurves.cs b/crypto/src/asn1/nist/NISTNamedCurves.cs index b9307c879..fe39cc56c 100644 --- a/crypto/src/asn1/nist/NISTNamedCurves.cs +++ b/crypto/src/asn1/nist/NISTNamedCurves.cs @@ -55,8 +55,8 @@ namespace Org.BouncyCastle.Asn1.Nist /// <summary>Look up an <see cref="X9ECParametersHolder"/> for the curve with the given name.</summary> /// <remarks> - /// Allows accessing the <see cref="ECCurve">curve</see> without necessarily triggering the creation of the - /// full <see cref="X9ECParameters"/>. + /// Allows accessing the <see cref="Math.EC.ECCurve">curve</see> without necessarily triggering the creation of + /// the full <see cref="X9ECParameters"/>. /// </remarks> /// <param name="name">The name of the curve.</param> public static X9ECParametersHolder GetByNameLazy(string name) @@ -76,8 +76,8 @@ namespace Org.BouncyCastle.Asn1.Nist /// <summary>Look up an <see cref="X9ECParametersHolder"/> for the curve with the given /// <see cref="DerObjectIdentifier">OID</see>.</summary> /// <remarks> - /// Allows accessing the <see cref="ECCurve">curve</see> without necessarily triggering the creation of the - /// full <see cref="X9ECParameters"/>. + /// Allows accessing the <see cref="Math.EC.ECCurve">curve</see> without necessarily triggering the creation of + /// the full <see cref="X9ECParameters"/>. /// </remarks> /// <param name="oid">The <see cref="DerObjectIdentifier">OID</see> for the curve.</param> public static X9ECParametersHolder GetByOidLazy(DerObjectIdentifier oid) |