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

COSE Signed API #165

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from
Open

COSE Signed API #165

wants to merge 9 commits into from

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    58d223b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30492dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba7c7b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9375cee View commit details
    Browse the repository at this point in the history
  5. Refactor COSE creation

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

Commits on Nov 15, 2024

  1. WIP: Adapt to changes in signum for COSE types

    Still throws this error:
    
    Captured type parameter P of at.asitplus.wallet.lib.cbor.DefaultCoseService.asCosePayload? from generic non-reified function. Such functionality cannot be supported because P is erased, either specify serializer explicitly or make calling function inline with reified P.
    nodh committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    b0ee6f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Make generic nullable

    n0900 committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    46e35b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Fix tagging

    n0900 committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    9750db1 View commit details
    Browse the repository at this point in the history
  2. Add doc

    n0900 committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    e95925c View commit details
    Browse the repository at this point in the history