MCPcopy Create free account
hub / github.com/ccxt/ccxt / sigencode_strings

Function sigencode_strings

python/ccxt/static_dependencies/ecdsa/util.py:193–196  ·  view source on GitHub ↗
(r, s, order, v=None)

Source from the content-addressed store, hash-verified

191# or unpacked.
192
193def sigencode_strings(r, s, order, v=None):
194 r_str = number_to_string(r, order)
195 s_str = number_to_string(s, order)
196 return r_str, s_str, v
197
198
199def sigencode_string(r, s, order, v=None):

Callers 2

sigencode_stringFunction · 0.85

Calls 1

number_to_stringFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…