Redesign lcrypt abstraction to better fit for adding new ciphers (independed from whatever lib used)
Mostly looks like a missing init function. btw, current abstraction API should stay the same.
Mostly done, not commited yet.
it was a simple one, just to add a new function pointer to init a specific ctx for cipher and refactor some misc functions.
So, it's on the way to be finished.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Mostly done, not commited yet.
it was a simple one, just to add a new function pointer to init a specific ctx for cipher and refactor some misc functions.
So, it's on the way to be finished.