Packages

Various modules and helpers for working with Nimiq primitives in the Gleam programming language or as a CLI

Current section

Files

Jump to
nimiq_gleam src bindings@blake2.erl
Raw

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).