GcsSignedUrl.Crypto.sha256
You're seeing just the function
sha256
, go back to GcsSignedUrl.Crypto module for more information.
Specs
Hashed the given string using sha256 algorithm and encode it as lowercase hex string.
Examples
iex> GcsSignedUrl.Crypto.sha256("foo")
"1fad6186e41f577a37f56589..."