Remove unused constant EdonR256_BLOCK_BITSIZE
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Brian Atkinson <batkinson@lanl.gov> Reviewed-by: George Melikov <mail@gmelikov.ru> Signed-off-by: Tino Reichardt <milky-zfs@mcmilk.de> Closes #14650
This commit is contained in:
parent
d520f64342
commit
0f9e735414
|
@ -50,8 +50,6 @@ extern "C" {
|
||||||
/* Specific algorithm definitions */
|
/* Specific algorithm definitions */
|
||||||
#define EdonR512_DIGEST_SIZE 64
|
#define EdonR512_DIGEST_SIZE 64
|
||||||
#define EdonR512_BLOCK_SIZE 128
|
#define EdonR512_BLOCK_SIZE 128
|
||||||
|
|
||||||
#define EdonR256_BLOCK_BITSIZE 512
|
|
||||||
#define EdonR512_BLOCK_BITSIZE 1024
|
#define EdonR512_BLOCK_BITSIZE 1024
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Reference in New Issue