OpenBTS/GSMShare/A51.h
2023-01-06 10:16:43 +01:00

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 );