#ifndef _SECRETS_
#define _SECRETS_

#undef ENCRYPT_L0DABLE

static uint32_t const meshkey[4] = {
    0x00000042, 0x000005ec, 0x00000023, 0x00000005
};
static const uint32_t openbeaconkey[4] = {
	0xB4595344, 0xD3E119B6, 0xA814D0EC, 0xEFF5A24E 
};
static uint32_t const remotekey[4] = {
    0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
};
static uint32_t const l0dable_sign_key[4] = {
    0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
};
static uint32_t const l0dable_crypt_key[4] = {
    0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
};

#endif