找到约 12 条结果

文章 《比特币开发哲学》:有限供给量

...nops.org/en/newsletters/2021/06/02/#candidate-set-based-csb-block-template-construction) 的(交易费的) `x`%。 > > 然而,矿工可以不诚实地尝试重新在以往的区块链位置上挖矿,并挖出新的区块来延伸它(即挖出另一条链)。这种行为被称为 “手...

文章 zkMesh:2026 年 3 月回顾

...的交互式证明](https://eprint.iacr.org/2026/448) \| Gal Arnon, Alessandro Chiesa, Giacomo Fenzi and Eylon Yogev - [Icefish:用于可验证基因组学的实用 zk-SNARKs](https://eprint.iacr.org/2026/463) \| Alexander Frolov, Maurice Shih, Rob Patro and Ian Miers - [SoK:理解 zkVM:从...

文章 Merkle化和哈希根树 - 深入探讨以太坊中的SSZ Merkle化

...unking):** 将序列化数据分成32字节块。 - **树构建(Tree Construction):** 将块配对,并哈希每对以形成下一层的树。重复此步骤,直到只剩下一个哈希:Merkle根。 - **填充(Padding):** 如果块的数量不是2的幂,则添加额外的零...

招聘 Blockchain Developer

CertiK is hiring a full-stack developer for our blockchain compliance and Web3 incident analysis team. Responsibility: 1. Develop programs to analyze blockchain data to generate insights and recommendations for security teams working on hacks, breaches, and other incidents. 2. Develop API end...

作品 Uniswap v4 Core学习包

...: Architectural Innovations Unveiled Currency Abstraction: Unifying ETH and ERC20 Handling External and Transient Storage: Gas Optimization Gas Optimization: Transient Storage and Assembly Mastering Protocol Fees in Uniswap v4: A Deep Dive Mastering Token Accounting in Uniswap v4 M...

文章 2024-10-27 zk-insights Weekly

...ital Signature Schemes round 2 announced - ### Combining Machine Learning and Homomorphic Encryption in the Apple Ecosystem - ### Machine Learning with Homomorphic Encryption and SVM - ### New Mersenne prime found - ### ZK stats Ethereum Mainnet proof volume and fee spend by Zero-Knowledge proje...

文章 2024-09-22 zk-insights Weekly

...ssues of this type can arise in a network with several encrypted channels, and we’ll describe a bug we discovered in a client’s threshold signature scheme. - ### The galois library A performant NumPy extension for Galois fields and their applications - ### RISC ZERO: Introducing Boundless: The...

招聘 Nervos Developer Support Engineer

...你的加入! ## Responsibilities: - Investigate, research, debug, and solve incidents while working with partners to integrate into Nervos Blockchain - Plan and build developer demo apps, sample projects, and documentation as required - Identify key integration opportunities and work with...

文章 区块链、人工智能和物联网的融合:潜力与陷阱

... [切换](https://blockapps.net/blog/the-convergence-of-blockchain-with-ai-and-iot-potential-and-pitfalls/#) ## 区块链、人工智能和物联网融合的潜力 区块链、人工智能 (AI) 和物联网 (IoT) 的融合有望彻底改变各行各业并重塑数字格局。通过结合这些尖...

文章 在Web3中构建和探索虚拟世界

...时代 [\[1\]](https://www.ciena.com/insights/articles/2023/what-is-web3-and-how-does-it-relate-to-the-metaverse)。Web3 构建在区块链和去中心化自治组织 (DAO) 等分布式技术之上,旨在创建一个更加民主化的互联网,用户(而非单个实体)控制信息的流动...

招聘 全职 测试开发工程师

.... Connect with various business systems, simulate actual usage scenarios, and successfully complete automation work. Improve the existing testing plan, design automated test cases/scripts to ensure efficient and stable operation of automated testing. Job requirements: Bachelor's degree or abov...

文章 Ethernaut 题解 01-35

...将部署者设为owner,同时将owner的contributions设为1000eth constructor() { owner = msg.sender; contributions[msg.sender] = 1000 * (1 ether); } modifier onlyOwner() { require(msg.sender == owner, "caller is not the owner"); _; } ...