Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
dchest committed Dec 21, 2016
1 parent ee0d9d8 commit 8251fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ into a key pair suitable for operations which accept key pairs generated by
and `convertSecretKey`.

Returns `null` if the public key in the key pair is not a valid
Ed25519 key.
Ed25519 public key.

### ed2curve.convertPublicKey(edPublicKey) -> curvePublicKey | null

Converts a 32-byte Ed25519 public key into a 32-byte Curve25519 public key
and returns it.

Returns `null` if the public key in not a valid Ed25519 key.
Returns `null` if the public key in not a valid Ed25519 public key.

### ed2curve.convertSecretKey(edSecretKey) -> curveSecretKey

Expand Down

0 comments on commit 8251fb2

Please sign in to comment.