Skip to content

Commit 35800e9

Browse files
matthew-abgRPRX
andcommitted
Commands: x25519 outputs "Password" -> "Password (PublicKey)" (#5759)
#5084 (comment) #5123 (comment) ... --------- Co-authored-by: RPRX <63339210+RPRX@users.noreply.github.com>
1 parent 50fc324 commit 35800e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main/commands/all/curve25519.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func Curve25519Genkey(StdEncoding bool, input_base64 string) {
3030
fmt.Println(err)
3131
return
3232
}
33-
fmt.Printf("PrivateKey: %v\nPassword: %v\nHash32: %v\n",
33+
fmt.Printf("PrivateKey: %v\nPassword (PublicKey): %v\nHash32: %v\n",
3434
encoding.EncodeToString(privateKey),
3535
encoding.EncodeToString(password),
3636
encoding.EncodeToString(hash32[:]))

0 commit comments

Comments
 (0)