summaryrefslogtreecommitdiff
path: root/raw-wiki-dump/GitRepositories%2Ftest%2Ffpga_entropy
blob: 4e5cee31b327900cf59c65f0d800063e91111b51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{{{
#!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` ||