From 13d0f55865f8b1b851ce1e84597b144c5fd41662 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 13 Sep 2020 23:15:43 +0000 Subject: GC --- ...sitories%2Fuser%2Fshatov%2Fmodexp_fpga_model.md | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 raw-wiki-dump/GitRepositories%2Fuser%2Fshatov%2Fmodexp_fpga_model.md (limited to 'raw-wiki-dump/GitRepositories%2Fuser%2Fshatov%2Fmodexp_fpga_model.md') diff --git a/raw-wiki-dump/GitRepositories%2Fuser%2Fshatov%2Fmodexp_fpga_model.md b/raw-wiki-dump/GitRepositories%2Fuser%2Fshatov%2Fmodexp_fpga_model.md deleted file mode 100644 index 0030940..0000000 --- a/raw-wiki-dump/GitRepositories%2Fuser%2Fshatov%2Fmodexp_fpga_model.md +++ /dev/null @@ -1,30 +0,0 @@ -``` -#!htmlcomment - -This page is maintained automatically by a script. Don't modify this page by hand, -your changes will just be overwritten the next time the script runs. Talk to your -Friendly Neighborhood Repository Maintainer if you need to change something here. - -``` - -``` -#!html -

modexp_fpga_model

- -

This reference model was written to help debug Verilog code, it mimics how an FPGA would do modular exponentiation using systolic Montgomery multiplier. Note, that the model may do weird (from CPU point of view, of course) things at times. Another important thing is that while FPGA modules are written to operate in true constant-time manner, this model itself doesn't take any active measures to keep run-time constant. Do NOT use it in production as-is!

- -

The model is split into low-level primitives (32-bit adder, 32-bit subtractor, 32x32-bit multiplier with pre-adder) and higher-level arithmetic routines (multiplier and exponentiator).

- -

This model uses tips and tricks from the following sources:

- -
    -
  1. High-Speed RSA Implementation
  2. -
  3. Handbook of Applied Cryptography
  4. -
  5. Montgomery Modular Multiplication on Reconfigurable Hardware: Systolic versus Multiplexed Implementation
  6. -
-``` - -[[RepositoryIndex(format=table,glob=user/shatov/modexp_fpga_model)]] - -| Clone `https://git.cryptech.is/user/shatov/modexp_fpga_model.git` | -|---| -- cgit v1.2.3