Skip to content

Commit

Permalink
sign
Browse files Browse the repository at this point in the history
  • Loading branch information
maojui committed Jul 24, 2021
1 parent df2e8e6 commit fdac91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It's still incomplete for now. Pull requests are always welcome.

Here provides some factorize formula to factor large RSA modulus and some common RSA attacks.

### Redundant Work
## Redundant Work

* `RSAKey((n, e, d))` - Same as `Crypto.PublicKey.RSA` added some lazy functions. `d` is optional, determine is pubkey or privkey
* `encrypt(m)` - return the encryption of message
Expand Down

0 comments on commit fdac91f

Please sign in to comment.