summary refs log tree commit diff
path: root/crypto
diff options
context:
space:
mode:
authorDavid Hook <dgh@bouncycastle.org>2015-10-24 10:49:44 +1100
committerDavid Hook <dgh@bouncycastle.org>2015-10-24 10:49:44 +1100
commit664568d7ef29cebdb89a51fbdd26e355f1aa18bb (patch)
tree83fa9f2a44cf69eb2057053143e12d18e1241bfa /crypto
parentupdated to reflect name change (diff)
downloadBouncyCastle.NET-ed25519-664568d7ef29cebdb89a51fbdd26e355f1aa18bb.tar.xz
comment update
Diffstat (limited to 'crypto')
-rw-r--r--crypto/src/crypto/operators/Asn1Signature.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/crypto/operators/Asn1Signature.cs b/crypto/src/crypto/operators/Asn1Signature.cs
index 92a33e596..0943b43f7 100644
--- a/crypto/src/crypto/operators/Asn1Signature.cs
+++ b/crypto/src/crypto/operators/Asn1Signature.cs
@@ -326,7 +326,7 @@ namespace Org.BouncyCastle.Crypto.Operators
 	}
 
     /// <summary>
-    /// Calculator class for signature generation in ASN.1 based profiles that use an AlgorithmIdentifier to preserve
+    /// Calculator factory class for signature generation in ASN.1 based profiles that use an AlgorithmIdentifier to preserve
     /// signature algorithm details.
     /// </summary>
 	public class Asn1SignatureCalculatorFactory: ISignatureCalculatorFactory