找到约 15 条结果

文章 解密starknet链上借贷协议-zkLend

...率模型决定了协议中每个资产市场的借贷利率(borrowing and lending interest rate)。zkLend 提供了一种动态利率模型,而 zkLend Institutional 可能会同时支持动态和固定利率模型,这将随着后续开发而确定。 在动态利率模型中,每个资...

文章 移动电话网络、RFID和TETRA:最薄弱的环节?

...1 stream cipher** \\ \\ **While we all concentrate on the core IP network, and which has relatively good protection in the transmission over the…**\\ \\ asecuritysite.com](https://asecuritysite.com/symmetric/a5?source=post_page-----8945f2e3b05f---------------------------------------) SRLabs(安...

文章 Jolt:澄清、批评、反思

... [a16zcrypto.com/posts/art...](https://a16zcrypto.com/posts/article/understanding-jolt-clarifications-and-reflections) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 代数快速傅立叶变换

...) dot = lambda *xss: sum(product(xs) for xs in zip(*xss)) rands = lambda f, n: [f.random_element() for _ in range(n)] bind = lambda cls: lambda f: (setattr(cls, f.__name__, f), f)[1] ``` ## 一个FFT的定义 对于给定域$\mathbb{F}$和大小$N = 2^...

文章 Canton Network 是什么?

...](https://www.canton.network/canton-network-press-releases/canton-network-and-chainlink-enter-into-strategic-partnership-to-accelerate-institutional-blockchain-adoption-)上运行,在底层技术上处理了超过 6 万亿美元的代币化资产,并且美国国债日回购交易额超过 2800 ...

文章 用 Rust 玩转数据存储:JSON 文件持久化实战

... = "training_code" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.178", features = ["derive"] } serde_json = "1.0.104" ``` ### lib.rs ```rust pub mod user;...

文章 使用 Aptos Move 实现随机数生成:从 AIP-41 到实战操作

...骤。 更多参考: https://aptos.dev/en/build/smart-contracts/randomness #### AIP-41 - Move APIs for public randomness generation https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-41.md ## 实操 ### 创建项目并初始化 ```shell hello_aptos on  main via ...

文章 什么是Pedersen承诺及其工作原理

...= s_1 + s_2 \\\ \text{committer reveals…} \\\ &(a_1, a_2, \pi) \\\ \text{and the verifier checks…} \\\ C_3 &\stackrel{?}{=} a_1G + a_2G + \pi B \end{aligned} $$ 或者,验证者可以检查 $$ C_3 = (a_1 + a_2)G + \pi B $$ 常规哈希(如 SHA-256)无法以这种方式相加...

文章 Yala:释放比特币流动性的巨大潜力

...//medium.com/yalabtc/yala-completes-seed-round-co-led-by-polychain-capital-and-ethereal-ventures-to-offer-a-b269e0e306a2),由 Polychain Capital、Ethereal Ventures、Galaxy、Amber 和 Anagram 领投。 ### 3.3 用户旅程(专业模式) 与其深入研究协议的技术解释,不如...

文章 2025年美国加密货币用户的市场调查

...过 [三分之二](https://www.paradigm.xyz/2025/03/tradfi-tomorrow-defi-and-the-rise-of-extensible-finance) 的 TradFi 公司正在关注 DeFi。本月早些时候,比特币 ETF [达到](https://x.com/AltCryptoGems/status/1937156347658690886?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Etweet) ...

文章 Spookchain:使用受信任启动仪式和 APO,实现类似 drivechain 的侧链

...w.btcstudy.org/2022/10/11/spookchains-drivechain-analog-with-trusted-setup-and-apo) , 如有侵权请联系管理员删除。

文章 嵌入式费用市场与ERC-4337(第二部分)- 经济学

... [ethresear.ch/t/embedded-...](https://ethresear.ch/t/embedded-fee-markets-and-erc-4337-part-2/20384) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 指南:通过 NFTScan API 获取钱包地址的 NFT Statistics 全量数据

...f461b1f1a1c59b100b" "项目名称":  "Winds of Yawanawa by Yawanawa and Refik Anadol" "持有价值": 43.75 ETH "持有占比": "0.9%" **—**"合约地址": NULL "项目名称": "other" "持有价值": 77.82 ETH "持有占比": "1.59%" ![AA.png](https://img.lea...

文章 NFT教程 - 如何展示Flow和 IPFS 上的NFT收藏品

....com/pinata/how-to-display-your-nft-collection-like-nba-top-shot-with-flow-and-ipfs-6ba75048bf8a > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) > * 译者:[翻译小组](https://learnblockchain.cn/people/412) > * 校对:[Tiny 熊](https://learnblockchain.cn/peopl...

文章 MPC-TSS的计算视角:ECDSA中Paillier的再思考

...-is-silent-shard-transforming-the-authentication-support-of-crypto-wallets-and-exchanges-5851a3be3ed9) 使一组互不信任的参与方能够联合计算其各个私有输入的组合上的函数。 阈值签名是 MPC 的一种特殊情况,其中要计算的函数是密码数字签名,而私...