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
Merge #90: Do not require know size at compile time
060ef26 Do not require know size at compile time (Tobin C. Harding)
Pull request description:
The `Base32Len` and `ToBase32` traits currently require the implementing type to have a known size at compile time. This is an unnecessary restriction.
Fix: #82
FTR I did not know at first which functions this reasoning could by applied to so I added `+ ?Sized` to every generic that was `AsRef<[u8]>` and let the compiler tell me which ones were correct.
ACKs for top commit:
apoelstra:
ACK 060ef26
Tree-SHA512: ad03db3244203e7d3f74dda2ec46bdde5395e9bfc37e7ccf5a2886a16c4ad16710473b616a944699babc111f61fdca80cf2e9f5f448d219b335a5057ec5cec38
0 commit comments