Talk:List of arbitrary-precision arithmetic software

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

External links modified[edit]

Hello fellow Wikipedians,

I have just modified 3 external links on List of arbitrary-precision arithmetic software. Please take a moment to review my edit. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit this simple FaQ for additional information. I made the following changes:

When you have finished reviewing my changes, you may follow the instructions on the template below to fix any issues with the URLs.

This message was posted before February 2018. After February 2018, "External links modified" talk page sections are no longer generated or monitored by InternetArchiveBot. No special action is required regarding these talk page notices, other than regular verification using the archive tool instructions below. Editors have permission to delete these "External links modified" talk page sections if they want to de-clutter talk pages, but see the RfC before doing mass systematic removals. This message is updated dynamically through the template {{source check}} (last update: 18 January 2022).

  • If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
  • If you found an error with any archives or the URLs themselves, you can fix them with this tool.

Cheers.—InternetArchiveBot (Report bug) 14:28, 28 December 2017 (UTC)[reply]

–== OpenSSL arbitrary-precision arithmetic? ==

How exactly is OpenSSL arbitrary-precision arithmetic? How does one calculate 2^3^4^5 using OpenSSL? How does anyone calculate anything at all with OpenSSL. Can you multiply two RSA keys? The OpenSSL Wikipedia page contains a link to a so-called OpenSSL Programming Guide which is in fact a Hewlett Packard document regarding OpenVMS. Perhaps the author assumed that this erroneous reference meant that OpenSSL was some sort of programming language? The link to an OpenSSL Programming Tutorial is instead a link to IBM's Linux documentation. Neither have anything to do with "OpenSSL Programming". Was the author duped? What other explation for this erroneous inclusion of OpenSSL in this page. Would that someone in authority could look into the matter and strike the OpenSSL references from this document and correct the errors in the OpenSSL Wikipedia page. Hpfeil (talk) 21:31, 27 April 2020 (UTC)[reply]


Categories: 2600:387:F:4832:0:0:0:8 (talk) 11:43, 29 April 2022 (UTC)[reply]
Sorry editing this from a phone at night but I happen to read this. Openssl has a bignum application programming interface that is used the same way as other libraries such as GMP and the others listed here. When using these types of API all operations are reduced to function calls for example: a = multiply (a,b);. Often times, there are more fields in the functions such as a field for the return value itself, of fields for the operating base but there's no IEEE specification for how arbitrary precision implementations are supposed to be written l however, there is a large amount of overlap and similarity and choice of design that emerges from the usage of function calls. 2600:387:F:4832:0:0:0:8 (talk) 11:46, 29 April 2022 (UTC)[reply]