View Source Kadena.Cryptography.Utils (Kadena v0.19.0)

Implementation for Cryptography.Utils functions.

Link to this section Summary

Link to this section Types

Link to this section Functions

@spec bin_to_hex(key_bin :: binary()) :: key()
Link to this function

blake2b_hash(str, opts \\ [])

View Source
@spec blake2b_hash(str :: str(), opts :: opts()) :: binary()
@spec hex_to_bin(key :: key()) :: binary()
@spec url_decode64(hash :: hash()) :: binary()
@spec url_encode64(hash_bin :: binary()) :: hash()