Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit bc4680f

Browse files
committed
experimental allium implementation
1 parent 50781f0 commit bc4680f

9 files changed

+851
-2
lines changed

algos.h

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ enum sha_algos {
3030
ALGO_LBRY,
3131
ALGO_LUFFA,
3232
ALGO_LYRA2,
33+
ALGO_ALLIUM,
3334
ALGO_LYRA2v2,
3435
ALGO_LYRA2Z,
3536
ALGO_MJOLLNIR, /* Hefty hash */
@@ -99,6 +100,7 @@ static const char *algo_names[] = {
99100
"lbry",
100101
"luffa",
101102
"lyra2",
103+
"allium",
102104
"lyra2v2",
103105
"lyra2z",
104106
"mjollnir",

0 commit comments

Comments
 (0)