diff options
author | Rob Austein <sra@hactrn.net> | 2020-09-13 23:04:30 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2020-09-13 23:04:30 +0000 |
commit | b092ffbcbe2c9398494f7dc9db6f0796971633e0 (patch) | |
tree | 6fabf690f1ebf485a9fea9af5298e44ad2a59a3e /raw-wiki-dump/GitRepositories%2Fcore%2Frng%2Fvndecorrelator | |
parent | 9d927e49d9c10fc16c6dfa4a2a96cdb6216e4e2b (diff) |
Import Cryptech wiki dump
Diffstat (limited to 'raw-wiki-dump/GitRepositories%2Fcore%2Frng%2Fvndecorrelator')
-rw-r--r-- | raw-wiki-dump/GitRepositories%2Fcore%2Frng%2Fvndecorrelator | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/raw-wiki-dump/GitRepositories%2Fcore%2Frng%2Fvndecorrelator b/raw-wiki-dump/GitRepositories%2Fcore%2Frng%2Fvndecorrelator new file mode 100644 index 0000000..da72d9a --- /dev/null +++ b/raw-wiki-dump/GitRepositories%2Fcore%2Frng%2Fvndecorrelator @@ -0,0 +1,34 @@ +{{{ +#!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>vndecorrelator</h1> + +<p>A Verilog implementation of a von Neumann decorrelator.</p> + +<p>This tiny module consumes pairs of bits and generates decorrelated +bits. Basically given a sequence of two bits, the decorrelator will:</p> + +<p>0, 1: Emit 1 +1, 0: Emit 0 +0, 0: Emit nothing +1, 1: Emit nothing</p> + +<p>The rate of bits emitted is thus at most half of the bitrate on the +input.</p> + +<p>The module is synchronous, but bits may arrive a number of cycles +between eachother. The module will set the syn_out flag during one cycle +to signal that the value in data_out is a valid bit.</p> +}}} + +[[RepositoryIndex(format=table,glob=core/rng/vndecorrelator)]] + +|| Clone `https://git.cryptech.is/core/rng/vndecorrelator.git` || |