[Cryptech-Commits] [sw/libhal] branch master updated (60cce01 -> 29408da)
git at cryptech.is
git at cryptech.is
Sun Nov 1 04:03:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a change to branch master
in repository sw/libhal.
from 60cce01 Use initializers for automatic variables of type fp_int because it's a bit more obvious when we've forgotten to do this than when we've forgotten to call fp_init() or memset(). Convert rsa.c to use the one-element-array idiom so we can get stop prefixing every bignum reference with "&".
new 18dfadf catch up to changes in core version numbers
new 7e46c24 Use ${AR} for cross-building.
new 2e71409 Remove unused includes.
new 3ddf1e3 change CFLAGS assignment to += for cross-building
new 274f905 fix time calculation in test-ecdsa
new 257033e add bus performance test
new 29408da add core probe utility
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
GNUmakefile | 4 +-
aes_keywrap.c | 2 -
asn1.c | 4 --
asn1_internal.h | 1 -
csprng.c | 3 -
ecdsa.c | 4 --
errorstrings.c | 6 --
hal.h | 4 +-
hal_io_eim.c | 6 +-
hash.c | 4 --
modexp.c | 2 -
pbkdf2.c | 6 --
tests/GNUmakefile | 2 +-
tests/test-aes-key-wrap.c | 1 -
tests/test-bus.c | 163 ++++++++++++++++++++++++++++++++++++++++++
tests/test-ecdsa.c | 7 +-
tests/test-hash.c | 1 -
tests/test-pbkdf2.c | 8 +--
tests/test-rsa.c | 2 -
utils/GNUmakefile | 2 +-
novena-eim.h => utils/cores.c | 77 +++++++++++---------
21 files changed, 217 insertions(+), 92 deletions(-)
create mode 100644 tests/test-bus.c
copy novena-eim.h => utils/cores.c (59%)
More information about the Commits
mailing list