aboutsummaryrefslogtreecommitdiff
path: root/ecdsa_fpga_modular.h
diff options
context:
space:
mode:
Diffstat (limited to 'ecdsa_fpga_modular.h')
-rw-r--r--ecdsa_fpga_modular.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/ecdsa_fpga_modular.h b/ecdsa_fpga_modular.h
index 3b75779..3a054e3 100644
--- a/ecdsa_fpga_modular.h
+++ b/ecdsa_fpga_modular.h
@@ -6,7 +6,7 @@
//
// Authors: Pavel Shatov
//
-// Copyright (c) 2015-2016, 2018 NORDUnet A/S
+// Copyright (c) 2015-2016, 2018, 2021 NORDUnet A/S
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
@@ -97,6 +97,12 @@ extern FPGA_BUFFER ECDSA_DELTA;
//------------------------------------------------------------------------------
+// Settings
+//------------------------------------------------------------------------------
+extern bool _DUMP_MODULAR_RESULTS;
+
+
+//------------------------------------------------------------------------------
// Prototypes
//------------------------------------------------------------------------------
void fpga_modular_init ();