/*
* 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 */
const char *random_hex;
i_unreached();
}
return 0;
}