Nilsimsa.process
You're seeing just the function
process
, go back to Nilsimsa module for more information.
Specs
Process the given string as a Nilsimsa hash
Examples
iex> to_string(Nilsimsa.process("abcdefghijklmnopqrstuvwxyz"))
"94ca95850773045cabb93869ba8657373499beb81a17587fd6f9107fc54cc978"
Specs
Process the given string as a Nilsimsa hash using the given accumulator struct
Examples
iex> to_string(Nilsimsa.process("abcdefghijklmnopqrstuvwxyz", %Nilsimsa{}))
"94ca95850773045cabb93869ba8657373499beb81a17587fd6f9107fc54cc978"