Skip to content

Commit

Permalink
use cryptodome
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAaronLopezGarcia committed Jun 5, 2024
1 parent 15b42cb commit b4c15ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/PC/ipltools/make_ipl.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
import sys
import struct

from Crypto.Cipher import AES
from Crypto.Hash import CMAC, SHA1
from Crypto import Random
from Cryptodome.Cipher import AES
from Cryptodome.Hash import CMAC, SHA1
from Cryptodome import Random
from ecdsa.ellipticcurve import CurveFp, Point
from ecdsa.curves import Curve
from ecdsa import SigningKey
Expand Down
Binary file modified contrib/PC/prxencrypter/prxencrypter
Binary file not shown.

0 comments on commit b4c15ea

Please sign in to comment.