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: introduce a secret key for encryption type into context identity #863

Merged
merged 39 commits into from
Nov 13, 2024

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    38fb2c9 View commit details
    Browse the repository at this point in the history
  2. fix tests

    miraclx authored and chefsale committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    592e4ff View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    bfffe65 View commit details
    Browse the repository at this point in the history
  2. fix tests

    miraclx authored and petarjuki7 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    9d35b3c View commit details
    Browse the repository at this point in the history
  3. Rebased on master

    petarjuki7 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    3f93c7f View commit details
    Browse the repository at this point in the history
  4. Rebase

    petarjuki7 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    e108eb3 View commit details
    Browse the repository at this point in the history
  5. make compile

    petarjuki7 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    0fb78fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f8947a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Added get sender key

    petarjuki7 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    fdbec1b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'introduce-encryption-key-broadcast2' of github.com:cali…

    …mero-network/core into introduce-encryption-key-broadcast2
    petarjuki7 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    78b28b0 View commit details
    Browse the repository at this point in the history
  3. merge master

    petarjuki7 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    43562e4 View commit details
    Browse the repository at this point in the history
  4. Usage of SharedKeys

    petarjuki7 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    2d79779 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    579111b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9de785d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    423dc45 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Comment fixes

    petarjuki7 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c569183 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'introduce-encryption-key-broadcast2' of github.com:cali…

    …mero-network/core into introduce-encryption-key-broadcast2
    petarjuki7 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d6c6afe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c891866 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Fixed comments#

    petarjuki7 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    0feaf62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d0f433 View commit details
    Browse the repository at this point in the history
  3. Fix merge issues

    petarjuki7 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    7e5c7d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

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

Commits on Nov 12, 2024

  1. KeyShare process

    petarjuki7 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    d2394e9 View commit details
    Browse the repository at this point in the history
  2. Update SenderKey

    petarjuki7 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ee2e576 View commit details
    Browse the repository at this point in the history
  3. Init handshake

    petarjuki7 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    b915d70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaa794c View commit details
    Browse the repository at this point in the history
  5. Remove comments

    petarjuki7 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    da327c3 View commit details
    Browse the repository at this point in the history
  6. remove unrelated code

    petarjuki7 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6e9915b View commit details
    Browse the repository at this point in the history
  7. cleanup

    petarjuki7 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    cb812dd View commit details
    Browse the repository at this point in the history
  8. Update lib.rs

    Co-authored-by: Miraculous Owonubi <[email protected]>
    petarjuki7 and miraclx authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    b3175b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    ded8cbf View commit details
    Browse the repository at this point in the history
  2. Added sequencing

    petarjuki7 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f8a4826 View commit details
    Browse the repository at this point in the history
  3. fix key derivation

    miraclx committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    aa063e2 View commit details
    Browse the repository at this point in the history
  4. Bidirectional sync method

    petarjuki7 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    af59c24 View commit details
    Browse the repository at this point in the history
  5. further deduplicate

    miraclx committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d833c87 View commit details
    Browse the repository at this point in the history
  6. remove ProposalRequest

    miraclx committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c2e2b6c View commit details
    Browse the repository at this point in the history
  7. fix clippy

    miraclx committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    025ecd3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6033af0 View commit details
    Browse the repository at this point in the history
  9. remove serde on calimero-node

    miraclx committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    a7087f5 View commit details
    Browse the repository at this point in the history