unit-tests: created bliss_sign test suite

This commit is contained in:
Andreas Steffen
2014-11-29 14:51:17 +01:00
parent e71813e56d
commit 3e1f6edc5a
5 changed files with 91 additions and 1 deletions
@@ -166,6 +166,7 @@ static bool verify_bliss_with_sha512(private_bliss_public_key_t *this,
{
if (indices[i] != c_indices[i])
{
DBG1(DBG_LIB, "signature verification failed");
goto end;
}
}