Closed creemama closed 3 years ago
These method is from https://github.com/jedisct1/libsodium/blob/1.0.18/src/libsodium/include/sodium/crypto_scalarmult.h.
We could have used this method in https://github.com/stef/libopaque/pull/13#discussion_r559240221.
crypto_scalarmult_base currently just delegates to crypto_scalarmult_curve25519_base. See https://github.com/jedisct1/libsodium/blob/1.0.18/src/libsodium/crypto_scalarmult/crypto_scalarmult.c.
I also added a .gitignore file.
add yourself to the authors file, and possibly also add the new fn to the readme.
These method is from https://github.com/jedisct1/libsodium/blob/1.0.18/src/libsodium/include/sodium/crypto_scalarmult.h.
We could have used this method in https://github.com/stef/libopaque/pull/13#discussion_r559240221.
crypto_scalarmult_base currently just delegates to crypto_scalarmult_curve25519_base. See https://github.com/jedisct1/libsodium/blob/1.0.18/src/libsodium/crypto_scalarmult/crypto_scalarmult.c.
I also added a .gitignore file.