static fun forSignaturePublicKey(publicKey: PublicKey): PublicKey
(source)
Transforms the Ed25519 signature public key to a Curve25519 public key. See https://libsodium.gitbook.io/doc/advanced/ed25519-curve25519
publicKey
- the signature public key
Return
the public key as a Curve25519 public key