You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SegWit digest computation (btcpy.structs.transaction.SegWitTransaction.get_segwit_digest() method) should cache past computed values and reuse them all around, hence avoiding quadratic hashing.
The text was updated successfully, but these errors were encountered:
SegWit digest computation (
btcpy.structs.transaction.SegWitTransaction.get_segwit_digest()
method) should cache past computed values and reuse them all around, hence avoiding quadratic hashing.The text was updated successfully, but these errors were encountered: