Details
-
Task
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
-
5
-
Foundation Sprint 108, Foundation Sprint 109, Foundation Sprint 110, Foundation Sprint 111, Foundation Sprint 112, Foundation Sprint 113, Foundation Sprint 114, Foundation Sprint 115, Foundation Sprint 116, Foundation Sprint 117, Foundation Sprint 118, Foundation Sprint 119, Foundation Sprint 120
Description
Currently, QCryptographicHash::hashInto() still uses QSmallByteArray Private::result to hold the result, and only copies from there into the user-supplied buffer after finalizing. It would be more efficient to write into the user-supplied buffer directly.
Ditto QMesageAuthenticationCode.
Attachments
Issue Links
- resulted from
-
QTBUG-125431 Add QCryptographicHash::hashInto(QSpan<std::byte>)
- Closed