Skip to content

Remove dep on cMix hash

Jake Taylor requested to merge release into master

When xx/id was first created, it relied on the existing cMix hash object, which is blake2b under the hood and subject to change. We remove that dependency and use blake2b more explicitly here.

Merge request reports