removed ECPM

pull/114/head
DevJPM 2016-01-13 23:42:02 +01:00
parent a2bd46a843
commit 3a0a78e393
1 changed files with 0 additions and 1 deletions

View File

@ -937,7 +937,6 @@ bool Validate(int alg, bool thorough, const char *seedInput)
case 68: result = ValidateGCM(); break;
case 69: result = ValidateCMAC(); break;
case 70: result = ValidateHKDF(); break;
case 71: result = ValidateECPM(); break;
default: return false;
}