Browse Source

TODO: Consider if Updatable shoud use Collection rather than Sequence

Marcin Krzyżanowski 9 years ago
parent
commit
c12c52c337
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Sources/CryptoSwift/Updatable.swift

+ 2 - 0
Sources/CryptoSwift/Updatable.swift

@@ -5,6 +5,8 @@
 //  Created by Marcin Krzyzanowski on 06/05/16.
 //  Copyright © 2016 Marcin Krzyzanowski. All rights reserved.
 //
+//  TODO: Consider if Updatable shoud use Collection rather than Sequence
+//
 
 public protocol Updatable {
     /// Update given bytes in chunks.