data61 / cuda-fixnum

Extended-precision modular arithmetic library that targets CUDA.
Other
41 stars 28 forks source link

Re-jigger the API to ease writing HLL interfaces #60

Open unzvfu opened 5 years ago

unzvfu commented 5 years ago

The current C++ API does not make it especially easy to write a high-level language interface. Change it so that it is. Codependent with #59.

unzvfu commented 4 years ago

Follow up at https://github.com/unzvfu/cuda-fixnum/issues/33.