-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
019b839
commit da62157
Showing
50 changed files
with
7,498 additions
and
234 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
libcrux-ml-dsa/proofs/fstar/extraction/Libcrux_ml_dsa.Constants.Ml_dsa_44_.fsti
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
module Libcrux_ml_dsa.Constants.Ml_dsa_44_ | ||
#set-options "--fuel 0 --ifuel 1 --z3rlimit 100" | ||
open Core | ||
open FStar.Mul | ||
|
||
let v_BITS_PER_COMMITMENT_COEFFICIENT: usize = sz 6 | ||
|
||
let v_BITS_PER_ERROR_COEFFICIENT: usize = sz 3 | ||
|
||
let v_BITS_PER_GAMMA1_COEFFICIENT: usize = sz 18 | ||
|
||
let v_COLUMNS_IN_A: usize = sz 4 | ||
|
||
let v_COMMITMENT_HASH_SIZE: usize = sz 32 | ||
|
||
let v_ETA: Libcrux_ml_dsa.Constants.t_Eta = | ||
Libcrux_ml_dsa.Constants.Eta_Two <: Libcrux_ml_dsa.Constants.t_Eta | ||
|
||
let v_GAMMA1_EXPONENT: usize = sz 17 | ||
|
||
let v_MAX_ONES_IN_HINT: usize = sz 80 | ||
|
||
let v_ONES_IN_VERIFIER_CHALLENGE: usize = sz 39 | ||
|
||
let v_ROWS_IN_A: usize = sz 4 | ||
|
||
let v_GAMMA2: i32 = (Libcrux_ml_dsa.Constants.v_FIELD_MODULUS -! 1l <: i32) /! 88l |
27 changes: 27 additions & 0 deletions
27
libcrux-ml-dsa/proofs/fstar/extraction/Libcrux_ml_dsa.Constants.Ml_dsa_65_.fsti
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
module Libcrux_ml_dsa.Constants.Ml_dsa_65_ | ||
#set-options "--fuel 0 --ifuel 1 --z3rlimit 100" | ||
open Core | ||
open FStar.Mul | ||
|
||
let v_BITS_PER_COMMITMENT_COEFFICIENT: usize = sz 4 | ||
|
||
let v_BITS_PER_ERROR_COEFFICIENT: usize = sz 4 | ||
|
||
let v_BITS_PER_GAMMA1_COEFFICIENT: usize = sz 20 | ||
|
||
let v_COLUMNS_IN_A: usize = sz 5 | ||
|
||
let v_COMMITMENT_HASH_SIZE: usize = sz 48 | ||
|
||
let v_ETA: Libcrux_ml_dsa.Constants.t_Eta = | ||
Libcrux_ml_dsa.Constants.Eta_Four <: Libcrux_ml_dsa.Constants.t_Eta | ||
|
||
let v_GAMMA1_EXPONENT: usize = sz 19 | ||
|
||
let v_MAX_ONES_IN_HINT: usize = sz 55 | ||
|
||
let v_ONES_IN_VERIFIER_CHALLENGE: usize = sz 49 | ||
|
||
let v_ROWS_IN_A: usize = sz 6 | ||
|
||
let v_GAMMA2: i32 = (Libcrux_ml_dsa.Constants.v_FIELD_MODULUS -! 1l <: i32) /! 32l |
27 changes: 27 additions & 0 deletions
27
libcrux-ml-dsa/proofs/fstar/extraction/Libcrux_ml_dsa.Constants.Ml_dsa_87_.fsti
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
module Libcrux_ml_dsa.Constants.Ml_dsa_87_ | ||
#set-options "--fuel 0 --ifuel 1 --z3rlimit 100" | ||
open Core | ||
open FStar.Mul | ||
|
||
let v_BITS_PER_COMMITMENT_COEFFICIENT: usize = sz 4 | ||
|
||
let v_BITS_PER_ERROR_COEFFICIENT: usize = sz 3 | ||
|
||
let v_BITS_PER_GAMMA1_COEFFICIENT: usize = sz 20 | ||
|
||
let v_COLUMNS_IN_A: usize = sz 7 | ||
|
||
let v_COMMITMENT_HASH_SIZE: usize = sz 64 | ||
|
||
let v_ETA: Libcrux_ml_dsa.Constants.t_Eta = | ||
Libcrux_ml_dsa.Constants.Eta_Two <: Libcrux_ml_dsa.Constants.t_Eta | ||
|
||
let v_GAMMA1_EXPONENT: usize = sz 19 | ||
|
||
let v_MAX_ONES_IN_HINT: usize = sz 75 | ||
|
||
let v_ONES_IN_VERIFIER_CHALLENGE: usize = sz 60 | ||
|
||
let v_ROWS_IN_A: usize = sz 8 | ||
|
||
let v_GAMMA2: i32 = (Libcrux_ml_dsa.Constants.v_FIELD_MODULUS -! 1l <: i32) /! 32l |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.