mirror of
https://github.com/PentHertz/OpenBTS.git
synced 2026-05-02 13:20:05 +00:00
11 lines
221 B
C
11 lines
221 B
C
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
typedef unsigned char byte;
|
|
typedef unsigned long word;
|
|
typedef word bit;
|
|
|
|
void A51_GSM( unsigned char *key, int klen, int count, unsigned char *block1, unsigned char *block2 );
|
|
|