You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to encrypt file in react native expo but there is no example and there is memory limit so tried to use context imprint but there is restriction to standard utf character. If we first convert to base64 the size increases exponential from original.
The native modules for context imprint encrypt takes string as input that is the major drawback.
Also the library should be somewhat parallel to wasm but it is very different. Twice the effort of normalizing inputs and outputs.
The text was updated successfully, but these errors were encountered:
Describe the bug
I am trying to encrypt file in react native expo but there is no example and there is memory limit so tried to use context imprint but there is restriction to standard utf character. If we first convert to base64 the size increases exponential from original.
The native modules for context imprint encrypt takes string as input that is the major drawback.
Also the library should be somewhat parallel to wasm but it is very different. Twice the effort of normalizing inputs and outputs.
The text was updated successfully, but these errors were encountered: