From 0f9e7354145ca3196f77b18b3d02858121ece31c Mon Sep 17 00:00:00 2001 From: Tino Reichardt Date: Wed, 22 Mar 2023 16:39:48 +0100 Subject: [PATCH] Remove unused constant EdonR256_BLOCK_BITSIZE Reviewed-by: Brian Behlendorf Reviewed-by: Brian Atkinson Reviewed-by: George Melikov Signed-off-by: Tino Reichardt Closes #14650 --- include/sys/edonr.h | 2 -- 1 file changed, 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 {