Started implementing BLISS signature generation

This commit is contained in:
Andreas Steffen
2014-11-29 14:51:16 +01:00
parent 56009f2001
commit f673966b9f
8 changed files with 34 additions and 24 deletions
@@ -59,9 +59,7 @@ METHOD(public_key_t, verify, bool,
{
switch (scheme)
{
case SIGN_BLISS_I_SHA256:
return FALSE;
case SIGN_BLISS_IV_SHA384:
case SIGN_BLISS_WITH_SHA512:
return FALSE;
default:
DBG1(DBG_LIB, "signature scheme %N not supported by BLISS",