Timothy Herchen

Results 3 issues of Timothy Herchen

The code currently uses the abstract equality operator `==`, meaning that a stringified version of the isOdd function will incorrectly return true. Example: ```js const isOdd = require('is-odd'); const isIsOdd...

MAJOR SECURITY ISSUE

Hi, I was wondering if a faster algorithm for bigint multiplication could be used for large bigints. The Karatsuba algorithm is relatively simple, so it wouldn't increase the code size...

Hi, I was wondering if a faster algorithm for bigint multiplication could be used for large bigints. The Karatsuba algorithm is relatively simple, so it wouldn't increase the code size...