Guomi.SM3 (guomi v0.4.2)

Copy Markdown View Source

SM3 hash helpers based on :crypto.

Summary

Types

input()

@type input() :: binary() | iodata()

Functions

hash(data)

@spec hash(input()) :: binary()

hash_hex(data)

@spec hash_hex(input()) :: String.t()

supported?()

@spec supported?() :: boolean()