Changeset 2b5d966 in mainline for uspace/lib/crypto/crypto.h
- Timestamp:
- 2015-04-30T21:44:54Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- df2bce3
- Parents:
- bf1733d3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/crypto/crypto.h
rbf1733d3 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.