Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davxy/crypto-benches
Cryptographic libraries benchmarks
https://github.com/davxy/crypto-benches
Last synced: about 2 months ago
JSON representation
Cryptographic libraries benchmarks
- Host: GitHub
- URL: https://github.com/davxy/crypto-benches
- Owner: davxy
- Created: 2022-02-01T14:22:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T10:25:08.000Z (6 months ago)
- Last Synced: 2024-07-10T12:29:25.285Z (6 months ago)
- Language: Rust
- Size: 250 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crypto Benchmarks
Cryptographic libraries benchmarks using [Criterion](https://crates.io/crates/criterion).
Reported results were obtained on the following machine:
- CPU: AMD Ryzen Threadripper 3970X 32-Core Processor
- RAM: 64 GB
- OS: Linux### Benchmars
* [ECDSA](ecdsa/README.md)
* [Hash](hash/README.md)
* [Ciphers](ciphers/README.md)
* [RSA](rsa/README.md)
* [VRF](vrf/README.md)
* [Misc](misc/README.md)