Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/crypto/crypto.c

    ra4cf312 r0639afc  
    196196 *
    197197 */
    198 errno_t create_hash(uint8_t *input, size_t input_size, uint8_t *output,
     198errno_t create_hash(const uint8_t *input, size_t input_size, uint8_t *output,
    199199    hash_func_t hash_sel)
    200200{
Note: See TracChangeset for help on using the changeset viewer.