Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
PublicKeyPackage::serialize()
infallible
The only reason why `serialize_into()` may fail is if the destination buffer does not have enough space, but in this case the buffer is a `Vec`, which may grow.
- Loading branch information