Coder Social home page Coder Social logo

libnacl's Issues

Adding bindings Key Exchange

Added bindings for key exchange API i.e crypto_kx_*(). Including:

  1. crypto_kx_keypair()
  2. crypto_kx_seed_keypair(seed)
  3. crypto_kx_client_session_keys(rx, tx, client_pk, client_sk, server_pk)
  4. crypto_kx_server_session_keys(rx, tx, server_pk, server_sk, client_pk)

Add bindings for Streaming Encryption i.e. crypto_secretstream_*() API

Add bindings/tests for Streaming Encryption i.e. crypto_secretstream_*() API.
Includes:

  1. crypto_secretstream_xchacha20poly1305_keygen()
  2. crypto_secretstream_xchacha20poly1305_init_push()
  3. crypto_secretstream_xchacha20poly1305_push()
  4. crypto_secretstream_xchacha20poly1305_init_pull()
  5. crypto_secretstream_xchacha20poly1305_pull()
  6. crypto_secretstream_xchacha20poly1305_rekey()

Add bindings for Key Derivation

Add bindings/tests for key derivation (crypto_kdf_*() API) with the following functions:

  1. crypto_kdf_keygen()
  2. crypto_kdf_derive_from_key(subkey_size, subkey_id, context, master_key)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.