You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using add-tests branch, I ran MetaCrySLGeneratorTests and an output SPEC was not as expected. AlgorithmParameters Spec REQUIRES section should look like this after applying the refinements:
REQUIRES
preparedAlg[parAr];
alg in {"AES", "DESede"} => preparedIV[params];
alg in {"DiffieHellman"} => preparedDH[params];
alg in {"DH"} => preparedDH[params];
but instead, this was the result:
REQUIRES
preparedAlg[parAr];
The text was updated successfully, but these errors were encountered:
Using add-tests branch, I ran MetaCrySLGeneratorTests and an output SPEC was not as expected. AlgorithmParameters Spec REQUIRES section should look like this after applying the refinements:
but instead, this was the result:
The text was updated successfully, but these errors were encountered: