找到约 15 条结果

文章 密码学入门:阈值签名

...常一样](https://medium.com/@francomangone18/cryptography-101/encryption-and-digital-signatures-210960778765#:~:text=All%20that%20remains%20is%20verifying%20it.%20Since%20the%20message%20is%20public%2C%20Bob%20can%20encode%20it%20to%20the%20same%20number%20M%20that%20Alice%20used.%20And%20then%2C%...

文章 optimism fault-proof背后的机制(四):op-program

...列的 state.json 供 Cannon 使用。 ### ELF 文件 ELF(Executable and Linkable Format)文件是一种广泛使用的文件格式,主要用于 Unix 和类 Unix 操作系统(如 Linux)。这种格式支持可执行文件、可重定位文件以及共享库,并允许包含详细的...

文章 L2 桥接风险架构

...查,如果其来源链使用的是 PBFT 式的提议和投票(propose-and-vote)共识协议(如 Tendermint、HotStuff、Casper FFG 协议)。或者,如果来源链使用 PoW 协议或“最长链”式的 PoS 协议(如 Ouroboros、ETH 2.0 LMD Ghost 等),则使用相关的分叉规...

文章 以太坊Layer2扩容方案之Sidechain

...重签名地址或者合约中 ### 2.1.2 验证和确认(Verification and Confirmation) 用户的这个锁定交易,不是发送了就可能立即写入到了区块链中,可能因为其他原因这笔交易被取消了等等。 因此,需要等待这笔交易被验证和确认,可能...

文章 询问安全问题

.../support.signal.org/hc/en-us/articles/360007060632-What-is-a-safety-number-and-why-do-I-see-that-it-changed)”、Telegram 的[表情符号](https://www.engadget.com/2017-03-30-telegrams-voice-calls-are-secured-by-emojis.html)和类似功能都值得了解和注意。 * **每日限额和延迟**...

文章 Web3渗透测试和供应链安全的需求

...危及了数百个电子商务网站](https://www.pymnts.com/news/security-and-risk/2025/how-6-year-old-backdoor-compromised-ecommerce/)。嵌入在第三方软件中的恶意软件开始泄露客户数据和支付信息。 这些事件强调了一个关键现实:攻击者越来越多地将目标...

文章 Ola:开创安全比特币跨链交易的新范例

...tepaper-v2/blob/master/Ola%20-%20A%20ZKVM-based%2C%20High-performance%2C%20and%20Privacy-focused%20Layer2%20platform.pdf) \| [GitHub](https://github.com/Sin7Y) \| [LinkedIn](https://www.linkedin.com/company/olavm-technology-ltd/) \| [YouTube](https://www.youtube.com/@Ola_Sin7y) \| [HackMD](https://h...

文章 从比特币应用编程理解 CKB 的可编程性

...献: 1. https\://forum.celestia.org/t/accounts-strict-access-lists-and-utxos/37 2. https\://www\.btcstudy.org/2023/07/12/covenants-in-bitcoin-a-useful-review/  3. https\://medium.com/nervosnetwork/https-medium-com-nervosnetwork-cell-model-7323fca57571 4. https\://medium.com/nervos...

文章 ZaKi 用例:证明者市场的证明者基础设施

...eploys-first-production-ready-zk-prover-network-powered-by-coinbase-kraken-and-okx) 在这个早期市场中,我们已经可以观察到,质押者(在 Lagrange 中,这些是重新质押者)现在也对证明生成的计算资源有要求。我们的假设是,为了完全支持这个和...

文章 以太坊协议的可能未来 #4: The Verge

...kle Patricia tree](https://ethereum.org/en/developers/docs/data-structures-and-encoding/patricia-merkle-trie/) 替换为 Verkle trees,我们将来还需要再次替换树。Merkle trees 的自然替代方案是直接使用 [STARK](https://learnblockchain.cn/article/10975) 将 Merkle 分支应用...

文章 EIP3074 事件后对以太坊治理的思考

...的作者们,一直在 [强烈反对](https://docs.zerodev.app/blog/4337-and-3074-disagreements) 3074,理由是 [中心化问题](https://notes.ethereum.org/@yoav/3074-implications) 以及它与以太坊 [AA 路线图](https://notes.ethereum.org/@yoav/AA-roadmap-May-2024) 的不兼容,该路...

文章 以太七日谈 • 2022/8/23

...繁对链进行重组。这不仅仅是审查,还有经济攻击、time bandit 攻击,它们都可以做到这一点。这些基于重组的场景所面临的挑战是,不合常规的短程重组是预期会发生的,且是链正常运作的一部分。只有在网络的“外部视角”下...

文章 每周以太坊 2024/06/22

...ra)升级: - [**pectra-devnet-1**](https://notes.ethereum.org/@ethpandaops/pectra-devnet-1):计划下周启动,包含部分客户端,将包括执行层触发的提款和当前版本的 EIP7702 - **EIP7702**:讨论[委托指定提案](https://github.com/ethereum/EIPs/pull/8677) (...

文章 Stwo中的递归证明:第一部分

...计被许多后来的zkVM或zkEVM所继承。StarkWare在文章["Builtins and Dynamic Layouts"](https://starkware.co/blog/builtins-and-dynamic-layouts/)中分享了一些关于builtins如何提高证明者效率的基准数据。 - 使用builtins,Pedersen证明的速度是100倍。 - 使用built...

文章 Substrate 开发系列 - 环境搭建

...前仅在 `nightly` 上支持, Substrate uses WebAssembly (Wasm), and you will need to configure your Rust compiler to use `nightly` to support this build target. ```bash rustup update nightly rustup target add wasm32-unknown-unknown --toolchain nightly ``` **配置 cargo 源** ...