ciphersweet-js icon indicating copy to clipboard operation
ciphersweet-js copied to clipboard

EncryptedFile is not a constructor

Open jacksontong opened this issue 1 year ago • 0 comments

const provider = new StringProvider(key);
const engine = new CipherSweet(provider);
const enf = new EncryptedFile(engine);

I think because EncryptedFile is not exported in index.js

jacksontong avatar Aug 21 '23 03:08 jacksontong