KeyRecover.findSecret

Recover the private-key from the hash-list A The hash-list is usually the question+answers hash

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

Parameters

R ubyte[]

Private-key

A Buffer[]

List of hashes

Return Value

Type: bool

true if it was successfully