Guomi algorithms facade.
Examples
iex> Guomi.algorithms()
[:sm2, :sm3, :sm4]
iex> Guomi.supported()
%{sm2: true, sm3: true, sm4: true}
Summary
Functions
Returns the algorithms exposed by this package.
Returns runtime support for each algorithm.
Types
Functions
@spec algorithms() :: [algorithm()]
Returns the algorithms exposed by this package.
Returns runtime support for each algorithm.
Since v0.5.0 all algorithms are implemented in pure Elixir and are always supported at runtime.