emv_rocacheck

This commit is contained in:
merlokk
2018-12-28 16:40:53 +02:00
parent 9804526dca
commit ab41b4a991
3 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ void rocacheck_init(void);
void rocacheck_cleanup(void);
int bitand_is_zero( mbedtls_mpi* a, mbedtls_mpi* b );
extern bool emv_rocacheck( char *modulus );
extern bool emv_rocacheck( const unsigned char *buf, size_t buflen );
#endif