Update for 31-01-22 17:15
This commit is contained in:
parent
da31d1ec7a
commit
35942c30fe
4
math/Trap_door.wiki
Normal file
4
math/Trap_door.wiki
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
= Trap door =
|
||||||
|
|
||||||
|
A trap door function is a function that maps some domain to a range, and the
|
||||||
|
process of solving the inverse of said function is infeasable
|
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
ECC is an algorithm that solves the same problem as [[RSA]], but with smaller
|
ECC is an algorithm that solves the same problem as [[RSA]], but with smaller
|
||||||
key sizes. It is asymetric and based on [[../math/Eliptic_Curve]]s and based on
|
key sizes. It is asymetric and based on [[../math/Eliptic_Curve]]s and based on
|
||||||
the difficulty of inding a curve given points on said curve.
|
the difficulty of inding a curve given points on said curve, and a
|
||||||
|
[[../math/Trap_door]]
|
||||||
|
|
||||||
== algorithm ==
|
== algorithm ==
|
||||||
|
|
||||||
|
9
tech/Signatures.wiki
Normal file
9
tech/Signatures.wiki
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
= Signature =
|
||||||
|
|
||||||
|
A signature is a way of verifying that someone is who they claim they are. They
|
||||||
|
are generally composed of a
|
||||||
|
|
||||||
|
* hash of the algorithm
|
||||||
|
* cryptographic way of verifying the signed message
|
||||||
|
|
||||||
|
However to ensure
|
@ -26,14 +26,18 @@ Hiding information
|
|||||||
* [[DSS]]
|
* [[DSS]]
|
||||||
* [[Eliptic_Curve]]
|
* [[Eliptic_Curve]]
|
||||||
|
|
||||||
|
=== [[Signatures]] ===
|
||||||
|
|
||||||
|
* [[Signatures]]
|
||||||
|
|
||||||
=== Misc ===
|
=== Misc ===
|
||||||
|
|
||||||
* [[LFSR|Linear Feedback Shift Registers]]
|
* [[LFSR|Linear Feedback Shift Registers]]
|
||||||
* [[modular_exponentiation|Modular Exponentiation]]
|
|
||||||
|
|
||||||
=== Math for Crypto ===
|
=== Math for Crypto ===
|
||||||
|
|
||||||
* [[../math/congruences]]
|
* [[../math/congruences|Congruneces]]
|
||||||
|
* [[modular_exponentiation|Modular Exponentiation]]
|
||||||
|
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user