Y
Hacker News
new
|
ask
|
show
|
jobs
by
dloss
471 days ago
Noir is a Domain Specific Language for SNARK proving systems.
https://noir-lang.org/
1 comments
01HNNWZ0MV43FF
471 days ago
I see, I see. And what is a SNARK proving system?
link
michaelsbradley
471 days ago
This paper is a great resource if you're unfamiliar with zk-SNARK and how it works:
Why and How zk-SNARK Works
(2019)
https://arxiv.org/abs/1906.07221
link
conradludgate
471 days ago
"Succinct Non-interactive Arguments of Knowledge", it's a system for zero-knowledge proofs, which allow proving a fact of some kind without disclosing the inputs
link