Announcement

Collapse
No announcement yet.

HIME update: V2.05 (Huge Integer Math and Encryption library)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • HIME update: V2.05 (Huge Integer Math and Encryption library)

    Hi everyone,

    Yep, it's V2.05 already.
    Download it now before it is V2.06 ...
    Just a few handy functions added. No more delays when HIME starts up ... After all, time is money ...
    More details:


    While HIME is primarily an encryption library, it also provides 'huge integer' math functions to support implementation of various public key algorithms, since these operate on 'bigint' numbers.
    However, some people use HIME exactly for this 'big integer' functionality.

    To provide more functionality for those interested in pure math operations, another product is in development. It is called NUMS and will be able to allow you to do math calculations on :
    - signed huge integers (big integers),
    - rational numbers (numerator / denominator)
    - arbitrary precision decimal floating point numbers (base 10),
    - arbitrary precision binary floating point numbers (base 2).

    Kind regards
    Eddy

  • #2
    Any plans to create an SLL form of HIME when PB10 is avail?
    <b>George W. Bleck</b>
    <img src='http://www.blecktech.com/myemail.gif'>

    Comment


    • #3
      Originally posted by George Bleck View Post
      Any plans to create an SLL form of HIME..?
      George,
      Yes.
      HIME, in its current dll form, uses two optional extra (freeware) dlls: Zlib and JCalg.
      I only need to figure out how to best handle this in SLL form.

      Kind regards
      Eddy

      Comment

      Working...
      X