tweetnacl for signal protocol keypairs? #255
Unanswered
timothyerwin
asked this question in
Q&A
Replies: 1 comment
-
AFAIK, Signal Protocol uses different format for keys. I've implemented it in https://github.com/wavesplatform/curve25519-js Although, they should work for just DH (it only affects signatures). 🤔 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use this library to generate the keypairs for signal protocol as it's quite fast...however, the resulting keys don't seem to work properly and fail when attempting to run the protocol which previously worked albeit with a slower key generation (about 5x slower?)
below is the relevant code...if anyone code explain what I'm doing wrong? thanks!
Beta Was this translation helpful? Give feedback.
All reactions