Test our implementation against Cryptography module's

This commit is contained in:
2023-10-29 10:59:32 +00:00
parent 8e38985bf8
commit baf3ef31a5
4 changed files with 22 additions and 4 deletions
+3 -2
View File
@@ -20,10 +20,11 @@ Clone the repository, use Meson build:
meson setup build
cd build
ninja
./randquik
sudo ninja install # optionally
randquik > /dev/null
```
Alternatively you may compile it by hand with `gcc randquik.c -o randquik -O3 -pthread`.
Alternatively you may compile it by hand with `gcc *.c -o randquik -O3 -pthread`.
## Python module