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

Use a separate registry for cryptosuite string encoding. #77

Merged
merged 7 commits into from
Jun 20, 2024

Commits on Feb 7, 2024

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

Commits on Jun 20, 2024

  1. Use vocab term codec for URIs.

    Encode all URIs using the vocab term codec. This allows arbitrary URIs
    to be encoded with the same small integers as other terms. The mapping
    in a context needs to use a redundant form: `{"URI":"URI"}`. This
    technique assume a use case where the CBOR-LD size has high priority
    over context size.
    davidlehn authored and dlongley committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ffd1aa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6a7194 View commit details
    Browse the repository at this point in the history
  3. List lint extensions.

    davidlehn authored and dlongley committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0b1ca1e View commit details
    Browse the repository at this point in the history
  4. Add RFC 2397 data URL codec.

    - **BREAKING**: Add support for compressing RFC 2397 data URLs. Base64
      encoded data is compressed as binary.
    - Uses a new URI codec low id.
    davidlehn authored and dlongley committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    53ca9cd View commit details
    Browse the repository at this point in the history
  5. Fix grammar in comments.

    dlongley committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ebe4e1b View commit details
    Browse the repository at this point in the history
  6. Update doc style.

    davidlehn authored and dlongley committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    9206124 View commit details
    Browse the repository at this point in the history