aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/001_derive_h48h0k2/derive_h48h0k2.c (renamed from tools/1002_derive_h48h0k2/derive_h48h0k2.c)0
-rw-r--r--tools/tool.h2
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/1002_derive_h48h0k2/derive_h48h0k2.c b/tools/001_derive_h48h0k2/derive_h48h0k2.c
index 73fab2e..73fab2e 100644
--- a/tools/1002_derive_h48h0k2/derive_h48h0k2.c
+++ b/tools/001_derive_h48h0k2/derive_h48h0k2.c
diff --git a/tools/tool.h b/tools/tool.h
index 5eec318..d9071fb 100644
--- a/tools/tool.h
+++ b/tools/tool.h
@@ -130,7 +130,7 @@ derivetable(uint8_t h, char **buf)
130 int64_t size, gensize; 130 int64_t size, gensize;
131 char *fulltable; 131 char *fulltable;
132 132
133 char options[20] = " ;2;20"; /* Fixed for k = 2 for now */ 133 char options[20] = " ;2;20"; /* Only for k = 2 for now */
134 options[0] = (char)(h + '0'); /* h = 10 not supported for now */ 134 options[0] = (char)(h + '0'); /* h = 10 not supported for now */
135 135
136 /* Support only b8 for now */ 136 /* Support only b8 for now */

Generated with cgit - Back to sebastiano.tronto.net