-rw-r--r-- 1213 libntruprime-20241008/doc/download.md raw
To download and unpack the latest version of libntruprime:
wget -m https://libntruprime.cr.yp.to/libntruprime-latest-version.txt
version=$(cat libntruprime.cr.yp.to/libntruprime-latest-version.txt)
wget -m https://libntruprime.cr.yp.to/libntruprime-$version.tar.gz
tar -xzf libntruprime.cr.yp.to/libntruprime-$version.tar.gz
cd libntruprime-$version
Then [install](install.html)
and [test](test.html).
### Archives and changelog (reverse chronological) {#changelog}
[`libntruprime-20241008.tar.gz`](libntruprime-20241008.tar.gz) [browse](libntruprime-20241008.html)
Upgrade to `cryptoint 20241003`.
Say `full tests succeeded` in `ntruprime-fulltest` documentation.
In `autogen/test`, clarify code, and allow saving from a blank slate.
[`libntruprime-20240910.tar.gz`](libntruprime-20240910.tar.gz) [browse](libntruprime-20240910.html)
Return `void` for `keypair`, `enc`, `dec`.
Thanks to Jan Mojzis for pointing out the discrepancy between code and documentation.
Fix missing installation of command-line tools.
Thanks to Simon Josefsson for pointing out the issue.
[`libntruprime-20240825.tar.gz`](libntruprime-20240825.tar.gz) [browse](libntruprime-20240825.html)
First release.