ChainSafe / chainbridge-celo

GNU Lesser General Public License v3.0
3 stars 2 forks source link

encode APK and signature to specific format #120

Closed P1sar closed 3 years ago

P1sar commented 3 years ago

Also we need to encode existing APK and aggregatedSignature to some solidity specific format.

Implementation details

this could be done with next function provided by Celo team: https://github.com/celo-org/celo-bls-go/pull/23/files#diff-75924bc872b69161a79c1de661db110361d8529cb825991b2531048cc4471e82R17 pk for APK sig for signature

Testing details

the unit tests are passing

Acceptance Criteria

the unit tests are passing