Skip to content

Commit d5acc02

Browse files
committed
Add crypto funding section
1 parent 5d52f29 commit d5acc02

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

assets/images/kzg_code.png

206 KB
Loading

index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,20 @@
8787

8888
<div class="separator"></div>
8989

90+
<div class="repo-group">
91+
<h3>Cryptography Funding</h3>
92+
93+
<p>We try to make sure that Ethereum L1 browser cryptography gaps get closed. We lately initiated and funded implementations for the <a href="https://github.com/paulmillr/noble-curves?tab=readme-ov-file#bn254-aka-alt_bn128">BN254 curve</a> used for EVM curve precompiles, EIP-4844 compliant <a href="https://github.com/paulmillr/micro-eth-signer?tab=readme-ov-file#kzg-peerdas-verkle">KZG</a> as well as the KZG crypto preparing for <a href="https://github.com/paulmillr/micro-eth-signer/releases/tag/0.15.0">PeerDAS</a> (special thanks to @paulmillr! ❤️). If you see additional gaps or if you are interested in a cooperation reach out!</p>
94+
</div>
95+
96+
<div class="repo-group">
97+
<div class="repo-box">
98+
<img src="/assets/images/kzg_code.png" alt="micro-eth-signer GitHub - KZG Code Example">
99+
</div>
100+
</div>
101+
102+
<div class="separator"></div>
103+
90104
<h1>Contact</h1>
91105

92106
Feel inspired? Again, get in touch!

0 commit comments

Comments
 (0)