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
/
core.c
Age
Commit message (
Expand
)
Author
2020-03-25
Reduce keywrap to 16 core blocks, to match how it's actually built now.
Paul Selkirk
2020-02-26
Merge branch 'js_keywrap' to 'master'
Paul Selkirk
2020-02-18
timing tests for RSA signing
modexpng
Paul Selkirk
2020-02-07
driver for Pavel's ModExpNG core
Paul Selkirk
2018-09-11
Track Joachim's latest keywrap core - unroll bank-switched memory into a numb...
Paul Selkirk
2018-05-27
Inline hal_core_base().
Rob Austein
2018-05-20
Better hal_core_alloc() semantics, assert() and printf() cleanup.
Rob Austein
2018-01-04
Add hal_core_alloc2() to fix a dining philosophers problem in hal_modexp2().
Paul Selkirk
2017-12-13
Merge branch systolic_crt into master.
Rob Austein
2017-10-23
Cleanup signed/unsigned mismatches, mostly in loop counters
Paul Selkirk
2017-10-11
Cleanup: Remove "const" qualifiers from function return types.
Paul Selkirk
2017-09-13
Preliminary support for parallel core RSA CRT.
Rob Austein
2017-05-25
Checkpoint while refactoring. Almost certainly will not compile.
Rob Austein
2017-04-25
adapt to the new experimental tasking system
Paul Selkirk
2017-02-02
Add locking around keystore operations.
Rob Austein
2016-10-07
Stop whining about POSIX strnlen() function.
Rob Austein
2016-09-02
Code to convert between text and internal forms of UUIDs.
Rob Austein
2016-08-10
Reset table of cores, e.g. after resetting FPGA from CLI.
Paul Selkirk
2016-08-10
Merge branch 'resource_management'
Paul Selkirk
2016-07-12
Make probe_cores deal with an unconfigured FPGA (and come back later).
Paul Selkirk
2016-07-06
Belatedly adjust hal_io_read/write to the new flat addressing architecture.
Paul Selkirk
2016-07-05
Attempt to add resource management, for multiple cores of the same type.
Paul Selkirk
2016-06-14
Add support for ModExpA7
Paul Selkirk
2015-12-23
RPC interface to TRNG and (incomplete) PIN code.
Rob Austein
2015-11-14
Catch up with other branch merges.
Paul Selkirk
2015-10-04
Whack libhal API to use current configure_core_selector mechanism.
Rob Austein