mattrglobal / pairing_crypto

A library for pairing based cryptography
Apache License 2.0
14 stars 7 forks source link

Shift to a local instance of blstrs crate #23

Closed tplooker closed 2 years ago

tplooker commented 2 years ago

We need to extend the following crate published from this repository however upstreaming changes will take time, so a temporary measure is to add it as a local crate via RUST workspaces. We will then deal with upstreaming the changes required later.

tplooker commented 2 years ago

Another prefered solution is to just for BLSTRS into a public MATTR repository and target that via a git based dependency from this repo

tplooker commented 2 years ago

We have agreed the following action plan

  1. I will create a private repository in mattr's github org for the extended blstrs implementation
  2. @dev0x1 will update this repository to target that git dependency for blstrs instead of the published crate
  3. Any changes we need to make to blstrs will be made to the mattr private repository