[Issue 13804] BigInt have no binary interface to be used in crypto

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Dec 1 08:44:49 PST 2014


https://issues.dlang.org/show_bug.cgi?id=13804

bearophile_hugs at eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs at eml.cc

--- Comment #1 from bearophile_hugs at eml.cc ---
(In reply to Alexey G from comment #0)

> In step (2) we need access to underlying data BigDigit[] to implement absent
> powMod method "(a pow b) mod c").

Beside the binary interface, having a powMod in std.bigint is very useful for
all kind of usages.

--


More information about the Digitalmars-d-bugs mailing list