package salsa20

  1. Overview
  2. Docs
Salsa20 family of encryption functions, in pure OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

salsa20-1.1.0.tbz
sha256=60b5c1a6ab4e8a7f0a03b194230c2fcb4783aacf9b149f73802767c2334f4f95
sha512=89f5d9a0b68d9d7158d5e3868aa35074800a619932194a14ccc848a58696a1d9a583bb14de966d68720c6d22f3f0b51430a4ade1fa0051cff75fcb99c26450e8

CHANGES.md.html

1.1.0 (2020-03-30)

  • Use mirage-crypto instead of nocrypto (by @hannesm)

  • Stop using Salsa20_core.Utils (by @hannesm)

1.0.0 (2019-04-12)

  • Move to dune

  • Upgrade to opam 2.0

  • Simplify decrypt function implementation

0.1.0 (2017-10-30)

  • Initial release