Enforce strict length check for HexString
#208
Labels
kind:architecture
Core architecture of project
P2
Medium: Good to have, but can wait until someone steps up
status:backlog
Conscious decision to pause or backlog
type:issue
As part of internal improvements on hex strings handling there is incoming PR that binds a
HexString
to a specific length (likeBytes
type). Currently, the length parameter is not required though in order to ease the transition. This should be later on revisited and removing the defaultnumber
value which will require to specify for allHexString
usage its expected length.The text was updated successfully, but these errors were encountered: