From 9b1a0052d0cd9f6d6498e2eb89d08876efe2a9ab Mon Sep 17 00:00:00 2001 From: Juanelas Date: Wed, 28 Jun 2023 19:38:45 +0200 Subject: [PATCH] modpow with crt; crt; modAdd; modMultiply; phi --- docs/interfaces/Egcd.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/interfaces/Egcd.md diff --git a/docs/interfaces/Egcd.md b/docs/interfaces/Egcd.md new file mode 100644 index 0000000..51ac4cd --- /dev/null +++ b/docs/interfaces/Egcd.md @@ -0,0 +1,27 @@ +# Interface: Egcd + +## Table of contents + +### Properties + +- [g](Egcd.md#g) +- [x](Egcd.md#x) +- [y](Egcd.md#y) + +## Properties + +### g + +• **g**: `bigint` + +___ + +### x + +• **x**: `bigint` + +___ + +### y + +• **y**: `bigint`