This is the mail archive of the guile@cygnus.com mailing list for the guile project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Jim Blandy writes:
> I have a question, though: what do people need bignums for? Aside
> from handling the occasional fixnum overflow, and making the numeric
> system prettier, that is. What applications benefit from bignums?
My biggest use is for cryptography, where fast bignum support is
super-critical. Most modern asymmetric ("public key") cryptographic
work consists of huge multiplications over integer fields of one sort
or another.
Perry