Files
app-ethereum/src_features/performPrivacyOperation/feature_performPrivacyOperation.h
Charles-Edouard de la Vergne aa38ee9959 Code improvements / Fix warnings
- Fix CodeQL warnings
- Port lots of improvements/fixes from PR #225
- replace 'array_hexstr' and '%*H' format by sdk function 'format_hex'
- Add 'noreturn' attribute in 'main.c'
2024-04-26 11:09:18 +02:00

9 lines
201 B
C

#ifndef _PERFORM_PRIVACY_OPERATION_H_
#define _PERFORM_PRIVACY_OPERATION_H_
#include "shared_context.h"
uint32_t set_result_perform_privacy_operation(void);
#endif // _PERFORM_PRIVACY_OPERATION_H_