找到约 10 条结果

文章 zk-SNARK 系列 - #1 SNARK介绍 & 证明媒介

>- 原文链接:https://medium.com/@imolfar/why-and-how-zk-snark-works-1-introduction-the-medium-of-a-proof-d946e931160 >- 译者:[AI翻译官](https://learnblockchain.cn/people/19584),校对:[翻译小组](https://learnblockchain.cn/people/412) >- 本文永久链接:[learnblockchain.cn/...

文章 展望未来:区块链技术的下一个前沿

...www.blockchain-council.org/blockchain/blockchain-for-social-impact-sectors-and-case-studies/)。 此外,区块链有潜力通过简化资源分配并确保资金到达其预定的接收者来改变**人道主义援助**。联合国世界粮食计划署(WFP)已成功使用区块链技术向约...

文章 具有圆形和螺旋最终性的Vorbit单Slot最终性:验证者选择和分配 - 权益证明

...](https://learnblockchain.cn/article/17660#fast-rotation-5)。_ 作者:[Anders Elowsson](https://x.com/weboftrees) ## 1. 简介 以太坊将过渡到 [single-slot finality](https://notes.ethereum.org/@vbuterin/single_slot_finality)(SSF),以提供快速而强大的经济保证,保证包...

文章 闪电网络深入解读(下):HTLC 与支付路由

...://res.btcstudy.org/btcstudy/images/lightning-network-in-depth-part-2-htlc-and-payment-routing/40e6f854a08f44b4b08211fa99711d87.png) 在[上一篇文章](https://learnblockchain.cn/article/5818)里,我们详细解释了支付通道的运作,以及多种保证支付安全发生的方法。不...

文章 Cobo 密码知识讲堂|第三讲:ECDSA 门限签名典型算法介绍

...bust threshold DSS signatures\[C\]//International Conference on the Theory and Applications of Cryptographic Techniques. Springer, Berlin, Heidelberg, 1996: 354-371. 02. Gennaro R, Goldfeder S, Narayanan A. Threshold-optimal DSA/ECDSA signatures and an application to Bitcoin wallet security\[C\]/...

文章 Web3系列教程之新手篇---Level 6:Solidity

... - [全局变量的例子](https://docs.soliditylang.org/en/v0.8.9/units-and-global-variables.html) 变量的范围是由它们被声明的地方定义的,而不是它们的值。将一个局部变量的值设置为全局变量并不能使其成为全局变量,因为它仍然只能在其范...

文章 bond curve

... very large purchases Could lead to slight discrepancies between buying and selling ## Mathematical Intuition The $$√(x1^2 + 2*ETH)$$ formula creates a curve that closely mimics the ideal exponential curve As ETH increases, the new supply increases, but at a decreasing rate, reflecting...

招聘 Senior C++ Developer

...tributed high-performance computing, storage, virtualization, networking and other infrastructure. 3. Continuous pursuit of higher performance, reliability, ease of use, maintainability. 4. Developing systems that provide easy access to historical market data and trading simulations. 5. Cre...

招聘 C++开发

...ar discipline with a strong academic background Proficiency in C++, C++11 and above, familiar with Python or other scripting languages 5+ years of development experience in financial services or tech firms Familiar with the Linux environment, multithreading, TCP, UDP communication Experience in ...

文章 Memory 典例分析&内存安全

...: ```diff /// @dev Fallback function forwards all transactions and returns all received return data. fallback() external payable { // solhint-disable-next-line no-inline-assembly assembly { @> let _singleton := sload(0) // 0xa619486e ...