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 0bf17ee commit 8e0c4f3Copy full SHA for 8e0c4f3
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.12)
2
project(
3
gfc
4
- VERSION 0.2.1
+ VERSION 1.0.0
5
LANGUAGES C
6
)
7
setup.py
@@ -6,7 +6,7 @@
setup(
8
name="pygfc",
9
- version="0.2.1",
+ version="1.0.0",
10
author="Maxime Mouchet",
11
author_email="max@maxmouchet.com",
12
description="Implementation of a Generalized-Feistel Cipher for generating random permutations.",
0 commit comments