dect
/
dectmon
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
dectmon/include/dsc.h

9 lines
247 B
C

#ifndef _DECTMON_DSC_H
#define _DECTMON_DSC_H
extern void dect_dsc_keystream(uint64_t iv, const uint8_t *key,
uint8_t *output, unsigned int len);
extern uint64_t dect_dsc_iv(uint32_t mfn, uint8_t framenum);
#endif /* _DECTMON_DSC_H */