summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/sha/sha.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/sha/sha.doc')
-rw-r--r--testsuites/libtests/sha/sha.doc17
1 files changed, 17 insertions, 0 deletions
diff --git a/testsuites/libtests/sha/sha.doc b/testsuites/libtests/sha/sha.doc
new file mode 100644
index 0000000000..6a29dc0314
--- /dev/null
+++ b/testsuites/libtests/sha/sha.doc
@@ -0,0 +1,17 @@
+This file describes the directives and concepts tested by this test set.
+
+test set name: sha01
+
+directives:
+
+ - SHA256_Init
+ - SHA256_Update
+ - SHA256_Final
+ - SHA512_Init
+ - SHA512_Update
+ - SHA512_Final
+
+concepts:
+
+ - Ensure that the SHA256 and SHA512 implementations yield the expected
+ results for some standard test vectors.