stef / pysodium

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

Is it a minimal version? I cannot find functions like `crypto_core_ed25519_random` and .h file 'crypto_core_ed25519.h' and so on #114

Open wangfenghappy opened 5 months ago

stef commented 5 months ago

it seems we have not wrapped that (yet?). it's pretty easy though, mostly when people find something they need but is not yet wrapped by pysodium, they just wrap it themselves and send a PR so it gets included for others as well. there is loads of examples as commits, and by just looking at pysodium/init.py - mind also to submit a test for each of the newly wrapped functions, an update to the README, and adding yourself to the authors file.