Description fix.
[NovacoinLibrary.git] / Novacoin / SHA1.cs
index b7da1ad..05bac1d 100644 (file)
@@ -24,7 +24,7 @@ using Org.BouncyCastle.Crypto.Digests;
 namespace Novacoin
 {
     /// <summary>
-    /// Representation of SHA-256 hash
+    /// Representation of SHA-1 hash
     /// </summary>
     public class SHA1 : Hash
     {