mirror of
https://github.com/billbuchanan/appliedcrypto.git
synced 2026-02-21 11:18:02 +00:00
Update README.md
This commit is contained in:
@@ -489,8 +489,8 @@ key = RSA.generate(2048)
|
||||
binPrivKey = key.exportKey('PEM')
|
||||
binPubKey = key.publickey().exportKey('PEM')
|
||||
|
||||
print binPrivKey
|
||||
print binPubKey
|
||||
print (binPrivKey)
|
||||
print (binPubKey)
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user