This repository has been archived by the owner on Jan 16, 2025. It is now read-only.
Rename Public/SecretKey
into Note-Public/SecretKey
and Public/SecretSpendKey
into Public/SecretKey
#77
Labels
team:Core
Low Level Core Development Team (Rust)
team:research
type:tech-debt
the issue is a tech debt that needs fixing
Summary
We want to do a rename of the
PublicKey
andSecretKey
structures toNotePublicKey
andNoteSecretKey
, respectively, as well as rename thePublicSpendKey
andSecretSpendKey
toPublicKey
andSecretKey
, respectively.This is to better reflect their usage in our transaction model, and avoid any confusion when comparing documentation with this code.
Possible solution design or implementation
N/A
Additional context
The ideal situation would be that this repository would be independent of
phoenix
. This is, however, already not the case, since we use words like "Spend" and offer functionality such asSecretSpendKey::sk_r
, which are clearly designed for use byphoenix
.The text was updated successfully, but these errors were encountered: