mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-02-03 15:54:20 +01:00
relative import of secp (#275)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import hashlib
|
||||
|
||||
from cashu.core.crypto.secp import PrivateKey, PublicKey
|
||||
from .crypto.secp import PrivateKey, PublicKey
|
||||
|
||||
|
||||
def sign_p2pk_sign(message: bytes, private_key: PrivateKey):
|
||||
|
||||
Reference in New Issue
Block a user