KeyRecover.createKey

Creates the key-pair

  1. void createKey(const(string[]) questions, const(char[][]) answers, uint confidence)
    struct KeyRecover
    void
    createKey
    (
    scope const(string[]) questions
    ,
    scope const(char[][]) answers
    ,
    const uint confidence
    )
  2. void createKey(const(ubyte[][]) A, uint confidence)

Parameters

questions const(string[])

List of question

answers const(char[][])

List of answers

confidence uint

Confidence of the answers