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