summary refs log tree commit diff
path: root/crypto/src/asn1
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2022-07-12 14:26:13 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2022-07-12 14:26:13 +0700
commit49f328f2506bb887d2bd106face04bc8ee95ce6d (patch)
tree95abb7e5099db6698fcc33514230f4aff992ece2 /crypto/src/asn1
parentPicnic performance (diff)
downloadBouncyCastle.NET-ed25519-49f328f2506bb887d2bd106face04bc8ee95ce6d.tar.xz
Cleanup doc warnings
Diffstat (limited to 'crypto/src/asn1')
-rw-r--r--crypto/src/asn1/nist/NISTNamedCurves.cs8
-rw-r--r--crypto/src/asn1/x9/ECNamedCurveTable.cs8
2 files changed, 8 insertions, 8 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)
diff --git a/crypto/src/asn1/x9/ECNamedCurveTable.cs b/crypto/src/asn1/x9/ECNamedCurveTable.cs
index 9243c341e..073b2f221 100644
--- a/crypto/src/asn1/x9/ECNamedCurveTable.cs
+++ b/crypto/src/asn1/x9/ECNamedCurveTable.cs
@@ -47,8 +47,8 @@ namespace Org.BouncyCastle.Asn1.X9
 
         /// <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)
@@ -116,8 +116,8 @@ namespace Org.BouncyCastle.Asn1.X9
         /// <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)