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
ACVP test vectors stored under tests/ACVP_Vectors are fetched from NIST repositories on GitHub using the fetch_values.sh script. Since we do not own and are not responsible for theses vectors, we should not commit them into this repository. Storing large bulk data files in a git repository also negatively affects git performance. Instead, we should fetch the test vectors as needed during test runtime.