Jump to content

Byte String: Difference between revisions

From Hackerpedia
imported>Unknown user
No edit summary
imported>Unknown user
No edit summary
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 00:24, 20 January 2026

Languages: English | Français

Byte String

An ordered sequence of bytes, beginning with the most significant (leftmost) byte and ending with the least significant (rightmost) byte. Any bit string whose bit length is a multiple of eight can be viewed as the concatenation of an ordered sequence of bytes (i.e., a byte string). For example, the bit string 0110010101000011 can be viewed as a byte string since it is the concatenation of two bytes: 01100101 followed by 01000011.


Source: NIST SP 800-56C Rev. 2 | Category: