-
Notifications
You must be signed in to change notification settings - Fork 18
Description
We are happy to answer your questions about the code or discuss technical ideas.
Please complete the following checklist (by adding [x]):
- I have searched open and closed issues for duplicates
- This isn't a feature request
- This is not a report about my app not working as expected
Trying to get started using this SDK--thank you for your efforts here. It appears that the OpenPGPCryptoProxy very closely resembles the OpenPGPJS signatures, but not exactly (at least in versions 5 and 6 of OpenPGPJS). So my question is simple: Is there a specific version of OpenPGPJS that this SDK integrates with, or do I need to fully implement the appropriate translations from OpenPGPJS 6 to the interfaces expected by the drive SDK? Basically trying to see if I am headed in the right direction implementing the OpenPGPCryptoProxy interface or if I am wasting my time as there is a shorter route (eg, use an older version of OpenPGPJS and then map 1:1).
Thanks!