54 stable releases (16 major)

16.0.4 Apr 16, 2024
16.0.3 Feb 17, 2023
16.0.0 Jan 28, 2023
15.0.4 Jan 24, 2023
0.3.0 Mar 28, 2019

#159 in Algorithms

Download history 2/week @ 2024-02-16 34/week @ 2024-02-23 33/week @ 2024-03-01 13/week @ 2024-03-08 9/week @ 2024-03-15 5/week @ 2024-03-22 35/week @ 2024-03-29 9/week @ 2024-04-05 140/week @ 2024-04-12 15/week @ 2024-04-19 474/week @ 2024-04-26

649 downloads per month
Used in 8 crates

LGPL-3.0-or-later

280KB
5K SLoC

Zeros

Project

  • License: GNU Lesser General Public License, either version 3, or (at your option) any later version.
  • This project follows Semantic Versioning 2.0.0

Features

This project provides:

Notes

  • Currently only little-endian systems are supported. We don't have access or knowledge to test on big-endian systems.
  • Internal state stores data on [u64]. So it works best on systems supporting u64 natively.
  • Accuracy/correctness is highest priority. Speed is second. Currently, it's slower than well-known implementations, such as OpenSSL.
  • Documentation is built with all features. Some of them are optional. If you see components from other crates, you can view source to see what features are required.

No runtime deps