-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Laurence Lundblade
committed
Jul 13, 2023
1 parent
e21981c
commit b453dcc
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/* | ||
* t_cose_encrypt_decrypt_test.h | ||
* | ||
* Copyright 2023, Laurence Lundblade | ||
* Created by Laurence Lundblade on 2/26/23. | ||
* | ||
* SPDX-License-Identifier: BSD-3-Clause | ||
* | ||
*/ | ||
|
||
#ifndef t_cose_encrypt_decrypt_test_h | ||
#define t_cose_encrypt_decrypt_test_h | ||
|
||
#include <stdint.h> | ||
|
||
int32_t base_encrypt_decrypt_test(void); | ||
|
||
int32_t dec_fixed(void); | ||
|
||
|
||
#endif /* t_cose_encrypt_decrypt_test_h */ |