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 b642b87 commit 0bf17eeCopy full SHA for 0bf17ee
README.md
@@ -1,9 +1,9 @@
1
-# gfc
+# 🎲 gfc — fast & lazy random permutations
2
3
[](https://github.com/maxmouchet/gfc/actions/workflows/build.yml)
4
[](https://pypi.org/project/pygfc/)
5
6
-Implementation of a Generalized-Feistel Cipher [1, alg. 3] for generating random permutations.
+gfc is a C implementation of a Generalized-Feistel Cipher [1, alg. 3] for generating random permutations.
7
It uses [Speck](https://en.wikipedia.org/wiki/Speck_%28cipher%29) 64/128 as the random function, and can generate permutations up to `2^64`.
8
9
### C API
0 commit comments