index
:
sw/libhal
auto_magic
auto_zeroise
ft-crc32
hal_core_alloc2-fix
import_export_raw
js_keywrap
master
modexpng
python3
rsa-blind-mutation
sha3_mode
Cryptech libhal: crypto software, HSM management, RPC
git repositories
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hashsig.c
Age
Commit message (
Expand
)
Author
2018-11-14
Add some yields to hal_hashsig_ks_init, so other tasks can run while we're re...
Paul Selkirk
2018-08-12
Clean up builds for *BSD/clang.
Paul Selkirk
2018-07-24
Change the rest of the hashsig ASN.1 wrapper functions to static inline, for ...
Paul Selkirk
2018-07-24
A recent(?) version of arm-none-eabi-gcc decided to make storage for enums
Paul Selkirk
2018-07-24
Add protection against trying to use hashsig while the restart mechanism is r...
Paul Selkirk
2018-05-01
Add some yields to try to improve responsiveness during hashsig key generatio...
Paul Selkirk
2018-04-19
Reconstruct the hashsig hash tree(s) on device restart.
Paul Selkirk
2018-04-19
Update to draft-10: clarifications and Test Case 2;
Paul Selkirk
2018-04-19
For 2^w and 2^h, replace hard-coded w2 and h2 values with 1<<w and 1<<h.
Paul Selkirk
2018-04-19
Fold the coef* functions into a single function, because that really was prem...
Paul Selkirk
2018-04-19
Fix coef4, which was swapping digits
Paul Selkirk
2018-04-19
Implement hash-based signatures, per draft-mcgrew-hash-sigs-08.txt
Paul Selkirk