Changes in uspace/lib/crypto/crypto.h [2b5d966:8a64320e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/crypto/crypto.h
r2b5d966 r8a64320e 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 60 58 #endif
Note:
See TracChangeset
for help on using the changeset viewer.