You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the SAID spec I only see reference to BLAKE3, and using that hash function seems to be the only behavior when calling SAD::compute_digest (my attempts to specify a different hash function in SelfAddressingIdentifier::new don't seem to produce the desired effect).
Would it be possible to make the various hash functions besides blake3 optional, so that dependencies can be minimized?
Maybe do the same with serde_json, serde_cbor, rmp-serde if that's possible?
The text was updated successfully, but these errors were encountered:
In the SAID spec I only see reference to BLAKE3, and using that hash function seems to be the only behavior when calling SAD::compute_digest (my attempts to specify a different hash function in SelfAddressingIdentifier::new don't seem to produce the desired effect).
Would it be possible to make the various hash functions besides blake3 optional, so that dependencies can be minimized?
Maybe do the same with serde_json, serde_cbor, rmp-serde if that's possible?
The text was updated successfully, but these errors were encountered: