From 756e117e5442f78ec41645e6c976422a763f49ce Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Wed, 24 Aug 2022 00:34:06 +0700 Subject: Cleanup --- crypto/src/crypto/IDigest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/src') 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 /// Base interface for a message digest. public interface IDigest { - /// the algorithm name + /// The algorithm name. string AlgorithmName { get; } /// Return the size, in bytes, of the digest produced by this message digest. -- cgit 1.5.1