data61 / cuda-fixnum

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

Investigate, document and incorporate "secure" arithmetic implementations #37

Open unzvfu opened 6 years ago

unzvfu commented 6 years ago

At the very least this involves considering side-channel attacks on GPUs, but also data recovery from shared access to GPUs on providers like AWS. Some research in this area:

unzvfu commented 4 years ago

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