Binsec_base.BinstreamSourceRepresentation of binary streams
of_nibbles s converts a string s of hexadecimal characters.
Assumes each character is in the range 0-9a-f.
of_bytes s converts a byte stream s. Each character stands for its own byte.
of_list l converts a list of integers.
Assumes: each integer n is in the range 0 <= n <= 255.
get_byte b n retrieves byte number n from b
The byte sequence is 0-indexed.
include Sigs.PRINTABLE with type t := t