Files
ZephCore/zephcore/helpers/IdentityStore.h
T

13 lines
316 B
C

/*
* SPDX-License-Identifier: Apache-2.0
* IdentityStore.h - Compatibility header for ZephCore constants
*
* This header provides common identity and crypto constants used
* by repeater helpers. It simply re-exports from mesh/MeshCore.h.
*/
#pragma once
#include <mesh/MeshCore.h>
#include <mesh/Identity.h>