找到约 14 条结果

文章 【三】GKR 协议系列之Extended MUL/ADD

...1)}(x_1, x_2, x_3, x_4) = \begin{cases} 1, \textcolor{red} {\text{if and only if }} (in_{1, 0}(1), in_{2, 0}(1)) = (x_1, x_2, x_3, x_4) \\ 0, \text{others} \end{cases} \\ \Longrightarrow \chi_{(1, 0, 1, 1)}(x_1, x_2, x_3, x_4) = x_1 (1 - x_2) x_3 x_4 $$ 合并后我们就拿到...

文章 意图桥:跨链价值转移与互操作性的未来

....com/across-protocol/the-state-of-cross-chain-how-across-saves-on-gas-fees-and-why-that-matters-67757a4efc9a) 和手续费降低。 ![](https://img.learnblockchain.cn/2025/04/11/1l8fs2MxMlaeDMX0gnaTDVQ.png) _桥接可以使用链上或链下流动性填充订单,存款可以单独或批量验证...

文章 2025/05 ZK 技术进展 by ZK Mesh

...evin Jue, Eugene Rabinovich, Gyumin Roh 和 Ron D. Rothblum - [Poseidon and Neptune:利用子空间轨迹的 Gröbner Basis 密码分析](https://eprint.iacr.org/2025/954) \| Lorenzo Grassi, Katharina Koschatko 和 Christian Rechberger - [Ligerito:一种小型且具体快速的多项式承...

文章 跟我学 Solidity :合约的创建和继承

...tps://medium.com/better-programming/learn-solidity-smart-contract-creation-and-inheritance-8424adac3570 作者: [Wissal haji](https://wissal-haji.medium.com/) > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) > * 译者:[翻译小组](https://learnblockchain.cn/peop...

文章 全同态加密与真正隐私互联网的曙光

...wikipedia.org/wiki/2014_celebrity_nude_photo_leak) (Apple iCloud) - [23andMe 基因数据盗窃事件](https://techcrunch.com/2023/12/04/23andme-confirms-hackers-stole-ancestry-data-on-6-9-million-users) - [Capital One 黑客事件](https://en.wikipedia.org/wiki/Capital_One#July_2019_securit...

文章 用 Rust 开发 Solana:解锁 Web3 交易费用计算

...inary (application) `solfeecalc` package note: see more `Cargo.toml` keys and their definitions at ******************************************************* cd solfeecalc ls Cargo.toml src cargo run Compiling solfeecalc v0.1.0 (/Users/qiaopengjun/Code/Solana/SolanaSandbox/solfeecalc) F...

文章 实现一个可管理、增发、兑换、冻结等高级功能的代币

... return amount; // ends function and returns } function sell(uint amount) returns (uint revenue){ require(balanceOf[msg.sender] >= amount); // checks if the sender has enough to sell balanceOf[this] += amount; ...

文章 代币标准--ERC1155协议源码解析

...一致 require(accounts.length == ids.length, "ERC1155: accounts and ids length mismatch"); // 创建一个列表长度与account相同 uint256[] memory batchBalances = new uint256[](accounts.length); // 获取账号对应的代币id的数量 ...

文章 EVM 任意调用审计要点

...s/#:~:text=Solidity%20offers%20low%2Dlevel%20call,delegatecall\(\)%20%2C%20and%20address.) 调用来窃取。 以下是我们的审计笔记,从中你将学习到我们是如何想到这种检测器的,以及它实际上是什么。务必仔细[学习](https://docs.chain.link/ccip/tutorials/s...

文章 MEV:对峙、停火还是无尽的传奇?

...以为重组所需的哈希算力投资辩护。《区块》的 Tim Copeland 写了一篇关于重组戏剧的[精彩解释](https://www.theblockcrypto.com/daily/111790/will-ethereum-miners-become-time-bandits-and-reorganize-the-blockchain): > 简而言之,一个矿工如果发现在新的区...

文章 如何创建和部署ERC-721(NFT)

...m/signup?utm_source=internal&utm_campaign=guides&utm_content=how-to-create-and-deploy-an-erc-721-nft)) - 一个带有测试 ETH 的 web3 钱包(例如 MetaMask、Coinbase Wallet、Phantom 或兼容 WalletConnect 的钱包)(你可以在 [Multi-Chain QuickNode Faucet](https://faucet.quicknode....

文章 Diffie Hellman 及其必要性

...(), alice.getGenerator()); const bobKey = bob.generateKeys(); // Exchange and generate the secret... // 交换并生成密钥... const aliceSecret = alice.computeSecret(bobKey); const bobSecret = bob.computeSecret(aliceKey); // OK assert.strictEqual(aliceSecret.toString('hex'), bobSecret.toString(...

文章 每周以太坊进展2022/7/16

...ps://ethereum-magicians.org/t/how-i-learned-to-stop-worrying-about-the-dos-and-love-the-chain/9941),那么运行一个岗哨节点直到以太坊发布单一秘密领导选举协议(SSLE)来修复问题 * [Constantine](https://our.status.im/fastest-bls-signature-implementation/) BLS 实现,...

文章 TWAP预言机 vs. Chainlink喂价:比较分析

...章](https://blog.chain.link/challenges-in-defi-how-to-bring-more-capital-and-less-risk-to-automated-market-maker-dexs/) 中所探讨的那样,但本文中的概念适用于所有类型的 AMM。特别是,Uniswap 使用 X\*Y=K 粘合曲线,其中 K 是一个常数值 1,X 是 token0 的数量...