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 struggling to use Base64 in crypto-ts. I want to return a base64 string of the encryption output. I believe I should use enc.Base64.stringify but I cannot work out how to get it imported using typescript. It looks like it should be added to the following code in src/crypto-ts.ds
Utf8: typeof Utf8;
Hex: typeof Hex;
};```
Is it possible to use Base64 in the current version 1.0.2? Or can we get a new version that makes it available?
The text was updated successfully, but these errors were encountered:
YangYongAn
added a commit
to YangYongAn/crypto-ts
that referenced
this issue
Jun 29, 2022
I am struggling to use Base64 in crypto-ts. I want to return a base64 string of the encryption output. I believe I should use enc.Base64.stringify but I cannot work out how to get it imported using typescript. It looks like it should be added to the following code in src/crypto-ts.ds
The text was updated successfully, but these errors were encountered: