-
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: rename incorrectly named variables in create_keypair
Encryption subkey is incorrectly referred to as public key in variable names. This is incorrect because generated encryption key is secret too just as the signing primary key. Generated OpenPGP secret key consists of primary signing key and encryption subkey. Then OpenPGP public key consisting of the primary signing public key and encryption public key is generated. Keypair consists of the secret OpenPGP key and public OpenPGP key, each of them has a primary key and subkey inside.
- Loading branch information
Showing
1 changed file
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters