<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blocksense/zkVMs-benchmarks/guests, branch evaluate_polynomial</title>
<subtitle>Setups and programs for zero-knowledge virtual machine benchmarking</subtitle>
<id>https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/atom?h=evaluate_polynomial</id>
<link rel='self' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/atom?h=evaluate_polynomial'/>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/'/>
<updated>2025-03-05T14:04:14Z</updated>
<entry>
<title>feat(guests): Add polynomial evaluation program</title>
<updated>2025-03-05T14:04:14Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-02-21T11:43:46Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=f0a9a58e069cf8f6f2de5dbd3cd48a1420fc21a1'/>
<id>urn:sha1:f0a9a58e069cf8f6f2de5dbd3cd48a1420fc21a1</id>
<content type='text'>
Adapted from
https://github.com/metacraft-labs/dvt-circuits/blob/master/crates/bls_utils/src/bls.rs#L26

Co-authored-by: Marto &lt;martindobrev0@gmail.com&gt;
</content>
</entry>
<entry>
<title>feat(guests/zk_dungeon): Remove zkwasm block</title>
<updated>2025-03-05T09:47:28Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-03-05T08:57:09Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=eea11570c9d46ea994a4912d92bce5b6b6dfe49f'/>
<id>urn:sha1:eea11570c9d46ea994a4912d92bce5b6b6dfe49f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(guest): Add zk_dungeon program</title>
<updated>2025-03-04T16:33:31Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-02-28T10:01:04Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=298455c2dccfe0bcec7139c05e2f47e094ccfeb7'/>
<id>urn:sha1:298455c2dccfe0bcec7139c05e2f47e094ccfeb7</id>
<content type='text'>
Ported from
https://github.com/blocksense-network/noir/tree/6a4f172c0cbee1e2baea7d4c0684121d5921c09a/test_programs/plonky2_prove_success/zk_dungeon

Co-authored-by: Stan Manilov &lt;stanislav.manilov@gmail.com&gt;
</content>
</entry>
<entry>
<title>chore: Rust fmt</title>
<updated>2025-02-27T13:08:11Z</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=5b82ac769339938570c0d1f7230afc53732993b4'/>
<id>urn:sha1:5b82ac769339938570c0d1f7230afc53732993b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs(guest): Explain blacklisting feature</title>
<updated>2025-02-26T15:10:12Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-02-26T15:08:35Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=7cae7ec66ab2204572911b3f47342a703254f4e9'/>
<id>urn:sha1:7cae7ec66ab2204572911b3f47342a703254f4e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Add zkvm cargo features</title>
<updated>2025-02-26T11:59:43Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-02-26T09:19:14Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=aaedf9d730179082f6e9c6f15682390d3eb2dba2'/>
<id>urn:sha1:aaedf9d730179082f6e9c6f15682390d3eb2dba2</id>
<content type='text'>
So you can make code modifications compile-time, based on the zkVM
</content>
</entry>
<entry>
<title>chore: Update zkVM packages</title>
<updated>2025-02-26T07:26:09Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-02-19T08:29:12Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=91fb36148723cf3f87fe596a565c9082f4d82b05'/>
<id>urn:sha1:91fb36148723cf3f87fe596a565c9082f4d82b05</id>
<content type='text'>
This includes:
- Updating flake.lock
- Updating all host and guest Cargo.toml and Cargo.lock files
- Making zkvm default.nix file modifications to account for toolchain
and setup changes
</content>
</entry>
<entry>
<title>docs(guests/README): Remove requirement for package name to be the same as dir name</title>
<updated>2025-02-18T12:26:14Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-02-17T14:46:24Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=d815a08151cca7ef4e26a06156c165887a8c70e5'/>
<id>urn:sha1:d815a08151cca7ef4e26a06156c165887a8c70e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(guests/README): More specific link to zkvms README</title>
<updated>2025-02-13T10:58:08Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-02-12T16:21:18Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=c08e2c5ccdc47265909870d87eee357af317aea6'/>
<id>urn:sha1:c08e2c5ccdc47265909870d87eee357af317aea6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(guests/README): Add more detail and examples</title>
<updated>2025-02-13T10:58:08Z</updated>
<author>
<name>Kamen Mladenov</name>
<email>kamen@syndamia.com</email>
</author>
<published>2025-02-12T16:14:27Z</published>
<link rel='alternate' type='text/html' href='https://git.syndamia.com/work/blocksense/zkVMs-benchmarks/commit/?id=bec1651cbcef0f648cbc4051b4056b43cfd4bb4d'/>
<id>urn:sha1:bec1651cbcef0f648cbc4051b4056b43cfd4bb4d</id>
<content type='text'>
</content>
</entry>
</feed>
