Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 463 Bytes

week1.md

File metadata and controls

7 lines (6 loc) · 463 Bytes

Week 1

  • Started on working on generating the required prime numbers.
  • Small prime generation is working(around 20 digits long), still work to do to get it working with bigger ones
  • I learned a lot about small algorithms regarding the generation of prime numbers.
  • Problems with typing and very large numbers. U128 is too small for the required size of the numbers
  • Next I will try to solve the problems stated above, after that working on key generation.