Skip to content

Commit 89c1d45

Browse files
committed
Release 0.2.3.
1 parent 3c1a45c commit 89c1d45

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHsjMxxbMNsYAIkU+a3yENkZ50fpbXDRIa5jVS36giXF
6464
Creates keys compatible with GPG. GPG is a commonly known utility that supports PGP protocol. Quirks:
6565

6666
1. Generated private and public keys would have different representation,
67-
however, **their fingerprints would be the same**. This is because AES encryption is used to
68-
hide the keys, and AES requires different IV / salt.
67+
however, **their fingerprints would be the same**. This is because AES encryption is used to
68+
hide the keys, and AES requires different IV / salt.
6969
2. The function is slow (~725ms on Apple M1), because it uses S2K to derive keys.
7070
3. "warning: lower 3 bits of the secret key are not cleared"
71-
happens even for keys generated with GnuPG 2.3.6, because check looks at item as Opaque MPI, when it is just MPI: see [bugtracker URL](https://dev.gnupg.org/rGdbfb7f809b89cfe05bdacafdb91a2d485b9fe2e0).
71+
happens even for keys generated with GnuPG 2.3.6, because check looks at item as Opaque MPI, when it is just MPI: see [bugtracker URL](https://dev.gnupg.org/rGdbfb7f809b89cfe05bdacafdb91a2d485b9fe2e0).
7272

7373
```js
7474
import * as pgp from 'ed25519-keygen/pgp';
@@ -151,4 +151,3 @@ rx724x3oambzxr46pkbdckdqyut5x5lhsneru3uditf4nuyuf4uou6qd.onion
151151
## License
152152

153153
MIT (c) Paul Miller [(https://paulmillr.com)](https://paulmillr.com), see LICENSE file.
154-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ed25519-keygen",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Generate ed25519 keys deterministically for SSH, PGP (GPG) and TOR",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)