Skip to content
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

keys: 🍴 SpendKeyBytes: From<[u8; SPENDKEY_LEN_BYTES]> #3922

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

cratelyn
Copy link
Contributor

@cratelyn cratelyn commented Mar 1, 2024

this saves us a needless length check if we already have an array in-hand.

this would be useful for my work in #3902. (x-ref #3816)

this saves us a needless length check if we already have an array
in-hand.
@cratelyn cratelyn added A-shielded-crypto Area: Cryptographic design for Penumbra's shielded transaction model C-enhancement Category: an enhancement to the codebase labels Mar 1, 2024
@cratelyn cratelyn added this to the Sprint 1 milestone Mar 1, 2024
@cratelyn cratelyn self-assigned this Mar 1, 2024
@hdevalence hdevalence merged commit 6dfdf2c into main Mar 1, 2024
6 checks passed
@hdevalence hdevalence deleted the kate/spend-key-bytes-from-array branch March 1, 2024 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-shielded-crypto Area: Cryptographic design for Penumbra's shielded transaction model C-enhancement Category: an enhancement to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants