Skip to content

Commit 0bf17ee

Browse files
authored
Update README.md
1 parent b642b87 commit 0bf17ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# gfc
1+
# 🎲 gfc — fast & lazy random permutations
22

33
[![build](https://github.com/maxmouchet/gfc/actions/workflows/build.yml/badge.svg)](https://github.com/maxmouchet/gfc/actions/workflows/build.yml)
44
[![PyPI](https://img.shields.io/pypi/v/pygfc)](https://pypi.org/project/pygfc/)
55

6-
Implementation of a Generalized-Feistel Cipher [1, alg. 3] for generating random permutations.
6+
gfc is a C implementation of a Generalized-Feistel Cipher [1, alg. 3] for generating random permutations.
77
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`.
88

99
### C API

0 commit comments

Comments
 (0)