HN user

badcryptobitch

158 karma

@badcryptobitch on Twitter/X CEO @hashcloak - Cryptography R&D consulting, hashcloak.com CEO @StoffelMPC - Making MPC accessible to non-cryptographers, stoffelmpc.com

Posts28
Comments24
View on HN
hashcloak.com 3d ago

Introduction to Formal Verification with Lean Part 1

badcryptobitch
218pts45
en.wikipedia.org 26d ago

Hot Lotto Fraud Scandal (2017)

badcryptobitch
2pts0
hashcloak.com 2mo ago

Ethereum plans to move from BLS signatures to post quantum secure signatures

badcryptobitch
2pts0
arxiv.org 2mo ago

Kettle: Attested Builds for Verifiable Software Provenance

badcryptobitch
3pts0
stoffelmpc.com 2mo ago

Introduction to Beaver Triples

badcryptobitch
25pts12
www.magonia.io 2mo ago

LLM anomaly detectors are not a cause for concern despite Mythos

badcryptobitch
2pts0
arxiv.org 2mo ago

C8s: A Confidential Kubernetes Architecture

badcryptobitch
14pts0
stoffelmpc.com 2mo ago

Introduction to Secret Sharing from First Principles

badcryptobitch
1pts0
www.zetter-zeroday.com 3mo ago

The Sad Decline of Trenchant Exec Who Stole and Sold Zero Days to Russian Buyer

badcryptobitch
2pts0
stoffelmpc.com 3mo ago

Data in Use Protection: How MPC Keeps Inputs Hidden from the Cloud

badcryptobitch
2pts0
hashcloak.com 3mo ago

Explainer for Aztec's Ultrahonk Verifier

badcryptobitch
2pts0
twitter.com 4mo ago

Crunchyroll's customer analytics data breached via outsourcing partner Telus

badcryptobitch
2pts1
assets.amazon.science 4mo ago

Lightweight Formal Methods to Validate a Key-Value Storage Node in Amazon S3 [pdf]

badcryptobitch
2pts0
techcrunch.com 5mo ago

The first signs of burnout are coming from the people who embrace AI the most

badcryptobitch
4pts0
eprint.iacr.org 6mo ago

Parallelizable threshold ECDSA with more than t+1 parties

badcryptobitch
1pts0
arxiv.org 7mo ago

Bionetta: Efficient Client-Side Zero-Knowledge Machine Learning Proving

badcryptobitch
2pts1
github.com 7mo ago

Circom-chan: zkSNARK circuit compiler

badcryptobitch
1pts0
blog.enclave.gg 7mo ago

Greco for FHE and ZK Consistency

badcryptobitch
2pts0
arxiv.org 7mo ago

Autodeleveraging: Impossibilities and Optimization

badcryptobitch
1pts0
pse.dev 8mo ago

State of Private Voting 2026

badcryptobitch
1pts0
www.techemails.com 8mo ago

Thiel and Zuckerberg on Facebook, Millennials, and predictions for 2030 (2019)

badcryptobitch
60pts149
arxiv.org 8mo ago

Grafhen: Group-Based Homomorphic Encryption Without Noise

badcryptobitch
2pts2
github.com 8mo ago

Zkenc: Witness Encryption for Quadratic Arithmetic Programs (QAP)

badcryptobitch
2pts0
arxiv.org 8mo ago

VaultDB: A Real-World Pilot of SMPC Within a Clinical Research Network

badcryptobitch
1pts0
eprint.iacr.org 9mo ago

High-Throughput Universally Composable Threshold FHE Decryption

badcryptobitch
2pts0
pse.dev 9mo ago

Constant-Depth NTT for FHE-Based Private Proof Delegation

badcryptobitch
2pts0
blockrotator.substack.com 9mo ago

Why ZK Proving Markets Keep Failing: The Termination Trap

badcryptobitch
3pts0
github.com 1y ago

Show HN: StoffelVM – A WIP VM for Multiparty Computation

badcryptobitch
6pts2

Founder of stoffelmpc.com here.

Thank you vishakh82 for sharing.

It's great seeing folks apply PETs to key problems, no matter how theoretical they might seem now as evidenced by the comments. PoCs like this are steps in the right direction to make such work and ideas practical.

If any of you are looking to try out Stoffel, you can check out our docs at docs.stoffelmpc.com or go to our github repo: https://github.com/Stoffel-Labs/stoffel

Yeah, his post resulted in a rise in everyone and their mother becoming formal verification "experts" now. But I think he's right. We no longer have good excuses for not trying to secure code with FV in this brave new world of agentic coding

Can you clarify what you mean? The example is to show concretely the computation. It works as long as you have the basic setup for shamir secret sharing (and other linear secret sharing schemes actually but I didn't go into that in the article)

You aren't the only one that has alerted me of framer-based sites crashing on iOS. I'm trying to find a resolution but it appears to be a framer problem. I asked one of my friends and he was able to access the article fine.

Most explanations just give formulas and no intuition. I tried to give intuition and a concrete example. If you email me, I can share the images that help with the intuition without the rest of the blog post.

This looks great but how does it differ from the many wallet services that offer link sharing built-in without the subscription? As many wallets support tokens across many chains these days, link sharing is essentially a feature and no longer its own product.

You can still derive a lot of info without having possession of the data through the use of PETs. There's a reason why companies like Google and Tik Tok make heavy use of PETs for their advertising products.

This article is kind of hilarious to read. This is my life since getting a dog (and I've been doing versions of it before my dog too) but this guy just discovered the way Europeans have been living for hundreds of years and wrote a whole article about it. I guess this is also one of the great things about the internet. Another person's mundane thing is another person's discovery.

Unexplainable security features are just marketing materials. I feel this way about a lot of hardware-based security solutions like TPMs, and TEEs. These are actually useful solutions that can help solve problems that we have (as evidenced by this article) but unfortunately, these solutions tend to be poorly publicly documented. As a result, we rely on academics to do the work for us in order to learn how to better contextualize these solutions.

One thing that many of these kinds of articles don't really talk about but that also emphasizes their point is that there will be an increase in interfaces/languages for software developers to do increasingly specialized for work. As such, there will be more compilers, vms, dsls, etc which means that there will be more of a demand for developers who have this skillset. Ideally, this should lead to more folks becoming developers or at least acquiring skills that professional developers have in order to make effective use of these tools.

Working on an MPC stack to make it easier for devs to integrate privacy into their stacks. As normal folks increasingly value the privacy of their data, developers will need to think about how they can build apps while guarding their users' data. We provide tooling for them to do this.

Still WIP but we are getting our first audit in the coming days!

Stoffel-Lang:https://github.com/Stoffel-Labs/Stoffel-Lang StoffelVM: https://github.com/Stoffel-Labs/StoffelVM MPC protocols: github.com/Stoffel-Labs/mpc-protocols Website: stoffelmpc.com

Hi, sorry for missing this. I'm usually a lurker on HN. Right now, it's just a general purpose VM that does the basics of what anyone would expect any VM to do. We are currently in the midst of implementing the MPC specific aspects to the VM, namely distributed computation and allowing anyone to plug in any MPC protocol they want as long as it conforms to our set of interfaces. We will be providing MPC protocols that we think are worthwhile for use cases that we know have users and as such, if you aren't a cryptographer but have a sense of where you want to use MPC, you can just use our VM and associated APIs without having to fiddle too much with the actual cryptography.