找到约 12 条结果

文章 Rust 实战:打造高效代码相似度分析工具

... `syn` 库解析代码 AST,提取函数名: ```rust struct FunctionVisitor { function_names: HashSet, } impl for FunctionVisitor { fn visit_item_fn(&mut self, i: &'ast ItemFn) { self.function_names.insert(i.sig.ident.to_string()); syn::visit::visit_item_fn(sel...

文章 Wormhole事件报告 - 202222

...着情况的发展,提供了进一步的状态更新。 Twitter Embed [Visit this post on X](https://twitter.com/wormhole/status/1488976115750383626?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1488976115750383626%7Ctwgr%5Eeb7fe7ebd80c5f1ad02ef1942b56f29d6cf37a8a%7Ctwcon%5Es1_&ref_url=ht...

文章 AAVE V3 和 Compound V2 的利率模型

...AVE 进行解释,AAVE 是以太坊上的一个领先 DeFi 借贷协议。Compound V2 的利率模型与其完全相同,只有一些实现上的细微差别。与其他借贷协议的实现相比,你可能会遇到差异。 一个借贷协议使用智能合约聚合来自借贷者的流动性...

文章 [SUAVE+PEPC] 回复 Xyn

... 🗺️ 区域 空 ✅ 任务 空 URL 空 创建时间 2023年7月26日下午6:31 从高层次上讲,如果 SUAVE 仅用于以太坊偏好聚合,那么说 PEPC 是链上 SUAVE 在概念上是可以接受的,尽管不完全正确。 SUAVE 是偏好聚合引擎,我认为 PEPC 并非...

文章 来自曼谷的故事:Devcon SEA学者计划

...他讨论了游戏中涉及的现实世界安全挑战。](https://medium.com/@ynyesto/how-i-solved-the-rekt-games-ctf-by-the-red-guild-at-devcon-7-sea-227226d8106c) [**Botao "Amber" Hu**\\ \\ Botao "Amber" 是一位社交混合现实研究员和体验式未来设计师。Amber 将他的学习成果...

文章 可证明的水印提取

... AI 生成的图像(同样的方法也适用于[音频](https://ai.meta.com/research/publications/proactive-detection-of-voice-cloning-with-localized-watermarking/)),Meta 可以附加水印提取的证明,类似于数字签名,而无需泄露敏感的模型细节。然后,客户端可以...

文章 干货:Dune Analytics 初学者完全指南

...-beginners-guide/ > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) > * 译者:[翻译小组](https://learnblockchain.cn/people/412) 校对:[Tiny 熊](https://learnblockchain.cn/people/15) > * 本文永久链接:[learnblockchain.cn/article…](https://learnblock...

文章 椭圆曲线点加法

... $P ⊕ P⁻¹ = I$,其中 $I$ 是单位元素。 ### 单位元素( identity element) 直观上我们可能会认为 $(0, 0)$ 或者 $(1, 1)$ 是单位元素,因为这些值在其他群中往往是这样的,但是你可以在上面的图中看到,这些点通常不落在曲线上。因...

文章 Massive v0.1.6 手机挖矿指南

...[_安卓下载链接_](https://ola-static-file.s3.ap-southeast-1.amazonaws.com/massive.release.apk) ### 第五步:点击页面右上角的你的地址,然后从弹出窗口中复制它。 此地址将作为你接收奖励的唯一标识符。 注意:Ola 在类似于 Starkware 的 ZKVM 上...

文章 在主网上验证 proof verifier 智能合约 (elderberry-fork.8) 的部署

...### 安装 node 和 npm 的版本 ```bash curl -sL https://deb.nodesource.com/setup_18.x -o nodesource_setup.sh sudo bash nodesource_setup.sh sudo apt install -y nodejs node -v ``` node 的版本应该是:18(例如 18.19.0) ### 下载并准备 circom 要编译电路,我们需要安装 ci...

文章 应用 ZK 解数独,无需泄露答案

...(); require(input.length + 1 == vk.gamma_abc.length); // Compute the linear combination vk_x // 计算线性组合 vk_x Pairing.G1Point memory vk_x = Pairing.G1Point(0, 0); for (uint i = 0; i < input.length; i++) { require(input[i] < snark_sc...

视频 【第6期】Aurora - 去中心化的以太坊 Layer 2

...的桥 3、Aurora EVM runtime [B站视频链接](https://www.bilibili.com/video/BV1Ch411Y74v/?spm_id_from=333.999.0.0&vd_source=256de7b845288ff259a7aa40777786c8) | [Youtube视频链接](https://www.youtube.com/watch?v=Hgo429WH0iA) >[演讲 PPT Aurora - 去中心化的以太坊 Layer2.pdf ]...