Skip to content

Commit

Permalink
Update README.md (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
shengyang998 authored and ldiqual committed May 30, 2018
1 parent e2b86fa commit 4322320
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 @@ -165,7 +165,7 @@ let isSuccessful = try clear.verify(with: publicKey, signature: signature, diges
### Create a public/private RSA key pair

```swift
let keyPair = SwiftRSA.generateRSAKeyPair(sizeInBits: 2048)
let keyPair = SwiftyRSA.generateRSAKeyPair(sizeInBits: 2048)
let privateKey = keyPair.privateKey
let publicKey = keyPair.publicKey
```
Expand Down

0 comments on commit 4322320

Please sign in to comment.