diff options
author | Tino Reichardt <[email protected]> | 2023-03-22 16:39:48 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-03-22 08:39:48 -0700 |
commit | 0f9e7354145ca3196f77b18b3d02858121ece31c (patch) | |
tree | 5e17f588669d48f4107394902e31a4f0606dd795 /include/sys | |
parent | d520f6434247fcfe9e37a117267eefb71276e255 (diff) |
Remove unused constant EdonR256_BLOCK_BITSIZE
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Brian Atkinson <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: Tino Reichardt <[email protected]>
Closes #14650
Diffstat (limited to 'include/sys')
-rw-r--r-- | include/sys/edonr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sys/edonr.h b/include/sys/edonr.h index 4bdfa249b..b19b5eb42 100644 --- a/include/sys/edonr.h +++ b/include/sys/edonr.h @@ -50,8 +50,6 @@ extern "C" { /* Specific algorithm definitions */ #define EdonR512_DIGEST_SIZE 64 #define EdonR512_BLOCK_SIZE 128 - -#define EdonR256_BLOCK_BITSIZE 512 #define EdonR512_BLOCK_BITSIZE 1024 typedef struct { |