api/authenticated_encryption library

Classes

BoxBase
EncryptedMessage
PrivateKey
The PrivateKey implements the X25519 key agreement scheme (ECDH) using Curve25519 that provides a fast, simple, constant time, and fast variable-base scalar multiplication algorithm, which is is optimal for ECDH
PublicKey
SealedMessage

Typedefs

Crypting = Uint8List Function(Uint8List out, Uint8List text, int textLen, Uint8List nonce, Uint8List k)