Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uasi/inko-blake3

A BLAKE3 hasher for Inko.
https://github.com/uasi/inko-blake3

Last synced: about 7 hours ago
JSON representation

A BLAKE3 hasher for Inko.

Awesome Lists containing this project

README

        

# inko-blake3

A [BLAKE3](https://github.com/BLAKE3-team/BLAKE3) hasher for the Inko programming language.

## Examples

import blake3.Blake3

let hasher = Blake3.new
hasher.write('hello'.to_byte_array)
hasher.finish.to_string # => 'ea8f163db38682925e4491c5e58d4bb3506ef8c14eb78a86e908c5624a67200f'