quintin-lee / RSA-lib

RSA implementation using GMP and RDRAND x86 instruction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RSA-lib

RSA-lib is a simple implementation of the RSA cryptosystem.

Platform

RSA-lib is designed for x86-64 CPUs supporting the RDRAND instruction.
The RDRAND instruction is used to generate hardware generated random prime numbers.

About

RSA implementation using GMP and RDRAND x86 instruction

License:Other


Languages

Language:C 96.3%Language:Makefile 3.7%