Chia-Network / Climate-Tokenization-Engine-UI

Create tokenized carbon units on the blockchain
Apache License 2.0
1 stars 3 forks source link

CLIMATE WALLET: Convert zip mechanism from 1 processes to 2 processes #111

Open ccornick opened 1 year ago

ccornick commented 1 year ago

Current design has zip+ encryption in same step. This is forcing us to use an unmanaged library.

Lets change process so that zip happens in one step, and encryption happens in another.

ccornick commented 1 year ago

Confirm complete