https://codeberg.org/interpeer/s3kr1t.git
Raw File
Tip revision: de06e4aab9bff4a9491a8f7fdaaf4a28064a00bc authored by Jens Finkhaeuser on 08 May 2023, 09:37:19 UTC
Merge branch 'maintenance'
Tip revision: de06e4a
CHANGES
v0.1.0
------
* #1: Transfer copyright to Interpeer gUG (gemeinützig)

* #12: Build Android binary packages with conan; this works with Android builds,
  and enables a wider range of platforms to support.

* #23: Add RNGs and stream ciphers. The current version provides ChaCha20 for a
  stream cipher, and ChaCha20-Poly1305 for AEAD. The RNG uses a construct
  similar to GnuTLS, and is based on ChaCha20 (so are many arc4random
  implementations nowadays). It uses an automatic reseeding mechanism similar
  to GnuTLS, and adds fork protection.
back to top