]> git.ipfire.org Git - thirdparty/openssl.git/commit
Added AVX2 encoding + scalar improvements
authorNick Nuon <myjpntrip@gmail.com>
Thu, 6 Nov 2025 00:32:25 +0000 (19:32 -0500)
committerPauli <paul.dale@oracle.com>
Tue, 23 Dec 2025 03:47:41 +0000 (14:47 +1100)
commit3a69b1902892883d81c41747b2230c5168511026
treed70d5360bf5fa99694caa79805b152ae917a9f9f
parent6f73fe1c688dc3e4c3815e8f33e5b672abeb28d3
Added AVX2 encoding + scalar improvements

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/29178)
crypto/evp/bio_b64.c
crypto/evp/build.info
crypto/evp/enc_b64_avx2.c [new file with mode: 0644]
crypto/evp/enc_b64_avx2.h [new file with mode: 0644]
crypto/evp/enc_b64_scalar.c [new file with mode: 0644]
crypto/evp/enc_b64_scalar.h [new file with mode: 0644]
crypto/evp/encode.c
test/build.info
test/recipes/90-test_base64_simdutf.t [new file with mode: 0644]
test/test_base64_simdutf.c [new file with mode: 0644]