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) 100 B
export type HashMethods = "sha256" | "sha512" | "md5" | "sha1" | "sha224" | "sha384" | "ripemd160";