Parcourir la source

Link Playground

Marcin Krzyzanowski il y a 9 ans
Parent
commit
da86f36d59
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -144,6 +144,9 @@ You can use [Swift Package Manager](https://swift.org/package-manager/) and spec
 * [Rabbit](#rabbit)
 * [Rabbit](#rabbit)
 * [Advanced Encryption Standard (AES)](#aes)
 * [Advanced Encryption Standard (AES)](#aes)
 
 
+
+also check [Playground](/CryptoSwift.playground/Contents.swift)
+
 #####Basics
 #####Basics
 
 
 ```swift
 ```swift
@@ -273,6 +276,8 @@ ciphertext += try encryptor.update(withBytes: "ornare vel eu leo.".utf8.map({$0}
 ciphertext += try encryptor.finish()
 ciphertext += try encryptor.finish()
 ```
 ```
 
 
+See [Playground](/CryptoSwift.playground/Contents.swift) for sample code to work with streams.
+
 Check this helper functions to work with **Base64** encoded data directly:
 Check this helper functions to work with **Base64** encoded data directly:
 - .decryptBase64ToString()
 - .decryptBase64ToString()
 - .toBase64()
 - .toBase64()