Current section
Files
Jump to
Current section
Files
src/bindings@blake2.erl
-module(bindings@blake2).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export([hash2b/2]).
-spec hash2b(bitstring(), integer()) -> bitstring().
hash2b(M, Output_size) ->
'Elixir.Blake2':hash2b(M, Output_size).