Commit Graph

17 Commits

Author SHA1 Message Date
Jeffrey Walton
a89a27b72c
Attempt to keep Clang out of other compiler paths (GH #147) 2023-06-25 18:28:11 -04:00
Jeffrey Walton
31fa338416
Remove vector extract VEXT_U8 with non-const expression for MSVC (GH #1155, GH #1156) 2022-09-16 05:54:00 -04:00
Jeffrey Walton
d01ab643e9
Update GCC clobber list for SHA-256 and SHA-512 (PR #1139)
* Clear documentation warning

* Update GCC clobber list for SHA-256 and SHA-512
  Also see PR #1133 and GH #1134
2022-08-06 01:24:29 -04:00
Jeffrey Walton
b4d21aa506
Update documentation 2022-02-13 18:33:08 -05:00
Jeffrey Walton
175e7f7af0
Update documentation 2021-05-25 23:51:03 -04:00
Jeffrey Walton
28fc786079
Update documentation 2021-05-25 23:39:16 -04:00
Jeffrey Walton
5d26a4fadf
Update documentation 2021-05-25 23:08:55 -04:00
Jeffrey Walton
b2571d47c6
Add CRC32Wx4 and CRC32CWx4 for 4 blocks at a time 2021-05-25 23:06:50 -04:00
Jeffrey Walton
1221e0dc9e
Use inline ASM for CRC on Apple ARMv8 2021-05-25 20:24:58 -04:00
Jeffrey Walton
96618d7084
Update arm_sind.h 2021-05-23 04:06:58 -04:00
Jeffrey Walton
6ae949004c
Add ARMv8.4 wrappers for veor3q_u64, vxarq_u64 and vrax1q_u64 2021-05-22 19:34:19 -04:00
Jeffrey Walton
02f990cdc1
Fix typos 2021-02-03 04:12:33 -05:00
Jeffrey Walton
ac6987f3ae
Use \return and \throw consitently in the docs 2020-12-07 23:35:10 -05:00
Jeffrey Walton
60eedb97ba
Fix ARM headers and Android compile (PR #896)
* Test fix ARM headers
This problem has been festering for some time. The header file includes are slightly different than the ISA options. Some platforms need an include, others don't.

* Fix cryptest-android.sh and cryptest-ios.sh

* Fix MSVC ARM32 and ARM64 compile

* Split ARM32 and ARM64 recipes in GNUmakefile
2019-10-16 21:00:45 -04:00
Jeffrey Walton
0186d31be0
Update documentation 2019-01-27 06:56:12 -05:00
Jeffrey Walton
0f70d0262b
Update documentation 2019-01-24 02:01:52 -05:00
Jeffrey Walton
df9fa62205
Use carryless multiplies for NIST b233 and k233 curves (GH #783, PR #784)
Use carryless multiplies for NIST b233 and k233 curves.
2019-01-16 00:02:04 -05:00