#pragma once /** * Device name len */ #define DEV_NAME_LEN 10 /** * Private key max length */ #define PRV_KEY_DER_MAX_BYTES 1500