marinofaggiana 4 vuotta sitten
vanhempi
commit
19f7bfc59b
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      iOSClient/Utility/NCUtility.swift

+ 4 - 0
iOSClient/Utility/NCUtility.swift

@@ -608,6 +608,10 @@ class NCUtility: NSObject {
         }
     }
     
+    /*
+    Facebook's comparison algorithm:
+    */
+    
     func compare(tolerance: Float, expected: Data, observed: Data) throws -> Bool {
         
         enum customError: Error {