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

docs: fix up key derivation chart #2968

Merged
merged 1 commit into from
Sep 5, 2023
Merged

docs: fix up key derivation chart #2968

merged 1 commit into from
Sep 5, 2023

Conversation

hdevalence
Copy link
Member

This leaves a TODO we should address as part of #2964

@hdevalence hdevalence temporarily deployed to smoke-test September 5, 2023 21:41 — with GitHub Actions Inactive
@hdevalence
Copy link
Member Author

Screen Shot 2023-09-05 at 2 41 12 PM

The root key material for a particular spend authority is the 32-byte
`seed` derived as above from the seed phrase. The `seed` value is used to derive
`spend_key_bytes` derived as above from the seed phrase. The `spend_key_bytes` value is used to derive
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed this to eliminate references to seed; I think it's confusing since although it's the "seed" of the Penumbra-specific part of the key heirarchy, it's not necessarily the seed in the sense of the seed phrase (i.e., the ultimate root of capability).

Copy link
Contributor

@cronokirby cronokirby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@hdevalence hdevalence merged commit 347b003 into main Sep 5, 2023
8 checks passed
@hdevalence hdevalence deleted the tweak-kd-graph branch September 5, 2023 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants