modpow with crt; crt; modAdd; modMultiply; phi

This commit is contained in:
Juanelas 2023-06-28 19:38:45 +02:00
parent e015a51c80
commit 9b1a0052d0
1 changed files with 27 additions and 0 deletions

27
docs/interfaces/Egcd.md Normal file
View File

@ -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`