removed ECPM
parent
a2bd46a843
commit
3a0a78e393
1
test.cpp
1
test.cpp
|
|
@ -937,7 +937,6 @@ bool Validate(int alg, bool thorough, const char *seedInput)
|
||||||
case 68: result = ValidateGCM(); break;
|
case 68: result = ValidateGCM(); break;
|
||||||
case 69: result = ValidateCMAC(); break;
|
case 69: result = ValidateCMAC(); break;
|
||||||
case 70: result = ValidateHKDF(); break;
|
case 70: result = ValidateHKDF(); break;
|
||||||
case 71: result = ValidateECPM(); break;
|
|
||||||
default: return false;
|
default: return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue