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
Currently txs and evidence re-implement merkelization to avoid extra allocations. We can DRY this by making another method for merkelization which accepts an array of byters. This simplifies implementation of RFC 6962. (ref #1892)