[Cryptech-Commits] [core/math/modexp] branch master updated (28f6859 -> 7bb2e93)

git at cryptech.is git at cryptech.is
Fri May 22 13:00:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

joachim at secworks.se pushed a change to branch master
in repository core/math/modexp.

      from  28f6859   Removed obsoleted temp parameter.
       new  7bb2e93   Updated the C model with version of modexp that supports explicit, separate lengths for exponent and modulus. Also added new test cases, cleaned up code etc.

The 1 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:
 src/model/c/Debug/modexp              | Bin 47444 -> 0 bytes
 src/model/c/src/ModExpTestBench.c     |   3 +
 src/model/c/src/RSATestBench.c        |   9 -
 src/model/c/src/autogenerated_tests.c | 512 +++++++++++++++++++++++++++-------
 src/model/c/src/bignum_uint32_t.c     |   9 +
 src/model/c/src/bignum_uint32_t.h     |   1 +
 src/model/c/src/montgomery_array.c    |  67 +++++
 src/model/c/src/montgomery_array.h    |   6 +
 src/model/c/src/simple_tests.c        |  52 ++++
 9 files changed, 548 insertions(+), 111 deletions(-)
 delete mode 100755 src/model/c/Debug/modexp
 delete mode 100644 src/model/c/src/RSATestBench.c



More information about the Commits mailing list