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