Content pfp
Content
@
0 reply
0 recast
0 reaction

zkbio pfp
zkbio
@zkbio.eth
I am hoping to write some privacy preserving bioinformatics algorithms in my free time. Lots of arrays and strings. What is the best language for me to get started?
1 reply
0 recast
3 reactions

EulerLagrangodamus pfp
EulerLagrangodamus
@eulerlagrange.eth
If you need to run client side like in an app, id check out Noir. Fairly easy to get going. For server side use consider using a zkVM. What are the memory requirements?
1 reply
0 recast
1 reaction

zkbio pfp
zkbio
@zkbio.eth
The proof of concept will just work on a pair of protein sequences which average in length of around 400 amino acids. So it should be something on the order of 1.92 MB for the simplest algorithm.
2 replies
0 recast
1 reaction

zkbio pfp
zkbio
@zkbio.eth
That said, genomics scales quite quickly. 😅 I just don’t know where the zk tech is at given its fast growth.
1 reply
0 recast
1 reaction

EulerLagrangodamus pfp
EulerLagrangodamus
@eulerlagrange.eth
I posted a hackmd yesterday on /zk on a way to speed up clientside zk. Works really well, especially if you don’t need the privacy preserving part. No tools for it. What you’ll need to do is use recursive ZKPs. Noir has examples of this, and this will keep the memory requirements down.
0 reply
0 recast
1 reaction