Changeset 6f41c21f in mainline for uspace/lib/crypto/crypto.c
- Timestamp:
- 2025-04-18T19:00:25Z (4 weeks ago)
- Children:
- 50603405
- Parents:
- e77c3ed (diff), 0639afc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/crypto/crypto.c
re77c3ed r6f41c21f 196 196 * 197 197 */ 198 errno_t create_hash( uint8_t *input, size_t input_size, uint8_t *output,198 errno_t create_hash(const uint8_t *input, size_t input_size, uint8_t *output, 199 199 hash_func_t hash_sel) 200 200 {
Note:
See TracChangeset
for help on using the changeset viewer.