找到约 11 条结果

文章 【Solidity Yul Assembly】2.4 | Return, Require and Keccak256

## return ``` solidity function return2and4() external pure returns (uint256, uint256) { assembly{ mstore(0x00, 2) mstore(0x20, 4) return(0x00, 0x40) } // returns 2 4 } ``` 在 `assembly` 里,`return(p, s)` 是一条指令,表示结束执行并返...

文章 [Paper Reading and Code] On Proving Pairings

...y^2 = x^3 + \frac{3}{\beta} $$ where $\beta = u + 9 \in F_{p^2}$ and $u$ is the generator of $F_{p^2}$. - Largest prime factor of $|E(F_p)|$ with 255-bits: $$ r = 21888242871839275222246405745257275088548364400416034343698204186575808495617 $$ - Target (mul...

文章 ZK 月报:2025年8月回顾

...-空间权衡](https://eprint.iacr.org/2025/1473) \| Anubhav Baweja, Alessandro Chiesa, Elisabetta Fedele, Giacomo Fenzi, Pratyush Mishra, Tushar Mopuri and Andrew Zitek-Estrada - [约束友好的映射到椭圆曲线群关系及其应用](https://eprint.iacr.org/2025/1503) \| Jens Groth, Harjasl...

文章 元宇宙经济中的机遇与挑战

目录 [切换](https://blockapps.net/blog/opportunities-and-challenges-in-the-metaverse-economy/#) ## Web3 在 Metaverse 经济中的机遇 Web3 和元宇宙的出现为创作者、企业和用户都开启了一个充满激动人心的机遇的世界。Web3 专注于去中心化和用户赋权...

文章 NFTs:作为艺术家权利和版税的工具

...录 [切换](https://blockapps.net/blog/nfts-as-a-tool-for-artists-rights-and-royalties/#) ## NFT 对艺术家权利和版税的承诺 **非同质化代币** (NFTs) 已经成为一项革命性的技术,为艺术家提供了将其数字作品货币化并在数字领域主张其权利的新机会...

文章 如何在比特币上使用 Ordinals 和 Runes API 进行构建

# 理解比特币 Ordinals 和 Runes 协议 [Understanding Bitcoin Ordinals and Runes protocol](https://www.youtube.com/watch?v=g1jsHW-MX7A) ## 概述 如果你发现使用比特币的原始数据很麻烦,或者难以实现高级功能(如代币化或数据铭刻),QuickNode 的 [Ordinals...

文章 (四)Let's Move共学,浅分析一下coin库

... use fun sui::pay::join_vec as Coin.join_vec; // Allows calling `.split_and_transfer(amount, recipient, ctx)` on `coin` public use fun sui::pay::split_and_transfer as Coin.split_and_transfer; // Allows calling `.divide_and_keep(n, ctx)` on `coin` public use fun sui::pay::divide_and_keep as C...

文章 Shutter DAO 0x36即将推出质押和Keyper激励机制

![Staking and Keyper Incentive Mechanism Coming Soon for Shutter DAO 0x36](https://img.learnblockchain.cn/2025/09/14/shutter_staking_mechanism.png) **Shutter DAO 0x36 已经正式启动了 Shutter 的 Keyper 激励机制和(委托)质押的开发!** 经过一次治理流程,0x36 成员已...

文章 链上数据索引与链重组

![Envio 封面照片](https://img.learnblockchain.cn/2025/10/13/indexing-and-reorgs.png) 在本文中,我们将探讨链重组对消费和聚合数据的影响,多链环境中需要考虑的因素,以及我们如何为此进行设计。 我们假设你对链重组有很强的理解,但...

文章 EUDI钱包中零知识证明的实施

...025] | Rutchathon Chairattana-Apirom, Franklin Harding, Anna Lysyanskaya, and Stefano Tessaro, "Server-Aided Anonymous Credentials," available at , 2025 | | [Bar2016] | Amira Barki, Solenn Brunet, Nicolas Desmoulins, and Jacques Traor´e, "Improved algebraic ...

文章 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/...