Browse Source

Add warning to randomString helper function

Danilo Bargen 6 năm trước cách đây
mục cha
commit
4b1d124113
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/helpers.ts

+ 1 - 1
src/helpers.ts

@@ -61,7 +61,7 @@ export function hexToU8a(hexstring: string): Uint8Array {
 }
 
 /**
- * Generate a random string.
+ * Generate a (non-cryptographically-secure!) random string.
  *
  * Based on http://stackoverflow.com/a/1349426/284318.
  */