Browse Source

remove unneeded comment

big thanks to UrbanCohort for helping test iOS support in Delphi
Ugochukwu Mmaduekwe 6 years ago
parent
commit
12cb4f7042
1 changed files with 0 additions and 1 deletions
  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;