-
Is it possible to create a public key from 65 bytes of ANSI X9.62 key material?
|
Beta Was this translation helpful? Give feedback.
Answered by
paulmillr
Mar 5, 2024
Replies: 1 comment
-
use Point.fromHex() but strip “0x” |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
use Point.fromHex() but strip “0x”