diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-08-24 00:34:06 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-08-24 00:34:06 +0700 |
commit | 756e117e5442f78ec41645e6c976422a763f49ce (patch) | |
tree | 7092ce59efa9100d8eb495b2dbccbacba84f7ed8 /crypto/src | |
parent | Span-based variant for ISigner.BlockUpdate (diff) | |
download | BouncyCastle.NET-ed25519-756e117e5442f78ec41645e6c976422a763f49ce.tar.xz |
Cleanup
Diffstat (limited to 'crypto/src')
-rw-r--r-- | crypto/src/crypto/IDigest.cs | 2 |
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> |