A collection of high-level API's exposing PointyCastle to perform hashing and encrypting in popular/secure algorithms.
-
Updated
Apr 21, 2021 - Dart
ChaCha is a family of stream ciphers developed by Daniel J. Bernstein. It is part of the popular authenticated encryption algorithm ChaCha20-Poly1305.
The canonical 20-round version is ChaCha20, though the faster, reduced-round variants ChaCha8 and ChaCha12 also see some use.
The XChaCha family features an extended nonce.
A collection of high-level API's exposing PointyCastle to perform hashing and encrypting in popular/secure algorithms.
ChaCha20-Poly1305 encryption/decryption for Flutter. Native implementation makes sure it has the fastest performance.
ChaCha20-Poly1305 encryption/decryption for Flutter. Native implementations make sure it has the fastest performance.
Lazy ChaCha20-Poly1305 in Flutter base on cryptography
256-bit encryption, cipher key generator - native implementation.