data61 / cuda-fixnum

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

Implement complement representation for signed fixnums #19

Open unzvfu opened 6 years ago

unzvfu commented 6 years ago

See Handbook of Applied Cryptography, Section 14.2.1(ii).

unzvfu commented 4 years ago

Follow up in https://github.com/unzvfu/cuda-fixnum/issues/6.