password-scheme-otp.c revision a10ed8c47534b4c6b6bf2711ccfe577e720a47b4
/*
* OTP password scheme.
*
* Copyright (c) 2006 Andrey Panin <pazke@donpac.ru>
*
* This software is released under the MIT license.
*/
#include "lib.h"
#include "hex-binary.h"
#include "password-scheme.h"
#include "randgen.h"
#include "otp.h"
{
if (state_data != NULL) {
return -1;
} else {
/* Generate new OTP credentials from plaintext */
}
return 0;
}