#ifndef SCP11_PUBLIC_H
#define SCP11_PUBLIC_H

#include "sec_apdu.h"

uint16_t scp11a_openSession(uint8_t scp11_aid[], uint32_t scp11_aid_len, uint8_t channelId, uint8_t securityLevel);
uint16_t scp11b_openSession(uint8_t scp11_aid[], uint32_t scp11_aid_len, uint8_t channelId, uint8_t securityLevel);
uint16_t scp11_apduTransceive(uint8_t channelId, p_secEse_7816_cpdu_t pCpdu, p_secEse_7816_rpdu_t pRpdu);

#endif
