diff options
author | David Hook <dgh@bouncycastle.org> | 2015-10-24 10:49:44 +1100 |
---|---|---|
committer | David Hook <dgh@bouncycastle.org> | 2015-10-24 10:49:44 +1100 |
commit | 664568d7ef29cebdb89a51fbdd26e355f1aa18bb (patch) | |
tree | 83fa9f2a44cf69eb2057053143e12d18e1241bfa | |
parent | updated to reflect name change (diff) | |
download | BouncyCastle.NET-ed25519-664568d7ef29cebdb89a51fbdd26e355f1aa18bb.tar.xz |
comment update
-rw-r--r-- | crypto/src/crypto/operators/Asn1Signature.cs | 2 |
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 |