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
For proper encryption according to the protocol, an identifier needs to be encoded according to shcrypto.ComputeEpochID.
shcrypto.ComputeEpochID
This function internally uses blst to hash the identifier bytes.
blst
For SDK users, we should make it easy to calculate the correct format and therefore expose computeEpochID.
computeEpochID
We have two options:
shcryptowasm
The text was updated successfully, but these errors were encountered:
blst.hash_to_G1
Sorry, something went wrong.
Our wasm build seems broken with supranational/[email protected]
wasm
supranational/[email protected]
No branches or pull requests
For proper encryption according to the protocol, an identifier needs to be encoded according to
shcrypto.ComputeEpochID
.This function internally uses
blst
to hash the identifier bytes.For SDK users, we should make it easy to calculate the correct format and therefore expose
computeEpochID
.We have two options:
blst
libraryshcryptowasm
The text was updated successfully, but these errors were encountered: