Skip to content

Modify the Unmarshal functions in codename to copy data

Richard T. Carback III requested to merge hotfix/copydata into release

This modifies the unmarshal codename functions to copy data appropriately, and it also validates the data using the ecdh library. It does it by making sure the FromBytes inside ecdh performs the copy.

Merge request reports