Skip to content

新增 Ristretto255 曲线 #532

@Candicepan

Description

@Candicepan

此 ISSUE 为 隐语开源共建计划(SecretFlow Open Source Contribution Plan,简称 SF OSCP)Phase 5 任务 ISSUE,欢迎社区开发者参与共建~

This ISSUE is one of the tasks of the SecretFlow Open Source Contribution Plan (referred to as SF OSCP) Phase 5. Welcome to join us in building it together!

任务介绍

  • 任务名称:新增 Ristretto255 曲线
  • 技术方向:YACL
  • 任务难度:进阶🌟🌟
  • 任务预估完成时间:4周
  • 任务 Reviewer:@changtong9

详细要求

调研相关论文与开源实现,并在 YACL 新增 Ristretto255 曲线。

  • 安全性:符合论文中安全假设与安全定义
  • 功能性:符合论文对算法功能描述
  • 代码规范:
    • C++ 代码需要遵循 Google C++ style guidelines,除了以下几条 exceptions
      • Exceptions are allowed and encouraged where appropriate.
      • Header guards should use #pragma once.
      • Adopt camelBack for function names.
      • Use fixed width integer types whenever possible.
      • Avoid using size_t on interface APIs.
    • 可使用 clangd 进行代码格式化
    • 可使用 cpplint 检查格式
  • 提交说明:关联该 issue 并提交代码至 https://github.com/secretflow/yacl/tree/main/yacl/crypto/ecc

能力要求

  • 熟悉椭圆曲线密码学
  • 熟悉 C++ 以及性能优化

操作说明

Metadata

Metadata

Assignees

No one assigned

    Labels

    OSCPSecretFlow Open Source Contribution PlanintermediateSecretFlow Open Source Contribution Plan

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions