The inability to allocate mp_int variables on the stack is not as bad
as it seems.  This is because the 'dp' array inside an mp_int still
needs to be allocated from the heap.  An mp_new function can allocate
the mp_int structure and the 'dp' array in one shot if the number of
digits needed is known in advance.

Wan-Teh
-- 
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to