KeyRecover.findSecret

Generate the private-key from quiz (correct answers)

  1. bool findSecret(ubyte[] R, const(string[]) questions, const(char[][]) answers)
    struct KeyRecover
    const
    bool
    findSecret
    (
    scope ref ubyte[] R
    ,
    scope const(string[]) questions
    ,
    scope const(char[][]) answers
    )
  2. bool findSecret(ubyte[] R, Buffer[] A)

Parameters

R ubyte[]

generated private-key

questions const(string[])

list of questions

answers const(char[][])

list of answers

Return Value

Type: bool

true if it was successfully