找到约 14 条结果

文章 Solana - 分片包

... [代码标头](#code-shred-header) - [分片有效负载](#shred-payload-construction) - [零填充](#zero-padding)(如果有) - [Merkle 证明](#merkle-proof)(如果有) 每个字段都按字节对齐。整数字节顺序为小端。 #### 数据包大小 `SHRED_SZ_MAX` 常量定义为 1...

文章 加密货币中的代币经济学:探索代币回购的风险

...担忧的趋势。 [最近的分析](https://www.cryptopolitan.com/buyback-and-burn-approach-is-growing-popular/)表明,虽然回购可以表明项目信心,但它们通常掩盖了潜在的财务挑战或创造了可能损害投资者的**人为**市场状况。 **代币回购中的关键考...

文章 TFHE-rs v0.11:字符串、更快的零知识证明、GPU 上的加密数组

...y(sks); // Encrypt without padding, does not hide the string length and has better performance // 不使用填充进行加密,不会隐藏字符串长度并且具有更好的性能 let string = FheAsciiString::try_encrypt("TFHE-rs rocks!", &cks).unwrap(); // Encrypt with pa...

文章 小众比特币实现的历史及其可欲性争议

...um_ > > _来源: [https://bitcoinmagazine.com/technical/the-long-history-and-disputed-desirability-of-alternative-bitcoin-implementations-1474637904](https://bitcoinmagazine.com/technical/the-long-history-and-disputed-desirability-of-alternative-bitcoin-implementations-1474637904)_ > > _原文出...

文章 Rust编程语言入门之模式匹配

... Message::Move {x, y} => { println!("Move in the x direction {} and in the y direction {}", x, y); } Message::Write(text) => println!("Text message: {}", text), Message::ChangeColor(r, g, b) => { println!("Change the color to red {}, green {}, and blue {}", r, g, b);...

文章 理解RWA背后的技术:区块链基础知识

目录 [切换](https://blockapps.net/blog/understanding-the-technology-behind-rwa-blockchain-basics/#) ## 现实世界资产(RWA)简介 现实世界资产(RWA)已成为区块链和金融领域的一个突破性概念。RWA 指的是将有形或无形资产(如房地产、股票或债...

文章 理解闪电网络,Part-3:结算并关闭支付通道

...n Van Wirdum_ > > _来源: [https://bitcoinmagazine.com/technical/understanding-the-lightning-network-part-completing-the-puzzle-and-closing-the-channel-1466178980](https://bitcoinmagazine.com/technical/understanding-the-lightning-network-part-completing-the-puzzle-and-closing-the-channel-14661789...

文章 TFHE-rs v0.11:字符串、更快的零知识证明、GPU 上的加密数组

...y(sks); // Encrypt without padding, does not hide the string length and has better performance // 不使用填充进行加密,不会隐藏字符串长度,并且具有更好的性能 let string = FheAsciiString::try_encrypt("TFHE-rs rocks!", &cks).unwrap(); // Encrypt with...

文章 桥与跨链互兑换有什么区别?

...现有资产。 在许多 Bridge 平台上,常用的机制是 **lock-and-mint**,即资产锁定在源链上,并在目标链上铸造其代表物。可以转移的资产通常仅限于已在 Bridge 的 [智能合约](https://learnblockchain.cn/tags/smart-contract) 系统中专门支持或配...

文章 Tapscript 将如何使比特币受益?

...:Interdax_ > > _来源: [https://medium.com/interdax/what-is-tapscript-and-how-will-it-benefit-bitcoin-96fbb43a7169](https://medium.com/interdax/what-is-tapscript-and-how-will-it-benefit-bitcoin-96fbb43a7169)_ > > _原文发表于 2020 年 3 月 19 日。_ 这是我们关于 BIP 340 ~ 342 系...

文章 如何使用Truffle在Polygon上创建和部署Factory ERC-1155合约

...后](https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat)与 Hardhat 建立了新的合作伙伴关系。 你可以在[此处](https://learnblockchain.cn/tags/hardhat)找到我们与 Hardhat 相关的指南。如果你想查看本指南的更新版本, ...

文章 TFHE-rs v1.1:细粒度的 GPU 控制和更多算子

... rayon::prelude::*; use tfhe::core_crypto::gpu::get_number_of_gpus; use rand::{thread_rng, Rng}; fn main() { let config = ConfigBuilder::default().build(); let client_key = ClientKey::generate(config); let compressed_server_key = CompressedServerKey::new(&client_key); let ...

文章 基于 ZK 的资产证明

...The timestamp at which the CEX took the snapshot of its assets and liabilities */ function submitCommitment( uint256 mstRoot, uint256[] memory rootBalances, Cryptocurrency[] memory cryptocurrencies, uint256 timestamp) public onlyOwner { /** * @dev Struct identifyi...

文章 探索证券型代币中代币经济学的益处:为什么它们对投资者至关重要

...机会**](https://www.securities.io/state-of-security-tokens-2023-current-and-projected-adoption/),标志着我们处理传统金融资产方式的一场革命性转变。 **证券型代币** 代表了数字资产的复杂演变,它将区块链技术的创新与传统证券的监管框架相结...