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 feed topic construction for arbitrary strings in the documentation uses the keccak256 hashing function, as mentioned here: https://github.com/fairDataSociety/FIPs/blob/master/text/0061-personal-storage.md?plain=1#L170
However, in FDP Storage (and thereby in FairOS), the topic is calculated using the BMT Hash of the arbitrary string for every topic.
This introduces additional complexity and computational overhead without any apparent benefit.
Moreover, the POD_TOPIC constant has the value Pods in the library, which is inconsistent with the FIP version PODs.
Expected behavior:
JS implementation: fairDataSociety/fdp-storage#223
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The feed topic construction for arbitrary strings in the documentation uses the keccak256 hashing function, as mentioned here: https://github.com/fairDataSociety/FIPs/blob/master/text/0061-personal-storage.md?plain=1#L170
However, in FDP Storage (and thereby in FairOS), the topic is calculated using the BMT Hash of the arbitrary string for every topic.
This introduces additional complexity and computational overhead without any apparent benefit.
Moreover, the POD_TOPIC constant has the value Pods in the library, which is inconsistent with the FIP version PODs.
Expected behavior:
JS implementation: fairDataSociety/fdp-storage#223
The text was updated successfully, but these errors were encountered: