Closed morph-dev closed 9 months ago
@morph-dev Sorry I didn't see this PR. I'll check test vectors later and we can merge it afterwards.
@morph-dev Sorry I didn't see this PR. I'll check test vectors later and we can merge it afterwards.
@mynameisdaniil did you have time to check them?
@pipermerriam Can you review this PR and merge it if there are no concerns?
@morph-dev I'll do it right now and merge this branch once I'm done
Instead of storing nibbles and length separately, this proposal is to store encode them together.
Benefits are:
is_odd_length
is required in order to correctly decodepath
. Now they are encoded/decoded together.