ucan-wg / rs-ucan

Rust implementation of UCAN
Apache License 2.0
63 stars 15 forks source link

feat: Support generic hashers in UcanBuilder and ProofChain. #89

Closed jsantell closed 1 year ago

jsantell commented 1 year ago

This allows bringing your own hashing when building Ucans and proof chains. Fixes #88.

We could potentially make this generic around MultihashDigest, though this seems to be going away in the future.

cdata commented 1 year ago

Looks like maybe a small conflict to resolve now :weary:

jsantell commented 1 year ago

Looks like maybe a small conflict to resolve now weary

Thank you! Rebased on main