Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Select two prime numbers,aand b. findn = a . b findZ = (a - 1) . (b - 1)TheZis often called totient. find a prime

  1. Select two prime numbers,aand b.
  2. findn = a . b
  3. findZ = (a - 1) . (b - 1)TheZis often called "totient".
  4. find a prime numberKso thatKis co-prime toZ(meaning,Zis not divisible by K).
  5. observe nand k, you will need them subsequently.
  6. Proceed with the equation J . K. J to calculate(mod Z).
  7. Take note of J, you will also need it later.
  8. Now, choose any number P.
  9. CalculateP^k (mod n) = E. Take note ofE
  10. Now, assume you forgot what your number P was. The way to get that number P back is using this equation:E^j = P (mod n). Calculate P , using your values forJ, E, n.
  11. Explain these steps and the numbers n and k, j, P and E and also discuss what functions these numbers have and how they might be used in computing.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Numerical Analysis

Authors: Richard L. Burden, J. Douglas Faires

9th edition

538733519, 978-1133169338, 1133169333, 978-0538733519

More Books

Students also viewed these Mathematics questions