Remove parts of md, cipher and pk #8133
Labels
api-break
This issue/PR breaks the API and must wait for a new major version
component-crypto
Crypto primitives and low-level interfaces
As per #6792 (comment)
The high-level legacy crypto modules are gradually being replaced by PSA, but we'll probably keep them in 4.0 and remove them in 5.0. (The rule of thumb for API migration is: one major release to introduce the new API and deprecate the old one, and another major release to remove the old one.)
We don't have to keep all the features of md, cipher and pk, especially those that don't match well with PSA and aren't very useful.
The text was updated successfully, but these errors were encountered: