marinofaggiana 3 سال پیش
والد
کامیت
19f7bfc59b
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  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 {