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:36:12 -0400 |
commit | 96ef896aa0c2b6b8a433401fde5b1d9ea607b6aa (patch) | |
tree | 14d01f4518413d57c0cba19cd7270183e06e38ea /hashsig.h | |
parent | 99956039e4e93bf075d4f75f3b8adba9f2ddffec (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_ */ |