Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)