- Make the licenses name SPDX compatible (thanks to @kit-ty-kate)
- Change dune subst from pinned to dev (thanks to @kit-ty-kate)
- Disable a failing testcase for architectures with integers no longer than 31 bits (thanks to @kit-ty-kate)
- Upgrade to Cstruct 6.0.0
- Port to mirage-crypto (thanks to @hannesm)
- Move to dune
- Upgrade to opam 2.0
- Removed Makefile, unneeded with topkg
- Made pkg.ml executable
- Added salsa20-core as a dependency and remove related code
- Replaced underscores by dashes in library names
- Exported Salsa20_core module
- Added topkg dependency
- Optimized inner loop in salsa_core to improve performance
- Replaced custom clone function by Nocrypto's implementation
- Initial release