#7746: Blum-Goldwasser probabilistic encryption
----------------------------+-----------------------------------------------
   Reporter:  mvngu         |       Owner:  mvngu                               
     
       Type:  enhancement   |      Status:  needs_review                        
     
   Priority:  major         |   Milestone:  sage-4.3.1                          
     
  Component:  cryptography  |    Keywords:  Blum-Goldwasser, probabilistic 
encryption
Work_issues:                |      Author:  Minh Van Nguyen                     
     
   Upstream:  N/A           |    Reviewer:                                      
     
     Merged:                |  
----------------------------+-----------------------------------------------
Changes (by newvalueoldvalue):

 * cc: wdj (added)
  * status:  new => needs_review
  * author:  => Minh Van Nguyen


Comment:

 The patch `trac_7746-blum-goldwasser.patch` introduces two new files:

  * `sage/crypto/public_key/blum_goldwasser.py` --- A class implementing
 the Blum-Goldwasser probabilistic public-key encryption scheme. This is a
 complete rewrite of the version by Mike Hogan and David Joyner, which was
 originally released as public domain software. The rewrite is licensed
 under GPLv2+. For reference, I have also attached the original public
 domain version.

  * `sage/crypto/util.py` --- A module containing miscellaneous functions
 for cryptographic purposes. The Blum-Goldwasser implementation makes use
 of various functions in this module.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7746#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

--

You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.


Reply via email to