Jolt路线图

1. 引言

a16z crypto团队2024年7月更新了其Jolt路线图
在这里插入图片描述

主要分为3大维度:

附录 A 补充信息

下图摘自https://github.com/gy001/hypercube(Rust):
在这里插入图片描述
其中:

  • LogUp+: reduction of multivariate polynomial in evaluation form to univariate in evaluation form
  • Gemini: reduction of multivariate polynomial in coefficient form to univariate in coefficient form
  • ZeroMorph: reduction of multivariate polynomial in evaluation form to univariate in coefficient form

而在https://github.com/lurk-lab/arecibo(Rust,定位为:An advanced fork of Nova)中,实现了3种多项式承诺方案和3种evaluation argument:

  • 1)Pedersen commitments with IPA-based evaluation argument (supported on all three curve cycles), and
  • 2)HyperKZG commitments and evaluation argument (supported on curves with pairings e.g., BN254).
  • 3)KZG commitments with a Zeromorph evaluation argument (supported on curves equipped with a pairing).

其中所支持的3个curve cycles为:

  • 1)Pallas/Vesta
  • 2)BN254/Grumpkin
  • 3)secp/secq

Jolt/Lasso 系列博客

相关推荐

  1. 【React】学习路线图

    2024-07-21 04:58:02       41 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-07-21 04:58:02       52 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-07-21 04:58:02       54 阅读
  3. 在Django里面运行非项目文件

    2024-07-21 04:58:02       45 阅读
  4. Python语言-面向对象

    2024-07-21 04:58:02       55 阅读

热门阅读

  1. 分层评估的艺术:sklearn中的策略与实践

    2024-07-21 04:58:02       20 阅读
  2. etcd磁盘空间故障处理办法

    2024-07-21 04:58:02       19 阅读
  3. sklearn中的增量学习:特征提取的艺术

    2024-07-21 04:58:02       20 阅读
  4. JVM的 6 种垃圾回收算法

    2024-07-21 04:58:02       20 阅读
  5. C语言中值滤波函数

    2024-07-21 04:58:02       18 阅读
  6. 【大模型基础】4.1 数据挖掘(待)

    2024-07-21 04:58:02       21 阅读
  7. 【LeetCode 0231】【位运算】2的N次方

    2024-07-21 04:58:02       16 阅读
  8. 【Socket 编程】基于UDP协议建立多人聊天室

    2024-07-21 04:58:02       16 阅读