export type HashMethods = "sha256" | "sha512" | "md5" | "sha1" | "sha224" | "sha384" | "ripemd160";
