Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 359 Bytes

micro-benchmark.md

File metadata and controls

14 lines (11 loc) · 359 Bytes

micro-benchmark

Pure C++ Implementation

AES Operation key bits Duration Megabytes
Encryption 256 551ms 16
Decryption 256 636ms 16

AES-NI (Hardware Accelerated)

AES Operation key bits Duration Megabytes
Encryption 256 3ms 16
Decryption 256 3ms 16