From 891730d13b324fad916572a82f0bd610c5de9aad Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 13 Sep 2020 23:06:24 +0000 Subject: Rename for conversion --- ...tRepositories%2Fuser%2Fjs%2Fvndecorrelator.trac | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 raw-wiki-dump/GitRepositories%2Fuser%2Fjs%2Fvndecorrelator.trac (limited to 'raw-wiki-dump/GitRepositories%2Fuser%2Fjs%2Fvndecorrelator.trac') diff --git a/raw-wiki-dump/GitRepositories%2Fuser%2Fjs%2Fvndecorrelator.trac b/raw-wiki-dump/GitRepositories%2Fuser%2Fjs%2Fvndecorrelator.trac new file mode 100644 index 0000000..b587b81 --- /dev/null +++ b/raw-wiki-dump/GitRepositories%2Fuser%2Fjs%2Fvndecorrelator.trac @@ -0,0 +1,43 @@ +{{{ +#!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 +

vndecorrelator

+ +

Introduction

+ +

A Verilog implementation of a von Neumann decorrelator, generally called +a conditioner or whitening function. This tiny module consumes entropy +bits and outputs decorrelated bits.

+ +

The Von Neumann decorrelator +consumes pairs of bits and outputs bits based on the pattern in th bit pairs:

+ + + +

In the best case with random bits, the output bitrate will be 1/4. For +heavily biased input bits, the rate will be much slower. When used with +a broken entropy source that is stuck at zero or one, no bits will be +emitted.

+ +

This implementation operates on streams of single bits and creates pairs +internally.

+ +

Status

+ +

Implementation done. Tested in FPGA designs and works.

+}}} + +[[RepositoryIndex(format=table,glob=user/js/vndecorrelator)]] + +|| Clone `https://git.cryptech.is/user/js/vndecorrelator.git` || -- cgit v1.2.3