Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Keypair Derivation (HC-dpki lib) #863

Merged
merged 93 commits into from Feb 5, 2019
Merged

Keypair Derivation (HC-dpki lib) #863

merged 93 commits into from Feb 5, 2019

Commits on Jan 2, 2019

  1. pw fns to enc and dec for util

    zo-el committed Jan 2, 2019
    Copy the full SHA
    fdcaf2d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7950723 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. keypair wit seed

    zo-el committed Jan 3, 2019
    Copy the full SHA
    76a71f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2019

  1. Copy the full SHA
    46425ec View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Copy the full SHA
    0a8b5a3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    38800cb View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Copy the full SHA
    fb98a97 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    763b9e3 View commit details
    Browse the repository at this point in the history
  3. keypair getid done and tested

    zo-el committed Jan 8, 2019
    Copy the full SHA
    f2f2039 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. getting keypairs from bundle

    zo-el committed Jan 9, 2019
    Copy the full SHA
    3d4892f View commit details
    Browse the repository at this point in the history
  2. ran fmt and documentation done

    zo-el committed Jan 9, 2019
    Copy the full SHA
    f547f2d View commit details
    Browse the repository at this point in the history
  3. refactor to bundle struct

    zo-el committed Jan 9, 2019
    Copy the full SHA
    f5e007c View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. Copy the full SHA
    48bafb2 View commit details
    Browse the repository at this point in the history
  2. used with_secure stingyly

    zo-el committed Jan 10, 2019
    Copy the full SHA
    07e776d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4c25e2e View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. added secbuf from a string

    zo-el committed Jan 11, 2019
    Copy the full SHA
    84d8cc7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    55f9e65 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. Copy the full SHA
    9bc1c3c View commit details
    Browse the repository at this point in the history
  2. update sodium return types

    zo-el committed Jan 14, 2019
    Copy the full SHA
    91c26be View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2d7be2f View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Copy the full SHA
    cd7fcab View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    baefbd4 View commit details
    Browse the repository at this point in the history
  3. fmt

    zo-el committed Jan 15, 2019
    Copy the full SHA
    8f48119 View commit details
    Browse the repository at this point in the history
  4. clean up code

    zo-el committed Jan 15, 2019
    Copy the full SHA
    d9f0a38 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5c96b73 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    75275e4 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    b014430 View commit details
    Browse the repository at this point in the history
  8. make fmt

    zo-el committed Jan 15, 2019
    Copy the full SHA
    cda067a View commit details
    Browse the repository at this point in the history
  9. refactor pkg name 'hc_dpki'

    zo-el committed Jan 15, 2019
    Copy the full SHA
    ce9744b View commit details
    Browse the repository at this point in the history
  10. removed all the panics

    zo-el committed Jan 15, 2019
    Copy the full SHA
    cc26f78 View commit details
    Browse the repository at this point in the history
  11. added comments to the bundls.rs

    zo-el committed Jan 15, 2019
    Copy the full SHA
    485c851 View commit details
    Browse the repository at this point in the history
  12. removed seed derivation

    zo-el committed Jan 15, 2019
    Copy the full SHA
    86a90d1 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    d8c94bf View commit details
    Browse the repository at this point in the history
  14. small changes

    zo-el committed Jan 15, 2019
    Copy the full SHA
    40326a4 View commit details
    Browse the repository at this point in the history
  15. fmt

    zo-el committed Jan 15, 2019
    Copy the full SHA
    1136446 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    e755523 View commit details
    Browse the repository at this point in the history
  17. cleared most of the unwraps

    zo-el committed Jan 15, 2019
    Copy the full SHA
    a9669db View commit details
    Browse the repository at this point in the history
  18. Update doc for get_id

    Co-Authored-By: zo-el <joelulahanna@gmail.com>
    Connoropolous and zo-el committed Jan 15, 2019
    Copy the full SHA
    6764bcb View commit details
    Browse the repository at this point in the history
  19. Update hc_dpki/src/util.rs

    Co-Authored-By: zo-el <joelulahanna@gmail.com>
    Connoropolous and zo-el committed Jan 15, 2019
    Copy the full SHA
    9a3042d View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. optimaized key bundling

    zo-el committed Jan 16, 2019
    Copy the full SHA
    028fea7 View commit details
    Browse the repository at this point in the history
  2. removed the Keys struct

    zo-el committed Jan 16, 2019
    Copy the full SHA
    b8e3755 View commit details
    Browse the repository at this point in the history
  3. optimized the pw enc fn

    zo-el committed Jan 16, 2019
    Copy the full SHA
    80e88d6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    693ffa1 View commit details
    Browse the repository at this point in the history
  5. make fmt

    zo-el committed Jan 16, 2019
    Copy the full SHA
    ad13641 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    029154f View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    a6fa5b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Merge branch 'develop' into hc-dpki

    Nicolas Luck committed Jan 17, 2019
    Copy the full SHA
    47f2ede View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. Copy the full SHA
    7b7286a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    49f5aff View commit details
    Browse the repository at this point in the history
  3. clean up

    zo-el committed Jan 18, 2019
    Copy the full SHA
    54fcf7b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    71cd3b5 View commit details
    Browse the repository at this point in the history
  5. bundling process kept secure

    zo-el committed Jan 18, 2019
    Copy the full SHA
    3068318 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    8e309d4 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    eded169 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    2b43b88 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2019

  1. Copy the full SHA
    a14794c View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Merge branch 'develop' into hc-dpki

    Nicolas Luck committed Jan 21, 2019
    Copy the full SHA
    d673284 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Copy the full SHA
    b567d21 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    52d263a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. Merge pull request #912 from holochain/hc-dpki-david

    (pr to branch) dpki keep secrets in secure memory
    zo-el committed Jan 24, 2019
    Copy the full SHA
    c9d0b5f View commit details
    Browse the repository at this point in the history
  2. fmt

    neonphog committed Jan 24, 2019
    Copy the full SHA
    9765947 View commit details
    Browse the repository at this point in the history
  3. remove warnings

    zo-el committed Jan 24, 2019
    Copy the full SHA
    b62dad2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into hc-dpki

    Nicolas Luck committed Jan 24, 2019
    Copy the full SHA
    5f534d7 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d2a4429 View commit details
    Browse the repository at this point in the history
  6. updated verify fn in keypair

    zo-el committed Jan 24, 2019
    Copy the full SHA
    0bb69b3 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    2657ea3 View commit details
    Browse the repository at this point in the history
  8. make fmt

    zo-el committed Jan 24, 2019
    Copy the full SHA
    ec99097 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    e82f507 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Merge branch 'develop' into hc-dpki

    Nicolas Luck committed Jan 25, 2019
    Copy the full SHA
    e1fc1fb View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2019

  1. Merge branch 'develop' into hc-dpki

    Nicolas Luck committed Jan 26, 2019
    Copy the full SHA
    d7cc30f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into hc-dpki

    Nicolas Luck committed Jan 26, 2019
    Copy the full SHA
    0ed5606 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2019

  1. Copy the full SHA
    751f312 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Copy the full SHA
    bf30b6d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    17c2106 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    888cdaf View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0bf746b View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Copy the full SHA
    8a232f4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into hc-dpki

    Nicolas Luck committed Jan 30, 2019
    Copy the full SHA
    ac73ecc View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. Copy the full SHA
    ba3c778 View commit details
    Browse the repository at this point in the history
  2. update error

    zo-el committed Feb 1, 2019
    Copy the full SHA
    1237968 View commit details
    Browse the repository at this point in the history
  3. fix bug

    zo-el committed Feb 1, 2019
    Copy the full SHA
    e2079c0 View commit details
    Browse the repository at this point in the history
  4. fix CI

    zo-el committed Feb 1, 2019
    Copy the full SHA
    38af31b View commit details
    Browse the repository at this point in the history
  5. update to pass the ci

    zo-el committed Feb 1, 2019
    Copy the full SHA
    c5d9788 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    4f2f147 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2019

  1. Copy the full SHA
    dfcee86 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into hc-dpki

    Nicolas Luck committed Feb 2, 2019
    Copy the full SHA
    559fff8 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. Merge branch 'develop' into hc-dpki

    Nicolas Luck committed Feb 4, 2019
    Copy the full SHA
    4f0f1fe View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. Copy the full SHA
    37210d9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f4fceef View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1529ccd View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e0f64aa View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5dbd191 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' into hc-dpki

    Nicolas Luck committed Feb 5, 2019
    Copy the full SHA
    39d610b View commit details
    Browse the repository at this point in the history