#ifndef __A3A8_H__
#define __A3A8_H__


void A3A8(/* in */ const unsigned char rand[16], /* in */ const unsigned char key[16],
    /* out */ unsigned char simoutput[12]);

#endif
