You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With core deterministic encoding, the keys in every map MUST be sorted, but does it applied to bstr wrapped maps?
The diag2diag tool doesn't sort them, but I'm not sure whether it behavior is correct.
The keys in every map MUST be sorted in the bytewise lexicographic order of their deterministic encodings.
With core deterministic encoding, the keys in every map MUST be sorted, but does it applied to bstr wrapped maps?
The diag2diag tool doesn't sort them, but I'm not sure whether it behavior is correct.
https://datatracker.ietf.org/doc/html/rfc8949#section-4.2.1-2.3.1
testfiles
test commands
Keys are not sorted in bstr wrapped map even with
-d
option.my preference
Keys are sorted also in bstr wrapped map.
The text was updated successfully, but these errors were encountered: