forked from zcash/sapling-crypto
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update ShieldedOutput/OutputDescription to return reference for enc_ciphertext These changes were discussed and suggested in PR zcash_note_encryption#2 * Fix path zcash_note_encryption in Cargo.toml * Move COMPACT_NOTE_SIZE, NOTE_PLAINTEXT_SIZE, and ENC_CIPHERTEXT_SIZE constant definitions from zcash_note_encryption to here * Trigger CI * Fix CI cargo test errors * Use NoteBytesData<{...}> instead of <SaplingDomain as Domain>::... * Add MEMO_SIZE constant and use it instead of the hardcoded 512 for the memo array size * Fix code example in comment to use MEMO_SIZE * Make MEMO_SIZE const pub to use it in the comment code example --------- Co-authored-by: Dmitry Demin <[email protected]>
- Loading branch information
Showing
5 changed files
with
60 additions
and
43 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters