Juan Hernández Serrano

Results 3 repositories owned by Juan Hernández Serrano

bigint-crypto-utils

37
Stars
3
Forks
Watchers

Utils for working with cryptography using native JS implementation of BigInt. It includes arbitrary precision modular arithmetics, cryptographically secure random numbers and strong probable prime gen...

scrypt-pbkdf

18
Stars
1
Forks
Watchers

A faster JS implementation of the scrypt password-based key derivation function

bigint-mod-arith

22
Stars
3
Forks
Watchers

Some extra functions to work with modular arithmetics using native JS implementation of BigInt.