Fix off-by-one error in ec_laplace_encode.
di_max was counting the _number_ of code-points remaining, not the largest one that could be used.
Please register or sign in to comment
di_max was counting the _number_ of code-points remaining, not the largest one that could be used.