secret-utils
Common `crypto` snippets (generate random bytes, salt, hash password, etc)
k-hash
Generic k-way indepenent hash function
hash-index
A hashing function which returns integers with a possible max value
is-number
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.