tests: Add test to verify GOST 28147-89 against known results.
* tests/basic.c (check_gost28147_cipher): new test function.
Currently the only test executed against GOST 28147-89 cipher is a
basic cipher test: it checks that decoding of encoded text returns
the original plaintext. Add a function to verify the cipher against
test vectors.
Backport of master commit: 4f5c26c73c66daf2e4aff966e43c22b2db7e0138
- Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>