Modularize and add tests #5
Replies: 2 comments 5 replies
-
I think this is the first thing I'd like to try doing. Far from fully thought out ideas, but my first draft would be to make a couple of main interface methods: It should be easy to set up a few test files from there to check the behavior of each interface against each encryption mode. |
Beta Was this translation helpful? Give feedback.
-
Note: Picocrypt desktop will likely be audited soon. After the audit, code must not have major changes. So this project would be more oriented toward a common, reusable codebase that the CLI and Web and (future) mobile apps can share, not for the desktop app. |
Beta Was this translation helpful? Give feedback.
-
Perhaps a big undertaking, but ideally we can take the main Picocrypt.go and modularize it so we can run tests on it. Open to ideas.
Beta Was this translation helpful? Give feedback.
All reactions