Signature Verification from Nkey publickey #739
-
Hi guys, On nats golang, the public key will be sent to clietnt side and perform verification.
Is the library has native method to parse the public key and perform verification ? For instance, like the code below
I tried Ed25519PublicKeyParameters from bouncycastle to parse it, but no luck. |
Beta Was this translation helpful? Give feedback.
Answered by
ghostidentity
Feb 12, 2025
Replies: 1 comment
-
Oh, there's another library nats.nkeys that handle this process. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ghostidentity
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh, there's another library nats.nkeys that handle this process.