UNPKG

nitlix-crypto

Version:

😍 Another starting collection of hashing, salting and other encryption tools 🚀 for the back-end side of the web.

2 lines (1 loc) 103 B
export default function (string: string, saltedString: string, roundsUsed?: number): Promise<boolean>;