Skip to content

ConradIrwin/mrsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This package contains primatives for implementing mediated RSA in golang.

See https://godoc.org/github.com/ConradIrwin/mrsa for docs.

Mediated RSA

Mediated RSA is a way to split RSA operations amoung multiple parties, none of whom know the entire private key.

It was introduced by D. Boneh, X. Ding, G. Tsudik, and M. Wong in 2001 in their paper A Method for Fast Revocation of Public Key Certificates and Security Capabilities.

TODO

  • RSA blinding across the session.

Meta-fu

All code is released under a BSD 3-clause license, see LICENSE.BSD for details. Contributions and bug reports welcome.

About

Mediated RSA in golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages