Talk:Multiprecision arithmetic internals

From OpenSSLWiki
Revision as of 16:03, 29 July 2019 by Jwalton (talk | contribs) (Some formatting.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

BN Library Broken Link

It looks like this is the documentation the first link was supposed to point to, but this documentation module is not in version 1.1.1. Since I would assume this means either the module or the interface is deprecated, what is the recommendation in this scenario where we're updating the documentation regarding a deprecated function or library? Should I keep the broken link notice and not even list it to prevent new users from using a deprecated feature, at least until we finish modernizing the documentation? Or do I add it in and simply append a notice stating the feature is part of a deprecated API?

--Jflopezfernandez (talk) 06:25, 29 July 2019 (UTC)

Actually the BN API is not deprecated. It's just that there's been quite a lot of work over time on trying to improve the documentation and lots of stuff got moved around. It looks like at some point this overview page got deleted - I'm not entirely sure why. I'd suggest we could direct users to some of the key BIGNUM pages instead, such as BN_new(), BN_add(), etc.
--Matt (talk) 07:57, 29 July 2019 (UTC)
Ah, okay, that's good to know. I'll go ahead and add links to those pages.
--Jflopezfernandez (talk) 14:58, 29 July 2019 (UTC)