Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-PQ-Crypto authored Oct 31, 2024
1 parent 3503902 commit a55913e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,8 @@ decryption failure.
lattice reduction attacks, and `True` means guessing all the possible sets for `I` and trying the lattice reduction (the latter option takes the maximum time as
it performs the guessing+lattice reduction for every guessed set `I`).
* `--seed`: randomness seed to generate a key and build the corresponding lattices. If not entered, it will be generated randomly. The random seed is a tuple of the form
`(fseed, (g_0 seed, g_1 seed, g_2 seed, g_3 seed ))`, where `fseed` is the seed used to generate the secret key `f = f_0+f_1i + f_2j + f_3 k`
`(fseed, (g_0 seed, g_1 seed, g_2 seed, g_3 seed ))`, where `fseed` is the seed used to generate the secret key $f = f_0+f_1i + f_2j + f_3 k$
and `g_i seed` is the seed used to generate the `g_i` in the private vector `g_i`.
*
* `--bkz_betas`: a string as 'b1:b2', where b1 indicates the first blocksize and b2 indicates the last blocksize
to try upon running progressive bkz.
* `--dump`: True to save the results into files, False otherwise.
Expand Down

0 comments on commit a55913e

Please sign in to comment.