[Cryptech-Commits] [releng/alpha] 01/01: Preliminary build with Pavel's new "systolic" ModExp core.

git at cryptech.is git at cryptech.is
Tue Aug 8 14:43:15 UTC 2017


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

sra at hactrn.net pushed a commit to branch systolic
in repository releng/alpha.

commit 2a07970abe6ef81c467ba5ba5e273e4695950ce6
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Tue Aug 8 10:40:09 2017 -0400

    Preliminary build with Pavel's new "systolic" ModExp core.
    
    API for the basic "systolic" modexpa7 core is the same as for the old
    modexpa7 core except for one input flag bit which used to matter but
    is now ignored, so in theory no driver changes are needed.
    
    When we get to testing the "systolic_crt" branch we will need driver
    changes, since that core will require additional arguments, but let's
    get this part right first.
---
 .gitmodules               | 1 +
 source/core/math/modexpa7 | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
index aaab9b4..790b2ac 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -22,6 +22,7 @@
 [submodule "source/core/math/modexpa7"]
 	path = source/core/math/modexpa7
 	url = https://git.cryptech.is/core/math/modexpa7.git
+	branch = systolic
 [submodule "source/core/platform/alpha"]
 	path = source/core/platform/alpha
 	url = https://git.cryptech.is/core/platform/alpha.git
diff --git a/source/core/math/modexpa7 b/source/core/math/modexpa7
index 4612bc2..06dadb7 160000
--- a/source/core/math/modexpa7
+++ b/source/core/math/modexpa7
@@ -1 +1 @@
-Subproject commit 4612bc24a8b43c14580d6be06542b1fa9a6e615a
+Subproject commit 06dadb7faa692831f7353910269ecbdf0dd6b21c



More information about the Commits mailing list