also check for cipher descriptors

This commit is contained in:
Steffen Jaeckel
2017-05-12 16:48:44 +02:00
parent 1c4c84e7f9
commit 0a23c6d32e
3 changed files with 26 additions and 12 deletions
+1 -2
View File
@@ -35,8 +35,7 @@
#define __LTC_SAFER_TAB_C__
#include "safer_tab.c"
const struct ltc_cipher_descriptor
safer_k64_desc = {
const struct ltc_cipher_descriptor safer_k64_desc = {
"safer-k64",
8, 8, 8, 8, LTC_SAFER_K64_DEFAULT_NOF_ROUNDS,
&safer_k64_setup,