Description
Adds Ruby bindings to the NaCl/libsodium cryptography library through FFI. It is useful for encryption, signatures, public-key operations, and secure primitives exposed by libsodium.
Cryptographic APIs require careful key handling and protocol design. Protect private keys, use authenticated modes correctly, and avoid inventing custom security protocols.