We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef1d8a commit 4e08959Copy full SHA for 4e08959
2 files changed
README.md
@@ -193,7 +193,6 @@ print(f"secret_key = {json.dumps(sk.export())}")
193
print(f"pub_key = {json.dumps(key.get_public_key().export())}")
194
```
195
196
-
197
## Customize
198
199
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
@@ -13,7 +13,7 @@ extragroup = [
13
14
[project]
15
name = "pymife"
16
-version = "0.0.8"
+version = "0.0.9"
17
authors = [
18
{ name="mechfrog88", email="kelzzin2@gmail.com" },
19
]
0 commit comments