karlheg(a)inetarena.com (Karl M. Hegbloom) writes:
Simon> Since my lack of knowledge of XEmacs internals prevents
me
Simon> from doing it properly, I just wanted bignums for doing
Simon> some authentication/encryption stuff. The `calc' package
Simon> will be enough for me until I want performance. In this
Simon> case, a native bignum implementation or a elisp-library
Simon> that uses GMP is equally good for my purposes.
Or you could call out to an external program to do the math, couldn't
you? That's not hard to do.
My point was having a native GSSAPI/Kerberos5 implementation written
in Elisp. I will write a API for the bignum stuff so I can switch
between Calc/GMP/externalprogram/whatever without breaking anything
else, so if calc turns out to be too slow even for developing I could
do something like this.
(Yeah, I know, I will never be finished with this until Kerberos 10 is
out, but it's great hack value and I'll probably learn a lot)