Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

API for Extended Euclidian Algorithm #39

@SK0M0R0H

Description

@SK0M0R0H

Currently, we use Extended Euclidian Algorithm only for inverse operation purposes (see inverse_extended_euclidean_algorithm).
The function returns only results for inverse operation and doesn't allow us to use it for any other purposes (e.g., GCD).
However, it costs us nothing to provide access to full Euclidian algorithm functionality in API, so I suppose we should do it.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions