Update for 02-11-21 17:15

This commit is contained in:
Tyler Perkins 2021-11-02 17:15:01 -04:00
parent 8b996d2710
commit 1ed8b8beb5
5 changed files with 27 additions and 0 deletions

12
math/congruences.wiki Normal file
View File

@ -0,0 +1,12 @@
= Congrucences =
A Congruence
{{{
ax = 1 (mod m)
}}}
has a solution x, if and only if a and m are [[relative_prime]]s. The solution
in the range of 1 to m-1 is denoted a^-1 or a^-1 (mod m), called the
multiplicative inverse of a modulo m.

4
math/gcd.wiki Normal file
View File

@ -0,0 +1,4 @@
= Greatest Common Denominator =
A greatest common denominator or GCD is the largest number that two numbers can
both divide into

View File

@ -9,3 +9,5 @@ The purest study of them all
=== Number Theory ===
* [[prime]]
* [[relative_prime]]
*

5
math/relative_prime.wiki Normal file
View File

@ -0,0 +1,5 @@
= Relative Prime =
Two numbers are Relative Primes if they have not common prime factors.
Equivalently, a and b are relatively prime if their [[gcd]] is 1.:w

View File

@ -10,6 +10,10 @@ Hiding information
* [[substitution|Substitution]]
=== Math for Crypto ===
* [[../math/congruences]]
== Reconnaissance ==
* [[nmap|nmap]] - port scanner