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

Implement schemas key derivation scheme for encryption #330

Closed
thehenrytsai opened this issue Apr 28, 2023 · 1 comment
Closed

Implement schemas key derivation scheme for encryption #330

thehenrytsai opened this issue Apr 28, 2023 · 1 comment
Assignees
Labels
feature New feature or request

Comments

@thehenrytsai
Copy link
Member

Implement schemas key derivation scheme with the following hierarchy order:

const derivationPath = [
  'schemas',
  SCHEMA_URI,
  DATA_FORMAT,
  RECORD_ID
]
@thehenrytsai thehenrytsai self-assigned this Apr 28, 2023
@thehenrytsai thehenrytsai added the feature New feature or request label Apr 28, 2023
thehenrytsai added a commit that referenced this issue Apr 28, 2023
* #330 - implemented  key derivation scheme for encryption
* boosted `url.ts` code coverage back to 100%
@thehenrytsai
Copy link
Member Author

Implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Status: Done
Development

No branches or pull requests

1 participant