The MASM Forum Archive 2004 to 2012

Project Support Forums => HLA Forum => Topic started by: glAsh on May 15, 2009, 07:36:42 PM

Title: how to use Bignums with HLA?
Post by: glAsh on May 15, 2009, 07:36:42 PM
Hello all,

I have been coding with MASM for a while, and now trying out HLA and i think its kinda nice
but i would like to know how to use 'Bignums' , i searched the web last week but could not fiend anything.  :(

Is there a Bignum lib for HLA  like miracle, or is it implemented in HLA itself and if so could someone give me a good example how to use it?
like with public/private key encryptions.

sorry if i asked something stupid, but i could not find anything in the documentation and or on the web, so i hope someone here can help me out!
Thanx in advance!

- gl/\sh -
Title: Re: how to use Bignums with HLA?
Post by: Eddy on May 15, 2009, 08:31:59 PM
Hi,

I don't know if this is what you are looking for, but here you can find information about HIME, a Huge Integer Math and Encryption library:
http://www.devotechs.com/HIMEMain.html

It has a freeware version that you can try and use without any limitation, other than a nagscreen.
To get rid of the nagscreen, you need to purchase a license key.
For more info you can use the forums:
http://www.devotechs.com/forums/index.php
or direct mail: support@devotechs.com

Kind regards
Eddy
Title: Re: how to use Bignums with HLA?
Post by: dedndave on May 15, 2009, 09:45:03 PM
I think I saw Al Bundy "reading" an issue of "Bignums" last week  :8)

The only place I can think to send you is http://webster.cs.ucr.edu/AsmTools/HLA/index.html

I hope that helps
Title: Re: how to use Bignums with HLA?
Post by: Evenbit on June 18, 2009, 12:40:29 AM
Using Bignums in assembly is demonstrated in the chapter on advanced arithmetic:

http://webster.cs.ucr.edu/AoA/Windows/HTML/AdvancedArithmetic.html#998258