[Cryptech-Commits] [core/modexp] branch master updated (fec98c9 -> ed86ff4)

git at cryptech.is git at cryptech.is
Fri Mar 13 09:27:42 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/modexp.

      from  fec98c9   Adding license and initial readme for the modexp core. Provides at least a high level intro to the core and current status.
       new  ed86ff4   Adding c model for the modexp core.

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/.gitignore                  |   1 +
 src/model/c/Debug/makefile              |  44 ++
 src/model/c/Debug/objects.mk            |   8 +
 src/model/c/Debug/sources.mk            |  17 +
 src/model/c/Debug/src/subdir.mk         |  33 ++
 src/model/c/src/RSATestBench.c          |   9 +
 src/model/c/src/bignum_uint32_t.c       |  93 ++++
 src/model/c/src/bignum_uint32_t.h       |  22 +
 src/model/c/src/montgomery_array.c      | 111 +++++
 src/model/c/src/montgomery_array.h      |  16 +
 src/model/c/src/montgomery_array_test.c | 812 ++++++++++++++++++++++++++++++++
 src/model/c/src/montgomery_array_test.h |  13 +
 12 files changed, 1179 insertions(+)
 create mode 100644 src/model/c/.gitignore
 create mode 100644 src/model/c/Debug/makefile
 create mode 100644 src/model/c/Debug/objects.mk
 create mode 100644 src/model/c/Debug/sources.mk
 create mode 100644 src/model/c/Debug/src/subdir.mk
 create mode 100644 src/model/c/src/RSATestBench.c
 create mode 100644 src/model/c/src/bignum_uint32_t.c
 create mode 100644 src/model/c/src/bignum_uint32_t.h
 create mode 100644 src/model/c/src/montgomery_array.c
 create mode 100644 src/model/c/src/montgomery_array.h
 create mode 100644 src/model/c/src/montgomery_array_test.c
 create mode 100644 src/model/c/src/montgomery_array_test.h



More information about the Commits mailing list