pub fn scalarmult(sc: &SecretKey, pk: &PublicKey) -> Result<PublicKey, ()>
Calculates the scalar multiplication for X25519.