sp1-gpu-sys 6.1.0

FFI bindings and CUDA build system for SP1-GPU
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include "fields/kb31_t.cuh"
#include "fields/kb31_extension_t.cuh"

using felt_t = kb31_t;
using ext_t = kb31_extension_t;

struct Pair {
    ext_t p;
    ext_t q;
};