RSA library
Andre via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Thu Aug 18 10:56:54 PDT 2016
On Thursday, 18 August 2016 at 14:29:54 UTC, Adam D. Ruppe wrote:
> On Thursday, 18 August 2016 at 09:00:58 UTC, Andre Pany wrote:
>> Is there a D library which can be built with a plain x86 DMD
>> and without dll dependencies?
>
> Not that I know of, and I don't think the win32 api includes
> rsa256 (though .net does!).
>
> The botan lib though, why doesn't it work on 32 bit optlink?
> You might be able to hack it by just taking the algorithms you
> need and compiling yourself.
It is a statement from the botan github readme, maybe due to a
dependency.
I will try the windows api, from the description it seems exactly
what i need. I will also check wheter the specific botan part
could be extracted.
Thanks a lot.
Kind regards
Andre
More information about the Digitalmars-d-learn
mailing list