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 {