Closed CorentinTh closed 1 month ago
The enclosed lib currently rely on the native web crypto lib (for the web app) and node crypto (for the cli), witch make it hard to maintain and clutter the codebase. The idea is to mutualise crypto methods using an external dependency
From the early test with forge, the performance drop is really nasty
The enclosed lib currently rely on the native web crypto lib (for the web app) and node crypto (for the cli), witch make it hard to maintain and clutter the codebase. The idea is to mutualise crypto methods using an external dependency