Gimli is a 384-bit permutation designed to achieve high security with high performance across a broad range of platforms, including 64-bit Intel/AMD server CPUs, 64-bit and 32-bit ARM smartphone CPUs, 32-bit ARM microcontrollers, 8-bit AVR microcontroller
npm install gimli.jsAn implementation of [Gimli][gimli] in typescript with compilation to javascript in CommonJS.
* Core Permutation
* Hash
* Cipher
* PRNG
Based on the [zig][zig] implementation by [daurnimator][daurnimator].
[gimli]: https://gimli.cr.yp.to
[zig]: https://github.com/ziglang/zig
[daurnimator]: https://github.com/daurnimator