Jitter sponge entropy server

A terminal server that reads out entropy generated from CPU jitter
amplified using a Keccak sponge construction.
This commit is contained in:
Emery Hemingway
2018-11-10 15:08:51 +01:00
committed by Norman Feske
parent 1f028daae3
commit 33ebdeee1f
10 changed files with 391 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
Jitter Sponge
A terminal server that provides an entropy service.

View File

@@ -0,0 +1 @@
_/src/jitter_sponge

View File

@@ -0,0 +1 @@
-

View File

@@ -0,0 +1,12 @@
<runtime ram="4M" caps="128" binary="jitter_sponge">
<provides> <terminal/> </provides>
<content>
<rom label="ld.lib.so"/>
<rom label="jitter_sponge"/>
</content>
<config/>
</runtime>