瀏覽代碼

remove unneeded comment

big thanks to UrbanCohort for helping test iOS support in Delphi
Ugochukwu Mmaduekwe 6 年之前
父節點
當前提交
12cb4f7042
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      CryptoLib/src/Utils/Randoms/ClpOSRandom.pas

+ 0 - 1
CryptoLib/src/Utils/Randoms/ClpOSRandom.pas

@@ -199,7 +199,6 @@ end;
 class function TOSRandom.GenRandomBytesIOSDelphi(len: Int32;
   const data: PByte): Int32;
 begin
-  // UNTESTED !!!, Please Take Note.
   result := SecRandomCopyBytes(kSecRandomDefault, LongWord(len), data);
 end;