MatrixAI / js-encryptedfs

Encrypted Filesystem for TypeScript/JavaScript Applications
https://polykey.com
Apache License 2.0
10 stars 3 forks source link

Prepare for npm publish and also reworking the cryptoworker and additional tests #23

Closed robert-cronin closed 4 years ago

robert-cronin commented 4 years ago

This is to prepare and eventually do npm publish Fixes #16

CMCDragonkai commented 4 years ago

I think to go through the crypto code we would need to have a meeting. It would be difficult for me to review it on my own.

robert-cronin commented 4 years ago

I think to go through the crypto code we would need to have a meeting. It would be difficult for me to review it on my own.

I agree, there is quite a bit to go through here, let me know when is best :+1:

robert-cronin commented 4 years ago

I've added quite a few bisimulation tests that test all the way from 1-3 blocks, 1-2 rounds of read/write as well as bisimulation tests for readFileSync and writeFileSync.

CMCDragonkai commented 4 years ago

Ok I'm merging this.