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
As per the architectural proposal that deals with uploading with postage stamps, an initial mock Stamper implementation is needed as follows:
Stamper
sign(sha3(chunk address(32bytes)+batch id(32byte),key)
type Stamper interface { Stamp(chunk) postage.Stamp }
postage service and stampers implementation follows Architectural proposal: stamping chunks during upload
related to #654
The text was updated successfully, but these errors were encountered:
zelig
No branches or pull requests
As per the architectural proposal that deals with uploading with postage stamps, an initial mock
Stamper
implementation is needed as follows:sign(sha3(chunk address(32bytes)+batch id(32byte),key)
postage service and stampers implementation follows
Architectural proposal: stamping chunks during upload
related to #654
The text was updated successfully, but these errors were encountered: