Closed internet-diglett closed 1 year ago
We were accidentally truncating the Vec values returned by Key#to_bytes(). This patch should make sure that we are resizing according to each individual key before joining them together into a single Vec.
Key#to_bytes()
We were accidentally truncating the Vec values returned by .
Key#to_bytes()
. This patch should make sure that we are resizing according to each individual key before joining them together into a single Vec