Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
const-oid: fix
Encoder
size check and off-by-one error (#1304)
The `Encoder` previously returned `Error::Length` even when there was one remaining byte in the buffer. This fixes that error and adds an edge case test.
- Loading branch information