Skip to content

Commit

Permalink
Update euclid.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiinitix authored Aug 31, 2022
1 parent 2373fe7 commit 9c4ca1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colossus/euclid.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
import secrets
import random
import sys
from Crypto.Cipher import AES
from Crypto import Random
from Cryptodome.Cipher import AES
from Cryptodome import Random

def gcd(a, b):
'''Euclid's algorithm '''
Expand Down

0 comments on commit 9c4ca1a

Please sign in to comment.