Skip to content

Commit

Permalink
no import ecdh
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmcdonald3 committed Aug 2, 2024
1 parent 41365ab commit 0bb55e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,6 @@ def GetOutOfBoundsPublicKey(dafny_curve):
return Wrappers.Result_Success(b"todo")





class CustomECCAlgorithm(cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve):
def __init__(self, name, key_size):
self.name = name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from . import (
AESEncryption,
AesKdfCtr,
ECDH,
# ECDH,
ExternDigest,
ExternRandom,
HMAC,
Expand Down

0 comments on commit 0bb55e0

Please sign in to comment.