RFC6330: fields are big endian
The symbol id (sbn + esi) and the OTI are all big-endian (network order). We are using the machine encoding, which is incorrect
-
use big-endian -
backport to 0.1.X
The symbol id (sbn + esi) and the OTI are all big-endian (network order). We are using the machine encoding, which is incorrect