Skip to content

Commit 4e08959

Browse files
committed
Update version
1 parent 2ef1d8a commit 4e08959

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ print(f"secret_key = {json.dumps(sk.export())}")
193193
print(f"pub_key = {json.dumps(key.get_public_key().export())}")
194194
```
195195

196-
197196
## Customize
198197

199198
All of the DDH and Damgard schemes support custom group. You can implement your own group class by extending `/src/mife/data/group.py` as base class.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extragroup = [
1313

1414
[project]
1515
name = "pymife"
16-
version = "0.0.8"
16+
version = "0.0.9"
1717
authors = [
1818
{ name="mechfrog88", email="kelzzin2@gmail.com" },
1919
]

0 commit comments

Comments
 (0)