Skip to content

coq-contribs/rsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This directory contains the proof of correctness of RSA algorithm 
that relies on Fermat's little theorem

To build the directory, do

  coq_makefile *.v > Makefile

Then

  make depend;make all
  

 Laurent Thery & Jose C. Almeida