Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 363 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 363 Bytes

WARNING

This repo is now archived, logic is moved to the BlockChain repo

Primes

Prime generator for c# and RSA key generator

Summary

This repo contains code to generate large primes (1024 bit goes pretty fast) We also implemented the key generation process, so you can generate an RSA key from two primes.