[Cryptech-Commits] [user/shatov/ecdsa_fpga_model] 01/06: Fixed non-microcoded mode compile error
git at cryptech.is
git at cryptech.is
Sun Apr 11 14:46:51 UTC 2021
This is an automated email from the git hooks/post-receive script.
meisterpaul1 at yandex.ru pushed a commit to branch master
in repository user/shatov/ecdsa_fpga_model.
commit a2537134c1964210c8a8132e3fad4914288be103
Author: Pavel V. Shatov (Meister) <meisterpaul1 at yandex.ru>
AuthorDate: Sat Mar 13 14:26:28 2021 +0300
Fixed non-microcoded mode compile error
---
ecdsa_fpga_model.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ecdsa_fpga_model.cpp b/ecdsa_fpga_model.cpp
index 182c2ab..19be3c5 100644
--- a/ecdsa_fpga_model.cpp
+++ b/ecdsa_fpga_model.cpp
@@ -97,7 +97,9 @@ int main()
fpga_curve_init();
fpga_model_init();
+#ifdef USE_MICROCODE
printf("ECDSA_UOP_OPERAND_COUNT == %d\n\n", ECDSA_UOP_OPERAND_COUNT);
+#endif
// test base point multiplier: Q = d * G
printf("Trying to derive public key from private key (NSA test vector)...\n\n");
More information about the Commits
mailing list