Skip to content

Commit da86f36

Browse files
committed
Link Playground
1 parent 60715ae commit da86f36

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ You can use [Swift Package Manager](https://swift.org/package-manager/) and spec
144144
* [Rabbit](#rabbit)
145145
* [Advanced Encryption Standard (AES)](#aes)
146146

147+
148+
also check [Playground](/CryptoSwift.playground/Contents.swift)
149+
147150
#####Basics
148151

149152
```swift
@@ -273,6 +276,8 @@ ciphertext += try encryptor.update(withBytes: "ornare vel eu leo.".utf8.map({$0}
273276
ciphertext += try encryptor.finish()
274277
```
275278

279+
See [Playground](/CryptoSwift.playground/Contents.swift) for sample code to work with streams.
280+
276281
Check this helper functions to work with **Base64** encoded data directly:
277282
- .decryptBase64ToString()
278283
- .toBase64()

0 commit comments

Comments
 (0)