Open
Description
In serialising affine_element
to a buffer, we first serialise the y-coordinate and then the x-coordinate. Is this because read
happens in a reverse order?
barretenberg/cpp/src/barretenberg/ecc/groups/affine_element.hpp
Lines 86 to 87 in 688ca22