mirror of
https://github.com/bitcoin/bips.git
synced 2025-10-13 14:03:47 +00:00
BIPs 327, 340: remove unused imports
Co-authored-by: Snezhkko <snezhkodaria38@gmail.com>
This commit is contained in:
parent
5d06b3b976
commit
9297c12729
@ -4,7 +4,7 @@
|
|||||||
# be used in production environments. The code is vulnerable to timing attacks,
|
# be used in production environments. The code is vulnerable to timing attacks,
|
||||||
# for example.
|
# for example.
|
||||||
|
|
||||||
from typing import Any, List, Optional, Tuple, NewType, NamedTuple
|
from typing import List, Optional, Tuple, NewType, NamedTuple
|
||||||
import hashlib
|
import hashlib
|
||||||
import secrets
|
import secrets
|
||||||
import time
|
import time
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
from typing import Tuple, Optional, Any
|
from typing import Tuple, Optional, Any
|
||||||
import hashlib
|
import hashlib
|
||||||
import binascii
|
|
||||||
|
|
||||||
# Set DEBUG to True to get a detailed debug output including
|
# Set DEBUG to True to get a detailed debug output including
|
||||||
# intermediate values during key generation, signing, and
|
# intermediate values during key generation, signing, and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user