Golang bindings for ECNTT (#433)

This commit is contained in:
Jeremy Felder
2024-03-21 09:04:00 +02:00
committed by GitHub
parent d4f39efea3
commit db4c07dcaf
22 changed files with 297 additions and 42 deletions

View File

@@ -50,7 +50,7 @@ jobs:
- name: Build
working-directory: ./wrappers/golang
if: needs.check-changed-files.outputs.golang == 'true' || needs.check-changed-files.outputs.cpp_cuda == 'true'
run: ./build.sh ${{ matrix.curve }} ON # builds a single curve with G2 enabled
run: ./build.sh ${{ matrix.curve }} ON ON # builds a single curve with G2 and ECNTT enabled
- name: Upload ICICLE lib artifacts
uses: actions/upload-artifact@v4
if: needs.check-changed-files.outputs.golang == 'true' || needs.check-changed-files.outputs.cpp_cuda == 'true'