crypto_pimitives

Crates.iocrypto_pimitives
lib.rscrypto_pimitives
version0.1.1
sourcesrc
created_at2019-11-13 03:28:46.922582
updated_at2019-11-17 21:51:20.990671
descriptionPerformance oriented crypto primitives.
homepage
repositoryhttps://github.com/elalfer/rust-crypto-pimitives
max_upload_size
id180823
size46,582
Ilya Albrecht (elalfer)

documentation

README

rust-crypto-pimitives

Performance oriented crypto primitives using HW acceleration.

Supported algorithms:

  • HW assisted key expansion (AES-NI)
  • AES ECB mode encrypt and decrypt

Supported ISA:

  • AES-NI
  • VAES-NI

Performance

AES-NI performance AES-128-ECB AES-192-ECB AES-256-ECB
Intel(R) Core(TM) i7-1065G7 CPU @ 1.30GHz (25W) 11.339 GiB/s 9.4101 GiB/s 8.1539 GiB/s
VAES-NI performance AES-128-ECB AES-192-ECB AES-256-ECB
Intel(R) Core(TM) i7-1065G7 CPU @ 1.30GHz (25W) 22.520 GiB/s 18.735 GiB/s 16.053 GiB/s
Commit count: 13

cargo fmt