-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
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
Merkle hash chip #98
Merkle hash chip #98
Commits on Jun 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1ac3541 - Browse repository at this point
Copy the full SHA 1ac3541View commit details -
sinsemilla::merkle.rs: Add MerkleInstructions.
This has three const generic parameters: PATH_LENGTH, K, MAX_WORDS. PATH_LENGTH is the length of the Merkle path being hashed. K and MAX_WORDS parameterize the internal Sinsemilla instance used in hashing the path.
Configuration menu - View commit details
-
Copy full SHA for d090da0 - Browse repository at this point
Copy the full SHA d090da0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68878d8 - Browse repository at this point
Copy the full SHA 68878d8View commit details -
sinsemilla::merkle.rs: Derive SinsemillaInstructions, CondSwapInstruc…
…tions for MerkleChip
Configuration menu - View commit details
-
Copy full SHA for 6976e2b - Browse repository at this point
Copy the full SHA 6976e2bView commit details -
sinsemilla::merkle.rs: Configure MerkleChip
MerkleChip::configure() takes a SinsemillaConfig as input.
Configuration menu - View commit details
-
Copy full SHA for 569eb4b - Browse repository at this point
Copy the full SHA 569eb4bView commit details -
sinsemilla::merkle.rs: Implement MerkleInstructions for MerkleChip.
Co-authored-by: Daira Hopwood <daira@jacaranda.org> Co-authored-by: Jack Grigg <jack@electriccoin.co>
Configuration menu - View commit details
-
Copy full SHA for f30de79 - Browse repository at this point
Copy the full SHA f30de79View commit details -
Configuration menu - View commit details
-
Copy full SHA for db45c81 - Browse repository at this point
Copy the full SHA db45c81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32e564a - Browse repository at this point
Copy the full SHA 32e564aView commit details -
Docfixes, variable renames, cleanups
Co-authored-by: Daira Hopwood <daira@jacaranda.org>
Configuration menu - View commit details
-
Copy full SHA for d68eb65 - Browse repository at this point
Copy the full SHA d68eb65View commit details -
Further cleanups and docfixes.
Co-authored-by: Daira Hopwood <daira@jacaranda.org>
Configuration menu - View commit details
-
Copy full SHA for 3806a9d - Browse repository at this point
Copy the full SHA 3806a9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dfcd7d - Browse repository at this point
Copy the full SHA 8dfcd7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbded2b - Browse repository at this point
Copy the full SHA cbded2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c38f14 - Browse repository at this point
Copy the full SHA 7c38f14View commit details