Crate proc_hash

Source

Macros§

include_blake256
Takes a string and replaces it with it’s Blake2s256 hash at compile time
include_blake512
Takes a string and replaces it with it’s Blake2b512 hash at compile time
include_md5
Takes a string and replaces it with it’s MD5 hash at compile time
include_sha3
Takes a string and replaces it with it’s SHA-3 hash at compile time
include_whirlpool
Takes a string and replaces it with it’s Whirlpool hash at compile time