Closed
Description
Description
With the latest versions, algorithms have their dedicated package. This structure is simple to manage with many/mono repository concept, but makes less sense now as the dependencies have been aligned and the interfaces were simplified.
The algorithms could be grouped:
none
: no change as should be in it's own package to avoid security issues- experimental: group signature and encryption packages
- without any dependencies (e.g. HSxxx): group signature and encryption. Included in the core library.
- with openssl: group signature and encryption. Included in the core library. Remove OpenSSL as hard dependency and adapt the classes.
- group signature and encryption packages into the core package
Example
No response