aboutsummaryrefslogtreecommitdiff
path: root/raw-wiki-dump/GitRepositories%2Fcore%2Fmath%2Fecdsalib.trac
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2020-09-13 23:15:43 +0000
committerRob Austein <sra@hactrn.net>2020-09-13 23:21:33 +0000
commit13d0f55865f8b1b851ce1e84597b144c5fd41662 (patch)
tree7b6ff6916f6596f64ec0d2657ae040abd5e18ed9 /raw-wiki-dump/GitRepositories%2Fcore%2Fmath%2Fecdsalib.trac
parent3aa8b1dd6e0f504ef83da99f8c9cdb2532f948f5 (diff)
GC
Diffstat (limited to 'raw-wiki-dump/GitRepositories%2Fcore%2Fmath%2Fecdsalib.trac')
-rw-r--r--raw-wiki-dump/GitRepositories%2Fcore%2Fmath%2Fecdsalib.trac27
1 files changed, 0 insertions, 27 deletions
diff --git a/raw-wiki-dump/GitRepositories%2Fcore%2Fmath%2Fecdsalib.trac b/raw-wiki-dump/GitRepositories%2Fcore%2Fmath%2Fecdsalib.trac
deleted file mode 100644
index 4e48f51..0000000
--- a/raw-wiki-dump/GitRepositories%2Fcore%2Fmath%2Fecdsalib.trac
+++ /dev/null
@@ -1,27 +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
-<h1>ecdsalib</h1>
-
-<h2>Core Description</h2>
-
-<p>This is a library of code common to the ecdsa256 and ecdsa384 cores. See documentation of those cores for details.</p>
-
-<p>This code was originally repelicated in both of the above cores, but the Xilinx synthesis tools got tetchy about that when trying to build a single image containing both cores.</p>
-
-<h2>Vendor-specific Primitives</h2>
-
-<p>Cryptech Alpha platform is based on Xilinx Artix-7 200T FPGA, so this core takes advantage of Xilinx-specific DSP slices to carry out math-intensive operations. All vendor-specific math primitives are placed under /rtl/lowlevel/artix7, the core also offers generic replacements under /rtl/lowlevel/generic, they can be used for simulation with 3rd party tools, that are not aware of Xilinx-specific stuff. Selection of vendor/generic primitives is done in ecdsa_lowlevel_settings.v, when porting to other architectures, only those four low-level modules need to be ported.</p>
-}}}
-
-[[RepositoryIndex(format=table,glob=core/math/ecdsalib)]]
-
-|| Clone `https://git.cryptech.is/core/math/ecdsalib.git` ||