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
/
modexp.c
Age
Commit message (
Expand
)
Author
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-09-13
Preliminary support for parallel core RSA CRT.
Rob Austein
2017-09-12
Untested ASN.1 support for ModExpA7 private speedup factors.
Rob Austein
2017-09-09
Far too much fun with modexpa7 operand lengths and locations.
Rob Austein
2017-09-09
Whack with club until compiles.
Rob Austein
2017-09-09
Start hacking for systolic modexp.
Rob Austein
2017-07-24
Use ModExp fast mode for Miller-Rabin tests.
Rob Austein
2017-05-17
Free modexp core after using it.
Rob Austein
2016-07-05
Attempt to add resource management, for multiple cores of the same type.
Paul Selkirk
2015-12-23
RPC interface to TRNG and (incomplete) PIN code.
Rob Austein
2015-12-13
whack copyrights
Paul Selkirk
2015-11-13
Merge branch 'config_core_selector'
Paul Selkirk
2015-10-29
Remove unused includes.
Paul Selkirk
2015-10-04
Whack libhal API to use current configure_core_selector mechanism.
Rob Austein
2015-10-04
off_t => hal_addr_t.
Rob Austein
2015-07-14
Changes to support Pavel's ModExpS6 core.
Rob Austein
2015-06-30
Track ModExp core exponent padding change: this enables the short exponent fa...
Rob Austein
2015-06-21
libcryptech -> libhal, doh.
Rob Austein
2015-06-10
Operand lengths weren't including bug-workaround padding.
Rob Austein
2015-06-10
Add hal_modexp(), since the protocol is a bit complex. Rewrite
Rob Austein