Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Crypto): Implement asymmetric encoding/decoding using tweennacl and Ed25519 keypair #466

Merged
merged 8 commits into from
Nov 7, 2019

Commits on Jun 10, 2019

  1. feat(Add nacl box implementtation): ]

    nduchak committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    f81caf8 View commit details
    Browse the repository at this point in the history
  2. feat(Crypto): Implement asymetric encoding/decoding using tweennacl a…

    …nd Ed25519 keypair
    
    Converts a 32-byte Ed25519 public key into a 32-byte Curve25519 public key.Converts a 64-byte
    Ed25519 secret key (or just the first 32-byte part of it, which is the secret value) into a 32-byte
    Curve25519 secret key
    
    #465
    nduchak committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    65e3cc5 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. Configuration menu
    Copy the full SHA
    315ba0c View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. Configuration menu
    Copy the full SHA
    016ab8d View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Merge remote-tracking branch 'origin/develop' into feature/add-pub-ke…

    …y-authenticated-encryption
    
    # Conflicts:
    #	package.json
    #	test/unit/crypto.js
    nduchak committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    ce1db9e View commit details
    Browse the repository at this point in the history
  2. chore(merge): Fix conflict

    nduchak committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    4330efa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef78f78 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Configuration menu
    Copy the full SHA
    92349bc View commit details
    Browse the repository at this point in the history