11 lines
425 B
C
11 lines
425 B
C
|
#pragma once
|
||
|
|
||
|
#include "picopass_device.h"
|
||
|
|
||
|
extern const uint8_t picopass_iclass_key[PICOPASS_BLOCK_LEN];
|
||
|
extern const uint8_t picopass_factory_credit_key[PICOPASS_BLOCK_LEN];
|
||
|
extern const uint8_t picopass_factory_debit_key[PICOPASS_BLOCK_LEN];
|
||
|
extern const uint8_t picopass_xice_key[PICOPASS_BLOCK_LEN];
|
||
|
extern const uint8_t picopass_xicl_key[PICOPASS_BLOCK_LEN];
|
||
|
extern const uint8_t picopass_xics_key[PICOPASS_BLOCK_LEN];
|