Commit c994deb0 by kevin

add test

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