KeyRecover.quiz

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

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

Parameters

questions const(string[])

List of questions

answers const(char[][])

List for answers

Return Value

Type: immutable(ubyte)[][]

List of common hashes of question and answers