Commit c994deb0 by kevin

add test

1 parent 2894641a
Showing with 7 additions and 4 deletions
#include "lk_seeta_verify.h" #include "lk_seeta_verify.h"
#include "CZ_LK_CHECKIT.h"
#include <iostream> #include <iostream>
#include <string> #include <string>
int main() int main()
{ {
LK_SEETA_VERIFY verify; while (true)
verify.contrast_authenticate(); {
//CZ_LK_CHECKIT();
CZ_LK_CHECKIT_RANDOM();
}
while (1); while (1);
return 0; return 0;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!