seafooler / crypto-practice

A repository to practice the implmentation of crypto algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A repository to practice the implmentation of crypto algorithms

RSA implementation

RSA implementation follows RFC 2313, with the encryption block format being based on PKCS #1 v1.5.

We heavily borrow the implementation from Eli Bendersky's codes and recommend reading his excellent blog post about RSA

About

A repository to practice the implmentation of crypto algorithms


Languages

Language:Go 100.0%