The public keys ad the result of scalar multiplication in libsodium is always the U - coordinate of the point of curve25519 (RFC 7748). Is there a method in libsodium that helps to get the V coordinate from the U co-ordinate. Or is there any other library to derive the V co-ordinate?
Edit : While the problem is still unsolved , fortunately, after reworking on my use case , I realised that I do not need to get V co-ordinate for the next primitive.