]> Git Repo - secp256k1.git/commit - doc/safegcd_implementation.md
Add extensive comments on the safegcd algorithm and implementation
authorPieter Wuille <[email protected]>
Fri, 4 Dec 2020 00:26:58 +0000 (16:26 -0800)
committerPieter Wuille <[email protected]>
Mon, 8 Mar 2021 17:56:07 +0000 (09:56 -0800)
commitd8a92fcc4c65cf189ec7bd5298dad8479347c442
treefd4641cba6c19f1a512a723ddd1dec2d9dab8239
parent8e415acba25830da9c23a4dd5531ebfc6b65aae7
Add extensive comments on the safegcd algorithm and implementation

This adds a long comment explaining the algorithm and implementation choices by building
it up step by step in Python.

Comments in the code are also reworked/added, with references to the long explanation.
doc/safegcd_implementation.md [new file with mode: 0644]
src/modinv32.h
src/modinv32_impl.h
src/modinv64.h
src/modinv64_impl.h
This page took 0.025402 seconds and 4 git commands to generate.