Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Add method to derive x25519 from an ed25519 private key #112

Merged

Commits on Apr 29, 2020

  1. add method to derive x25519 from a private key; add nacl-compatible k…

    …ey creation
    
    Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
    andrewwhitehead committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    09e9f46 View commit details
    Browse the repository at this point in the history
  2. adjust variable usage for clarity; handle longer seed

    Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
    andrewwhitehead committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    b04f69a View commit details
    Browse the repository at this point in the history
  3. rename keypair_from_secret to expand_keypair; fix warning

    Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
    andrewwhitehead committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    107d22d View commit details
    Browse the repository at this point in the history
  4. add docstrings, restrict includes to x25519 features

    Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
    andrewwhitehead committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    6d8904f View commit details
    Browse the repository at this point in the history