Skip to content

Commit 8bf155f

Browse files
authored
Declare config profiles for Keccak
Signed-off-by: Xen <lordofxen@deskasoft.com>
1 parent f756039 commit 8bf155f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

HashifyNet/Algorithms/Keccak/KeccakConfig.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,16 @@
2727
// ******************************************************************************
2828
// *
2929

30+
using HashifyNet.Core;
31+
3032
namespace HashifyNet.Algorithms.Keccak
3133
{
3234
/// <summary>
3335
/// Represents the configuration settings for the Keccak cryptographic hash function.
3436
/// </summary>
3537
/// <remarks>This configuration allows customization of the hash size and padding scheme used by the Keccak
3638
/// algorithm.</remarks>
39+
[DeclareHashConfigProfile(typeof(KeccakConfigProfileSha3Padding))]
3740
public class KeccakConfig : IKeccakConfig
3841
{
3942
/// <summary>
@@ -60,4 +63,4 @@ public void Dispose()
6063
// Nothing to dispose
6164
}
6265
}
63-
}
66+
}

0 commit comments

Comments
 (0)