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
When serializing the exponent or the modulus from a key,
`BoxedUint::to_be_bytes` will return a slice padded with zeroes on the
left because of its inner representation. Not every implementation out
there will handle leading zeroes.
This provides a `PublicKeyParts::n_bytes`/`n_bytes` that will strip out those
leading zeros.
0 commit comments