aboutsummaryrefslogtreecommitdiff
path: root/curve25519/curve25519_fpga_microcode.h
diff options
context:
space:
mode:
authorPavel V. Shatov (Meister) <meisterpaul1@yandex.ru>2018-10-15 16:05:32 +0300
committerPavel V. Shatov (Meister) <meisterpaul1@yandex.ru>2018-10-15 16:05:32 +0300
commit6f318dcbcbf2777e3e7717a9301833a619944d2a (patch)
tree6f5e197d117e45837ec437873065da4673b64bed /curve25519/curve25519_fpga_microcode.h
parentd62b3ee93671d81bfd2adafb600759aa7c7f8a56 (diff)
Removed move2(), because Verilog can only move one operand a time. Added magic
markers to allow automatic parsing.
Diffstat (limited to 'curve25519/curve25519_fpga_microcode.h')
-rw-r--r--curve25519/curve25519_fpga_microcode.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/curve25519/curve25519_fpga_microcode.h b/curve25519/curve25519_fpga_microcode.h
index 10d29ca..dfe09b5 100644
--- a/curve25519/curve25519_fpga_microcode.h
+++ b/curve25519/curve25519_fpga_microcode.h
@@ -101,10 +101,6 @@ void uop_move (UOP_BANK src, int s_op1,
UOP_BANK dst, int d_op1,
FPGA_BUFFER *buf_lo, FPGA_BUFFER *buf_hi);
-void uop_move2 (UOP_BANK src, int s_op1, int s_op2,
- UOP_BANK dst, int d_op1, int d_op2,
- FPGA_BUFFER *buf_lo, FPGA_BUFFER *buf_hi);
-
void uop_calc (UOP_MATH math,
UOP_BANK src, int s_op1, int s_op2,
UOP_BANK dst, int d_op,