summary refs log tree commit diff
path: root/crypto/src
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2022-08-24 00:34:06 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2022-08-24 00:34:06 +0700
commit756e117e5442f78ec41645e6c976422a763f49ce (patch)
tree7092ce59efa9100d8eb495b2dbccbacba84f7ed8 /crypto/src
parentSpan-based variant for ISigner.BlockUpdate (diff)
downloadBouncyCastle.NET-ed25519-756e117e5442f78ec41645e6c976422a763f49ce.tar.xz
Cleanup
Diffstat (limited to 'crypto/src')
-rw-r--r--crypto/src/crypto/IDigest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/crypto/IDigest.cs b/crypto/src/crypto/IDigest.cs
index 2ba1705c7..36caf3728 100644
--- a/crypto/src/crypto/IDigest.cs
+++ b/crypto/src/crypto/IDigest.cs
@@ -5,7 +5,7 @@ namespace Org.BouncyCastle.Crypto
     /// <remarks>Base interface for a message digest.</remarks>
     public interface IDigest
     {
-        /// <summary>the algorithm name</summary>
+        /// <summary>The algorithm name.</summary>
         string AlgorithmName { get; }
 
         /// <summary>Return the size, in bytes, of the digest produced by this message digest.</summary>