barretenberg icon indicating copy to clipboard operation
barretenberg copied to clipboard

resolve size_t issues

Open lucasxia01 opened this issue 9 months ago • 0 comments

We use size_t in way too many places. We should probably just use uint32_t or uint64_t by default and cast to size_t when needed. This leads to Mac build serialization issues as Charlie brought up in Slack, but it also led to issues in using msgpack for wasm as it didn't match size_t with any serializable type.

lucasxia01 avatar May 02 '24 21:05 lucasxia01