16 releases (8 breaking)

0.9.0 Jul 2, 2021
0.8.0 Jan 27, 2021
0.7.0 Jan 5, 2021
0.6.2 Jun 19, 2020
0.2.0 Sep 13, 2018

#57 in #aes

Download history 799/week @ 2024-07-21 892/week @ 2024-07-28 857/week @ 2024-08-04 925/week @ 2024-08-11 696/week @ 2024-08-18 702/week @ 2024-08-25 755/week @ 2024-09-01 766/week @ 2024-09-08 1018/week @ 2024-09-15 929/week @ 2024-09-22 876/week @ 2024-09-29 303/week @ 2024-10-06 694/week @ 2024-10-13 545/week @ 2024-10-20 568/week @ 2024-10-27 481/week @ 2024-11-03

2,312 downloads per month
Used in 16 crates (2 directly)

MIT/Apache

95KB
2K SLoC

parity-crypto

General cryptographic utilities for Ethereum.

Changelog

The 0.4 release removes the dependency on ring and replaces it with pure rust alternatives. As a consequence of this, AES GCM support has been removed. subtle is used for constant time equality testing and error handling is pared down to the bare minimum required.


lib.rs:

Crypto utils used by ethstore and network.

Dependencies

~1–2.1MB
~31K SLoC