We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262e66b commit 707c5acCopy full SHA for 707c5ac
README.md
@@ -20,6 +20,11 @@ original implementation](https://cr.yp.to/chacha.html) (using a 64-bit counter
20
and 64-bit nonce), which allows you to generate 1 ZiB of random data before the
21
nonce must be recycled.
22
23
+## Installation
24
+
25
+You can install ChaChaCiphers.jl with `julia> ] add ChaChaCiphers` in the Julia
26
+REPL, or with `using Pkg; Pkg.add("ChaChaCiphers");`.
27
28
## Usage
29
30
You can start using ChaChaCiphers.jl for random number generation by creating a
0 commit comments