We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f756039 commit 8bf155fCopy full SHA for 8bf155f
HashifyNet/Algorithms/Keccak/KeccakConfig.cs
@@ -27,13 +27,16 @@
27
// ******************************************************************************
28
// *
29
30
+using HashifyNet.Core;
31
+
32
namespace HashifyNet.Algorithms.Keccak
33
{
34
/// <summary>
35
/// Represents the configuration settings for the Keccak cryptographic hash function.
36
/// </summary>
37
/// <remarks>This configuration allows customization of the hash size and padding scheme used by the Keccak
38
/// algorithm.</remarks>
39
+ [DeclareHashConfigProfile(typeof(KeccakConfigProfileSha3Padding))]
40
public class KeccakConfig : IKeccakConfig
41
42
@@ -60,4 +63,4 @@ public void Dispose()
60
63
// Nothing to dispose
61
64
}
62
65
-}
66
+}
0 commit comments