Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/electrum_ecc/ecdsa_sigformat.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
# This is a variable length (around 71-73 bytes) serialized format.
# - "r and s": A tuple of integers (r, s).
# This module contains helper functions to convert between these.
# These conversions canonicalize the signature to low-S, so a high-S
# signature does not round-trip byte-for-byte.

from typing import Tuple
from ctypes import (
Expand Down