cryptography

Definition

Asymmetric Encryption Scheme

An asymmetric encryption scheme with a public key space , a private key space , a message space , and a ciphertext space is a triple of algorithms:

where:

One-Way Function

Integer Factorisation

Definition

Integer Factorisation

The integer factorisation problem is the problem of decomposing a positive integer into a product of prime numbers. Given a composite integer , find primes and positive integers such that

Link to original

Discrete Logarithm

Definition

Discrete Logarithm

Let be a finite cyclic group of order with generator . For an element , the discrete logarithm of with respect to base is the unique integer such that

The discrete logarithm problem is to find given and .

Link to original