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

Macros for C and Java bindings. #327

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open

Commits on Apr 24, 2023

  1. WIP: Add macros; Add prepare_* functions to other platforms; Add gene…

    …rate secp keys
    
    Signed-off-by: Tiago Nascimento <tiago.nascimento@spruceid.com>
    theosirian committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    0f2b08c View commit details
    Browse the repository at this point in the history
  2. Fix didkit calls in swift bindings

    Signed-off-by: Tiago Nascimento <tiago.nascimento@spruceid.com>
    theosirian committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    1bb4037 View commit details
    Browse the repository at this point in the history
  3. Fix swift tests and dummy method caller

    Signed-off-by: Tiago Nascimento <tiago.nascimento@spruceid.com>
    theosirian committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    95dca91 View commit details
    Browse the repository at this point in the history
  4. Add ios.stamp to main test target in Makefile

    Signed-off-by: Tiago Nascimento <tiago.nascimento@spruceid.com>
    theosirian committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    bbbca87 View commit details
    Browse the repository at this point in the history
  5. Revert toml formatting changes

    sbihel authored and theosirian committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    c24360a View commit details
    Browse the repository at this point in the history
  6. Fixes for ssi v0.5 release

    cobward authored and theosirian committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    812c620 View commit details
    Browse the repository at this point in the history
  7. Remove build.sh

    cobward authored and theosirian committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    edf1fda View commit details
    Browse the repository at this point in the history
  8. gitignore .cargo/

    cobward authored and theosirian committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    da864a6 View commit details
    Browse the repository at this point in the history
  9. Adjusted makefile to explicitly use the nightly build when necessary,…

    … so that the rest of the build can use the stable rust toolchain (#337)
    CharlesShuller authored and theosirian committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    f365ec4 View commit details
    Browse the repository at this point in the history
  10. Add context loading functions; Change functions to expect optional co…

    …ntext map
    
    Signed-off-by: Tiago Nascimento <tiago.nascimento@spruceid.com>
    theosirian committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    2829752 View commit details
    Browse the repository at this point in the history
  11. Update c tests

    Signed-off-by: Tiago Nascimento <tiago.nascimento@spruceid.com>
    theosirian committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    6aa6719 View commit details
    Browse the repository at this point in the history
  12. Update JSON-LD errors in error enum

    Signed-off-by: Tiago Nascimento <tiago.nascimento@spruceid.com>
    theosirian committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    64284c2 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Remove dependency on macros package from c api (#352)

    Remove dependency on macros package from C-API, and the now unnecessary c_export macro from the macros crate.
    CharlesShuller committed May 15, 2023
    Configuration menu
    Copy the full SHA
    d7e70af View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Footgun fix. (#353)

    Details in the diff, but depending on how you call a dart allocator it
    will either treat the supplied size as a byte count or an element count,
    with potential buffer overflows as a result.
    
    Co-authored-by: Todd Showalter <todd@spruceid.com>
    todd-spruceid and Todd Showalter committed May 16, 2023
    Configuration menu
    Copy the full SHA
    401ec50 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

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

Commits on Jun 2, 2023

  1. 4579767343 -- Feat/bump flutter ffi version (#355)

    * Add default context loader (nil) to calls that require it in didkit swift
    
    * Bump flutter ffi version to ^2.0.1 to allow for new versions of flutter to build
    CharlesShuller committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    e409b4a View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

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

Commits on Jul 12, 2023

  1. Remove jni macros

    sbihel committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    7905588 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

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

Commits on Jul 17, 2023

  1. Use stable flutter in CI

    sbihel committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    03833a9 View commit details
    Browse the repository at this point in the history
  2. Fix flutter version in example

    sbihel committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    04bc04c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fc6abf View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Fix indent changes

    sbihel committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    13cbaad View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Updated gradle (#365)

    CharlesShuller committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    4fb66e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

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