Skip to content

Serafim-End/cryptosystem-RSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryptosystem-RSA

RSA with fast arithmetic.

Arithmetic folder contains multiplication (realisation with fft and ifft) with tests. In prime folder you can see searching of pseudo-random numbers (XorShift and Python random) with tests too.

If you want to use whole cryptosystem run main.py and enter number of key bits (key will generate with length of bits that you entered)

If you want to use only part of code for example multiplication download only the folder nultiplication

About

RSA with fast arithmetic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages