Providers
CryptographicHashFunctions.providers
— ConstantSupported providers. Currently:
julia> collect(CryptographicHashFunctions.providers)
4-element Vector{CryptographicHashFunctions.Provider}:
OpenSSL
Libgcrypt
Nettle
libsodium
CryptographicHashFunctions.default_provider
— ConstantDefault provider. Currently:
julia> CryptographicHashFunctions.default_provider
OpenSSL