~fgaz/tcl-blake3

Tcl interface to BLAKE3
Add chan interface
Use ClientData instead of void*
Fix encoding example

clone

read-only
https://git.sr.ht/~fgaz/tcl-blake3
read/write
git@git.sr.ht:~fgaz/tcl-blake3

You can also use your local clone with git send-email.

#Tcl interface to BLAKE3

#Installation

To install from source, first install Tcl and libblake3, then build with meson:

meson setup builddir
meson compile -C builddir
sudo meson install -C builddir

Stubs are enabled by default. To disable them, change the use_tcl_stubs meson option:

meson configure builddir -Duse_tcl_stubs=false

#Usage

See blake3(n).

#Contributing

Send a patch to this mailing list or a pull request to the Codeberg mirror.