Skip to content

Commit b1f19fa

Browse files
authored
Update readme.md
1 parent 7fa6712 commit b1f19fa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ unsigned char scalar[32];
5353
unsigned char shared_secret[32];
5454
```
5555

56+
**Note:** this library stores private keys in a different format than some other
57+
libraries, notably `libsodium`. They tend to store the concatenation of the `seed`
58+
and `public_key` as their private key representation. If you wish to be compatible
59+
with these libraries you must keep the seed around.
60+
5661
API
5762
---
5863

0 commit comments

Comments
 (0)