Skip to content

Commit 707c5ac

Browse files
committed
Update README.
1 parent 262e66b commit 707c5ac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ original implementation](https://cr.yp.to/chacha.html) (using a 64-bit counter
2020
and 64-bit nonce), which allows you to generate 1 ZiB of random data before the
2121
nonce must be recycled.
2222

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+
2328
## Usage
2429

2530
You can start using ChaChaCiphers.jl for random number generation by creating a

0 commit comments

Comments
 (0)