crypto3-zk icon indicating copy to clipboard operation
crypto3-zk copied to clipboard

Remove temporary marshalling

Open nkaskov opened this issue 4 years ago • 1 comments

Review temporary marshalling to have marshalling status as one of the function parameters. This status type should be of ::nil::marshalling::status_type type and be equal to ::nil::marshalling::status_type::success in case of correct data processing, -//-::not_enough_data in case of to short buffer and -//-::invalid_msg_data in case of corrupted data, which cannot be processed correctly.

┆Issue is synchronized with this Wrike task by Unito

nkaskov avatar Jun 24 '21 10:06 nkaskov

We also need to add temporary marshalling of the proving key for the NilFoundation-FreeTON Groth16 usecases contest.

nkaskov avatar Jul 02 '21 09:07 nkaskov