marinofaggiana 3 жил өмнө
parent
commit
19f7bfc59b

+ 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 {