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

git at cryptech.is git at cryptech.is
Fri Mar 13 09:28:27 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  ed86ff4   Adding c model for the modexp core.
       new  dfe1b77   Adding java rsa functional model.

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/java/src/rsa/BigNum.java               |  89 ++++
 src/model/java/src/rsa/BigNumTest.java           |  43 ++
 src/model/java/src/rsa/Montgomery.java           |  75 +++
 src/model/java/src/rsa/MontgomeryArray.java      | 160 ++++++
 src/model/java/src/rsa/PerformanceClock.java     |  14 +
 src/model/java/test/rsa/MontgomeryArrayTest.java | 604 +++++++++++++++++++++++
 6 files changed, 985 insertions(+)
 create mode 100644 src/model/java/src/rsa/BigNum.java
 create mode 100644 src/model/java/src/rsa/BigNumTest.java
 create mode 100644 src/model/java/src/rsa/Montgomery.java
 create mode 100644 src/model/java/src/rsa/MontgomeryArray.java
 create mode 100644 src/model/java/src/rsa/PerformanceClock.java
 create mode 100644 src/model/java/test/rsa/MontgomeryArrayTest.java



More information about the Commits mailing list