Add chan interface
Use ClientData instead of void*
Fix encoding example
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
See blake3(n)
.
Send a patch to this mailing list or a pull request to the Codeberg mirror.