释义 |
1 ?位串 ... string name 字符串名称 String Of Bits 位串 string operation 成串操纵 ...
- 1
A string of bits has a quantity, whether it represents something that's true, something that's utterly false, or something that's just meaningless nonsense. 一串二进制数字存在数量,不管它所代表的含义为真还是假,抑或是毫无意义的废话。 - 2
That is, given any challenge string, it is sensible to ask, "Show me a suffix that will produce b bits of collision once challenge+suffix is hashed." 也就是说,只要给定任何质询字符串,都可以合理地提出以下要求:“给我一个后缀,一旦 challenge+suffix 被散列,它将生成 b 比特的碰撞”。 - 3
Well, for starters, "Hello World" is a regular 8-bit-per-character string and assigning it to an array of 32-bits per character is invalid. 对于初学者来说,“ Hello World ”是每个字符8位的常规字符串,把它赋值给每个字符32位的数组是非法的。
|