The Celestia Improvement Proposal (CIP) process and CIPs.| cips.celestia.org
原文地址:build.zig.zon dependency hashes 引言 作者 Michał Sieroń 最近在思考 build.zig.zon 中的依赖项哈希值的问题。这些哈希值都有相同的前缀,而这对加密哈希函数来说极其不同寻常。习惯性使用 Conda 和 Yocto 对下载的压缩包运行 sha256sum,但生成的摘要与 build.zig.zon 中的哈希值完全不同。 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 .dependencies = .{ .mach_freetype = .{ .url = "https://pkg.machengine.org/mach-freetyp...| Zig 语言中文社区
Intro So I was recently wondering, what is going on with the hashes in build.zig.zon. They...| Zig NEWS
Learn about how content addressing works and how content identifiers, or CIDs, play a crucial role in IPFS.| docs.ipfs.tech
This is the third blog post in a series of posts on the Network Indexer. This blog post will discuss in depth on how to be an index provider.| Filecoin