aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim StroĢˆmbergson <joachim@secworks.se>2015-04-20 09:28:05 +0200
committerJoachim StroĢˆmbergson <joachim@secworks.se>2015-04-20 09:28:05 +0200
commitd77483d5844b6ca4bfc7d1c7d74e5c863c831271 (patch)
tree04d2d89be8fb81259dd78eab6c5141ddfb8483ea
parent52d8412e10661fa858f6c6268b5cbaf54718b9db (diff)
Updated README with more info about the modexp core and status.
-rw-r--r--README.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/README.md b/README.md
index e6f44a9..199e074 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,9 @@ FPGA and ASIC devices. No vendor specific macros are used in the code.
The core is using Montgomery multiplication with 32-bit operands. The
core is iterative and will not be the fastest core on the
-planet.
+planet. The residue calculation is done in a separate process and the
+calculated residue can be extracted and loaded by the application to
+improve performance.
The core will perform blinding to protect against side channel
attacks.
@@ -39,6 +41,13 @@ No results yet.
## Status ##
+***(2015-04-20)***
+
+The Montgomery calculator has been implemented and debugged. The residue
+calculator has been implemeted and debugged. The top level is being
+developed and debugged.
+
+
***(2015-03-13)***
A working, bit exact C model with test cases has been developed and is
@@ -47,3 +56,7 @@ available as support for high level undertanding.
Development of the Montgomery product module started. Top level modexp
module with memories for all operands are being worked on.
+
+The Montgomery calculator has been implemented and debugged. The residue
+calculator has been implemeted and debugged. The top level is being
+developed and debugged.