Skip to main content

python libsodium wrapper

Project description

This is a very simple wrapper around libsodium masquerading as nacl.

This wrapper requires a pre-installed libsodium, then it provides access to the following functions:

Constants:

crypto_box_NONCEBYTES crypto_box_PUBLICKEYBYTES crypto_box_SECRETKEYBYTES crypto_box_ZEROBYTES crypto_box_BOXZEROBYTES crypto_secretbox_KEYBYTES crypto_secretbox_NONCEBYTES crypto_secretbox_KEYBYTES crypto_secretbox_ZEROBYTES crypto_secretbox_BOXZEROBYTES crypto_sign_PUBLICKEYBYTES crypto_sign_SECRETKEYBYTES crypto_stream_KEYBYTES crypto_stream_NONCEBYTES crypto_generichash_BYTES crypto_scalarmult_curve25519_BYTES crypto_scalarmult_BYTES crypto_sign_BYTES

randombytes(l)

crypto_scalarmult_curve25519(n,p) crypto_scalarmult_curve25519_base(n)

crypto_generichash(m, k=’’, outlen=crypto_generichash_BYTES) crypto_generichash_init(outlen=crypto_generichash_BYTES, k=’’) crypto_generichash_update(state, m) crypto_generichash_final(state, outlen=crypto_generichash_BYTES)

crypto_box_keypair() crypto_box(msg, nonce, pk, sk) crypto_box_open(c, nonce, pk, sk)

crypto_secretbox(msg, nonce, k) crypto_secretbox_open(c, nonce, k)

crypto_sign_keypair() crypto_sign(m, sk) crypto_sign_open(sm, pk)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pysodium-0.5-beta.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

pysodium-0.5_beta-py2.7.egg (20.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page