libsodium-net
Introduction
1.
Installation
2.
Utilities and Helper
3.
Generating random data
4.
Secret-key cryptography
4.1.
Authenticated encryption
4.2.
Authentication
4.3.
AEAD
5.
Public-key cryptography
5.1.
Authenticated encryption
5.2.
Public-key signatures
5.3.
Sealed Boxes
6.
Hashing
6.1.
Generic hashing
6.2.
Short-input hashing
7.
Password hashing
8.
Advanced
8.1.
AES256-GCM
8.2.
SHA-2
8.3.
HMAC-SHA-2
8.4.
One-time authentication
8.5.
Diffie-Hellman
8.6.
Stream ciphers
8.6.1.
ChaCha20
8.6.2.
XSalsa20
8.7.
Ed25519 to Curve25519
9.
Software that uses libsodium-net
Powered by
GitBook
libsodium-net
Advanced