We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The base64 hash prefixes are correct, but missing the "u" character that HoloHashB64 expects.
This is explained in the rust docs page: https://docs.rs/hdi/latest/hdi/hash/index.html#self-identifying-hash-encoding
My suggestion is to include that rust docs page in the "References" section.
https://developer.holochain.org/build/identifiers
The text was updated successfully, but these errors were encountered:
Actually this is covered in the rust docs, so I'd say its probably not necessary to expand upon here: https://docs.rs/hdi/latest/hdi/hash/index.html#self-identifying-hash-encoding
Sorry, something went wrong.
Looks like that rust docs page is not linked to from this page, so reopening this issue and renaming to just link to that page.
No branches or pull requests
What is incorrect
The base64 hash prefixes are correct, but missing the "u" character that HoloHashB64 expects.
This is explained in the rust docs page: https://docs.rs/hdi/latest/hdi/hash/index.html#self-identifying-hash-encoding
My suggestion is to include that rust docs page in the "References" section.
Link to page
https://developer.holochain.org/build/identifiers
The text was updated successfully, but these errors were encountered: