Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(base-n): fix #308, remove unintentional int cast
- use Math.floor() in BaseN.encode() to avoid casting intermediate values to 32 bit int range
- Loading branch information