Is your feature request related to a problem? Please describe.
For example, standards tend to provide a range of years in which their recommendations are expected to stay relevant. The user can indicate their preference by constructing a Context with the desired year.
The current unit tests only test the default path i.e. minimum security required by a standard in the year 2023.
Describe the solution you'd like
A complete suite would include years prior and after 2023. This is especially important for primitives such as 3TDEA that have a different deprecation schedule than all other primitives in their own class.
Is your feature request related to a problem? Please describe.
For example, standards tend to provide a range of years in which their recommendations are expected to stay relevant. The user can indicate their preference by constructing a
Contextwith the desired year.The current unit tests only test the default path i.e. minimum security required by a standard in the year 2023.
Describe the solution you'd like
A complete suite would include years prior and after 2023. This is especially important for primitives such as 3TDEA that have a different deprecation schedule than all other primitives in their own class.