aboutsummaryrefslogtreecommitdiff
path: root/hashsig.h
diff options
context:
space:
mode:
Diffstat (limited to 'hashsig.h')
-rw-r--r--hashsig.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hashsig.h b/hashsig.h
index ef8be42..505d0f3 100644
--- a/hashsig.h
+++ b/hashsig.h
@@ -43,7 +43,8 @@ extern hal_error_t hal_hashsig_key_gen(hal_core_t *core,
hal_hashsig_key_t **key_,
const size_t hss_levels,
const hal_lms_algorithm_t lms_type,
- const hal_lmots_algorithm_t lmots_type);
+ const hal_lmots_algorithm_t lmots_type,
+ const hal_key_flags_t flags);
extern hal_error_t hal_hashsig_key_delete(const hal_hashsig_key_t * const key);