Skip to content

Commit

Permalink
Spec: rename random bit section "Get Entropy"
Browse files Browse the repository at this point in the history
 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)
  • Loading branch information
ben-marshall committed Jun 25, 2020
1 parent 18fb38b commit 21b325c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/riscv-crypto-spec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}

% ============================================================================

Expand Down
7 changes: 7 additions & 0 deletions doc/tex/sec-entropy-source.tex
Original file line number Diff line number Diff line change
@@ -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}
}

3 changes: 0 additions & 3 deletions doc/tex/sec-randombit.tex

This file was deleted.

0 comments on commit 21b325c

Please sign in to comment.