Skip to content

Commit

Permalink
README.md: add spline/ to the subdir list
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Janik <[email protected]>
  • Loading branch information
tim-janik committed Dec 24, 2023
1 parent d9d5fc8 commit 63c33fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ The subdirectories are structured as follows:
* `keccak/` contains a Public Domain Keccak PRNG implementation for generic CPUs (ALU) and system entropy gathering code according to the
"Welcome to the Entropics: Boot-Time Entropy in Embedded Devices" paper.
Using Keccak allows for a 1600 bit CSPRNG entropy pool, it passes PractRand at 32TB.
* `spline/` contains a Public Domain cubic spline interpolation implementation, which can be used to create an approximation of a function
given a number of knots (control points) with third-order polynomial segments connecting each pair of data points.

0 comments on commit 63c33fc

Please sign in to comment.