Ttweetnacl.CryptoCrypto on bytes.
See the NaCl documentation for more information on how to use the functions.
module Entropy : sig ... endEntropy gathering (from the OS).
module Box : sig ... endPublic-key authenticated encryption
module Scalarmult : sig ... endScalar multiplication.
module Sign : sig ... endSignatures.
module Secretbox : sig ... endSecret-key authenticated encryption.
module Stream : sig ... endSecret-key encryption.
module Onetimeauth : sig ... endOne-time authentication.
module Hash : sig ... endHashing
module Verify : sig ... endConstant time bytes comparison.