Skip to content

Add new BLS host function support and switch to affine#252

Merged
heifner merged 6 commits intomainfrom
GH-251-bls-host-functions
Dec 2, 2023
Merged

Add new BLS host function support and switch to affine#252
heifner merged 6 commits intomainfrom
GH-251-bls-host-functions

Conversation

@heifner
Copy link
Contributor

@heifner heifner commented Dec 1, 2023

Removes host functions:

  • bls_g1_mul
  • bls_g2_mul
  • bls_g1_exp
  • bls_g2_exp

Adds host functions:

  • bls_g1_weighted_sum
  • bls_g2_weighted_sum
  • bls_fp_mul
  • bls_fp_exp

All bls host functions modified to accept and return affine little endian form.

Corresponds to AntelopeIO/leap#1882

Resolves #251

@heifner heifner requested review from greg7mdp and linh2931 December 1, 2023 21:16
@heifner heifner merged commit 122ff08 into main Dec 2, 2023
@heifner heifner deleted the GH-251-bls-host-functions branch December 2, 2023 19:17
@heifner heifner added the OCI Work exclusive to OCI team label Dec 7, 2023
@ericpassmore
Copy link
Contributor

Note:start
group: FEATURE
category: INTERNALS
summary: Add new BLS host function support and switch to affine.
Note:end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCI Work exclusive to OCI team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update BLS wrappers to support new/changes BLS host functions

4 participants