From 22cb2b81c5b2b968c2f5be4a8daf27a1ba1d4f75 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 25 Jul 2021 18:40:33 +0000 Subject: Attachments This is a bit unwieldy, git isn't really happy with large binary files, but the sizes, both of individual files and of the whole repository, aren't really enough to justify a complex solution. If this does become an issue, we can look into something like git-annex, and if necessary we can `git filter-branch` all the big files out of the repository, but for now just keep it simple. --- pelican/content/StateOfPlay/trng__linkcells.svg | 158 ++++++++++++++++++++++++ 1 file changed, 158 insertions(+) create mode 100644 pelican/content/StateOfPlay/trng__linkcells.svg (limited to 'pelican/content/StateOfPlay/trng__linkcells.svg') diff --git a/pelican/content/StateOfPlay/trng__linkcells.svg b/pelican/content/StateOfPlay/trng__linkcells.svg new file mode 100644 index 0000000..b9236df --- /dev/null +++ b/pelican/content/StateOfPlay/trng__linkcells.svg @@ -0,0 +1,158 @@ + + + + + + +v3graph + + +n0 + +trng + + +n1 + +trng_mixer + + +n0->n1 + + + + +n2 + +trng_csprng + + +n0->n2 + + + + +n3 + +avalanche_entropy + + +n0->n3 + + + + +n4 + +rosc_entropy + + +n0->n4 + + + + +n5 + +sha512_core + + +n1->n5 + + + + +n6 + +chacha_core + + +n2->n6 + + + + +n7 + +trng_csprng_fifo + + +n2->n7 + + + + +n8 + +avalanche_entropy_core + + +n3->n8 + + + + +n9 + +rosc_entropy_core + + +n4->n9 + + + + +n10 + +sha512_k_constants + + +n5->n10 + + + + +n11 + +sha512_h_constants + + +n5->n11 + + + + +n12 + +sha512_w_mem + + +n5->n12 + + + + +n13 + +chacha_qr + + +n6->n13 + + + + +n14 + +rosc + + +n9->n14 + + + + + -- cgit v1.2.3