We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa6712 commit b1f19faCopy full SHA for b1f19fa
readme.md
@@ -53,6 +53,11 @@ unsigned char scalar[32];
53
unsigned char shared_secret[32];
54
```
55
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
+
61
API
62
---
63
0 commit comments