I'm trying to learn the basics of elliptical curve cryptography and would like to know the difference between scalar and non scalar.
The test example that comes with the library creates key pairs performs signing and verification both for scalar and non-scalar, what is the difference ?
The function in question is:
void ed25519_add_scalar(unsigned char *public_key, unsigned char *private_key, const unsigned char *scalar)