Skip to content

protocol environment: Expose BLS signature module

Context

Exposes the Signature module to the environment v4 from the new bls12-381 bindings to blst. This is the simplest solution I could think of but we might want to constrain what is exposed in a future commit when we know more what is needed from the final Optimistic Rollups code.

Since we're not doing anything fancy with the bindings I decided to not add tests and trust the upstream library that should have been testet already since we already depend on it.

Closes #1646 (closed)

Manually testing the MR

Checklist

  • Document the interface of any function added or modified (see the coding guidelines)
  • Document any change to the user interface, including configuration parameters (see node configuration)
  • Provide automatic testing (see the testing guide).
  • For new features and bug fixes, add an item in the appropriate changelog (docs/protocols/alpha.rst for the protocol and the environment, the Development Version section of CHANGES.md for everything else).
  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR
Edited by Thomas Letan

Merge request reports