i use curve25519 algorithm both of Java and .Net library and i get same shared key from java and .net with sharing public key.
But the code in this repository does not generate same shared key with my public key that i provided from .net or java library.
How can i achive that i said above with this repository?