找到约 15 条结果

文章 bip-0112.mediawiki 的历史记录 - ajtowns/bips

...mit/959fecc15bdad070afa63455468b1dba54655fa6 "Promote BIP 2 Draft->Active, and implement it - Update all Accepted status to Proposed (renamed status) - The BIP Comments preamble headers added to every BIP - The License preamble headers have been added to all BIPs with a Copyright section") 显示 ...

文章 Circle STARKs 介绍

...:一个循序渐进的示例](https://img.learnblockchain.cn/2025/04/26/and-intricate-glassware.-He-wears-a-long--flo.webp)](https://blog.lambdaclass.com/gkr-protocol-a-step-by-step-example/) [介绍 互动证明是证明者 PP 和验证者 VV 之间的协议,其中证明者试图使验证...

文章 使用wolfCrypt实现ECIES椭圆曲线和对称密钥

... byte[] decrypted = new byte[bufferSize]; /* Random context (随机上下文) */ rng = wolfcrypt.RandomNew(); /* Create keys (创建密钥) */ AlicePublicKey = wolfcrypt.EccMakeKey(keySize, rng); AlicePrivat...

文章 Solana 与 Rust 算术入门—从 Solidity 到 Anchor

...sult { msg!("You said {:?}", message); msg!("You sent {} and {}", a, b); Ok(()) } } #[derive(Accounts)] pub struct Initialize {} ``` 复制完代码后,使用 `anchor keys sync` 命令同步密钥。 更新 tests/arithmetic.ts: ```tsx it("Is initia...

文章 SNICKER:一种非交互式比特币混币方案

...dum_ > > _来源: [https://bitcoinmagazine.com/culture/snicker-how-alice-and-bob-can-mix-bitcoin-with-no-interaction](https://bitcoinmagazine.com/culture/snicker-how-alice-and-bob-can-mix-bitcoin-with-no-interaction)_ ![SNICKER, a draft BIP, could allow for bitcoin mixing without any synchronizat...

文章 使用OpenZeppelin编写可升级的智能合约

...ction-to-smart-contracts.html?highlight=delegatecall#delegatecall-callcode-and-libraries))。 当升级合约时,我们所做的是: 1. 部署一个新的 `实现合约` 2. 在 `ProxyAdmin合约 `中升级,将所有对代理的调用重定向到新的实现合约。 Hardhat/Truffle...

文章 每周以太坊进展 2023/3/4

... [汇编中的位移位和掩码](https://medium.com/@mweiss.eth/solidity-and-evm-bit-shifting-and-masking-in-assembly-yul-942f4b4ebb6a)(Yul) * [Poseidon-huff](https://github.com/rymnc/poseidon-huff#readme) : Poseidon 哈希函数移植到 Huff * Fe(语言)[v0.21.0-alpha](https://github.c...

文章 关于陈算法的再更新

...fix. See Section 3.5.9 (Page 37) for details. I sincerely thank Hongxun Wu and (independently) Thomas Vidick for finding the bug today. Now the claim of showing a polynomial time quantum algorithm for solving LWE with polynomial modulus-noise ratios does not hold. I leave the rest of the paper as it...

文章 从理论到代码理解Lasso和Jolt

...高 [可验证计算](https://people.cs.georgetown.edu/jthaler/ProofsArgsAndZK.pdf) 的效率和可用性,以实现无信任的分布式系统的承诺,并解决当前 web3 中的一个关键障碍:帮助区块链扩展。尽管提出了许多理论应用,但它们在实践中受限于现有...

文章 快速开发Solana Action并通过创建Blink在X接收SOL捐赠

...-next npm WARN deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. npm WARN deprecated @humanwhocodes/config-array...

文章 Nillion — 解锁个性化人工智能应用

.../sopr-2023#:~:text=However%2C%20a%20disconnect%20exists%20between,secure%20and%20use%20it%20responsibly) 对于数据隐私问题表示,他们对使用个性化 AI 不感到舒服。 ![](https://img.learnblockchain.cn/2025/03/15/0YLLo1dYPfsJHFzAk.png) 这些公司因为数据隐私原因已...

文章 EIP-7702 详解:工作原理及你需要知道的一切

![EIP-7702 Explained: How it Works and Everything You Need to Know](https://img.learnblockchain.cn/2025/05/16/eip-7702.png) ## **TL;DR(太长不看)** - EIP-7702 是 Vitalik Buterin 共同提出的提案,提出了一种新的交易类型,为相应的 EOA 添加了一个 `contract_code`...

文章 Michael.W基于Foundry精读Openzeppelin第31期——IERC1271.sol

...e key (bytes32 digestHash, bytes memory signature) = getDigestHashAndSignature(signerPrivateKey, "Michael.W"); bytes4 magicValue = me.isValidSignature(digestHash, signature); assertTrue(magicValue == IERC1271.isValidSignature.selector); } function test_IsValidS...

文章 区块链技术对金融服务影响 - 回顾与展望

...eserve.gov/econres/feds/distributed-ledger-technology-in-payments-clearing-and-settlement.htm#:~:text=Distributed%20ledger%20technology%20(DLT)%20is,derivatives%20are%20cleared%20and%20settled.),探讨区块链是否会改变全球金融架构。在过去的八年中,我从多个角度思考了...

文章 BlockThreat - 2025年第27周周报

...全仪表板)](https://blog.openzeppelin.com/doubling-down-on-open-source-and-phasing-out-defender)**。 - **[2025 Q2 MistTrack Stolen Funds Analysis(2025 年 Q2 MistTrack 被盗资金分析)](https://learnblockchain.cn/article/18649?source=rss-4ceeedda40e8------2)** by Lisa (SlowMist)。 - **...