From 21b325c0d7105bac81f528a44a6a3df41970547c Mon Sep 17 00:00:00 2001 From: Ben Marshall Date: Thu, 25 Jun 2020 11:22:21 +0100 Subject: [PATCH] Spec: rename random bit section "Get Entropy" On branch dev/next-release Your branch is ahead of 'origin/dev/next-release' by 1 commit. (use "git push" to publish your local commits) Changes to be committed: modified: doc/riscv-crypto-spec.tex new file: doc/tex/sec-entropy-source.tex deleted: doc/tex/sec-randombit.tex Changes not staged for commit: modified: extern/riscv-gnu-toolchain (modified content) modified: extern/riscv-isa-sim (modified content) --- doc/riscv-crypto-spec.tex | 4 ++-- doc/tex/sec-entropy-source.tex | 7 +++++++ doc/tex/sec-randombit.tex | 3 --- 3 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 doc/tex/sec-entropy-source.tex delete mode 100644 doc/tex/sec-randombit.tex diff --git a/doc/riscv-crypto-spec.tex b/doc/riscv-crypto-spec.tex index 0956db26..d8b50ec1 100644 --- a/doc/riscv-crypto-spec.tex +++ b/doc/riscv-crypto-spec.tex @@ -49,9 +49,9 @@ \section{Scalar Extension} \import{./tex/}{sec-scalar.tex} \newpage -\section{Random Bit Generation extension} +\section{Entropy Source Extension} \label{sec:randombit} -\import{./tex/}{sec-randombit.tex} +\import{./tex/}{sec-entropy-source.tex} % ============================================================================ diff --git a/doc/tex/sec-entropy-source.tex b/doc/tex/sec-entropy-source.tex new file mode 100644 index 00000000..1e55fcee --- /dev/null +++ b/doc/tex/sec-entropy-source.tex @@ -0,0 +1,7 @@ + +\note{ + This section is a work in progress. + For discussions on this functionality, please see + \url{https://github.com/scarv/riscv-crypto/blob/dev/getentropy/doc/supp/getentropy.adoc} +} + diff --git a/doc/tex/sec-randombit.tex b/doc/tex/sec-randombit.tex deleted file mode 100644 index eafe6350..00000000 --- a/doc/tex/sec-randombit.tex +++ /dev/null @@ -1,3 +0,0 @@ - -\todo{Random bit generator details} -