From d77483d5844b6ca4bfc7d1c7d74e5c863c831271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Mon, 20 Apr 2015 09:28:05 +0200 Subject: Updated README with more info about the modexp core and status. --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.3