找到约 9 条结果

文章 一种非格 PQC 签名方法:SLH-DSA (SPHINCS+) 和 OpenSSL 3.5

... 使用 OpenSSL 的代码实现位于 \[ [这里](https://asecuritysite.com/c_code/openssl_slhdsa)\]: ``` ##include ##include ##include ##include ##include ##include ##include ##include ##include static void hexdump(const char *label, const unsigned char *buf, size_t len) { printf("...

文章 zkLend黑客攻击的深入分析与EraLend黑客攻击的关联

...(https://img.learnblockchain.cn/2025/04/12/32680158_image.jpg) [https://x.com/SlowMist\_Team/status/1889659563517026772](https://x.com/SlowMist_Team/status/1889659563517026772) ## 相关信息 - **攻击者地址:** [https://starkscan.co/contract/0x04d7191dc8eac499bac710dd368706e3ce76c9945da525...

文章 Go 语言日志系统自定义:精细化日志管理与应用示例

...级别等功能。 ## 参考 - https://go.dev/dl/ - https://gin-gonic.com/zh-cn/docs/ - https://talkgo.org/ - https://github.com/golang-china/gopl-zh

文章 Baby Jubjub 椭圆曲线 与零知识证明

...曲的 Edwards 椭圆曲线(**E**(**Fr**)[[here](https://asecuritysite.com/golang/go_jub)]: ![](https://img.learnblockchain.cn/2025/08/07/1ycKIft78OC-sCfRkr9Jt8g.png) 其中: **a** =168700 **d** =168696 那么该曲线的阶数为: **n** =218882428718392752222464057452572...

文章 Polymarket 费用推出

通过订阅,你同意 Substack 的[使用条款](https://substack.com/tos),并确认其[信息收集通知](https://substack.com/ccpa#personal-data-collected)和[隐私政策](https://learnblockchain.cn/article/12158)。 ## Polymarket 费用推出 #### 收入影响和市场影响 ![](https:/...

文章 失效的 Groth16 `delta == gamma == G2 生成元`

...见证。 Base 上的整个操作是一次由 [**@duha_real**](https://x.com/duha_real) 主导的**白帽救援**,他发现了漏洞并在恶意行为者利用之前耗尽资金以保护它们。 Ethereum 主网上的操作由另一位白帽 ([`whitehat-rescue.eth`](https://etherscan.io/address/...

文章 【TCC 25 论文速递】基于Duplex Sponges的Fiat-Shamir转换及spongefish代码解析

...库spongefish。 * https://eprint.iacr.org/2025/536 * https://github.com/arkworks-rs/spongefish ![图片](https://img.learnblockchain.cn/2025/11/26/34953250_image.png) 论文的理论贡献包括:揭示了不可区分性(indifferentiability,注意不是indistinguishability!)不足...

文章 产品发布:Aleo IP Core

...chain.cn/2025/04/26/1SFbrjkaRvz4Ad3-k-L9vlA.png) [来源](https://twitter.com/Ingo_zk/status/1614707710959681537?s=20) ### 认识一下 Bride Aleo IP 旨在用于运行 Aleo 测试网难题的 ASIC 平台。该 IP 具有参数化的 RTL 设计,可实现最先进的性能和电源效率。该设...

文章 掌握SP1 zkVM设计 - 第3部分:核心证明

...方案) 在零知识证明系统中,**多项式承诺方案 (Polynomial Commitment Scheme, PCS)** 是一种密码学原语,它允许证明者将多项式“绑定”到一个短的承诺值,并有效地证明该多项式在特定点上满足某些性质(例如,低度和正确性)。它...