nrfxlib API 3.3.99
Loading...
Searching...
No Matches
ocrypto_version.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2016 - 2025 Nordic Semiconductor ASA
3 * Copyright (c) since 2013 Oberon microsystems AG
4 *
5 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
6 */
7
8
151#ifndef OCRYPTO_VERSION_H
152#define OCRYPTO_VERSION_H
153
154
155#ifdef __cplusplus
156extern "C" {
157#endif
158
164#define OCRYPTO_VERSION_NUMBER 0x03090500
165
166
167#ifdef __cplusplus
168}
169#endif
170
171#endif
172