EIP712 code Doxygen comments pass

This commit is contained in:
Alexandre Paillier
2022-07-11 17:12:58 +02:00
parent 0cfb16759c
commit 0cc75edf69
14 changed files with 621 additions and 135 deletions

View File

@@ -17,6 +17,7 @@
s_eip712_context *eip712_context = NULL;
/**
* Initialize the EIP712 context
*
* @return a boolean indicating if the initialization was successful or not
*/
@@ -59,6 +60,9 @@ bool eip712_context_init(void)
return true;
}
/**
* De-initialize the EIP712 context
*/
void eip712_context_deinit(void)
{
typed_data_deinit();