Changeset b7fd2a0 in mainline for uspace/lib/crypto/rc4.c
- Timestamp:
- 2018-01-13T03:10:29Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a53ed3a
- Parents:
- 36f0738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/crypto/rc4.c
r36f0738 rb7fd2a0 88 88 * 89 89 */ 90 int rc4(uint8_t *key, size_t key_size, uint8_t *input, size_t input_size,90 errno_t rc4(uint8_t *key, size_t key_size, uint8_t *input, size_t input_size, 91 91 size_t skip, uint8_t *output) 92 92 {
Note:
See TracChangeset
for help on using the changeset viewer.