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
Correct misunderstanding about bit direction for extra sizes (#89)
In a previous pull request #84 I added several sizes, but mistook the
direction of the binary representation of the added values. Along with
that one of the sizes was calculated incorrectly. (My apologies!)
This corrects both of those errors, successfully tested using the
downstream library. Also I checked (via script) all of the other binary
representations and and they all match the assigned values.
Co-authored-by: jmwample <[email protected]>
0 commit comments