Martun Karapetyan

Results 22 issues of Martun Karapetyan

Update repos math, zk, hash to latest master. Memory access fixed in hashes, lookup argument updates in zk, returning a reference in in-place operators in math. Update version of all...

Every time marshalling happens, we receive a status: "nil::marshalling::status_type status". We must stop ignoring these statuses, because someone may intentionally give us a wrong structure on input. We can not...

Currently all of suite uses classes, which have lots of template arguments. For example this class is used as a template argument in many places: https://github.com/NilFoundation/crypto3-zk/blob/ebac50dbc72109b55d0c94d934ef8ff15fe747de/include/nil/crypto3/zk/snark/systems/plonk/placeholder/params.hpp#L61 Most of these values...

Currently most test are disabled on mac, we must debug them, and enable back.

This code is copied in all the tests: ``` using dist_type = std::uniform_int_distribution; std::size_t test_global_seed = 0; boost::random::mt11213b test_global_rnd_engine; template nil::crypto3::random::algebraic_engine test_global_alg_rnd_engine; struct test_initializer { // Enumerate all fields used...