barretenberg
barretenberg copied to clipboard
resolve size_t issues
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.