mirror of
https://github.com/bitcoin/bips.git
synced 2026-05-04 16:41:51 +00:00
BIPs 327, 340: remove unused imports
Co-authored-by: Snezhkko <snezhkodaria38@gmail.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user