SHACrypt.genSalt

Generate a good salt for this algorithm

  1. string genSalt(size_t num_rounds)
    struct SHACrypt(Hasher, alias output_swaps, string algo_id)
    static
    string
    genSalt
    (
    size_t num_rounds = kDefaultSHACryptRounds
    )
  2. void genSalt(Out output, size_t num_rounds)

Meta