Changes in uspace/lib/crypto/crypto.h [8a64320e:2b5d966] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/crypto/crypto.h
r8a64320e r2b5d966 56 56 extern int pbkdf2(uint8_t *, size_t, uint8_t *, size_t, uint8_t *); 57 57 58 extern uint16_t crc16_ibm(uint16_t crc, uint8_t *buf, size_t len); 59 58 60 #endif
Note:
See TracChangeset
for help on using the changeset viewer.