Changes in uspace/lib/crypto/crypto.c [0639afc:a4cf312] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/crypto/crypto.c
r0639afc ra4cf312 196 196 * 197 197 */ 198 errno_t create_hash( constuint8_t *input, size_t input_size, uint8_t *output,198 errno_t create_hash(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.