diff options
author | Paul Selkirk <paul@psgd.org> | 2018-04-19 18:36:12 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2018-04-19 18:59:02 -0400 |
commit | e5541de6f5e2831ebfc32c3afcfa35ff32341938 (patch) | |
tree | 871180eb3f94a9247520f13f80d0ab4b6ab5d7aa /hashsig.h | |
parent | 4689df20fdc16194cd34579c052de9df552a1d50 (diff) |
Reconstruct the hashsig hash tree(s) on device restart.
Diffstat (limited to 'hashsig.h')
-rw-r--r-- | hashsig.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* - * hashsig.c + * hashsig.h * --------- * Implementation of draft-mcgrew-hash-sigs-08.txt * @@ -113,6 +113,6 @@ extern size_t hal_hashsig_lmots_private_key_len(const lmots_algorithm_t lmots_ty extern hal_error_t hal_hashsig_public_key_der_to_xdr(const uint8_t * const der, const size_t der_len, uint8_t * const xdr, size_t * const xdr_len , const size_t xdr_max); -//extern hal_error_t hal_hashsig_restart(...); +extern hal_error_t hal_hashsig_ks_init(void); #endif /* _HAL_HASHSIG_H_ */ |