mmcloughlin / ec3

Elliptic Curve Cryptography Compiler: an incomplete experiment in code-generation for elliptic curves in Go
BSD 3-Clause "New" or "Revised" License
56 stars 5 forks source link

arith: experiment with multi-precision arithmetic in LLVM #105

Open mmcloughlin opened 4 years ago

mmcloughlin commented 4 years ago

LLVM IR supports arbitrary precision integers. Experiment with using IR to generate machine code for multi-precision arithmetic.

https://stackoverflow.com/questions/22255634/llvm-arbitrary-precision-integer

Related #96