sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit ef6e87a607f650abea2ba1f38a923104c8fbc318
parent c255b652d844ac3679c0c728fbd371bb6cbacd82
Author: NRK <nrk@disroot.org>
Date:   Wed, 18 Jan 2023 15:40:03 +0600

[rocks]: add monocypher

it's design goals aligns quite closely with the suckless philosophy.

the library pretty small and is freestanding (meaning it has no
dependancy, not even on libc) making it suitable for static-linking.
it's also been audited once with a positive conclusion [0].

[0]: https://monocypher.org/quality-assurance/audit

Diffstat:
Msuckless.org/rocks/index.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/suckless.org/rocks/index.md b/suckless.org/rocks/index.md @@ -40,6 +40,8 @@ because it makes them legally compatible with other suckless projects. ### Cryptography * [LibreSSL](https://www.libressl.org/) - LibreSSL is a version of the TLS/crypto stack forked from OpenSSL in 2014. +* [Monocypher](https://monocypher.org/) - Small and freestanding cryptographic + library with relatively good performance written in C99. ### Miscellaneous