找到约 15 条结果

文章 隐私感知机器学习:同态加密与联邦学习

.... Vig,“加密数据上的快速同态 svm 推理”,Neural Computing and Applications, vol. 34, no. 18, pp. 15 555–15 573, 2022。 \[5] M. Weber、G. Domeniconi、J. Chen、D. K. I. Weidele、C. Bellei、T. Robinson 和 C. E. Leiserson,“比特币中的反洗钱:使用图Rollup网络...

文章 Solidity 中的存储槽:存储分配和低级汇编存储操作

... address owner; mapping(address => uint256) balance;     // and more... } ``` 当我们与存储变量交互时,实际上是在读取和写入存储,特别是在变量保存其值的**存储槽**中。 ## 存储槽 智能合约的**存储**组织成**存储槽**。每个槽的...

文章 智能合约语言 Solidity 教程系列1 - 类型介绍

...字节数组(Fixed-size byte arrays) * 有理数和整型常量(Rational and Integer Literals) * 字符串常量(String literals) * 十六进制常量(Hexadecimal literals) * 枚举(Enums) * [函数类型](https://learnblockchain.cn/2017/12/12/solidity_func/)(Function Types) * [地址...

文章 什么是DeFi?

.../www.quicknode.com/guides/knowledge-base/an-introduction-to-crypto-wallets-and-how-to-keep-them-secure)指南。 ## 如何进入DeFi 幸运的是,有很多资源可以帮助你学习DeFi协议。通常,加密货币项目都有一个网页,用于提供额外的资源和文档;这应该是...

文章 Block-STM:我们如何在Aptos区块链上每秒执行超过16万笔交易

...-core/tree/main/aptos-move/parallel-executor/src)。 **作者:** [**Alexander Spiegelman**](https://twitter.com/sashaspiegelman) **和** [**Rati Gelashvili**](https://twitter.com/rgelash) **要点:我们设计并实现了一个高效的、多线程的、内存中的并行执行引擎,通过...

文章 Concrete ML v1.7:Transformer 模型微调与 DNA 祖源应用

...ml...](https://zama.ai/post/concrete-ml-v1-7-transformer-model-fine-tuning-and-dna-ancestry-applications) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 Solana - 如何使用Candy Machine V3和TypeScript创建Solana NFT集合

...留作为参考,但我们建议你参考我们的更新指南来使用 Candy Machines: - [如何在 Solana 上使用 Sugar 和 Umi 部署 NFT 收藏(Candy Machine)](https://learnblockchain.cn/article/11174) - [如何使用 Metaplex Core Candy Machine 启动 NFT 收藏](https://learnblockcha...

文章 Go语言详解:实现MySQL数据库的增删改查操作

... // The returned DB is safe for concurrent use by multiple goroutines // and maintains its own pool of idle connections. Thus, the Open // function should be called just once. It is rarely necessary to // close a DB. // 返回的数据库可以安全地由多个 goroutines 并发使用,并维...

文章 零知识文献,第一部分和第二部分

... \[SNARKs\] 及回归(2011)**——Nir Bitansky、Ran Canetti、Alessandro Chiesa、Eran Tromer [https://eprint.iacr.org/2011/443.pdf](https://eprint.iacr.org/2011/443.pdf) **用于洗牌正确性的高效零知识论证(2012)**——Stephanie Bayer 和 Jens Groth [http://www0.cs.ucl.ac.u...

文章 ETH 中继接口

...ta of a transaction. // // This is implemented by DynamicFeeTx, LegacyTx and AccessListTx. type TxData interface { txType() byte // returns the type ID copy() TxData // creates a deep copy and initializes all fields chainID() *big.Int accessList() AccessList data() []byte gas() uint...

文章 Ethernaut 题库闯关 #20 — Shop

... Exploiter exploiter = new Exploiter(); // trigger the exploit and buy the item exploiter.buy(level); // assert that we have solved the challenge assertEq(level.isSold(), true); vm.stopPrank(); } ``` 你可以打开[Shop.t.sol](https://github.com/StErMi/fou...

文章 Kintsugi合并测试网发布公告

...的客户端和规范版本中。 ## 使用 Kintsugi 查看 [Kintsugi landing page](https://kintsugi.themerge.dev/),获取有关与 Kintsugi 网络交互的信息。你将找到网络设置、一个 faucet、一个区块浏览器和一个 JSON-RPC endpoint,以及更新的文档,以反映支...

文章 应用EIP712

....substring(128, 130), 16); // The signature is now comprised of r, s, and v. } ); ``` 请注意,在撰写本文时,MetaMask 和 Cipher Browser 在 method 字段中使用`eth_signTypedData_v3`,以便向后兼容,DApp生态系统就采用这个标准。这些钱包的未来版...

文章 Phala:透明且私密的全球计算云

... [无信任计算云](https://medium.com/phala-network/phala-transparent-and-private-global-computation-cloud-2d80c70ad1e9) 创建了基础设施。 作为 [Polkadot](https://polkadot.network/technology/) 跨链生态系统的成员平行链,Phala 将能够 **为其他区块链应用提供计算...

文章 Fuel: 专注模块化的执行层

> * 原文链接: https://rainandcoffee.substack.com/p/the-fuel-for-fast-execution > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) > * 译者:[翻译小组](https://learnblockchain.cn/people/412) 校对:[Tiny 熊](https://learnblockchain.cn/people/15) > * 本...