symm/: Eliminate the remaining checked-in stubby source files.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 10 May 2017 18:48:20 +0000 (19:48 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 14 May 2017 13:58:41 +0000 (14:58 +0100)
commit84924d420a1ae0012853fa1efe956a2196f4a76e
tree7a650f9349da052999c1b66db8e689b3d79b4dc7
parent7a94b69f2993f9c931a6362cbe2d81e68cadfced
symm/: Eliminate the remaining checked-in stubby source files.

Now that $(STUBS_SRC) actually works, use it to eliminate `safersk.c',
`sha224.c', `sha384.c', and `whirlpool256.c'.  Move test vectors to
their new homes, and modify the base files to actually run them.

Alas, the build machinery wants to ship `t/safersk' even though it's
empty, so leave it as a stub.  (Maybe...)  And the HMAC mode machinery
wants to put its test in the mode test-vector file, which is a bit
annoying.  Still, the cruft is reduced.
18 files changed:
.gitignore
symm/Makefile.am
symm/safer.c
symm/safersk.c [deleted file]
symm/sha224.c [deleted file]
symm/sha256.c
symm/sha384.c [deleted file]
symm/sha512.c
symm/t/safer
symm/t/safersk
symm/t/sha224
symm/t/sha256
symm/t/sha384
symm/t/sha512
symm/t/whirlpool
symm/t/whirlpool256
symm/whirlpool.c
symm/whirlpool256.c [deleted file]