Skip to content

Commit 298abd0

Browse files
committed
Add JWS utility
1 parent bcb5314 commit 298abd0

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/utility/SElementJWS.h

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/*
2+
This file is part of the Arduino_SecureElement library.
3+
4+
Copyright (c) 2024 Arduino SA
5+
6+
This Source Code Form is subject to the terms of the Mozilla Public
7+
License, v. 2.0. If a copy of the MPL was not distributed with this
8+
file, You can obtain one at http://mozilla.org/MPL/2.0/.
9+
*/
10+
11+
#ifndef SECURE_ELEMENT_JWS_H_
12+
#define SECURE_ELEMENT_JWS_H_
13+
14+
/******************************************************************************
15+
* INCLUDE
16+
******************************************************************************/
17+
18+
#include <ArduinoECCX08.h>
19+
20+
using SElementJWS = ECCX08JWSClass;
21+
22+
23+
#endif /* SECURE_ELEMENT_JWS_H_ */

0 commit comments

Comments
 (0)