mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-10-23 07:42:01 +00:00
12 lines
194 B
C
12 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 );
|
|
|