ElementsProject / ElementsProject/elements
`confidential_key` is a misleading name
Open
- Dominant language
- C++
- Stars
- 1.2k
- Forks
- 416
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 15
Description
I think `confidential_key` should be renamed because it refers to an object which is not a confidential key: it's a key but it's not confidential.
Suggestions:
* `scanning_pubkey` because the corresponding private key can be used for scanning (is this actually true?)
* `encryption_pubkey` or `ecdh_pubkey` because the pubkey is used to encrypt data for the receiver
Contributor guide
Assessment
This issue has not been assessed yet.