From b092ffbcbe2c9398494f7dc9db6f0796971633e0 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 13 Sep 2020 23:04:30 +0000 Subject: Import Cryptech wiki dump --- ...tRepositories%2Fuser%2Fshatov%2Fecdh_fpga_model | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 raw-wiki-dump/GitRepositories%2Fuser%2Fshatov%2Fecdh_fpga_model (limited to 'raw-wiki-dump/GitRepositories%2Fuser%2Fshatov%2Fecdh_fpga_model') diff --git a/raw-wiki-dump/GitRepositories%2Fuser%2Fshatov%2Fecdh_fpga_model b/raw-wiki-dump/GitRepositories%2Fuser%2Fshatov%2Fecdh_fpga_model new file mode 100644 index 0000000..690bcbc --- /dev/null +++ b/raw-wiki-dump/GitRepositories%2Fuser%2Fshatov%2Fecdh_fpga_model @@ -0,0 +1,39 @@ +{{{ +#!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 +

ecdh_model_fpga

+ +

This reference model was written to help debug Verilog code, it mimics how an FPGA would do elliptic curve point scalar multiplication for ECDH using curves P-256 and P-384. 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 actually written to operate in 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 4 layers:

+ + + +

Modular multiplier and invertor use complex algorithms and are thus further split into "helper" sub-routines.

+ +

This model uses tips and tricks from the following sources:

+ +
    +
  1. Guide to Elliptic Curve Cryptography
  2. +
  3. Ultra High Performance ECC over NIST Primes +on Commercial FPGAs
  4. +
  5. Constant Time Modular Inversion
  6. +
+}}} + +[[RepositoryIndex(format=table,glob=user/shatov/ecdh_fpga_model)]] + +|| Clone `https://git.cryptech.is/user/shatov/ecdh_fpga_model.git` || -- cgit v1.2.3