#ifndef __GENCERT_H_INCLUDED__
#define __GENCERT_H_INCLUDED__

#ifdef __cplusplus
extern "C" {
#endif

#define MAX_CERT_SIZE 8192

int generate_pebble_cert(
	uint8_t *key_buffer,
	uint32_t *len
);
#ifdef __cplusplus
}
#endif
#endif /* __GENCERT_H_INCLUDED__ */
