mirror of
https://github.com/PentHertz/OpenBTS.git
synced 2026-04-28 03:19:27 +00:00
11 lines
263 B
C
11 lines
263 B
C
// Renewed for 2023 by FlUxIuS @ Penthertz
|
|
|
|
#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 );
|
|
|