找到约 14 条结果

文章 适配器签名——Schnorr签名与ECDSA

...用它们实现什么。 **参考:** [_无脚本脚本(2017年5月,Andrew Poelstra)_](https://github.com/ElementsProject/scriptless-scripts) [_简单的 Schnorr 多重签名及其在比特币中的应用(2018年,Gregory Maxwell,Andrew Poelstra,Yannick Seurin2,Pieter Wuille)_](ht...

文章 Lighthouse 的 Attestation 聚合与打包优化项目

...### 合作者 [Ankur Dubey](https://github.com/ankurdubey521) 和 [Geemo Candama](https://github.com/GeemoCandama) #### 研究员 [Ankur Dubey](https://github.com/ankurdubey521) 和 [Geemo Candama](https://github.com/GeemoCandama) #### 导师 [Michael Sproul](https://github.com/michaelsproul) ...

文章 一个简单的L2安全和最终性路线图

...-magicians.org/t...](https://ethereum-magicians.org/t/a-simple-l2-security-and-finalization-roadmap/23309/26) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 Portal Network:优化以太坊数据存储

>- 原文链接:https://blog.nimbus.team/fluffy-and-the-portal-network-enhancing-ethereums-decentralization/ >- 译者:[AI翻译官](https://learnblockchain.cn/people/19584),校对:[翻译小组](https://learnblockchain.cn/people/412) >- 本文永久链接:[learnblockchain.cn/article…]...

文章 SipHash 快速哈希算法 与 WASM

...uritysite.com/webcrypto/crypt_hash3)\]: ``` let key = window.sodium.randombytes_buf(16); const message = document.getElementById("message").value; var msg = window.sodium.from_string(message); var h = toHex(window.sodium.crypto_shorthash(msg, key)); document.getElementById('MAC').innerText...

文章 ETH 2.0 本就是一种形式的 rollup

...章](https://github.com/ethereum/research/wiki/A-note-on-data-availability-and-erasure-coding)。 ## 分片就是 Rollup ETH 2.0 的分片设计模糊了它们是信标链的 ORU 这样一个事实。如果将重点从分布式处理转向有序的数据可用性层,就变得一目了然了...

文章 SSZ基准测试与优化

...b.com/eth-protocol-fellows/cohort-five/blob/main/projects/ssz-benchmarking-and-optimization.md) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 回应 Vitalik 对我权益证明文章的批评

...v8/)在支持[Segwit2X](http://www.coindesk.com/explainer-what-is-segwit2x-and-what-does-it-mean-for-bitcoin/)及其[BitcoinABC](https://medium.com/@ViaBTC/statement-on-bitcoin-user-activated-hard-fork-6e7aebb67e67)分叉计划的情况下,其实是在对比特币进行长程攻击,试图改变...

文章 我们正在使用遗留系统!

....com/2024/06/28/hubspot-says-its-investigating-customer-account-hacks/)\], and Pure Storage \[ [here](https://www.bleepingcomputer.com/news/security/pure-storage-confirms-data-breach-after-snowflake-account-hack/)\]。他们的工具包包括五个网络钓鱼工具包,以及新版本的 Spectre R...

文章 探索 CryptoKitties — 第二部分:CryptoMidwives

... 256 个区块内可用](http://solidity.readthedocs.io/en/develop/units-and-global-variables.html#block-and-transaction-properties) (~250)。在此之后,对 blockhash 的调用将返回零。这意味着如果没有外部代理的激励,玩家可以模拟新猫的出生,如果他们不喜欢...

文章 X-Ray:Solana智能合约的漏洞扫描器

...m-ethereum-smart-contracts-to-solana-programs-two-common-security-pitfalls-and-beyond) — 被称为Solana程序。本文介绍了X-Ray,一个自动扫描Solana程序以检测常见安全陷阱的安全工具。 ### Solana智能合约中的常见陷阱 [Neodyme](https://neodyme.io/) 最近...

文章 操作 SUI 的常用指令

...r interacting with the Sui network Usage: sui.exe client [OPTIONS] [COMMAND] Commands: active-address Default address used for commands when none specified active-env Default environment used for commands when none specified addresses Ob...

文章 Solana 开发进阶:链上事件到链下解析全攻略

...进阶指南。 ## 实战 ### 查看项目目录 ```bash solana-sandbox/sol-program on  main [!?] is 📦 0.1.0 via 🦀 1.87.0 on 🐳 v28.2.2 (orbstack) took 4.0s ➜ tree . -L 6 -I "coverage_report|lib|.vscode|out|test-ledger|target|node_modules" . ├── Cargo.lock ├──...

文章 入门智能合约 | 数据存储以太坊链|发行一个代币|实现代币转账查询等功能

...rt`这两处不是很明白。 **错误处理:Assert, Require, Revert and Exceptions** 便利函数 `assert` 和 `require` 可用于检查条件并在条件不满足时抛出异常。`assert` 函数只能用于测试内部错误,并检查非变量。 `require` 函数用于确认条件有...