stef / pysodium

wrapper for libsodium providing high level crypto primitives
Other
130 stars 50 forks source link

Add crypto_scalarmult_base #99

Closed creemama closed 3 years ago

creemama commented 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.

stef commented 3 years ago

add yourself to the authors file, and possibly also add the new fn to the readme.