/*****************************************************************************
 * Filename:    cryptfs/key.h                                                *
 * Description:                                                              *
 * Copyright:   2009 by Alexander Motzkau                                    *
 *****************************************************************************/

#ifndef __KEY_H__
#define __KEY_H__

#include "options.h"

void* handle_key(struct key* key, int *len, struct configuration* config);
enum bool reset_key(struct key* key, struct configuration* config);

#endif
