KeyRecover.quiz

Generates the quiz hash of the from a list of questions and answers

struct KeyRecover
const @trusted
Buffer[]
quiz
(
scope const(string[]) questions
,
scope const(char[][]) answers
)