Merge pull request #12 from knaccc/master

This commit is contained in:
Piotr Włodarek 2020-06-12 21:09:11 +00:00 committed by GitHub
commit 1cb9cdeabb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ Instead, they are used as input to generating subaddress keys.
### Private view key
The subaddress private view key `m` is derived as follows:
A per-subaddress scalar `m` is derived as follows:
m = Hs("SubAddr" || a || account_index || subaddress_index_within_account)
@ -91,7 +91,7 @@ The subaddress public spend key `D` is derived as follows:
Where:
* `B` is standard address public spend key
* `m` is subaddress private view key
* `m` is a per-subaddress scalar that is derived from the private spend key
* `G` is the "base point"; this is simply a constant specific to [edwards25519](/cryptography/asymmetric/edwards25519)
### Public view key