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: cose vp + vc #55

Merged
merged 38 commits into from
Jul 17, 2024
Merged

feat: cose vp + vc #55

merged 38 commits into from
Jul 17, 2024

Commits on Jun 18, 2024

  1. feat: cose-vc

    skynet2 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    cb90581 View commit details
    Browse the repository at this point in the history
  2. feat: verify cose

    skynet2 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    7e20ae8 View commit details
    Browse the repository at this point in the history
  3. fix: minimize vc

    skynet2 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f7bde03 View commit details
    Browse the repository at this point in the history
  4. fix: vc parse

    skynet2 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    9b23b52 View commit details
    Browse the repository at this point in the history
  5. fix: cose lib

    skynet2 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    95224f0 View commit details
    Browse the repository at this point in the history
  6. Revert "fix: cose lib"

    This reverts commit 95224f0.
    skynet2 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    2fc23c8 View commit details
    Browse the repository at this point in the history
  7. fix: header

    skynet2 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c4a2504 View commit details
    Browse the repository at this point in the history
  8. fix: struct err

    skynet2 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b8a9034 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. feat: cleanup

    skynet2 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d375512 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. fix: lint

    skynet2 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2aed839 View commit details
    Browse the repository at this point in the history
  2. feat: add algo mapping

    skynet2 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    db6727e View commit details
    Browse the repository at this point in the history
  3. feat: add is cwt

    skynet2 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    555d8d0 View commit details
    Browse the repository at this point in the history
  4. fix: marshal

    skynet2 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    b242e48 View commit details
    Browse the repository at this point in the history
  5. fix: proper claims

    skynet2 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0bd8549 View commit details
    Browse the repository at this point in the history
  6. fix: map

    skynet2 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    883c0f5 View commit details
    Browse the repository at this point in the history
  7. fix: cwt

    skynet2 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    6a0af46 View commit details
    Browse the repository at this point in the history
  8. feat: unquote

    skynet2 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f30f647 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. feat: base COSE

    skynet2 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    781bade View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6150a3 View commit details
    Browse the repository at this point in the history
  3. feat: add cwt vp

    skynet2 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    64884dc View commit details
    Browse the repository at this point in the history
  4. feat: add cwt vc

    skynet2 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b7e118d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2932f68 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d57ff4 View commit details
    Browse the repository at this point in the history
  7. feat: vp cwt

    skynet2 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    95c9d91 View commit details
    Browse the repository at this point in the history
  8. feat: add check

    skynet2 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    a3f4224 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    24635ca View commit details
    Browse the repository at this point in the history
  2. feat: support for COSE_Key

    skynet2 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9aff63a View commit details
    Browse the repository at this point in the history
  3. fix: COSE_KEY

    skynet2 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c79dcf5 View commit details
    Browse the repository at this point in the history
  4. fix: test

    skynet2 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    360ec28 View commit details
    Browse the repository at this point in the history
  5. fix: jwt tests

    skynet2 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    3cec8d2 View commit details
    Browse the repository at this point in the history
  6. feat: key logic changes

    skynet2 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f6ef447 View commit details
    Browse the repository at this point in the history
  7. fix: kley

    skynet2 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6da6134 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

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

Commits on Jul 15, 2024

  1. fix: tests

    skynet2 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    75892c3 View commit details
    Browse the repository at this point in the history
  2. fix: issuer

    skynet2 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    b40a402 View commit details
    Browse the repository at this point in the history
  3. fix: cwt proof test

    skynet2 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    6984576 View commit details
    Browse the repository at this point in the history
  4. fix: lint

    skynet2 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    d5d8c1e View commit details
    Browse the repository at this point in the history
  5. feat: update code cov

    skynet2 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    25eb416 View commit details
    Browse the repository at this point in the history