Skip to content

Conversation

@riflecode
Copy link

  • Updated package.json to include Vue as a dependency and added peer dependencies for optional usage.
  • Created Vue-specific exports in src/vue/index.ts, including useFHEEncryption, useFHEDecrypt, and useInMemoryStorage.
  • Implemented useFHEEncryption and useFHEDecrypt hooks for handling encryption and decryption in Vue.
  • Added in-memory storage functionality with provideInMemoryStorage and useInMemoryStorage hooks.
  • Updated tests to verify Vue exports and functionality.
  • Refactored encryption utilities into a separate internal module for better organization.

- Updated package.json to include Vue as a dependency and added peer dependencies for optional usage.
- Created Vue-specific exports in src/vue/index.ts, including useFHEEncryption, useFHEDecrypt, and useInMemoryStorage.
- Implemented useFHEEncryption and useFHEDecrypt hooks for handling encryption and decryption in Vue.
- Added in-memory storage functionality with provideInMemoryStorage and useInMemoryStorage hooks.
- Updated tests to verify Vue exports and functionality.
- Refactored encryption utilities into a separate internal module for better organization.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants