Skip to content

Commit

Permalink
version bump (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
syam-adam authored Aug 6, 2024
1 parent 1c98159 commit c3b8128
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ DSM, and Bob and Charlie hold regular PGP keys.
1. Generate a DSM key for Alice, and local keys for Bob and Charlie
```
$ sq key generate --dsm-key="alice" --cipher-suite="nistp521" --userid="Alice <[email protected]>"
$ sq key generate --cipher-suite="rsa3k" --userid="Bob <[email protected]> --export="bob.asc"
$ sq key generate --userid="Charlie <[email protected]> --export="charlie.asc"
$ sq key generate --cipher-suite="rsa3k" --userid="Bob <[email protected]>" --export="bob.asc"
$ sq key generate --userid="Charlie <[email protected]>" --export="charlie.asc"
```

2. Recover Alice's Transferable Public Key (TPK)
Expand Down
2 changes: 1 addition & 1 deletion openpgp-dsm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openpgp-dsm"
version = "1.3.0"
version = "1.4.0"
authors = ["zugzwang <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit c3b8128

Please sign in to comment.