ObjFW  View Ticket

2024-05-22
20:14 Ticket [32a54a363f] Support for hardware SHA on x86 status still Open with 1 other change artifact: 1e4fd75daa user: js
00:16 Ticket [32a54a363f]: 4 changes artifact: 4f04a6d075 user: js
2021-04-11
18:44 New ticket [32a54a363f]. artifact: 680e0607fa user: js

Ticket UUID: 32a54a363f4903eca34c352ef4324c160cc377c9
Title: Support for hardware SHA on x86
Status: Open Type: Nice To Have
Severity: Minor Priority: Zero
Subsystem: Resolution: Open
Last Modified: 2024-05-22 20:14:31
Version Found In: Milestone:
User Comments:
js added on 2021-04-11 18:44:50:

x86 has hardware instructions for SHA-1 and SHA-256 (given that it is a hardware implementation of the two loops, it should also be possible to use it for SHA-224, as only the init vector is different for SHA-224). It would be nice to support those.