Skip to content

Commit

Permalink
Re add to debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurence Lundblade committed Jul 13, 2023
1 parent e21981c commit b453dcc
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions t_cose_encrypt_decrypt_test.h
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 */

0 comments on commit b453dcc

Please sign in to comment.