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

Convert our CryptoKit bindings to use Swift structs at the boundary #102583

Merged
merged 9 commits into from
Jun 4, 2024

Commits on May 22, 2024

  1. Try converting our CryptoKit bindings to use more Swift types.

    Also refactor our cryptokit bindings to reduce duplication.
    jkoritzinsky committed May 22, 2024
    Configuration menu
    Copy the full SHA
    5be8561 View commit details
    Browse the repository at this point in the history
  2. Fix build on macos

    jkoritzinsky committed May 22, 2024
    Configuration menu
    Copy the full SHA
    bad0a95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9705c2 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    e185237 View commit details
    Browse the repository at this point in the history
  2. Call copyBytes with a pointer because everything else seems to fail s…

    …ome assert for some reason I can't figure out.
    jkoritzinsky committed May 24, 2024
    Configuration menu
    Copy the full SHA
    3220d06 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

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

Commits on May 31, 2024

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

Commits on Jun 3, 2024

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

    jkoritzinsky committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    9fda4d6 View commit details
    Browse the repository at this point in the history