Skip to content

[SyncWith:crypto3#89] Fix function octets_to_g1_point to be able to work with both std::array and std::vector #13

[SyncWith:crypto3#89] Fix function octets_to_g1_point to be able to work with both std::array and std::vector

[SyncWith:crypto3#89] Fix function octets_to_g1_point to be able to work with both std::array and std::vector #13

Workflow file for this run

name: PR Testing
on:
pull_request:
types:
- opened
- synchronize
jobs:
handle-syncwith:
name: Call Reusable SyncWith Handler
uses: NilFoundation/ci-cd/.github/workflows/reusable-handle-syncwith.yml@v1.1.2
with:
ci-cd-ref: 'v1'
secrets: inherit
matrix-test:
name: Call Reusable Crypto3 Testing
needs:
- handle-syncwith
uses: NilFoundation/ci-cd/.github/workflows/reusable-crypto3-testing.yml@v1.1.2
with:
submodules-refs: ${{ needs.handle-syncwith.outputs.prs-refs }}
secrets: inherit