<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blocksense/zkVMs-benchmarks/guests_macro/src, branch noir-benchmarks</title>
<subtitle>Setups and programs for zero-knowledge virtual machine benchmarking</subtitle>
<id>https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/atom?h=noir-benchmarks</id>
<link rel='self' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/atom?h=noir-benchmarks'/>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/'/>
<updated>2025-02-27T09:35:32Z</updated>
<entry>
<title>chore: Rust fmt</title>
<updated>2025-02-27T09:35:32Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-02-27T09:35:32Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=9b0da28632c2d5ffc42bf647213a8990fa0cbffb'/>
<id>urn:sha1:9b0da28632c2d5ffc42bf647213a8990fa0cbffb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs(guests_macro): Add detailed documentation comments</title>
<updated>2025-02-10T11:23:04Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-02-10T11:23:04Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=b3cfd4b13c95a2beb6ee7a0aa6b0f72752b492aa'/>
<id>urn:sha1:b3cfd4b13c95a2beb6ee7a0aa6b0f72752b492aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(guests_macro): When writing to type.txt, do not include newlines when the line is too long</title>
<updated>2025-02-05T12:24:19Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-02-05T12:24:19Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=6bb6c60b6d50bff99169b56bc68cb04f0c906525'/>
<id>urn:sha1:6bb6c60b6d50bff99169b56bc68cb04f0c906525</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(guests_macro/parse_fn): Fix args split with composite angled bracket types</title>
<updated>2025-02-05T10:33:32Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-02-05T10:33:32Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=ea504096df8e92eb224408b65ed0d7031fc3f402'/>
<id>urn:sha1:ea504096df8e92eb224408b65ed0d7031fc3f402</id>
<content type='text'>
Types like HashMap&lt;Key, Value&gt;, i.e. with commas inside the angled
brackets
</content>
</entry>
<entry>
<title>feat(guests_macro/parse_fn): Make _public functions also return private values</title>
<updated>2025-02-03T14:21:54Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-02-03T13:49:27Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=434248bf0ac990ac5cf8e4dfc6b923e6f1cf060c'/>
<id>urn:sha1:434248bf0ac990ac5cf8e4dfc6b923e6f1cf060c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(zkvms_host_io): Add public_inputs and private_inputs attributes to RunWith</title>
<updated>2025-02-03T12:52:56Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-02-03T12:52:56Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=0e2db3d20ccae2090f4a01d172e451c596da0c30'/>
<id>urn:sha1:0e2db3d20ccae2090f4a01d172e451c596da0c30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Move some public input parsing logic to parse_fn</title>
<updated>2025-02-03T10:52:50Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-02-03T10:52:50Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=6155820b9436acaac824cb02015225ba5de26921'/>
<id>urn:sha1:6155820b9436acaac824cb02015225ba5de26921</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Add output type to zkvms_host_io macro</title>
<updated>2025-01-31T10:58:02Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-01-31T10:58:02Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=a673cfb1c33c35d4e151329f882a00b12a03da14'/>
<id>urn:sha1:a673cfb1c33c35d4e151329f882a00b12a03da14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Pass guest entrypoint type to host</title>
<updated>2025-01-30T11:09:26Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-01-30T11:09:26Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=b0fda4ce1557a316e4d4ed1152025d9def753831'/>
<id>urn:sha1:b0fda4ce1557a316e4d4ed1152025d9def753831</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(guests_macro): Split entrypoint macro string onto multiple lines</title>
<updated>2025-01-30T11:08:42Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-01-30T11:08:42Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=a2104811772e771445766ce77c692023d4efb746'/>
<id>urn:sha1:a2104811772e771445766ce77c692023d4efb746</id>
<content type='text'>
</content>
</entry>
</feed>
