Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Openssl no longer has much better performance
https: //www.oracle.com/java/technologies/javase/8-whats-new.html "Hardware intrinsics were added to use Advanced Encryption Standard (AES)." https: //openjdk.org/jeps/164 "JEP 164: Leverage CPU Instructions for AES Cryptography" https: //docs.oracle.com/javase/9/whatsnew/#d1373e94 "Improves performance ranging from 34x to 150x for AES/GCM/NoPadding" https: //openjdk.org/jeps/246 "JEP 246: Leverage CPU Instructions for GHASH and RSA" Signed-off-by: Julian Ladisch <julianladisch@users.noreply.github.com>
- Loading branch information