找到约 14 条结果

文章 有限域之美与力量 (以及 Zig)

...*使用**以下代码实现有限域计算 \[ [here](https://asecuritysite.com/zig/zig_ff)\]: ``` const std = @import("std"); const crypto = @import("std").crypto; pub fn main() !void { var stdout_buffer: [4096]u8 = undefined; var stdout_writer = std.fs.File.stdout().writer(&stdout_buffe...

文章 Rust 驱动实时革命:Fluxus 流处理引擎重磅发布

...se anyhow::Result; use fluxus_api::{ DataStream, io::{CollectionSink, CollectionSource}, }; use fluxus_core::WindowConfig; use std::collections::HashMap; use std::time::Duration; pub type WordCount = HashMap; #[tokio::main] async fn main() -> Result { // Sample input text ...

问题 mac安装web3出错

...modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py", line 1265, in XcodeVersion version = re.match(r'(\d\.\d\.?\d*)', version).groups()[0] AttributeError: 'NoneType' object has no attribute 'groups' gyp ERR! configure error gyp ERR! stack Error: `gyp` failed with exit code: 1...

文章 [译]优化 Solidity 中的百分数和比例运算

> * 原文链接:https://medium.com/coinmonks/math-in-solidity-part-3-percents-and-proportions-4db014e080b1 作者:[Mikhail Vladimirov](https://medium.com/@mikhail.vladimirov) > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) > * 译者:[Johnathan](https://learnblo...

文章 深度解析:在发送1个DAI时发生了什么

> * 原文[链接](https://www.notonlyowner.com/learn/what-happens-when-you-send-one-dai),作者:[tincho](https://twitter.com/tinchoabbate) > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) > * 译者:[翻译小组](https://learnblockchain.cn/people/412) 校对:...

文章 本周加密货币市场 (2025年7月13日)

...。 ## **来源** - https://app.artemis.xyz/ - https://defillama.com/ - https://www.cryptoslam.io/ - https://www.tradingview.com/symbols/BTC.D/ - https://x.com/i/bookmarks/all?post\_id=1812861039517778200= * * * >- 原文链接: [pineanalytics.substack.c...](https://pineana...

文章 GCD - 数论中基本概念的深入探讨

...得算法计算 gcd(48,21) 的几何视角](https://raw.githubusercontent.com/thogiti/thogiti.github.io/master/assets/images/20231018/Computation-of-gcd(48,21).png) 首先,向左移动 `21` 的增量,直到达到或超过直线 $y = x$。在这个例子中,我们迈出了两步的 `21`,到...

文章 Coin Metrics《网络状况报告》第100期

...请查看[《网络状态2020最佳回顾》](https://coinmetrics.substack.com/p/coin-metrics-state-of-the-network-131)。同时要探讨此篇文章以及我们其他链上指标使用的一些数据,请查看我们的免费[图表工具](https://charts.coinmetrics.io/network-data/)、[公式生...

文章 每周以太坊 2024/11/09

... * 本周净发行 10.5k ETH * [ETHUSD](https://www.coingecko.com/en/coins/ethereum): \$2,374 – \$2,976,目前 \$2,959,历史最高 \$4,878 * [ETHBTC](https://ratiogang.com/):目前 0.039(Flippening 在 ~0.164) ## 应用层 * [Synthetix](https://blog.synthetix.io/synt...

文章 Rust编程入门:从零基础到掌握核心概念的完整指南

...() { let user1 = User { email: String::from("someone@example.com"), username: String::from("someusername123"), active: true, sign_in_count: 1, }; println!("用户名: {}", user1.username); println!("邮箱: {}", user1.email); } ``` #...

文章 【深度知识】HTTPS协议原理和流程分析

...cheme(抽象标识符体系),句法类同 [http](https://baike.baidu.com/item/http) :体系。用于安全的HTTP数据传输。https:URL表明它使用了HTTP,但HTTPS存在不同于HTTP的默认端口及一个加密/身份验证层(在HTTP与TCP之间)。 为鼓励全球网站的 HT...

文章 匹诺曹虚拟机:接近实用的可验证计算

在 [LambdaClass](https://lambdaclass.com/),我们成立了一个小型研究团队,致力于零知识证明和全同态加密。在过去的几周里,他们用 Rust 语言实现了一个虚拟机,实现了 Pinocchio 协议。 你可以在 [lambdaclass/pinocchio\_lambda\_vm](https://github....

问题 solidity的returns没办法返回出结果

如下图,执行完shanglian函数后,没有返回任何东西,请问这个问题如何解决? [![](https://learnblockchain.cn/image/show/attachments-2019-12-h6pUHxOQ5e0719f26d827.png)](https://learnblockchain.cn/image/show/attachments-2019-12-h6pUHxOQ5e0719f26d827.png)

问题 ganache 安装问题

...tps://learnblockchain.cn/image/show/attachments-2020-01-mfSjETKI5e20109d24e26.jpg)](https://learnblockchain.cn/image/show/attachments-2020-01-mfSjETKI5e20109d24e26.jpg) 显示成功 但是打开网页显示400 Bad Request [![](https://learnblockchain.cn/image/show/attachments-2020-01-gEtoAW2v5e20...