#snarkjs resultados da pesquisa
I just discovered this really interesting paper! A groth16 like protocol that solves the malleability problem keeping the performance of the verifier in just 3 pairings and 1 equation... Planning to implement it it in #snarkJS and #webSNARK !! eprint.iacr.org/2019/586
1/5 FFLONK is already available in #snarkJS ! First of all, I would like thank you 🙏 to @rel_zeta_tech and @Zac_Aztec from @aztecnetwork for creating this amazing protocol. FFLONK is a zkSNARK protocol like GROTH16 or PLONK with the following advantages:
#circom circuit with #snarkjs to create zk-snark. Below circuit checking constraints on personal info - like - age, income level, occupation type. No personal info stored on #blockchain . zeroPartyData project creates proof (signature) that can be verified on #Polygon blockchain
Flujo de generación una simple prueba de conocimiento cero con #snarkjs, #circom, #groth16 y verificando on-chain, (en #blockchain) con un smart contract en #solidity.
After that, we used the #SnarkJS framework to convert this #circom code into two things: - a ZK-proof generator - a ZK-proof verifier 7/12
Just implemented the Groth protocol in the #snarkjs Library: github.com/iden3/snarkjs . This allows to verify a zero knowlage proof in less than 600K gas in #Ethereum Thank you @barrywhitehat @identhree
As for the ZK-proof verifier, #SnarkJS has a functionality to generate a verifier as #Solidity code. Making it very easy to deploy it to any EVM, such as @AuroraChain_EN in this case. This generated code makes heavy usage of Yul for low-level assembly opcodes. 9/12
I just published github.com/iden3/rapidsna… A CPU zkSnark prover, compatible with #circom and #snarkjs . It can generate 128M constraints proofs in less than 2min in a 64 core processor. This is an important piece for @hermez_network #rollup and for #ethereum scaling solutions.
Just fixed the CVE-2019-7167 bug in #snarkjs : github.com/iden3/snarkjs/… If anybody is using this lib in production please PM. Otherwise update it. More info: Thank you so much to Ariel, @zooko and all @zcashco team for finding this out. You are incredible!
github.com
Fix CVE-2019-7167 · iden3/snarkjs@71c6640
Fix CVE-2019-7167 · iden3/snarkjs@71c6640
Diving deep into zero-knowledge proofs. Started building circuits in Circom and generating proofs with snarkjs. Working through signal constraints, R1CS, and witness generation—finally grasping how zk-SNARKs encode logic into verifiable computation. #ZKP #Circom #snarkjs #crypto
Tomorrow in @zeroknowledgefm I’ll explain with practical examples how to create zero knowledge circuits in #circom Create and veryfy the proofs with #snarkjs and deploy an onchain verifier in #erhereum . @identhree
Nice zk poker #zksnark circuit by @glamperd built with #circom and #snarkjs by @identhree and @jbaylina medium.com/@glamperd/zk-p…
🌲 @darkforest_eth! Running on @xdaichain IMHO one of the best uses of SNARKs for gaming 👾, their blog provides a great intro to zkSNARKs via @identhree 's #circom + #snarkjs tech. Check their latest @gitcoin grant - gitcoin.co/grants/2323/da… Oh, also @hermez_network!
On the second day of the company hackathon today. Write some circom2 circuits, got a trusted setup in place and all looking good. Sometimes having a math degree helps to stay on top of things, and today was one of those days Having tremendous fun #zk #snarkjs #circom
@ethereumRT @jbaylina: I just published github.com/iden3/rapidsna… A CPU zkSnark prover, compatible with #circom and #snarkjs . It can generate 128M constraints proofs in less than 2min in a 64 core processor. This is an important piece for @hermez_network #rollup and for #ethereu…
I just contributed to the perpetual powers of tau ceremony for BN254 (alt_bn128) github.com/weijiekoh/perp… I used #snarkJS github.com/iden3/snarkjs, an independent implementation of the ceremony written by myself at @identhree.
I will use this video as a getting started turorial for #circom and #snarkjs ... In half an hour we explain how to create complex circuits, compile, generate proofs and verify then on #erhereum chain. @identhree @zeroknowledgefm youtube.com/watch?v=-9TJa1…
youtube.com
YouTube
zkSummit - Circom and Snarkjs - Jordi Baylina (Iden3)
Diving deep into zero-knowledge proofs. Started building circuits in Circom and generating proofs with snarkjs. Working through signal constraints, R1CS, and witness generation—finally grasping how zk-SNARKs encode logic into verifiable computation. #ZKP #Circom #snarkjs #crypto
#SnarkJS: This library from $Mina supports developers in building decentralized applications using #zkSNARKs and #Pickles, simplifying interaction with Mina Protocol features.
On the second day of the company hackathon today. Write some circom2 circuits, got a trusted setup in place and all looking good. Sometimes having a math degree helps to stay on top of things, and today was one of those days Having tremendous fun #zk #snarkjs #circom
SnarkJs (JavaScript and Pure Web Assembly implementation of zkSNARK and PLONK schemes) code uses sha256.circom circuit to create and verify proof with a smaple input check for sha267 pre-image is performed too #zk #PIVX #snarkjs #sha256 zkbitcoin.com/zk?algorithm=S…
Seamless Workflow: Unlike rapidsnark, Tachyon doesn't require you to run any additional programs to generate a circom proof. No need for #snarkjs for witness file generation.
Flujo de generación una simple prueba de conocimiento cero con #snarkjs, #circom, #groth16 y verificando on-chain, (en #blockchain) con un smart contract en #solidity.
3/5 The vulnerability allowed attackers to forge multiple proofs that passed verification, enabling double-spending attacks. @Beosin_com promptly reported it, assisted in fixing the issue, and the vulnerability has now been patched. Upgrade to #SnarkJS 0.7.0 for security.
1/5🚨 @Beosin_com discovered a vulnerability in #Circom verification library (CVE-2023-33252) and warns #ZK projects about the associated risks. Circom is a Rust-based compiler for zero-knowledge proof circuits, developed alongside the #SnarkJS library. @identhree
You can create your own trusted setup by downloading an already well defined #mpc from GitHub, creating your own encrypted contribution, and using that new secret for running your own circuits locally and for your app. You can use a lib like #snarkjs to choose your hashing algo
snarkjs documenation is a joy to work with. I wish everyone else would put as much effort in these things #snarkjs #circom
1/5 FFLONK is already available in #snarkJS ! First of all, I would like thank you 🙏 to @rel_zeta_tech and @Zac_Aztec from @aztecnetwork for creating this amazing protocol. FFLONK is a zkSNARK protocol like GROTH16 or PLONK with the following advantages:
We are proud to release #snarkjs and #circom compatible #zkSNARK enabled contracts for $EOS. Follow our tutorial to create and verify your first zero knowledge proof on EOS in less than ten minutes! youtu.be/Y3g47h8vphQ @EOS_Nation @EosSweden @EOS_CryptoLions @bytemaster7
youtube.com
YouTube
[Tutorial] How to deploy a Zero Knowledge Proof enabled smart...
#circom circuit with #snarkjs to create zk-snark. Below circuit checking constraints on personal info - like - age, income level, occupation type. No personal info stored on #blockchain . zeroPartyData project creates proof (signature) that can be verified on #Polygon blockchain
However with input with same values and constraint workEqual.out === 1; gives error [ERROR] snarkJS: Error: Scalar size does not match 2/2 #zksnark #circom #snarkjs
目前国内参考的经典教程是 circom 老版的(2020 年 4 月的文章),而现在 circom 也升级到了 circom2,新的 circom2 编译器是通过 rust 生成的。 在本教程中,我们参考@identhree官方最新教程文档,将指导你使用 #circom2 和 #snarkjs 库创建和执行你的第一个零知识证明。w3hitchhiker.mirror.xyz/BHJ9fqXMABXspa…
w3hitchhiker.mirror.xyz
构建你的第一个零知识 snark 电路(Circom2)
作者:Xiang
I would like your little attention for one @gitcoin GP14. #phated The Legend of Dark Forest which you can meet play official round, he continue on his great way to give us more fun, security, stability and progres on #snarkjs #circom support him pls! gitcoin.co/grants/4213/bl…
1/5 FFLONK is already available in #snarkJS ! First of all, I would like thank you 🙏 to @rel_zeta_tech and @Zac_Aztec from @aztecnetwork for creating this amazing protocol. FFLONK is a zkSNARK protocol like GROTH16 or PLONK with the following advantages:
I just discovered this really interesting paper! A groth16 like protocol that solves the malleability problem keeping the performance of the verifier in just 3 pairings and 1 equation... Planning to implement it it in #snarkJS and #webSNARK !! eprint.iacr.org/2019/586
#circom circuit with #snarkjs to create zk-snark. Below circuit checking constraints on personal info - like - age, income level, occupation type. No personal info stored on #blockchain . zeroPartyData project creates proof (signature) that can be verified on #Polygon blockchain
Flujo de generación una simple prueba de conocimiento cero con #snarkjs, #circom, #groth16 y verificando on-chain, (en #blockchain) con un smart contract en #solidity.
After that, we used the #SnarkJS framework to convert this #circom code into two things: - a ZK-proof generator - a ZK-proof verifier 7/12
As for the ZK-proof verifier, #SnarkJS has a functionality to generate a verifier as #Solidity code. Making it very easy to deploy it to any EVM, such as @AuroraChain_EN in this case. This generated code makes heavy usage of Yul for low-level assembly opcodes. 9/12
@ethereumRT @jbaylina: I just published github.com/iden3/rapidsna… A CPU zkSnark prover, compatible with #circom and #snarkjs . It can generate 128M constraints proofs in less than 2min in a 64 core processor. This is an important piece for @hermez_network #rollup and for #ethereu…
Something went wrong.
Something went wrong.
United States Trends
- 1. Good Sunday 64.2K posts
- 2. #sundayvibes 4,302 posts
- 3. #UFC322 208K posts
- 4. #LingTaoHeungAnniversary 863K posts
- 5. LING BA TAO HEUNG 865K posts
- 6. #GirlPower N/A
- 7. For with God 27.3K posts
- 8. Islam 329K posts
- 9. Lingling Kwong 704K posts
- 10. Wuhan 16.2K posts
- 11. Morales 41K posts
- 12. #ONE173 20.9K posts
- 13. Valentina 17.5K posts
- 14. Ilia 9,933 posts
- 15. Flip Wilson N/A
- 16. Khabib 18.9K posts
- 17. Geraldine 1,347 posts
- 18. Topuria 7,863 posts
- 19. Prates 39.9K posts
- 20. Sark 6,685 posts