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(sdk): add collections for nanotdf #1695

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

Commits on Oct 30, 2024

  1. nano dataset encrypt

    Summary:
    
    Test Plan:
    imdominicreed committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    9b5a210 View commit details
    Browse the repository at this point in the history
  2. add dataset store for decrypt

    Summary:
    
    Test Plan:
    imdominicreed committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    487b99c View commit details
    Browse the repository at this point in the history
  3. add option to enable dataset in sdk

    Summary:
    
    Test Plan:
    imdominicreed committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    782b821 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. merges with origin/main

    Summary:
    
    Test Plan:
    imdominicreed committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    196b15f View commit details
    Browse the repository at this point in the history
  2. lint fixes

    Summary:
    
    Test Plan:
    imdominicreed committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    ef66f3b View commit details
    Browse the repository at this point in the history
  3. uses rwmutex for dataset store

    Summary:
    
    Test Plan:
    imdominicreed committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    61d7534 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    a7dd1b8 View commit details
    Browse the repository at this point in the history
  2. writing datasets thread safe

    Summary:
    
    Test Plan:
    imdominicreed committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    3149bb1 View commit details
    Browse the repository at this point in the history
  3. increment iv in dataset mode

    Summary:
    
    Test Plan:
    imdominicreed committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    73ffddb View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. collection example

    Sample functions to test
    ```
    mkdir collection
    go run ./examples encrypt "Collection A" --nano -c 50 -o collection/collection_a.ntdf
    go run ./examples encrypt "Collection B" --nano -c 50 -o collection/collection_b.ntdf
    go run ./examples decrypt collection
    ```
    imdominicreed committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    07a178b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db3f55e View commit details
    Browse the repository at this point in the history