#11565: RSA Cryptosystem
-------------------------------------+-------------------------------------
Reporter: ajeeshr | Owner: mvngu
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-6.6
Component: cryptography | Resolution:
Keywords: RSA, crypto, | Merged in:
public key encryption | Reviewers:
Authors: Peter Story, | Work issues:
Ajeesh Ravindran | Commit:
Report Upstream: N/A | 3c8e43ae07f14dbc6c42f42c5e91cfee5b3f2e45
Branch: | Stopgaps:
u/peter.story/rsa_cryptosystem |
Dependencies: |
-------------------------------------+-------------------------------------
Comment (by kcrisman):
A few comments on this:
* You can open a separate ticket for the `BlumGoldwasser` stuff, no need
to fix it here.
* You should use the `TestSuite` functionality, I guess, to ensure that
all such possible errors are caught.
* One possible option would be to make those spaces be
`NotImplementedError` or something, and then document it as such.
* Another one is that, considering
{{{
class PublicKeyCryptosystem(Cryptosystem):
r"""
The base class for asymmetric or public-key cryptosystems.
"""
}}}
is the entirety of the constructor for `PublicKeyCryptosystem`, and that
several of the systems in the `crypto/` folder don't even inherit from
`Cryptosystem`, one could just ignore this altogether and not inherit from
it if there seems to be no reason to.
* Or you could use integers.
* Or you could build it in but then `RSACryptosystem(n)` would be needed.
That's sort of like how the other ciphers require you to put in the
alphabet, so it isn't totally farfetched.
--
Ticket URL: <http://trac.sagemath.org/ticket/11565#comment:24>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.