Browse Source

lyra2re

missing file
djm34
djm34 10 years ago
parent
commit
d53f3cfa5c
  1. 3
      algorithm.h

3
algorithm.h

@ -25,7 +25,8 @@ typedef enum {
ALGO_NIST, ALGO_NIST,
ALGO_FRESH, ALGO_FRESH,
ALGO_WHIRL, ALGO_WHIRL,
ALGO_NEOSCRYPT ALGO_NEOSCRYPT,
ALGO_LYRA2RE
} algorithm_type_t; } algorithm_type_t;
extern const char *algorithm_type_str[]; extern const char *algorithm_type_str[];

Loading…
Cancel
Save