pokeplatinum/subprojects/libcrypto/include/crypto/sign.h

15 lines
232 B
C

#ifndef POKEPLATINUM_SIGN_H
#define POKEPLATINUM_SIGN_H
#ifdef __cplusplus
extern "C" {
#endif
int CRYPTO_VerifySignature(const void *, int, const void *, const void *);
#ifdef __cplusplus
}
#endif
#endif // POKEPLATINUM_SIGN_H