summaryrefslogblamecommitdiffstats
path: root/testsuites/libtests/sha/sha.doc
blob: 6a29dc031477799894e57f88bee8386135456b24 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.