Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 28, 2022
1 parent 664093c commit 3a3a53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ For additional info about verification strictness, check out [It’s 255:19AM](h
##### `getSharedSecret(privateKey, publicKey)`

```typescript
function getSharedSecret(privateKey: Uint8Array | string | bigint, publicKey: Hex): Promise<Uint8Array>;
function getSharedSecret(privateKey: Uint8Array | string | bigint, publicKey: Uint8Array | string): Promise<Uint8Array>;
```

Converts ed25519 private / public keys to Curve25519 and calculates
Expand Down

0 comments on commit 3a3a53c

Please sign in to comment.