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
/!\ immutable /!\ non-rewindable STORAGE FILE FORMAT: [uint32] Version [uint32] Data type [blob] [32 bytes = checksum(raw blob)] [32 bytes = checksum(full)] [64 bytes = signature(checksum(full)) || nul-bytes] PACKFILE: [uint32] Version of packfile [uint32] Data type [blob] <----- serialized file [32 bytes = checksum(raw blob)] [32 bytes = checksum(full)] [64 bytes = signature(checksum(full)) || nul-bytes] STATE: [uint32] Version of packfile [uint32] Data type [blob] <----- serialized state [32 bytes = checksum(raw blob)] [32 bytes = checksum(full)] [64 bytes = signature(checksum(full)) || nul-bytes]
The text was updated successfully, but these errors were encountered:
format has been reworked to:
/!\ immutable /!\ non-rewindable STORAGE FILE FORMAT: [uint32] Data type [uint32] Version [blob] [32 bytes = HMAC(all of the above), masterKey]
It is part of the #425 PR
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: