Back to home page

LXR

 
 

    


Warning, /testsuites/libtests/sha/sha.doc is written in an unsupported language. File is not indexed.

0001 This file describes the directives and concepts tested by this test set.
0002 
0003 test set name: sha01
0004 
0005 directives:
0006 
0007   - SHA256_Init
0008   - SHA256_Update
0009   - SHA256_Final
0010   - SHA512_Init
0011   - SHA512_Update
0012   - SHA512_Final
0013 
0014 concepts:
0015 
0016   - Ensure that the SHA256 and SHA512 implementations yield the expected
0017     results for some standard test vectors.