diff options
author | Rob Austein <sra@hactrn.net> | 2020-09-13 23:06:24 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2020-09-13 23:06:24 +0000 |
commit | 891730d13b324fad916572a82f0bd610c5de9aad (patch) | |
tree | f46c94ddfff34f15aafe7cac0596716d1c13c412 /raw-wiki-dump/GitRepositories%2Ftest%2Ffpga_entropy | |
parent | b092ffbcbe2c9398494f7dc9db6f0796971633e0 (diff) |
Rename for conversion
Diffstat (limited to 'raw-wiki-dump/GitRepositories%2Ftest%2Ffpga_entropy')
-rw-r--r-- | raw-wiki-dump/GitRepositories%2Ftest%2Ffpga_entropy | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/raw-wiki-dump/GitRepositories%2Ftest%2Ffpga_entropy b/raw-wiki-dump/GitRepositories%2Ftest%2Ffpga_entropy deleted file mode 100644 index 4e5cee3..0000000 --- a/raw-wiki-dump/GitRepositories%2Ftest%2Ffpga_entropy +++ /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 -<h1>fpga_entropy</h1> - -<p>Test implementation of FPGA-internal entropy source.</p> - -<h2>Introduction</h2> - -<p>This is an attempt at building an entropy source within a FPGA -device. the entropy source consists of multiple delay loops that are -XORed together. The bits sampled are used to generate 32 bit words which -can be extracted to a host machine for analysis.</p> - -<p>The main problem is probably being able to control the FPGA tool not to -kill the delay loops. We try to do this by building hierarchies. It -might work.</p> -}}} - -[[RepositoryIndex(format=table,glob=test/fpga_entropy)]] - -|| Clone `https://git.cryptech.is/test/fpga_entropy.git` || |