tenthash
Gleam based implementation of TentHash(https://github.com/cessen/tenthash)
Currently only works in Erlang.
gleam add tenthash@1
import tenthash
pub fn main() {
tenthash.hash("Hash a string")
}
Further documentation can be found at https://hexdocs.pm/tenthash.
Development
gleam run # Run the project
gleam test # Run the tests