Skip to content

ggeorgovassilis/homomorphic_encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

homomorphic_encryption

Simple Java programme that demonstrates how RSA is partially homomorphic under multiplication:

A x B = C ----> RSA(A) x RSA(B) = RSA(AxB)

Read more in the accompanying blog post

About

Companion repository for blog post about homomorphic encryption

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages