endojs / endo

Endo is a distributed secure JavaScript sandbox, based on SES
Apache License 2.0
829 stars 72 forks source link

fix(daemon): Address off-by-nybble formula path error #2016

Closed kriskowal closed 9 months ago

kriskowal commented 9 months ago

When splitting a hash into a single byte prefix and suffix, I accidentally trimmed four bits from the head of the suffix. Nothing broke because the mistake was consistent over a consistent hash but it is technically incorrect.