Skip to content

Commit 9de4719

Browse files
committed
Restructure folder
1 parent 076cdc3 commit 9de4719

24 files changed

Lines changed: 29 additions & 29 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Using Curve25519
9292

9393
```python
9494
from mife.multi.damgard import FeDamgardMulti
95-
from src.mife.data.curve25519 import Curve25519
95+
from mife.data.curve25519 import Curve25519
9696

9797
n = 25
9898
m = 25
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
from src.mife.data.group import GroupBase, GroupElem
3+
from mife.data.group import GroupBase, GroupElem
44
from typing import Self, List
55
from gmpy2 import invert, mpz
66

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import secrets
44

5-
from src.mife.data.group import GroupBase, GroupElem
5+
from mife.data.group import GroupBase, GroupElem
66
from typing import Self
77
from gmpy2 import powmod, gcd, invert, mpz
88
from Crypto.Util.number import isPrime

0 commit comments

Comments
 (0)