Installation

Install with the Julia package manager Pkg, just like any other registered Julia package:

pkg> add CryptographicHashFunctions  # Press ']' to enter the Pkg REPL mode.

or

julia> using Pkg; Pkg.add("CryptographicHashFunctions")