effect
stringclasses
48 values
original_source_type
stringlengths
0
23k
opens_and_abbrevs
listlengths
2
92
isa_cross_project_example
bool
1 class
source_definition
stringlengths
9
57.9k
partial_definition
stringlengths
7
23.3k
is_div
bool
2 classes
is_type
null
is_proof
bool
2 classes
completed_definiton
stringlengths
1
250k
dependencies
dict
effect_flags
listlengths
0
2
ideal_premises
listlengths
0
236
mutual_with
listlengths
0
11
file_context
stringlengths
0
407k
interleaved
bool
1 class
is_simply_typed
bool
2 classes
file_name
stringlengths
5
48
vconfig
dict
is_simple_lemma
null
source_type
stringlengths
10
23k
proof_features
listlengths
0
1
name
stringlengths
8
95
source
dict
verbose_type
stringlengths
1
7.42k
source_range
dict
Prims.Tot
val ws_next (a: sha2_alg) (ws: k_w a) : k_w a
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let ws_next (a:sha2_alg) (ws:k_w a) : k_w a = Lib.LoopCombinators.repeati 16 (ws_next_inner a) ws
val ws_next (a: sha2_alg) (ws: k_w a) : k_w a let ws_next (a: sha2_alg) (ws: k_w a) : k_w a =
false
null
false
Lib.LoopCombinators.repeati 16 (ws_next_inner a) ws
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Hacl.Spec.SHA2.k_w", "Lib.LoopCombinators.repeati", "Hacl.Spec.SHA2.ws_next_inner" ]
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val ws_next (a: sha2_alg) (ws: k_w a) : k_w a
[]
Hacl.Spec.SHA2.ws_next
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.sha2_alg -> ws: Hacl.Spec.SHA2.k_w a -> Hacl.Spec.SHA2.k_w a
{ "end_col": 53, "end_line": 193, "start_col": 2, "start_line": 193 }
Prims.Tot
val shuffle_inner_loop: a:sha2_alg -> i:nat{i < num_rounds16 a} -> ws_st:tuple2 (k_w a) (words_state a) -> k_w a & words_state a
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let shuffle_inner_loop a i (ws, st) = let st' = Lib.LoopCombinators.repeati 16 (shuffle_inner a ws i) st in let ws' = if i < num_rounds16 a - 1 then ws_next a ws else ws in (ws', st')
val shuffle_inner_loop: a:sha2_alg -> i:nat{i < num_rounds16 a} -> ws_st:tuple2 (k_w a) (words_state a) -> k_w a & words_state a let shuffle_inner_loop a i (ws, st) =
false
null
false
let st' = Lib.LoopCombinators.repeati 16 (shuffle_inner a ws i) st in let ws' = if i < num_rounds16 a - 1 then ws_next a ws else ws in (ws', st')
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Prims.nat", "Prims.b2t", "Prims.op_LessThan", "Hacl.Spec.SHA2.num_rounds16", "FStar.Pervasives.Native.tuple2", "Hacl.Spec.SHA2.k_w", "Spec.Hash.Definitions.words_state", "FStar.Pervasives.Native.Mktuple2", "Prims.op_Subtraction", "Hacl.Spec.SHA2.ws_next", "Pr...
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val shuffle_inner_loop: a:sha2_alg -> i:nat{i < num_rounds16 a} -> ws_st:tuple2 (k_w a) (words_state a) -> k_w a & words_state a
[]
Hacl.Spec.SHA2.shuffle_inner_loop
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.sha2_alg -> i: Prims.nat{i < Hacl.Spec.SHA2.num_rounds16 a} -> ws_st: (Hacl.Spec.SHA2.k_w a * Spec.Hash.Definitions.words_state a) -> Hacl.Spec.SHA2.k_w a * Spec.Hash.Definitions.words_state a
{ "end_col": 12, "end_line": 219, "start_col": 37, "start_line": 216 }
Prims.Tot
val mk_len_t (a: sha2_alg) (len: len_lt_max_a_t a) : len_t a
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let mk_len_t (a:sha2_alg) (len:len_lt_max_a_t a) : len_t a = match a with | SHA2_224 | SHA2_256 -> (Math.Lemmas.pow2_lt_compat 64 61; uint #U64 #PUB len) | SHA2_384 | SHA2_512 -> (Math.Lemmas.pow2_lt_compat 128 125; uint #U128 #PUB len)
val mk_len_t (a: sha2_alg) (len: len_lt_max_a_t a) : len_t a let mk_len_t (a: sha2_alg) (len: len_lt_max_a_t a) : len_t a =
false
null
false
match a with | SHA2_224 | SHA2_256 -> (Math.Lemmas.pow2_lt_compat 64 61; uint #U64 #PUB len) | SHA2_384 | SHA2_512 -> (Math.Lemmas.pow2_lt_compat 128 125; uint #U128 #PUB len)
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Hacl.Spec.SHA2.len_lt_max_a_t", "Lib.IntTypes.uint", "Lib.IntTypes.U64", "Lib.IntTypes.PUB", "Prims.unit", "FStar.Math.Lemmas.pow2_lt_compat", "Lib.IntTypes.U128", "Spec.Hash.Definitions.len_t" ]
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a}
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val mk_len_t (a: sha2_alg) (len: len_lt_max_a_t a) : len_t a
[]
Hacl.Spec.SHA2.mk_len_t
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.sha2_alg -> len: Hacl.Spec.SHA2.len_lt_max_a_t a -> Spec.Hash.Definitions.len_t a
{ "end_col": 61, "end_line": 20, "start_col": 2, "start_line": 16 }
Prims.Tot
val shuffle (a: sha2_alg) (ws: k_w a) (hash: words_state a) : Tot (words_state a)
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let shuffle (a:sha2_alg) (ws:k_w a) (hash:words_state a) : Tot (words_state a) = let (ws, st) = Lib.LoopCombinators.repeati (num_rounds16 a) (shuffle_inner_loop a) (ws, hash) in st
val shuffle (a: sha2_alg) (ws: k_w a) (hash: words_state a) : Tot (words_state a) let shuffle (a: sha2_alg) (ws: k_w a) (hash: words_state a) : Tot (words_state a) =
false
null
false
let ws, st = Lib.LoopCombinators.repeati (num_rounds16 a) (shuffle_inner_loop a) (ws, hash) in st
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Hacl.Spec.SHA2.k_w", "Spec.Hash.Definitions.words_state", "FStar.Pervasives.Native.tuple2", "Lib.LoopCombinators.repeati", "Hacl.Spec.SHA2.num_rounds16", "Hacl.Spec.SHA2.shuffle_inner_loop", "FStar.Pervasives.Native.Mktuple2" ]
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val shuffle (a: sha2_alg) (ws: k_w a) (hash: words_state a) : Tot (words_state a)
[]
Hacl.Spec.SHA2.shuffle
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.sha2_alg -> ws: Hacl.Spec.SHA2.k_w a -> hash: Spec.Hash.Definitions.words_state a -> Spec.Hash.Definitions.words_state a
{ "end_col": 4, "end_line": 225, "start_col": 80, "start_line": 223 }
Prims.Tot
val word_n: sha2_alg -> Tot nat
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let word_n: sha2_alg -> Tot nat = function | SHA2_224 | SHA2_256 -> 32 | SHA2_384 | SHA2_512 -> 64
val word_n: sha2_alg -> Tot nat let word_n: sha2_alg -> Tot nat =
false
null
false
function | SHA2_224 | SHA2_256 -> 32 | SHA2_384 | SHA2_512 -> 64
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Prims.nat" ]
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
true
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val word_n: sha2_alg -> Tot nat
[]
Hacl.Spec.SHA2.word_n
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
_: Spec.Hash.Definitions.sha2_alg -> Prims.nat
{ "end_col": 29, "end_line": 34, "start_col": 34, "start_line": 32 }
Prims.Tot
val to_word (a: sha2_alg) (n: nat{n < pow2 (word_n a)}) : word a
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let to_word (a:sha2_alg) (n:nat{n < pow2 (word_n a)}) : word a = match a with | SHA2_224 | SHA2_256 -> u32 n | SHA2_384 | SHA2_512 -> u64 n
val to_word (a: sha2_alg) (n: nat{n < pow2 (word_n a)}) : word a let to_word (a: sha2_alg) (n: nat{n < pow2 (word_n a)}) : word a =
false
null
false
match a with | SHA2_224 | SHA2_256 -> u32 n | SHA2_384 | SHA2_512 -> u64 n
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Prims.nat", "Prims.b2t", "Prims.op_LessThan", "Prims.pow2", "Hacl.Spec.SHA2.word_n", "Lib.IntTypes.u32", "Lib.IntTypes.u64", "Spec.Hash.Definitions.word" ]
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val to_word (a: sha2_alg) (n: nat{n < pow2 (word_n a)}) : word a
[]
Hacl.Spec.SHA2.to_word
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.sha2_alg -> n: Prims.nat{n < Prims.pow2 (Hacl.Spec.SHA2.word_n a)} -> Spec.Hash.Definitions.word a
{ "end_col": 32, "end_line": 40, "start_col": 2, "start_line": 38 }
Prims.Tot
val op0 (a: sha2_alg) : Tot ops
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let op0: a:sha2_alg -> Tot ops = function | SHA2_224 -> op224_256 | SHA2_256 -> op224_256 | SHA2_384 -> op384_512 | SHA2_512 -> op384_512
val op0 (a: sha2_alg) : Tot ops let op0: a: sha2_alg -> Tot ops =
false
null
false
function | SHA2_224 -> op224_256 | SHA2_256 -> op224_256 | SHA2_384 -> op384_512 | SHA2_512 -> op384_512
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Hacl.Spec.SHA2.op224_256", "Hacl.Spec.SHA2.op384_512", "Hacl.Spec.SHA2.ops" ]
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
true
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val op0 (a: sha2_alg) : Tot ops
[]
Hacl.Spec.SHA2.op0
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.sha2_alg -> Hacl.Spec.SHA2.ops
{ "end_col": 25, "end_line": 81, "start_col": 33, "start_line": 77 }
Prims.Tot
val num_rounds16 (a: sha2_alg) : n: pos{16 * n == size_k_w a}
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let num_rounds16 (a:sha2_alg) : n:pos{16 * n == size_k_w a} = match a with | SHA2_224 | SHA2_256 -> 4 | SHA2_384 | SHA2_512 -> 5
val num_rounds16 (a: sha2_alg) : n: pos{16 * n == size_k_w a} let num_rounds16 (a: sha2_alg) : n: pos{16 * n == size_k_w a} =
false
null
false
match a with | SHA2_224 | SHA2_256 -> 4 | SHA2_384 | SHA2_512 -> 5
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Prims.pos", "Prims.eq2", "Prims.int", "FStar.Mul.op_Star", "Hacl.Spec.SHA2.size_k_w" ]
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val num_rounds16 (a: sha2_alg) : n: pos{16 * n == size_k_w a}
[]
Hacl.Spec.SHA2.num_rounds16
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.sha2_alg -> n: Prims.pos{16 * n == Hacl.Spec.SHA2.size_k_w a}
{ "end_col": 28, "end_line": 46, "start_col": 2, "start_line": 44 }
Prims.Tot
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let k_w (a: sha2_alg) = lseq (word a) (block_word_length a)
let k_w (a: sha2_alg) =
false
null
false
lseq (word a) (block_word_length a)
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Lib.Sequence.lseq", "Spec.Hash.Definitions.word", "Spec.Hash.Definitions.block_word_length" ]
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
true
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val k_w : a: Spec.Hash.Definitions.sha2_alg -> Type0
[]
Hacl.Spec.SHA2.k_w
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.sha2_alg -> Type0
{ "end_col": 61, "end_line": 48, "start_col": 26, "start_line": 48 }
Prims.Tot
val op_Tilde_Dot: #a: sha2_alg -> word a -> word a
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let ( ~. ) (#a:sha2_alg): word a -> word a = match a with | SHA2_224 | SHA2_256 -> ( ~. ) #U32 #SEC | SHA2_384 | SHA2_512 -> ( ~. ) #U64 #SEC
val op_Tilde_Dot: #a: sha2_alg -> word a -> word a let op_Tilde_Dot (#a: sha2_alg) : word a -> word a =
false
null
false
match a with | SHA2_224 | SHA2_256 -> ( ~. ) #U32 #SEC | SHA2_384 | SHA2_512 -> ( ~. ) #U64 #SEC
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Lib.IntTypes.op_Tilde_Dot", "Lib.IntTypes.U32", "Lib.IntTypes.SEC", "Lib.IntTypes.U64", "Spec.Hash.Definitions.word" ]
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val op_Tilde_Dot: #a: sha2_alg -> word a -> word a
[]
Hacl.Spec.SHA2.op_Tilde_Dot
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
_: Spec.Hash.Definitions.word a -> Spec.Hash.Definitions.word a
{ "end_col": 43, "end_line": 106, "start_col": 2, "start_line": 104 }
Prims.Tot
val op_Hat_Dot: #a: sha2_alg -> word a -> word a -> word a
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let ( ^. ) (#a:sha2_alg): word a -> word a -> word a = match a with | SHA2_224 | SHA2_256 -> ( ^. ) #U32 #SEC | SHA2_384 | SHA2_512 -> ( ^. ) #U64 #SEC
val op_Hat_Dot: #a: sha2_alg -> word a -> word a -> word a let op_Hat_Dot (#a: sha2_alg) : word a -> word a -> word a =
false
null
false
match a with | SHA2_224 | SHA2_256 -> ( ^. ) #U32 #SEC | SHA2_384 | SHA2_512 -> ( ^. ) #U64 #SEC
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Lib.IntTypes.op_Hat_Dot", "Lib.IntTypes.U32", "Lib.IntTypes.SEC", "Lib.IntTypes.U64", "Spec.Hash.Definitions.word" ]
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val op_Hat_Dot: #a: sha2_alg -> word a -> word a -> word a
[]
Hacl.Spec.SHA2.op_Hat_Dot
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
_: Spec.Hash.Definitions.word a -> _: Spec.Hash.Definitions.word a -> Spec.Hash.Definitions.word a
{ "end_col": 43, "end_line": 93, "start_col": 2, "start_line": 91 }
Prims.Tot
val padded_blocks (a: sha2_alg) (len: nat{len <= block_length a}) : n: nat{n <= 2}
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let padded_blocks (a:sha2_alg) (len:nat{len <= block_length a}) : n:nat{n <= 2} = if (len + len_length a + 1 <= block_length a) then 1 else 2
val padded_blocks (a: sha2_alg) (len: nat{len <= block_length a}) : n: nat{n <= 2} let padded_blocks (a: sha2_alg) (len: nat{len <= block_length a}) : n: nat{n <= 2} =
false
null
false
if (len + len_length a + 1 <= block_length a) then 1 else 2
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Prims.nat", "Prims.b2t", "Prims.op_LessThanOrEqual", "Spec.Hash.Definitions.block_length", "Prims.op_Addition", "Spec.Hash.Definitions.len_length", "Prims.bool" ]
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val padded_blocks (a: sha2_alg) (len: nat{len <= block_length a}) : n: nat{n <= 2}
[]
Hacl.Spec.SHA2.padded_blocks
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.sha2_alg -> len: Prims.nat{len <= Spec.Hash.Definitions.block_length a} -> n: Prims.nat{n <= 2}
{ "end_col": 61, "end_line": 237, "start_col": 2, "start_line": 237 }
Prims.Tot
val size_k_w: sha2_alg -> Tot nat
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let size_k_w: sha2_alg -> Tot nat = function | SHA2_224 | SHA2_256 -> 64 | SHA2_384 | SHA2_512 -> 80
val size_k_w: sha2_alg -> Tot nat let size_k_w: sha2_alg -> Tot nat =
false
null
false
function | SHA2_224 | SHA2_256 -> 64 | SHA2_384 | SHA2_512 -> 80
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Prims.nat" ]
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
true
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val size_k_w: sha2_alg -> Tot nat
[]
Hacl.Spec.SHA2.size_k_w
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
_: Spec.Hash.Definitions.sha2_alg -> Prims.nat
{ "end_col": 29, "end_line": 29, "start_col": 36, "start_line": 27 }
Prims.Tot
val op_Amp_Dot: #a: sha2_alg -> word a -> word a -> word a
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let ( &. ) (#a:sha2_alg): word a -> word a -> word a = match a with | SHA2_224 | SHA2_256 -> ( &. ) #U32 #SEC | SHA2_384 | SHA2_512 -> ( &. ) #U64 #SEC
val op_Amp_Dot: #a: sha2_alg -> word a -> word a -> word a let op_Amp_Dot (#a: sha2_alg) : word a -> word a -> word a =
false
null
false
match a with | SHA2_224 | SHA2_256 -> ( &. ) #U32 #SEC | SHA2_384 | SHA2_512 -> ( &. ) #U64 #SEC
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Lib.IntTypes.op_Amp_Dot", "Lib.IntTypes.U32", "Lib.IntTypes.SEC", "Lib.IntTypes.U64", "Spec.Hash.Definitions.word" ]
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val op_Amp_Dot: #a: sha2_alg -> word a -> word a -> word a
[]
Hacl.Spec.SHA2.op_Amp_Dot
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
_: Spec.Hash.Definitions.word a -> _: Spec.Hash.Definitions.word a -> Spec.Hash.Definitions.word a
{ "end_col": 43, "end_line": 100, "start_col": 2, "start_line": 98 }
Prims.Tot
val op_Plus_Dot: #a: sha2_alg -> word a -> word a -> word a
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let ( +. ) (#a:sha2_alg): word a -> word a -> word a = match a with | SHA2_224 | SHA2_256 -> ( +. ) #U32 #SEC | SHA2_384 | SHA2_512 -> ( +. ) #U64 #SEC
val op_Plus_Dot: #a: sha2_alg -> word a -> word a -> word a let op_Plus_Dot (#a: sha2_alg) : word a -> word a -> word a =
false
null
false
match a with | SHA2_224 | SHA2_256 -> ( +. ) #U32 #SEC | SHA2_384 | SHA2_512 -> ( +. ) #U64 #SEC
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Lib.IntTypes.op_Plus_Dot", "Lib.IntTypes.U32", "Lib.IntTypes.SEC", "Lib.IntTypes.U64", "Spec.Hash.Definitions.word" ]
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val op_Plus_Dot: #a: sha2_alg -> word a -> word a -> word a
[]
Hacl.Spec.SHA2.op_Plus_Dot
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
_: Spec.Hash.Definitions.word a -> _: Spec.Hash.Definitions.word a -> Spec.Hash.Definitions.word a
{ "end_col": 43, "end_line": 87, "start_col": 2, "start_line": 85 }
Prims.Tot
val ws_next_inner (a: sha2_alg) (i: nat{i < 16}) (ws: k_w a) : k_w a
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let ws_next_inner (a:sha2_alg) (i:nat{i < 16}) (ws:k_w a) : k_w a = let t16 = ws.[i] in let t15 = ws.[(i+1) % 16] in let t7 = ws.[(i+9) % 16] in let t2 = ws.[(i+14) % 16] in let s1 = _sigma1 a t2 in let s0 = _sigma0 a t15 in Seq.upd ws i (s1 +. t7 +. s0 +. t16)
val ws_next_inner (a: sha2_alg) (i: nat{i < 16}) (ws: k_w a) : k_w a let ws_next_inner (a: sha2_alg) (i: nat{i < 16}) (ws: k_w a) : k_w a =
false
null
false
let t16 = ws.[ i ] in let t15 = ws.[ (i + 1) % 16 ] in let t7 = ws.[ (i + 9) % 16 ] in let t2 = ws.[ (i + 14) % 16 ] in let s1 = _sigma1 a t2 in let s0 = _sigma0 a t15 in Seq.upd ws i (s1 +. t7 +. s0 +. t16)
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Prims.nat", "Prims.b2t", "Prims.op_LessThan", "Hacl.Spec.SHA2.k_w", "FStar.Seq.Base.upd", "Spec.Hash.Definitions.word", "Hacl.Spec.SHA2.op_Plus_Dot", "Hacl.Spec.SHA2._sigma0", "Hacl.Spec.SHA2._sigma1", "Hacl.Spec.SHA2.op_String_Access", "Prims.op_Modulus", ...
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val ws_next_inner (a: sha2_alg) (i: nat{i < 16}) (ws: k_w a) : k_w a
[]
Hacl.Spec.SHA2.ws_next_inner
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.sha2_alg -> i: Prims.nat{i < 16} -> ws: Hacl.Spec.SHA2.k_w a -> Hacl.Spec.SHA2.k_w a
{ "end_col": 38, "end_line": 190, "start_col": 67, "start_line": 183 }
Prims.Tot
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let block_t (a: sha2_alg) = lseq uint8 (block_length a)
let block_t (a: sha2_alg) =
false
null
false
lseq uint8 (block_length a)
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Lib.Sequence.lseq", "Lib.IntTypes.uint8", "Spec.Hash.Definitions.block_length" ]
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
true
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val block_t : a: Spec.Hash.Definitions.sha2_alg -> Type0
[]
Hacl.Spec.SHA2.block_t
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.sha2_alg -> Type0
{ "end_col": 55, "end_line": 49, "start_col": 28, "start_line": 49 }
Prims.Tot
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let sha224 (len:len_lt_max_a_t SHA2_224) (b:seq uint8{length b = len}) = hash #SHA2_224 len b
let sha224 (len: len_lt_max_a_t SHA2_224) (b: seq uint8 {length b = len}) =
false
null
false
hash #SHA2_224 len b
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Hacl.Spec.SHA2.len_lt_max_a_t", "Spec.Hash.Definitions.SHA2_224", "Lib.Sequence.seq", "Lib.IntTypes.uint8", "Prims.b2t", "Prims.op_Equality", "Prims.nat", "Lib.Sequence.length", "Hacl.Spec.SHA2.hash", "Lib.Sequence.lseq", "Spec.Hash.Definitions.hash_length" ]
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val sha224 : len: Hacl.Spec.SHA2.len_lt_max_a_t Spec.Hash.Definitions.SHA2_224 -> b: Lib.Sequence.seq Lib.IntTypes.uint8 {Lib.Sequence.length b = len} -> Lib.Sequence.lseq Lib.IntTypes.uint8 (Spec.Hash.Definitions.hash_length Spec.Hash.Definitions.SHA2_224)
[]
Hacl.Spec.SHA2.sha224
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
len: Hacl.Spec.SHA2.len_lt_max_a_t Spec.Hash.Definitions.SHA2_224 -> b: Lib.Sequence.seq Lib.IntTypes.uint8 {Lib.Sequence.length b = len} -> Lib.Sequence.lseq Lib.IntTypes.uint8 (Spec.Hash.Definitions.hash_length Spec.Hash.Definitions.SHA2_224)
{ "end_col": 22, "end_line": 301, "start_col": 2, "start_line": 301 }
Prims.Tot
val op_Greater_Greater_Dot: #a: sha2_alg -> word a -> shiftval (word_t a) -> word a
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let ( >>. ) (#a:sha2_alg): word a -> shiftval (word_t a) -> word a = match a with | SHA2_224 | SHA2_256 -> ( >>. ) #U32 #SEC | SHA2_384 | SHA2_512 -> ( >>. ) #U64 #SEC
val op_Greater_Greater_Dot: #a: sha2_alg -> word a -> shiftval (word_t a) -> word a let op_Greater_Greater_Dot (#a: sha2_alg) : word a -> shiftval (word_t a) -> word a =
false
null
false
match a with | SHA2_224 | SHA2_256 -> ( >>. ) #U32 #SEC | SHA2_384 | SHA2_512 -> ( >>. ) #U64 #SEC
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Lib.IntTypes.op_Greater_Greater_Dot", "Lib.IntTypes.U32", "Lib.IntTypes.SEC", "Lib.IntTypes.U64", "Spec.Hash.Definitions.word", "Lib.IntTypes.shiftval", "Spec.Hash.Definitions.word_t" ]
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val op_Greater_Greater_Dot: #a: sha2_alg -> word a -> shiftval (word_t a) -> word a
[]
Hacl.Spec.SHA2.op_Greater_Greater_Dot
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
_: Spec.Hash.Definitions.word a -> _: Lib.IntTypes.shiftval (Spec.Hash.Definitions.word_t a) -> Spec.Hash.Definitions.word a
{ "end_col": 44, "end_line": 118, "start_col": 2, "start_line": 116 }
Prims.Tot
val update (a: sha2_alg) (block: block_t a) (hash: words_state a) : Tot (words_state a)
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let update (a:sha2_alg) (block:block_t a) (hash:words_state a): Tot (words_state a) = let block_w = Lib.ByteSequence.uints_from_bytes_be #(word_t a) #SEC #(block_word_length a) block in let hash_1 = shuffle a block_w hash in map2 #_ #_ #_ #8 ( +. ) hash_1 hash
val update (a: sha2_alg) (block: block_t a) (hash: words_state a) : Tot (words_state a) let update (a: sha2_alg) (block: block_t a) (hash: words_state a) : Tot (words_state a) =
false
null
false
let block_w = Lib.ByteSequence.uints_from_bytes_be #(word_t a) #SEC #(block_word_length a) block in let hash_1 = shuffle a block_w hash in map2 #_ #_ #_ #8 ( +. ) hash_1 hash
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Hacl.Spec.SHA2.block_t", "Spec.Hash.Definitions.words_state", "Lib.Sequence.map2", "Spec.Hash.Definitions.word", "Hacl.Spec.SHA2.op_Plus_Dot", "Hacl.Spec.SHA2.shuffle", "Lib.Sequence.lseq", "Lib.IntTypes.int_t", "Spec.Hash.Definitions.word_t", "Lib.IntTypes.SEC...
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val update (a: sha2_alg) (block: block_t a) (hash: words_state a) : Tot (words_state a)
[]
Hacl.Spec.SHA2.update
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.sha2_alg -> block: Hacl.Spec.SHA2.block_t a -> hash: Spec.Hash.Definitions.words_state a -> Spec.Hash.Definitions.words_state a
{ "end_col": 37, "end_line": 233, "start_col": 85, "start_line": 230 }
Prims.Tot
val op_Greater_Greater_Greater_Dot: #a: sha2_alg -> word a -> rotval (word_t a) -> word a
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let ( >>>. ) (#a:sha2_alg): word a -> rotval (word_t a) -> word a = match a with | SHA2_224 | SHA2_256 -> ( >>>. ) #U32 #SEC | SHA2_384 | SHA2_512 -> ( >>>. ) #U64 #SEC
val op_Greater_Greater_Greater_Dot: #a: sha2_alg -> word a -> rotval (word_t a) -> word a let op_Greater_Greater_Greater_Dot (#a: sha2_alg) : word a -> rotval (word_t a) -> word a =
false
null
false
match a with | SHA2_224 | SHA2_256 -> ( >>>. ) #U32 #SEC | SHA2_384 | SHA2_512 -> ( >>>. ) #U64 #SEC
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Lib.IntTypes.op_Greater_Greater_Greater_Dot", "Lib.IntTypes.U32", "Lib.IntTypes.SEC", "Lib.IntTypes.U64", "Spec.Hash.Definitions.word", "Lib.IntTypes.rotval", "Spec.Hash.Definitions.word_t" ]
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val op_Greater_Greater_Greater_Dot: #a: sha2_alg -> word a -> rotval (word_t a) -> word a
[]
Hacl.Spec.SHA2.op_Greater_Greater_Greater_Dot
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
_: Spec.Hash.Definitions.word a -> _: Lib.IntTypes.rotval (Spec.Hash.Definitions.word_t a) -> Spec.Hash.Definitions.word a
{ "end_col": 45, "end_line": 112, "start_col": 2, "start_line": 110 }
Prims.Tot
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let sha384 (len:len_lt_max_a_t SHA2_384) (b:seq uint8{length b = len}) = hash #SHA2_384 len b
let sha384 (len: len_lt_max_a_t SHA2_384) (b: seq uint8 {length b = len}) =
false
null
false
hash #SHA2_384 len b
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Hacl.Spec.SHA2.len_lt_max_a_t", "Spec.Hash.Definitions.SHA2_384", "Lib.Sequence.seq", "Lib.IntTypes.uint8", "Prims.b2t", "Prims.op_Equality", "Prims.nat", "Lib.Sequence.length", "Hacl.Spec.SHA2.hash", "Lib.Sequence.lseq", "Spec.Hash.Definitions.hash_length" ]
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val sha384 : len: Hacl.Spec.SHA2.len_lt_max_a_t Spec.Hash.Definitions.SHA2_384 -> b: Lib.Sequence.seq Lib.IntTypes.uint8 {Lib.Sequence.length b = len} -> Lib.Sequence.lseq Lib.IntTypes.uint8 (Spec.Hash.Definitions.hash_length Spec.Hash.Definitions.SHA2_384)
[]
Hacl.Spec.SHA2.sha384
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
len: Hacl.Spec.SHA2.len_lt_max_a_t Spec.Hash.Definitions.SHA2_384 -> b: Lib.Sequence.seq Lib.IntTypes.uint8 {Lib.Sequence.length b = len} -> Lib.Sequence.lseq Lib.IntTypes.uint8 (Spec.Hash.Definitions.hash_length Spec.Hash.Definitions.SHA2_384)
{ "end_col": 22, "end_line": 307, "start_col": 2, "start_line": 307 }
Prims.Tot
val shuffle_inner: a:sha2_alg -> ws:k_w a -> i:nat{i < num_rounds16 a} -> j:nat{j < 16} -> hash:words_state a -> words_state a
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let shuffle_inner a ws i j hash = let k_t = Seq.index (k0 a) (16 * i + j) in let ws_t = ws.[j] in shuffle_core_pre a k_t ws_t hash
val shuffle_inner: a:sha2_alg -> ws:k_w a -> i:nat{i < num_rounds16 a} -> j:nat{j < 16} -> hash:words_state a -> words_state a let shuffle_inner a ws i j hash =
false
null
false
let k_t = Seq.index (k0 a) (16 * i + j) in let ws_t = ws.[ j ] in shuffle_core_pre a k_t ws_t hash
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Hacl.Spec.SHA2.k_w", "Prims.nat", "Prims.b2t", "Prims.op_LessThan", "Hacl.Spec.SHA2.num_rounds16", "Spec.Hash.Definitions.words_state", "Hacl.Spec.SHA2.shuffle_core_pre", "Spec.Hash.Definitions.word", "Hacl.Spec.SHA2.op_String_Access", "FStar.Seq.Base.index", ...
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val shuffle_inner: a:sha2_alg -> ws:k_w a -> i:nat{i < num_rounds16 a} -> j:nat{j < 16} -> hash:words_state a -> words_state a
[]
Hacl.Spec.SHA2.shuffle_inner
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.sha2_alg -> ws: Hacl.Spec.SHA2.k_w a -> i: Prims.nat{i < Hacl.Spec.SHA2.num_rounds16 a} -> j: Prims.nat{j < 16} -> hash: Spec.Hash.Definitions.words_state a -> Spec.Hash.Definitions.words_state a
{ "end_col": 34, "end_line": 207, "start_col": 33, "start_line": 204 }
Prims.Tot
val h0 (a: sha2_alg) : Tot (words_state a)
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let h0: a:sha2_alg -> Tot (words_state a) = function | SHA2_224 -> C.h224 | SHA2_256 -> C.h256 | SHA2_384 -> C.h384 | SHA2_512 -> C.h512
val h0 (a: sha2_alg) : Tot (words_state a) let h0: a: sha2_alg -> Tot (words_state a) =
false
null
false
function | SHA2_224 -> C.h224 | SHA2_256 -> C.h256 | SHA2_384 -> C.h384 | SHA2_512 -> C.h512
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Spec.SHA2.Constants.h224", "Spec.SHA2.Constants.h256", "Spec.SHA2.Constants.h384", "Spec.SHA2.Constants.h512", "Spec.Hash.Definitions.words_state" ]
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val h0 (a: sha2_alg) : Tot (words_state a)
[]
Hacl.Spec.SHA2.h0
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.sha2_alg -> Spec.Hash.Definitions.words_state a
{ "end_col": 22, "end_line": 149, "start_col": 44, "start_line": 145 }
Prims.Tot
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let sha256 (len:len_lt_max_a_t SHA2_256) (b:seq uint8{length b = len}) = hash #SHA2_256 len b
let sha256 (len: len_lt_max_a_t SHA2_256) (b: seq uint8 {length b = len}) =
false
null
false
hash #SHA2_256 len b
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Hacl.Spec.SHA2.len_lt_max_a_t", "Spec.Hash.Definitions.SHA2_256", "Lib.Sequence.seq", "Lib.IntTypes.uint8", "Prims.b2t", "Prims.op_Equality", "Prims.nat", "Lib.Sequence.length", "Hacl.Spec.SHA2.hash", "Lib.Sequence.lseq", "Spec.Hash.Definitions.hash_length" ]
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val sha256 : len: Hacl.Spec.SHA2.len_lt_max_a_t Spec.Hash.Definitions.SHA2_256 -> b: Lib.Sequence.seq Lib.IntTypes.uint8 {Lib.Sequence.length b = len} -> Lib.Sequence.lseq Lib.IntTypes.uint8 (Spec.Hash.Definitions.hash_length Spec.Hash.Definitions.SHA2_256)
[]
Hacl.Spec.SHA2.sha256
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
len: Hacl.Spec.SHA2.len_lt_max_a_t Spec.Hash.Definitions.SHA2_256 -> b: Lib.Sequence.seq Lib.IntTypes.uint8 {Lib.Sequence.length b = len} -> Lib.Sequence.lseq Lib.IntTypes.uint8 (Spec.Hash.Definitions.hash_length Spec.Hash.Definitions.SHA2_256)
{ "end_col": 22, "end_line": 304, "start_col": 2, "start_line": 304 }
Prims.Tot
val _sigma0: a:sha2_alg -> x:(word a) -> Tot (word a)
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let _sigma0 a x = (x >>>. (op0 a).e0) ^. (x >>>. (op0 a).e1) ^. (x >>. (op0 a).e2)
val _sigma0: a:sha2_alg -> x:(word a) -> Tot (word a) let _sigma0 a x =
false
null
false
(x >>>. (op0 a).e0) ^. (x >>>. (op0 a).e1) ^. (x >>. (op0 a).e2)
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Spec.Hash.Definitions.word", "Hacl.Spec.SHA2.op_Hat_Dot", "Hacl.Spec.SHA2.op_Greater_Greater_Greater_Dot", "Hacl.Spec.SHA2.__proj__Mkops__item__e0", "Hacl.Spec.SHA2.op0", "Hacl.Spec.SHA2.__proj__Mkops__item__e1", "Hacl.Spec.SHA2.op_Greater_Greater_Dot", "Hacl.Spec....
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val _sigma0: a:sha2_alg -> x:(word a) -> Tot (word a)
[]
Hacl.Spec.SHA2._sigma0
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.sha2_alg -> x: Spec.Hash.Definitions.word a -> Spec.Hash.Definitions.word a
{ "end_col": 82, "end_line": 139, "start_col": 18, "start_line": 139 }
Prims.Tot
val k0 (a: sha2_alg) : Tot (m: S.seq (word a) {S.length m = size_k_w a})
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let k0: a:sha2_alg -> Tot (m:S.seq (word a) {S.length m = size_k_w a}) = function | SHA2_224 -> C.k224_256 | SHA2_256 -> C.k224_256 | SHA2_384 -> C.k384_512 | SHA2_512 -> C.k384_512
val k0 (a: sha2_alg) : Tot (m: S.seq (word a) {S.length m = size_k_w a}) let k0: a: sha2_alg -> Tot (m: S.seq (word a) {S.length m = size_k_w a}) =
false
null
false
function | SHA2_224 -> C.k224_256 | SHA2_256 -> C.k224_256 | SHA2_384 -> C.k384_512 | SHA2_512 -> C.k384_512
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Spec.SHA2.Constants.k224_256", "Spec.SHA2.Constants.k384_512", "FStar.Seq.Base.seq", "Spec.Hash.Definitions.word", "Prims.b2t", "Prims.op_Equality", "Prims.nat", "FStar.Seq.Base.length", "Hacl.Spec.SHA2.size_k_w" ]
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val k0 (a: sha2_alg) : Tot (m: S.seq (word a) {S.length m = size_k_w a})
[]
Hacl.Spec.SHA2.k0
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.sha2_alg -> m: FStar.Seq.Base.seq (Spec.Hash.Definitions.word a) {FStar.Seq.Base.length m = Hacl.Spec.SHA2.size_k_w a}
{ "end_col": 26, "end_line": 155, "start_col": 73, "start_line": 151 }
Prims.Tot
val finish (a: sha2_alg) (st: words_state a) : Tot (lseq uint8 (hash_length a))
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let finish (a:sha2_alg) (st:words_state a) : Tot (lseq uint8 (hash_length a)) = let hseq = store_state a st in emit a hseq
val finish (a: sha2_alg) (st: words_state a) : Tot (lseq uint8 (hash_length a)) let finish (a: sha2_alg) (st: words_state a) : Tot (lseq uint8 (hash_length a)) =
false
null
false
let hseq = store_state a st in emit a hseq
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Spec.Hash.Definitions.words_state", "Hacl.Spec.SHA2.emit", "Lib.Sequence.lseq", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.op_Multiply", "Spec.Hash.Definitions.word_length", "Hacl.Spec.SHA2.store_state", "Lib.IntTypes.uint8", "Spec.Ha...
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val finish (a: sha2_alg) (st: words_state a) : Tot (lseq uint8 (hash_length a))
[]
Hacl.Spec.SHA2.finish
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.sha2_alg -> st: Spec.Hash.Definitions.words_state a -> Lib.Sequence.lseq Lib.IntTypes.uint8 (Spec.Hash.Definitions.hash_length a)
{ "end_col": 13, "end_line": 276, "start_col": 79, "start_line": 274 }
Prims.Tot
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let hash (#a:sha2_alg) (len:len_lt_max_a_t a) (b:seq uint8{length b = len}) = let len' : len_t a = mk_len_t a len in let st = init a in let st = update_nblocks a len b st in let rem = len % block_length a in let mb = Seq.slice b (len - rem) len in let st = update_last a len' rem mb st in finish a st
let hash (#a: sha2_alg) (len: len_lt_max_a_t a) (b: seq uint8 {length b = len}) =
false
null
false
let len':len_t a = mk_len_t a len in let st = init a in let st = update_nblocks a len b st in let rem = len % block_length a in let mb = Seq.slice b (len - rem) len in let st = update_last a len' rem mb st in finish a st
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Hacl.Spec.SHA2.len_lt_max_a_t", "Lib.Sequence.seq", "Lib.IntTypes.uint8", "Prims.b2t", "Prims.op_Equality", "Prims.nat", "Lib.Sequence.length", "Hacl.Spec.SHA2.finish", "Spec.Hash.Definitions.words_state", "Hacl.Spec.SHA2.update_last", "FStar.Seq.Base.seq", ...
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val hash : len: Hacl.Spec.SHA2.len_lt_max_a_t a -> b: Lib.Sequence.seq Lib.IntTypes.uint8 {Lib.Sequence.length b = len} -> Lib.Sequence.lseq Lib.IntTypes.uint8 (Spec.Hash.Definitions.hash_length a)
[]
Hacl.Spec.SHA2.hash
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
len: Hacl.Spec.SHA2.len_lt_max_a_t a -> b: Lib.Sequence.seq Lib.IntTypes.uint8 {Lib.Sequence.length b = len} -> Lib.Sequence.lseq Lib.IntTypes.uint8 (Spec.Hash.Definitions.hash_length a)
{ "end_col": 13, "end_line": 298, "start_col": 77, "start_line": 291 }
Prims.Tot
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let sha512 (len:len_lt_max_a_t SHA2_512) (b:seq uint8{length b = len}) = hash #SHA2_512 len b
let sha512 (len: len_lt_max_a_t SHA2_512) (b: seq uint8 {length b = len}) =
false
null
false
hash #SHA2_512 len b
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Hacl.Spec.SHA2.len_lt_max_a_t", "Spec.Hash.Definitions.SHA2_512", "Lib.Sequence.seq", "Lib.IntTypes.uint8", "Prims.b2t", "Prims.op_Equality", "Prims.nat", "Lib.Sequence.length", "Hacl.Spec.SHA2.hash", "Lib.Sequence.lseq", "Spec.Hash.Definitions.hash_length" ]
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val sha512 : len: Hacl.Spec.SHA2.len_lt_max_a_t Spec.Hash.Definitions.SHA2_512 -> b: Lib.Sequence.seq Lib.IntTypes.uint8 {Lib.Sequence.length b = len} -> Lib.Sequence.lseq Lib.IntTypes.uint8 (Spec.Hash.Definitions.hash_length Spec.Hash.Definitions.SHA2_512)
[]
Hacl.Spec.SHA2.sha512
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
len: Hacl.Spec.SHA2.len_lt_max_a_t Spec.Hash.Definitions.SHA2_512 -> b: Lib.Sequence.seq Lib.IntTypes.uint8 {Lib.Sequence.length b = len} -> Lib.Sequence.lseq Lib.IntTypes.uint8 (Spec.Hash.Definitions.hash_length Spec.Hash.Definitions.SHA2_512)
{ "end_col": 22, "end_line": 310, "start_col": 2, "start_line": 310 }
Prims.Tot
val shuffle_core_pre (a: sha2_alg) (k_t ws_t: word a) (hash: words_state a) : Tot (words_state a)
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let shuffle_core_pre (a:sha2_alg) (k_t: word a) (ws_t: word a) (hash:words_state a) : Tot (words_state a) = (**) assert(7 <= S.length hash); let a0 = hash.[0] in let b0 = hash.[1] in let c0 = hash.[2] in let d0 = hash.[3] in let e0 = hash.[4] in let f0 = hash.[5] in let g0 = hash.[6] in let h0 = hash....
val shuffle_core_pre (a: sha2_alg) (k_t ws_t: word a) (hash: words_state a) : Tot (words_state a) let shuffle_core_pre (a: sha2_alg) (k_t ws_t: word a) (hash: words_state a) : Tot (words_state a) =
false
null
false
assert (7 <= S.length hash); let a0 = hash.[ 0 ] in let b0 = hash.[ 1 ] in let c0 = hash.[ 2 ] in let d0 = hash.[ 3 ] in let e0 = hash.[ 4 ] in let f0 = hash.[ 5 ] in let g0 = hash.[ 6 ] in let h0 = hash.[ 7 ] in assert (S.length (k0 a) = size_k_w a); let t1 = h0 +. (_Sigma1 a e0) +. (_Ch a e0 f0 g0) +. k_t +. ws_t in ...
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Spec.Hash.Definitions.word", "Spec.Hash.Definitions.words_state", "FStar.Seq.Properties.seq_of_list", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.b2t", "Prims.op_Equality", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "Prims.Cons", "Hac...
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val shuffle_core_pre (a: sha2_alg) (k_t ws_t: word a) (hash: words_state a) : Tot (words_state a)
[]
Hacl.Spec.SHA2.shuffle_core_pre
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.sha2_alg -> k_t: Spec.Hash.Definitions.word a -> ws_t: Spec.Hash.Definitions.word a -> hash: Spec.Hash.Definitions.words_state a -> Spec.Hash.Definitions.words_state a
{ "end_col": 17, "end_line": 179, "start_col": 7, "start_line": 163 }
Prims.Tot
val _Sigma1: a:sha2_alg -> x:(word a) -> Tot (word a)
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let _Sigma1 a x = (x >>>. (op0 a).c3) ^. (x >>>. (op0 a).c4) ^. (x >>>. (op0 a).c5)
val _Sigma1: a:sha2_alg -> x:(word a) -> Tot (word a) let _Sigma1 a x =
false
null
false
(x >>>. (op0 a).c3) ^. (x >>>. (op0 a).c4) ^. (x >>>. (op0 a).c5)
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Spec.Hash.Definitions.word", "Hacl.Spec.SHA2.op_Hat_Dot", "Hacl.Spec.SHA2.op_Greater_Greater_Greater_Dot", "Hacl.Spec.SHA2.__proj__Mkops__item__c3", "Hacl.Spec.SHA2.op0", "Hacl.Spec.SHA2.__proj__Mkops__item__c4", "Hacl.Spec.SHA2.__proj__Mkops__item__c5" ]
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val _Sigma1: a:sha2_alg -> x:(word a) -> Tot (word a)
[]
Hacl.Spec.SHA2._Sigma1
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.sha2_alg -> x: Spec.Hash.Definitions.word a -> Spec.Hash.Definitions.word a
{ "end_col": 83, "end_line": 135, "start_col": 18, "start_line": 135 }
Prims.Tot
val _sigma1: a:sha2_alg -> x:(word a) -> Tot (word a)
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let _sigma1 a x = (x >>>. (op0 a).e3) ^. (x >>>. (op0 a).e4) ^. (x >>. (op0 a).e5)
val _sigma1: a:sha2_alg -> x:(word a) -> Tot (word a) let _sigma1 a x =
false
null
false
(x >>>. (op0 a).e3) ^. (x >>>. (op0 a).e4) ^. (x >>. (op0 a).e5)
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Spec.Hash.Definitions.word", "Hacl.Spec.SHA2.op_Hat_Dot", "Hacl.Spec.SHA2.op_Greater_Greater_Greater_Dot", "Hacl.Spec.SHA2.__proj__Mkops__item__e3", "Hacl.Spec.SHA2.op0", "Hacl.Spec.SHA2.__proj__Mkops__item__e4", "Hacl.Spec.SHA2.op_Greater_Greater_Dot", "Hacl.Spec....
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val _sigma1: a:sha2_alg -> x:(word a) -> Tot (word a)
[]
Hacl.Spec.SHA2._sigma1
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.sha2_alg -> x: Spec.Hash.Definitions.word a -> Spec.Hash.Definitions.word a
{ "end_col": 82, "end_line": 143, "start_col": 18, "start_line": 143 }
Prims.Tot
val _Sigma0: a:sha2_alg -> x:(word a) -> Tot (word a)
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let _Sigma0 a x = (x >>>. (op0 a).c0) ^. (x >>>. (op0 a).c1) ^. (x >>>. (op0 a).c2)
val _Sigma0: a:sha2_alg -> x:(word a) -> Tot (word a) let _Sigma0 a x =
false
null
false
(x >>>. (op0 a).c0) ^. (x >>>. (op0 a).c1) ^. (x >>>. (op0 a).c2)
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Spec.Hash.Definitions.word", "Hacl.Spec.SHA2.op_Hat_Dot", "Hacl.Spec.SHA2.op_Greater_Greater_Greater_Dot", "Hacl.Spec.SHA2.__proj__Mkops__item__c0", "Hacl.Spec.SHA2.op0", "Hacl.Spec.SHA2.__proj__Mkops__item__c1", "Hacl.Spec.SHA2.__proj__Mkops__item__c2" ]
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val _Sigma0: a:sha2_alg -> x:(word a) -> Tot (word a)
[]
Hacl.Spec.SHA2._Sigma0
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.sha2_alg -> x: Spec.Hash.Definitions.word a -> Spec.Hash.Definitions.word a
{ "end_col": 83, "end_line": 131, "start_col": 18, "start_line": 131 }
Prims.Tot
val update_nblocks (a: sha2_alg) (len: len_lt_max_a_t a) (b: seq uint8 {length b = len}) (st: words_state a) : words_state a
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let update_nblocks (a:sha2_alg) (len:len_lt_max_a_t a) (b:seq uint8{length b = len}) (st:words_state a) : words_state a = let blocks = len / block_length a in Lib.LoopCombinators.repeati blocks (update_block a len b) st
val update_nblocks (a: sha2_alg) (len: len_lt_max_a_t a) (b: seq uint8 {length b = len}) (st: words_state a) : words_state a let update_nblocks (a: sha2_alg) (len: len_lt_max_a_t a) (b: seq uint8 {length b = len}) (st: words_state a) : words_state a =
false
null
false
let blocks = len / block_length a in Lib.LoopCombinators.repeati blocks (update_block a len b) st
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Hacl.Spec.SHA2.len_lt_max_a_t", "Lib.Sequence.seq", "Lib.IntTypes.uint8", "Prims.b2t", "Prims.op_Equality", "Prims.nat", "Lib.Sequence.length", "Spec.Hash.Definitions.words_state", "Lib.LoopCombinators.repeati", "Hacl.Spec.SHA2.update_block", "Prims.int", "...
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val update_nblocks (a: sha2_alg) (len: len_lt_max_a_t a) (b: seq uint8 {length b = len}) (st: words_state a) : words_state a
[]
Hacl.Spec.SHA2.update_nblocks
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.sha2_alg -> len: Hacl.Spec.SHA2.len_lt_max_a_t a -> b: Lib.Sequence.seq Lib.IntTypes.uint8 {Lib.Sequence.length b = len} -> st: Spec.Hash.Definitions.words_state a -> Spec.Hash.Definitions.words_state a
{ "end_col": 62, "end_line": 288, "start_col": 121, "start_line": 286 }
Prims.Tot
val store_state (a: sha2_alg) (hashw: words_state a) : Tot (lseq uint8 (8 * word_length a))
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let store_state (a:sha2_alg) (hashw:words_state a) : Tot (lseq uint8 (8 * word_length a)) = Lib.ByteSequence.uints_to_bytes_be #(word_t a) #SEC #8 hashw
val store_state (a: sha2_alg) (hashw: words_state a) : Tot (lseq uint8 (8 * word_length a)) let store_state (a: sha2_alg) (hashw: words_state a) : Tot (lseq uint8 (8 * word_length a)) =
false
null
false
Lib.ByteSequence.uints_to_bytes_be #(word_t a) #SEC #8 hashw
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Spec.Hash.Definitions.words_state", "Lib.ByteSequence.uints_to_bytes_be", "Spec.Hash.Definitions.word_t", "Lib.IntTypes.SEC", "Lib.Sequence.lseq", "Lib.IntTypes.uint8", "FStar.Mul.op_Star", "Spec.Hash.Definitions.word_length" ]
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val store_state (a: sha2_alg) (hashw: words_state a) : Tot (lseq uint8 (8 * word_length a))
[]
Hacl.Spec.SHA2.store_state
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.sha2_alg -> hashw: Spec.Hash.Definitions.words_state a -> Lib.Sequence.lseq Lib.IntTypes.uint8 (8 * Spec.Hash.Definitions.word_length a)
{ "end_col": 62, "end_line": 267, "start_col": 2, "start_line": 267 }
Prims.Tot
val update_last (a: sha2_alg) (totlen: len_t a) (len: nat{len <= block_length a}) (b: bytes{S.length b = len}) (hash: words_state a) : Tot (words_state a)
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let update_last (a:sha2_alg) (totlen:len_t a) (len:nat{len <= block_length a}) (b:bytes{S.length b = len}) (hash:words_state a) : Tot (words_state a) = let blocks = padded_blocks a len in let fin = blocks * block_length a in let total_len_bits = secret (shift_left #(len_int_type a) totlen 3ul) in let totlen...
val update_last (a: sha2_alg) (totlen: len_t a) (len: nat{len <= block_length a}) (b: bytes{S.length b = len}) (hash: words_state a) : Tot (words_state a) let update_last (a: sha2_alg) (totlen: len_t a) (len: nat{len <= block_length a}) (b: bytes{S.length b = le...
false
null
false
let blocks = padded_blocks a len in let fin = blocks * block_length a in let total_len_bits = secret (shift_left #(len_int_type a) totlen 3ul) in let totlen_seq = Lib.ByteSequence.uint_to_bytes_be #(len_int_type a) total_len_bits in let b0, b1 = load_last a totlen_seq fin len b in let hash = update a b0 hash in if bloc...
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Spec.Hash.Definitions.len_t", "Prims.nat", "Prims.b2t", "Prims.op_LessThanOrEqual", "Spec.Hash.Definitions.block_length", "Spec.Hash.Definitions.bytes", "Prims.op_Equality", "FStar.Seq.Base.length", "Lib.IntTypes.uint8", "Spec.Hash.Definitions.words_state", "...
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val update_last (a: sha2_alg) (totlen: len_t a) (len: nat{len <= block_length a}) (b: bytes{S.length b = len}) (hash: words_state a) : Tot (words_state a)
[]
Hacl.Spec.SHA2.update_last
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.sha2_alg -> totlen: Spec.Hash.Definitions.len_t a -> len: Prims.nat{len <= Spec.Hash.Definitions.block_length a} -> b: Spec.Hash.Definitions.bytes{FStar.Seq.Base.length b = len} -> hash: Spec.Hash.Definitions.words_state a -> Spec.Hash.Definitions.words_state a
{ "end_col": 47, "end_line": 263, "start_col": 74, "start_line": 256 }
Prims.Tot
val update_block (a: sha2_alg) (len: len_lt_max_a_t a) (b: seq uint8 {length b = len}) (i: nat{i < len / block_length a}) (st: words_state a) : words_state a
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let update_block (a:sha2_alg) (len:len_lt_max_a_t a) (b:seq uint8{length b = len}) (i:nat{i < len / block_length a}) (st:words_state a) : words_state a = let mb = Seq.slice b (i * block_length a) (i * block_length a + block_length a) in update a mb st
val update_block (a: sha2_alg) (len: len_lt_max_a_t a) (b: seq uint8 {length b = len}) (i: nat{i < len / block_length a}) (st: words_state a) : words_state a let update_block (a: sha2_alg) (len: len_lt_max_a_t a) (b: seq uint8 {length b = len}) (i: nat{i < len /...
false
null
false
let mb = Seq.slice b (i * block_length a) (i * block_length a + block_length a) in update a mb st
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Hacl.Spec.SHA2.len_lt_max_a_t", "Lib.Sequence.seq", "Lib.IntTypes.uint8", "Prims.b2t", "Prims.op_Equality", "Prims.nat", "Lib.Sequence.length", "Prims.op_LessThan", "Prims.op_Division", "Spec.Hash.Definitions.block_length", "Spec.Hash.Definitions.words_state"...
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val update_block (a: sha2_alg) (len: len_lt_max_a_t a) (b: seq uint8 {length b = len}) (i: nat{i < len / block_length a}) (st: words_state a) : words_state a
[]
Hacl.Spec.SHA2.update_block
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.sha2_alg -> len: Hacl.Spec.SHA2.len_lt_max_a_t a -> b: Lib.Sequence.seq Lib.IntTypes.uint8 {Lib.Sequence.length b = len} -> i: Prims.nat{i < len / Spec.Hash.Definitions.block_length a} -> st: Spec.Hash.Definitions.words_state a -> Spec.Hash.Definitions.words_state a
{ "end_col": 16, "end_line": 283, "start_col": 2, "start_line": 281 }
Prims.Tot
val emit (a: sha2_alg) (h: lseq uint8 (8 * word_length a)) : Tot (lseq uint8 (hash_length a))
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let emit (a:sha2_alg) (h:lseq uint8 (8 * word_length a)) : Tot (lseq uint8 (hash_length a)) = sub h 0 (hash_length a)
val emit (a: sha2_alg) (h: lseq uint8 (8 * word_length a)) : Tot (lseq uint8 (hash_length a)) let emit (a: sha2_alg) (h: lseq uint8 (8 * word_length a)) : Tot (lseq uint8 (hash_length a)) =
false
null
false
sub h 0 (hash_length a)
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Lib.Sequence.lseq", "Lib.IntTypes.uint8", "FStar.Mul.op_Star", "Spec.Hash.Definitions.word_length", "Lib.Sequence.sub", "Spec.Hash.Definitions.hash_length" ]
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val emit (a: sha2_alg) (h: lseq uint8 (8 * word_length a)) : Tot (lseq uint8 (hash_length a))
[]
Hacl.Spec.SHA2.emit
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.sha2_alg -> h: Lib.Sequence.lseq Lib.IntTypes.uint8 (8 * Spec.Hash.Definitions.word_length a) -> Lib.Sequence.lseq Lib.IntTypes.uint8 (Spec.Hash.Definitions.hash_length a)
{ "end_col": 25, "end_line": 271, "start_col": 2, "start_line": 271 }
Prims.Tot
val load_last (a: sha2_alg) (totlen_seq: lseq uint8 (len_length a)) (fin: nat{fin == block_length a \/ fin == 2 * block_length a}) (len: nat{len <= block_length a}) (b: bytes{S.length b = len}) : (block_t a & block_t a)
[ { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "Spec.SHA2.Constants", "short_module": "C" }, { "abbrev": false, "full_modu...
false
let load_last (a:sha2_alg) (totlen_seq:lseq uint8 (len_length a)) (fin:nat{fin == block_length a \/ fin == 2 * block_length a}) (len:nat{len <= block_length a}) (b:bytes{S.length b = len}) : (block_t a & block_t a) = let last = create (2 * block_length a) (u8 0) in let last = update_sub last 0 len b in ...
val load_last (a: sha2_alg) (totlen_seq: lseq uint8 (len_length a)) (fin: nat{fin == block_length a \/ fin == 2 * block_length a}) (len: nat{len <= block_length a}) (b: bytes{S.length b = len}) : (block_t a & block_t a) let load_last (a: sha2_alg) (totlen_seq: lseq uint8 (l...
false
null
false
let last = create (2 * block_length a) (u8 0) in let last = update_sub last 0 len b in let last = last.[ len ] <- u8 0x80 in let last = update_sub last (fin - len_length a) (len_length a) totlen_seq in let b0 = sub last 0 (block_length a) in let b1 = sub last (block_length a) (block_length a) in (b0, b1)
{ "checked_file": "Hacl.Spec.SHA2.fst.checked", "dependencies": [ "Spec.SHA2.Constants.fst.checked", "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ "total" ]
[ "Spec.Hash.Definitions.sha2_alg", "Lib.Sequence.lseq", "Lib.IntTypes.uint8", "Spec.Hash.Definitions.len_length", "Prims.nat", "Prims.l_or", "Prims.eq2", "Prims.int", "Prims.b2t", "Prims.op_GreaterThanOrEqual", "Prims.op_disEquality", "Spec.Hash.Definitions.block_length", "FStar.Mul.op_Star",...
[]
module Hacl.Spec.SHA2 open FStar.Mul open Lib.IntTypes open Lib.Sequence module C = Spec.SHA2.Constants module S = FStar.Seq open Spec.Hash.Definitions #set-options "--z3rlimit 20 --fuel 0 --ifuel 0" let len_lt_max_a_t (a:sha2_alg) = len:nat{len `less_than_max_input_length` a} let mk_len_t (a:sha2_alg) (len:len_lt...
false
false
Hacl.Spec.SHA2.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val load_last (a: sha2_alg) (totlen_seq: lseq uint8 (len_length a)) (fin: nat{fin == block_length a \/ fin == 2 * block_length a}) (len: nat{len <= block_length a}) (b: bytes{S.length b = len}) : (block_t a & block_t a)
[]
Hacl.Spec.SHA2.load_last
{ "file_name": "code/sha2-mb/Hacl.Spec.SHA2.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.sha2_alg -> totlen_seq: Lib.Sequence.lseq Lib.IntTypes.uint8 (Spec.Hash.Definitions.len_length a) -> fin: Prims.nat { fin == Spec.Hash.Definitions.block_length a \/ fin == 2 * Spec.Hash.Definitions.block_length a } -> len: Prims.nat{len <= Spec.Hash.Defi...
{ "end_col": 10, "end_line": 251, "start_col": 2, "start_line": 244 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.IO", "short_module": null }, { "abbrev": false, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.PPC64LE.Machine_s", "short_module": null }, { "abbrev": false, "...
false
let print_maddr (m:maddr) (p:printer) = p.maddr (string_of_int m.offset) (print_reg m.address p)
let print_maddr (m: maddr) (p: printer) =
false
null
false
p.maddr (string_of_int m.offset) (print_reg m.address p)
{ "checked_file": "Vale.PPC64LE.Print_s.fst.checked", "dependencies": [ "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Machine_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.IO.fst.checked", "FStar.All.fst.checke...
[ "total" ]
[ "Vale.PPC64LE.Machine_s.maddr", "Vale.PPC64LE.Print_s.printer", "Vale.PPC64LE.Print_s.__proj__Mkprinter__item__maddr", "Prims.string_of_int", "Vale.PPC64LE.Machine_s.__proj__Mkmaddr__item__offset", "Vale.PPC64LE.Print_s.print_reg", "Vale.PPC64LE.Machine_s.__proj__Mkmaddr__item__address", "Prims.string...
[]
module Vale.PPC64LE.Print_s // Trusted code for producing assembly code open Vale.PPC64LE.Machine_s open Vale.PPC64LE.Semantics_s open FStar.IO noeq type printer = { reg_prefix : unit -> string; vec_prefix : unit -> string; vsr_prefix : unit -> string; maddr : string -> string -> string; const : ...
false
true
Vale.PPC64LE.Print_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val print_maddr : m: Vale.PPC64LE.Machine_s.maddr -> p: Vale.PPC64LE.Print_s.printer -> Prims.string
[]
Vale.PPC64LE.Print_s.print_maddr
{ "file_name": "vale/specs/hardware/Vale.PPC64LE.Print_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
m: Vale.PPC64LE.Machine_s.maddr -> p: Vale.PPC64LE.Print_s.printer -> Prims.string
{ "end_col": 58, "end_line": 30, "start_col": 2, "start_line": 30 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.IO", "short_module": null }, { "abbrev": false, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.PPC64LE.Machine_s", "short_module": null }, { "abbrev": false, "...
false
let print_vec (v:vec) (vsr:bool) (p:printer) = if vsr then p.vsr_prefix() ^ "32+" ^ string_of_int v else p.vec_prefix() ^ string_of_int v
let print_vec (v: vec) (vsr: bool) (p: printer) =
false
null
false
if vsr then p.vsr_prefix () ^ "32+" ^ string_of_int v else p.vec_prefix () ^ string_of_int v
{ "checked_file": "Vale.PPC64LE.Print_s.fst.checked", "dependencies": [ "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Machine_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.IO.fst.checked", "FStar.All.fst.checke...
[ "total" ]
[ "Vale.PPC64LE.Machine_s.vec", "Prims.bool", "Vale.PPC64LE.Print_s.printer", "Prims.op_Hat", "Vale.PPC64LE.Print_s.__proj__Mkprinter__item__vsr_prefix", "Prims.string_of_int", "Vale.PPC64LE.Print_s.__proj__Mkprinter__item__vec_prefix", "Prims.string" ]
[]
module Vale.PPC64LE.Print_s // Trusted code for producing assembly code open Vale.PPC64LE.Machine_s open Vale.PPC64LE.Semantics_s open FStar.IO noeq type printer = { reg_prefix : unit -> string; vec_prefix : unit -> string; vsr_prefix : unit -> string; maddr : string -> string -> string; const : ...
false
true
Vale.PPC64LE.Print_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val print_vec : v: Vale.PPC64LE.Machine_s.vec -> vsr: Prims.bool -> p: Vale.PPC64LE.Print_s.printer -> Prims.string
[]
Vale.PPC64LE.Print_s.print_vec
{ "file_name": "vale/specs/hardware/Vale.PPC64LE.Print_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
v: Vale.PPC64LE.Machine_s.vec -> vsr: Prims.bool -> p: Vale.PPC64LE.Print_s.printer -> Prims.string
{ "end_col": 39, "end_line": 27, "start_col": 2, "start_line": 26 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.IO", "short_module": null }, { "abbrev": false, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.PPC64LE.Machine_s", "short_module": null }, { "abbrev": false, "...
false
let print_reg (r:reg) (p:printer) = p.reg_prefix() ^ string_of_int r
let print_reg (r: reg) (p: printer) =
false
null
false
p.reg_prefix () ^ string_of_int r
{ "checked_file": "Vale.PPC64LE.Print_s.fst.checked", "dependencies": [ "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Machine_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.IO.fst.checked", "FStar.All.fst.checke...
[ "total" ]
[ "Vale.PPC64LE.Machine_s.reg", "Vale.PPC64LE.Print_s.printer", "Prims.op_Hat", "Vale.PPC64LE.Print_s.__proj__Mkprinter__item__reg_prefix", "Prims.string_of_int", "Prims.string" ]
[]
module Vale.PPC64LE.Print_s // Trusted code for producing assembly code open Vale.PPC64LE.Machine_s open Vale.PPC64LE.Semantics_s open FStar.IO noeq type printer = { reg_prefix : unit -> string; vec_prefix : unit -> string; vsr_prefix : unit -> string; maddr : string -> string -> string; const : ...
false
true
Vale.PPC64LE.Print_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val print_reg : r: Vale.PPC64LE.Machine_s.reg -> p: Vale.PPC64LE.Print_s.printer -> Prims.string
[]
Vale.PPC64LE.Print_s.print_reg
{ "file_name": "vale/specs/hardware/Vale.PPC64LE.Print_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
r: Vale.PPC64LE.Machine_s.reg -> p: Vale.PPC64LE.Print_s.printer -> Prims.string
{ "end_col": 34, "end_line": 23, "start_col": 2, "start_line": 23 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.IO", "short_module": null }, { "abbrev": false, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.PPC64LE.Machine_s", "short_module": null }, { "abbrev": false, "...
false
let print_first_cmp_opr (o:cmp_opr) (p:printer) = match o with | CReg r -> print_reg r p | _ -> "!!! INVALID first compare operand !!! Expected general purpose register."
let print_first_cmp_opr (o: cmp_opr) (p: printer) =
false
null
false
match o with | CReg r -> print_reg r p | _ -> "!!! INVALID first compare operand !!! Expected general purpose register."
{ "checked_file": "Vale.PPC64LE.Print_s.fst.checked", "dependencies": [ "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Machine_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.IO.fst.checked", "FStar.All.fst.checke...
[ "total" ]
[ "Vale.PPC64LE.Machine_s.cmp_opr", "Vale.PPC64LE.Print_s.printer", "Vale.PPC64LE.Machine_s.reg", "Vale.PPC64LE.Print_s.print_reg", "Prims.string" ]
[]
module Vale.PPC64LE.Print_s // Trusted code for producing assembly code open Vale.PPC64LE.Machine_s open Vale.PPC64LE.Semantics_s open FStar.IO noeq type printer = { reg_prefix : unit -> string; vec_prefix : unit -> string; vsr_prefix : unit -> string; maddr : string -> string -> string; const : ...
false
true
Vale.PPC64LE.Print_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val print_first_cmp_opr : o: Vale.PPC64LE.Machine_s.cmp_opr -> p: Vale.PPC64LE.Print_s.printer -> Prims.string
[]
Vale.PPC64LE.Print_s.print_first_cmp_opr
{ "file_name": "vale/specs/hardware/Vale.PPC64LE.Print_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
o: Vale.PPC64LE.Machine_s.cmp_opr -> p: Vale.PPC64LE.Print_s.printer -> Prims.string
{ "end_col": 83, "end_line": 47, "start_col": 2, "start_line": 45 }
FStar.All.ML
[ { "abbrev": false, "full_module": "FStar.IO", "short_module": null }, { "abbrev": false, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.PPC64LE.Machine_s", "short_module": null }, { "abbrev": false, "...
false
let print_footer (p:printer) = print_string (p.footer())
let print_footer (p: printer) =
true
null
false
print_string (p.footer ())
{ "checked_file": "Vale.PPC64LE.Print_s.fst.checked", "dependencies": [ "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Machine_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.IO.fst.checked", "FStar.All.fst.checke...
[ "ml" ]
[ "Vale.PPC64LE.Print_s.printer", "FStar.IO.print_string", "Vale.PPC64LE.Print_s.__proj__Mkprinter__item__footer", "Prims.unit" ]
[]
module Vale.PPC64LE.Print_s // Trusted code for producing assembly code open Vale.PPC64LE.Machine_s open Vale.PPC64LE.Semantics_s open FStar.IO noeq type printer = { reg_prefix : unit -> string; vec_prefix : unit -> string; vsr_prefix : unit -> string; maddr : string -> string -> string; const : ...
false
false
Vale.PPC64LE.Print_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val print_footer : p: Vale.PPC64LE.Print_s.printer -> FStar.All.ML Prims.unit
[]
Vale.PPC64LE.Print_s.print_footer
{ "file_name": "vale/specs/hardware/Vale.PPC64LE.Print_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
p: Vale.PPC64LE.Print_s.printer -> FStar.All.ML Prims.unit
{ "end_col": 27, "end_line": 232, "start_col": 2, "start_line": 232 }
Prims.Tot
val gcc:printer
[ { "abbrev": false, "full_module": "FStar.IO", "short_module": null }, { "abbrev": false, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.PPC64LE.Machine_s", "short_module": null }, { "abbrev": false, "...
false
let gcc : printer = let reg_prefix unit = "" in let vec_prefix unit = "" in let vsr_prefix unit = "" in let maddr (offset:string) (address:string) = offset ^ "(" ^ address ^ ")" in let const (n:int) = string_of_int n in let align() = ".align" in let header() = ".text\n" in let footer() = ".section...
val gcc:printer let gcc:printer =
false
null
false
let reg_prefix unit = "" in let vec_prefix unit = "" in let vsr_prefix unit = "" in let maddr (offset address: string) = offset ^ "(" ^ address ^ ")" in let const (n: int) = string_of_int n in let align () = ".align" in let header () = ".text\n" in let footer () = ".section .note.GNU-stack,\"\",%progbits\n" in let proc...
{ "checked_file": "Vale.PPC64LE.Print_s.fst.checked", "dependencies": [ "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Machine_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.IO.fst.checked", "FStar.All.fst.checke...
[ "total" ]
[ "Vale.PPC64LE.Print_s.Mkprinter", "Prims.string", "Prims.op_Hat", "Prims.unit", "Prims.int", "Prims.string_of_int" ]
[]
module Vale.PPC64LE.Print_s // Trusted code for producing assembly code open Vale.PPC64LE.Machine_s open Vale.PPC64LE.Semantics_s open FStar.IO noeq type printer = { reg_prefix : unit -> string; vec_prefix : unit -> string; vsr_prefix : unit -> string; maddr : string -> string -> string; const : ...
false
true
Vale.PPC64LE.Print_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val gcc:printer
[]
Vale.PPC64LE.Print_s.gcc
{ "file_name": "vale/specs/hardware/Vale.PPC64LE.Print_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Vale.PPC64LE.Print_s.printer
{ "end_col": 3, "end_line": 259, "start_col": 19, "start_line": 235 }
FStar.All.ML
val print_proc (name: string) (code: code) (label: int) (p: printer) : FStar.All.ML int
[ { "abbrev": false, "full_module": "FStar.IO", "short_module": null }, { "abbrev": false, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.PPC64LE.Machine_s", "short_module": null }, { "abbrev": false, "...
false
let print_proc (name:string) (code:code) (label:int) (p:printer) : FStar.All.ML int = let proc = p.proc_name name in let (code_str, final_label) = print_code code label p in let ret = p.ret name in print_string (proc ^ code_str ^ ret); final_label
val print_proc (name: string) (code: code) (label: int) (p: printer) : FStar.All.ML int let print_proc (name: string) (code: code) (label: int) (p: printer) : FStar.All.ML int =
true
null
false
let proc = p.proc_name name in let code_str, final_label = print_code code label p in let ret = p.ret name in print_string (proc ^ code_str ^ ret); final_label
{ "checked_file": "Vale.PPC64LE.Print_s.fst.checked", "dependencies": [ "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Machine_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.IO.fst.checked", "FStar.All.fst.checke...
[ "ml" ]
[ "Prims.string", "Vale.PPC64LE.Semantics_s.code", "Prims.int", "Vale.PPC64LE.Print_s.printer", "Prims.unit", "FStar.IO.print_string", "Prims.op_Hat", "Vale.PPC64LE.Print_s.__proj__Mkprinter__item__ret", "FStar.Pervasives.Native.tuple2", "Vale.PPC64LE.Print_s.print_code", "Vale.PPC64LE.Print_s.__p...
[]
module Vale.PPC64LE.Print_s // Trusted code for producing assembly code open Vale.PPC64LE.Machine_s open Vale.PPC64LE.Semantics_s open FStar.IO noeq type printer = { reg_prefix : unit -> string; vec_prefix : unit -> string; vsr_prefix : unit -> string; maddr : string -> string -> string; const : ...
false
false
Vale.PPC64LE.Print_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val print_proc (name: string) (code: code) (label: int) (p: printer) : FStar.All.ML int
[]
Vale.PPC64LE.Print_s.print_proc
{ "file_name": "vale/specs/hardware/Vale.PPC64LE.Print_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
name: Prims.string -> code: Vale.PPC64LE.Semantics_s.code -> label: Prims.int -> p: Vale.PPC64LE.Print_s.printer -> FStar.All.ML Prims.int
{ "end_col": 13, "end_line": 229, "start_col": 85, "start_line": 224 }
FStar.All.ML
[ { "abbrev": false, "full_module": "FStar.IO", "short_module": null }, { "abbrev": false, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.PPC64LE.Machine_s", "short_module": null }, { "abbrev": false, "...
false
let print_header (p:printer) = print_string (p.header())
let print_header (p: printer) =
true
null
false
print_string (p.header ())
{ "checked_file": "Vale.PPC64LE.Print_s.fst.checked", "dependencies": [ "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Machine_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.IO.fst.checked", "FStar.All.fst.checke...
[ "ml" ]
[ "Vale.PPC64LE.Print_s.printer", "FStar.IO.print_string", "Vale.PPC64LE.Print_s.__proj__Mkprinter__item__header", "Prims.unit" ]
[]
module Vale.PPC64LE.Print_s // Trusted code for producing assembly code open Vale.PPC64LE.Machine_s open Vale.PPC64LE.Semantics_s open FStar.IO noeq type printer = { reg_prefix : unit -> string; vec_prefix : unit -> string; vsr_prefix : unit -> string; maddr : string -> string -> string; const : ...
false
false
Vale.PPC64LE.Print_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val print_header : p: Vale.PPC64LE.Print_s.printer -> FStar.All.ML Prims.unit
[]
Vale.PPC64LE.Print_s.print_header
{ "file_name": "vale/specs/hardware/Vale.PPC64LE.Print_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
p: Vale.PPC64LE.Print_s.printer -> FStar.All.ML Prims.unit
{ "end_col": 27, "end_line": 222, "start_col": 2, "start_line": 222 }
Prims.Tot
val cmp_not (o: ocmp) : ocmp
[ { "abbrev": false, "full_module": "FStar.IO", "short_module": null }, { "abbrev": false, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.PPC64LE.Machine_s", "short_module": null }, { "abbrev": false, "...
false
let cmp_not(o:ocmp) : ocmp = match o with | OEq o1 o2 -> ONe o1 o2 | ONe o1 o2 -> OEq o1 o2 | OLe o1 o2 -> OGt o1 o2 | OGe o1 o2 -> OLt o1 o2 | OLt o1 o2 -> OGe o1 o2 | OGt o1 o2 -> OLe o1 o2
val cmp_not (o: ocmp) : ocmp let cmp_not (o: ocmp) : ocmp =
false
null
false
match o with | OEq o1 o2 -> ONe o1 o2 | ONe o1 o2 -> OEq o1 o2 | OLe o1 o2 -> OGt o1 o2 | OGe o1 o2 -> OLt o1 o2 | OLt o1 o2 -> OGe o1 o2 | OGt o1 o2 -> OLe o1 o2
{ "checked_file": "Vale.PPC64LE.Print_s.fst.checked", "dependencies": [ "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Machine_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.IO.fst.checked", "FStar.All.fst.checke...
[ "total" ]
[ "Vale.PPC64LE.Semantics_s.ocmp", "Vale.PPC64LE.Machine_s.cmp_opr", "Vale.PPC64LE.Semantics_s.ONe", "Vale.PPC64LE.Semantics_s.OEq", "Vale.PPC64LE.Semantics_s.OGt", "Vale.PPC64LE.Semantics_s.OLt", "Vale.PPC64LE.Semantics_s.OGe", "Vale.PPC64LE.Semantics_s.OLe" ]
[]
module Vale.PPC64LE.Print_s // Trusted code for producing assembly code open Vale.PPC64LE.Machine_s open Vale.PPC64LE.Semantics_s open FStar.IO noeq type printer = { reg_prefix : unit -> string; vec_prefix : unit -> string; vsr_prefix : unit -> string; maddr : string -> string -> string; const : ...
false
true
Vale.PPC64LE.Print_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val cmp_not (o: ocmp) : ocmp
[]
Vale.PPC64LE.Print_s.cmp_not
{ "file_name": "vale/specs/hardware/Vale.PPC64LE.Print_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
o: Vale.PPC64LE.Semantics_s.ocmp -> Vale.PPC64LE.Semantics_s.ocmp
{ "end_col": 26, "end_line": 39, "start_col": 2, "start_line": 33 }
Prims.Tot
val print_cmp (c: ocmp) (counter: int) (p: printer) : string
[ { "abbrev": false, "full_module": "FStar.IO", "short_module": null }, { "abbrev": false, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.PPC64LE.Machine_s", "short_module": null }, { "abbrev": false, "...
false
let print_cmp (c:ocmp) (counter:int) (p:printer) : string = let print_cmp_ops (o1:cmp_opr) (o2:cmp_opr) : string = match o2 with | CReg r -> " cmpld " ^ (print_first_cmp_opr o1 p) ^ ", " ^ (print_reg r p) ^ "\n" | CImm n -> " cmpldi " ^ (print_first_cmp_opr o1 p) ^ ", " ^ (string_of_int n) ^ "\n" in ...
val print_cmp (c: ocmp) (counter: int) (p: printer) : string let print_cmp (c: ocmp) (counter: int) (p: printer) : string =
false
null
false
let print_cmp_ops (o1 o2: cmp_opr) : string = match o2 with | CReg r -> " cmpld " ^ (print_first_cmp_opr o1 p) ^ ", " ^ (print_reg r p) ^ "\n" | CImm n -> " cmpldi " ^ (print_first_cmp_opr o1 p) ^ ", " ^ (string_of_int n) ^ "\n" in match c with | OEq o1 o2 -> print_cmp_ops o1 o2 ^ " beq " ^ "L" ^ string_of_int...
{ "checked_file": "Vale.PPC64LE.Print_s.fst.checked", "dependencies": [ "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Machine_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.IO.fst.checked", "FStar.All.fst.checke...
[ "total" ]
[ "Vale.PPC64LE.Semantics_s.ocmp", "Prims.int", "Vale.PPC64LE.Print_s.printer", "Vale.PPC64LE.Machine_s.cmp_opr", "Prims.op_Hat", "Prims.string_of_int", "Prims.string", "Vale.PPC64LE.Machine_s.reg", "Vale.PPC64LE.Print_s.print_first_cmp_opr", "Vale.PPC64LE.Print_s.print_reg", "Vale.PPC64LE.Machine...
[]
module Vale.PPC64LE.Print_s // Trusted code for producing assembly code open Vale.PPC64LE.Machine_s open Vale.PPC64LE.Semantics_s open FStar.IO noeq type printer = { reg_prefix : unit -> string; vec_prefix : unit -> string; vsr_prefix : unit -> string; maddr : string -> string -> string; const : ...
false
true
Vale.PPC64LE.Print_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val print_cmp (c: ocmp) (counter: int) (p: printer) : string
[]
Vale.PPC64LE.Print_s.print_cmp
{ "file_name": "vale/specs/hardware/Vale.PPC64LE.Print_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
c: Vale.PPC64LE.Semantics_s.ocmp -> counter: Prims.int -> p: Vale.PPC64LE.Print_s.printer -> Prims.string
{ "end_col": 84, "end_line": 188, "start_col": 59, "start_line": 176 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.IO", "short_module": null }, { "abbrev": false, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.PPC64LE.Machine_s", "short_module": null }, { "abbrev": false, "...
false
let print_ins (ins:ins) (p:printer) = let print_pair (o1 o2:string) = o1 ^ ", " ^ o2 in let print_triple (o1 o2 o3:string) = o1 ^ ", " ^ o2 ^ ", " ^ o3 in let print_quadruple (o1 o2 o3 o4:string) = o1 ^ ", " ^ o2 ^ ", " ^ o3 ^ ", " ^ o4 in let print_reg_pair (dst src:reg) = print_pair (pri...
let print_ins (ins: ins) (p: printer) =
false
null
false
let print_pair (o1 o2: string) = o1 ^ ", " ^ o2 in let print_triple (o1 o2 o3: string) = o1 ^ ", " ^ o2 ^ ", " ^ o3 in let print_quadruple (o1 o2 o3 o4: string) = o1 ^ ", " ^ o2 ^ ", " ^ o3 ^ ", " ^ o4 in let print_reg_pair (dst src: reg) = print_pair (print_reg dst p) (print_reg src p) in let print_reg_mem (o1: reg) (...
{ "checked_file": "Vale.PPC64LE.Print_s.fst.checked", "dependencies": [ "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Machine_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.IO.fst.checked", "FStar.All.fst.checke...
[ "total" ]
[ "Vale.PPC64LE.Semantics_s.ins", "Vale.PPC64LE.Print_s.printer", "Vale.PPC64LE.Machine_s.reg", "Prims.op_Hat", "Prims.int", "Vale.PPC64LE.Machine_s.Mkmaddr", "Vale.PPC64LE.Machine_s.simm16", "Vale.PPC64LE.Machine_s.nsimm16", "Vale.PPC64LE.Machine_s.bits64", "Vale.PPC64LE.Machine_s.vec", "Vale.PPC...
[]
module Vale.PPC64LE.Print_s // Trusted code for producing assembly code open Vale.PPC64LE.Machine_s open Vale.PPC64LE.Semantics_s open FStar.IO noeq type printer = { reg_prefix : unit -> string; vec_prefix : unit -> string; vsr_prefix : unit -> string; maddr : string -> string -> string; const : ...
false
true
Vale.PPC64LE.Print_s.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val print_ins : ins: Vale.PPC64LE.Semantics_s.ins -> p: Vale.PPC64LE.Print_s.printer -> Prims.string
[]
Vale.PPC64LE.Print_s.print_ins
{ "file_name": "vale/specs/hardware/Vale.PPC64LE.Print_s.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
ins: Vale.PPC64LE.Semantics_s.ins -> p: Vale.PPC64LE.Print_s.printer -> Prims.string
{ "end_col": 17, "end_line": 175, "start_col": 37, "start_line": 49 }
Prims.Tot
[ { "abbrev": false, "full_module": "Binding", "short_module": null }, { "abbrev": true, "full_module": "Target", "short_module": "T" }, { "abbrev": true, "full_module": "Ast", "short_module": "A" }, { "abbrev": false, "full_module": "FStar.All", "short_modu...
false
let readable_itype = (i: itype { allow_reader_of_itype i == true })
let readable_itype =
false
null
false
(i: itype{allow_reader_of_itype i == true})
{ "checked_file": "InterpreterTarget.fsti.checked", "dependencies": [ "Target.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.All.fst.checked", "Binding.fsti.checked", "Ast.fst.checked" ], "interface_file": false, "source_file": "InterpreterTarget.fsti" }
[ "total" ]
[ "InterpreterTarget.itype", "Prims.eq2", "Prims.bool", "InterpreterTarget.allow_reader_of_itype" ]
[]
(* Copyright 2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
false
true
InterpreterTarget.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val readable_itype : Type0
[]
InterpreterTarget.readable_itype
{ "file_name": "src/3d/InterpreterTarget.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
Type0
{ "end_col": 67, "end_line": 45, "start_col": 21, "start_line": 45 }
Prims.Tot
[ { "abbrev": false, "full_module": "Binding", "short_module": null }, { "abbrev": true, "full_module": "Target", "short_module": "T" }, { "abbrev": true, "full_module": "Ast", "short_module": "A" }, { "abbrev": false, "full_module": "FStar.All", "short_modu...
false
let lam a = A.ident & a
let lam a =
false
null
false
A.ident & a
{ "checked_file": "InterpreterTarget.fsti.checked", "dependencies": [ "Target.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.All.fst.checked", "Binding.fsti.checked", "Ast.fst.checked" ], "interface_file": false, "source_file": "InterpreterTarget.fsti" }
[ "total" ]
[ "FStar.Pervasives.Native.tuple2", "Ast.ident" ]
[]
(* Copyright 2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
false
true
InterpreterTarget.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val lam : a: Type -> Type
[]
InterpreterTarget.lam
{ "file_name": "src/3d/InterpreterTarget.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
a: Type -> Type
{ "end_col": 23, "end_line": 24, "start_col": 12, "start_line": 24 }
Prims.Tot
[ { "abbrev": false, "full_module": "Binding", "short_module": null }, { "abbrev": true, "full_module": "Target", "short_module": "T" }, { "abbrev": true, "full_module": "Ast", "short_module": "A" }, { "abbrev": false, "full_module": "FStar.All", "short_modu...
false
let non_empty_string = s:string { s <> "" }
let non_empty_string =
false
null
false
s: string{s <> ""}
{ "checked_file": "InterpreterTarget.fsti.checked", "dependencies": [ "Target.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.All.fst.checked", "Binding.fsti.checked", "Ast.fst.checked" ], "interface_file": false, "source_file": "InterpreterTarget.fsti" }
[ "total" ]
[ "Prims.string", "Prims.b2t", "Prims.op_disEquality" ]
[]
(* Copyright 2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
false
true
InterpreterTarget.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val non_empty_string : Type0
[]
InterpreterTarget.non_empty_string
{ "file_name": "src/3d/InterpreterTarget.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
Type0
{ "end_col": 43, "end_line": 65, "start_col": 23, "start_line": 65 }
Prims.Tot
[ { "abbrev": false, "full_module": "Binding", "short_module": null }, { "abbrev": true, "full_module": "Target", "short_module": "T" }, { "abbrev": true, "full_module": "Ast", "short_module": "A" }, { "abbrev": false, "full_module": "FStar.All", "short_modu...
false
let readable_dtyp = (d: dtyp { allow_reader_of_dtyp d == true })
let readable_dtyp =
false
null
false
(d: dtyp{allow_reader_of_dtyp d == true})
{ "checked_file": "InterpreterTarget.fsti.checked", "dependencies": [ "Target.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.All.fst.checked", "Binding.fsti.checked", "Ast.fst.checked" ], "interface_file": false, "source_file": "InterpreterTarget.fsti" }
[ "total" ]
[ "InterpreterTarget.dtyp", "Prims.eq2", "Prims.bool", "InterpreterTarget.allow_reader_of_dtyp" ]
[]
(* Copyright 2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
false
true
InterpreterTarget.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val readable_dtyp : Type0
[]
InterpreterTarget.readable_dtyp
{ "file_name": "src/3d/InterpreterTarget.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
Type0
{ "end_col": 64, "end_line": 63, "start_col": 20, "start_line": 63 }
Prims.Tot
[ { "abbrev": false, "full_module": "Binding", "short_module": null }, { "abbrev": true, "full_module": "Target", "short_module": "T" }, { "abbrev": true, "full_module": "Ast", "short_module": "A" }, { "abbrev": false, "full_module": "FStar.All", "short_modu...
false
let action = T.action
let action =
false
null
false
T.action
{ "checked_file": "InterpreterTarget.fsti.checked", "dependencies": [ "Target.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.All.fst.checked", "Binding.fsti.checked", "Ast.fst.checked" ], "interface_file": false, "source_file": "InterpreterTarget.fsti" }
[ "total" ]
[ "Target.action" ]
[]
(* Copyright 2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
false
true
InterpreterTarget.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val action : Type0
[]
InterpreterTarget.action
{ "file_name": "src/3d/InterpreterTarget.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
Type0
{ "end_col": 21, "end_line": 23, "start_col": 13, "start_line": 23 }
Prims.Tot
val allow_reader_of_itype (i: itype) : bool
[ { "abbrev": false, "full_module": "Binding", "short_module": null }, { "abbrev": true, "full_module": "Target", "short_module": "T" }, { "abbrev": true, "full_module": "Ast", "short_module": "A" }, { "abbrev": false, "full_module": "FStar.All", "short_modu...
false
let allow_reader_of_itype (i:itype) : bool = match i with | AllBytes | AllZeros -> false | _ -> true
val allow_reader_of_itype (i: itype) : bool let allow_reader_of_itype (i: itype) : bool =
false
null
false
match i with | AllBytes | AllZeros -> false | _ -> true
{ "checked_file": "InterpreterTarget.fsti.checked", "dependencies": [ "Target.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.All.fst.checked", "Binding.fsti.checked", "Ast.fst.checked" ], "interface_file": false, "source_file": "InterpreterTarget.fsti" }
[ "total" ]
[ "InterpreterTarget.itype", "Prims.bool" ]
[]
(* Copyright 2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
false
true
InterpreterTarget.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val allow_reader_of_itype (i: itype) : bool
[]
InterpreterTarget.allow_reader_of_itype
{ "file_name": "src/3d/InterpreterTarget.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
i: InterpreterTarget.itype -> Prims.bool
{ "end_col": 15, "end_line": 43, "start_col": 4, "start_line": 40 }
Prims.Tot
[ { "abbrev": false, "full_module": "Binding", "short_module": null }, { "abbrev": true, "full_module": "Target", "short_module": "T" }, { "abbrev": true, "full_module": "Ast", "short_module": "A" }, { "abbrev": false, "full_module": "FStar.All", "short_modu...
false
let expr = T.expr
let expr =
false
null
false
T.expr
{ "checked_file": "InterpreterTarget.fsti.checked", "dependencies": [ "Target.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.All.fst.checked", "Binding.fsti.checked", "Ast.fst.checked" ], "interface_file": false, "source_file": "InterpreterTarget.fsti" }
[ "total" ]
[ "Target.expr" ]
[]
(* Copyright 2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
false
true
InterpreterTarget.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val expr : Type0
[]
InterpreterTarget.expr
{ "file_name": "src/3d/InterpreterTarget.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
Type0
{ "end_col": 17, "end_line": 22, "start_col": 11, "start_line": 22 }
Prims.Tot
[ { "abbrev": false, "full_module": "Binding", "short_module": null }, { "abbrev": true, "full_module": "Target", "short_module": "T" }, { "abbrev": true, "full_module": "Ast", "short_module": "A" }, { "abbrev": false, "full_module": "FStar.All", "short_modu...
false
let not_type_decl = (d: T.decl { ~ (T.Type_decl? (fst d)) })
let not_type_decl =
false
null
false
(d: T.decl{~(T.Type_decl? (fst d))})
{ "checked_file": "InterpreterTarget.fsti.checked", "dependencies": [ "Target.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.All.fst.checked", "Binding.fsti.checked", "Ast.fst.checked" ], "interface_file": false, "source_file": "InterpreterTarget.fsti" }
[ "total" ]
[ "Target.decl", "Prims.l_not", "Prims.b2t", "Target.uu___is_Type_decl", "FStar.Pervasives.Native.fst", "Target.decl'", "Target.decl_attributes" ]
[]
(* Copyright 2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
false
true
InterpreterTarget.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val not_type_decl : Type0
[]
InterpreterTarget.not_type_decl
{ "file_name": "src/3d/InterpreterTarget.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
Type0
{ "end_col": 60, "end_line": 188, "start_col": 20, "start_line": 188 }
Prims.Tot
val decl:Type0
[ { "abbrev": false, "full_module": "Binding", "short_module": null }, { "abbrev": true, "full_module": "Target", "short_module": "T" }, { "abbrev": true, "full_module": "Ast", "short_module": "A" }, { "abbrev": false, "full_module": "FStar.All", "short_modu...
false
let decl : Type0 = either not_type_decl type_decl
val decl:Type0 let decl:Type0 =
false
null
false
either not_type_decl type_decl
{ "checked_file": "InterpreterTarget.fsti.checked", "dependencies": [ "Target.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.All.fst.checked", "Binding.fsti.checked", "Ast.fst.checked" ], "interface_file": false, "source_file": "InterpreterTarget.fsti" }
[ "total" ]
[ "FStar.Pervasives.either", "InterpreterTarget.not_type_decl", "InterpreterTarget.type_decl" ]
[]
(* Copyright 2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
false
true
InterpreterTarget.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val decl:Type0
[]
InterpreterTarget.decl
{ "file_name": "src/3d/InterpreterTarget.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
Type0
{ "end_col": 49, "end_line": 189, "start_col": 19, "start_line": 189 }
Prims.Tot
val nes (s: string) : non_empty_string
[ { "abbrev": false, "full_module": "Binding", "short_module": null }, { "abbrev": true, "full_module": "Target", "short_module": "T" }, { "abbrev": true, "full_module": "Ast", "short_module": "A" }, { "abbrev": false, "full_module": "FStar.All", "short_modu...
false
let nes (s:string) : non_empty_string = if s = "" then "missing" else s
val nes (s: string) : non_empty_string let nes (s: string) : non_empty_string =
false
null
false
if s = "" then "missing" else s
{ "checked_file": "InterpreterTarget.fsti.checked", "dependencies": [ "Target.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.All.fst.checked", "Binding.fsti.checked", "Ast.fst.checked" ], "interface_file": false, "source_file": "InterpreterTarget.fsti" }
[ "total" ]
[ "Prims.string", "Prims.op_Equality", "Prims.bool", "InterpreterTarget.non_empty_string" ]
[]
(* Copyright 2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
false
true
InterpreterTarget.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val nes (s: string) : non_empty_string
[]
InterpreterTarget.nes
{ "file_name": "src/3d/InterpreterTarget.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
s: Prims.string -> InterpreterTarget.non_empty_string
{ "end_col": 35, "end_line": 69, "start_col": 4, "start_line": 69 }
Prims.Tot
val allow_reader_of_dtyp (d: dtyp) : Tot bool
[ { "abbrev": false, "full_module": "Binding", "short_module": null }, { "abbrev": true, "full_module": "Target", "short_module": "T" }, { "abbrev": true, "full_module": "Ast", "short_module": "A" }, { "abbrev": false, "full_module": "FStar.All", "short_modu...
false
let allow_reader_of_dtyp (d: dtyp) : Tot bool = match d with | DT_IType i -> allow_reader_of_itype i | DT_App readable _ _ -> readable
val allow_reader_of_dtyp (d: dtyp) : Tot bool let allow_reader_of_dtyp (d: dtyp) : Tot bool =
false
null
false
match d with | DT_IType i -> allow_reader_of_itype i | DT_App readable _ _ -> readable
{ "checked_file": "InterpreterTarget.fsti.checked", "dependencies": [ "Target.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.All.fst.checked", "Binding.fsti.checked", "Ast.fst.checked" ], "interface_file": false, "source_file": "InterpreterTarget.fsti" }
[ "total" ]
[ "InterpreterTarget.dtyp", "InterpreterTarget.itype", "InterpreterTarget.allow_reader_of_itype", "Prims.bool", "Ast.ident", "Prims.list", "InterpreterTarget.expr" ]
[]
(* Copyright 2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
false
true
InterpreterTarget.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val allow_reader_of_dtyp (d: dtyp) : Tot bool
[]
InterpreterTarget.allow_reader_of_dtyp
{ "file_name": "src/3d/InterpreterTarget.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
d: InterpreterTarget.dtyp -> Prims.bool
{ "end_col": 35, "end_line": 61, "start_col": 2, "start_line": 59 }
FStar.Pervasives.Lemma
val lemma_simd_round_key (prev0 prev1:quad32) (rcon:nat32) (round:int) : Lemma (simd_round_key_256 prev0 prev1 rcon round == round_key_256_rcon prev0 prev1 rcon round)
[ { "abbrev": false, "full_module": "Vale.Def.Words.Seq_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.AES.AES_BE_s", "short_module": null }, { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_mod...
false
let lemma_simd_round_key (prev0 prev1:quad32) (rcon:nat32) (round:int) = quad32_xor_reveal (); commute_rot_word_sub_word prev1.lo0 rcon; Vale.Arch.Types.xor_lemmas ()
val lemma_simd_round_key (prev0 prev1:quad32) (rcon:nat32) (round:int) : Lemma (simd_round_key_256 prev0 prev1 rcon round == round_key_256_rcon prev0 prev1 rcon round) let lemma_simd_round_key (prev0 prev1: quad32) (rcon: nat32) (round: int) =
false
null
true
quad32_xor_reveal (); commute_rot_word_sub_word prev1.lo0 rcon; Vale.Arch.Types.xor_lemmas ()
{ "checked_file": "Vale.AES.AES256_helpers_BE.fst.checked", "dependencies": [ "Vale.Arch.Types.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": true, "source_file": "Vale.AES.AES256_helpers_BE.fst" }
[ "lemma" ]
[ "Vale.Def.Types_s.quad32", "Vale.Def.Types_s.nat32", "Prims.int", "Vale.Arch.Types.xor_lemmas", "Prims.unit", "Vale.AES.AES_BE_s.commute_rot_word_sub_word", "Vale.Def.Words_s.__proj__Mkfour__item__lo0", "Vale.Def.Types_s.quad32_xor_reveal" ]
[]
module Vale.AES.AES256_helpers_BE let lemma_reveal_expand_key_256 (key:aes_key_word AES_256) (round:nat) : Lemma (expand_key_256 key round == ( if round = 0 then Mkfour key.[3] key.[2] key.[1] key.[0] else if round = 1 then Mkfour key.[7] key.[6] key.[5] key.[4] else round_key_256 (expand_key_256 key (ro...
false
false
Vale.AES.AES256_helpers_BE.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 3, "initial_ifuel": 3, "max_fuel": 3, "max_ifuel": 3, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val lemma_simd_round_key (prev0 prev1:quad32) (rcon:nat32) (round:int) : Lemma (simd_round_key_256 prev0 prev1 rcon round == round_key_256_rcon prev0 prev1 rcon round)
[]
Vale.AES.AES256_helpers_BE.lemma_simd_round_key
{ "file_name": "vale/code/crypto/aes/Vale.AES.AES256_helpers_BE.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
prev0: Vale.Def.Types_s.quad32 -> prev1: Vale.Def.Types_s.quad32 -> rcon: Vale.Def.Types_s.nat32 -> round: Prims.int -> FStar.Pervasives.Lemma (ensures Vale.AES.AES256_helpers_BE.simd_round_key_256 prev0 prev1 rcon round == Vale.AES.AES256_helpers_BE.round_key_256_rcon prev0 prev1 rco...
{ "end_col": 31, "end_line": 84, "start_col": 2, "start_line": 82 }
FStar.Pervasives.Lemma
val lemma_reveal_expand_key_256 (key: aes_key_word AES_256) (round: nat) : Lemma (expand_key_256 key round == (if round = 0 then Mkfour key.[ 3 ] key.[ 2 ] key.[ 1 ] key.[ 0 ] else if round = 1 then Mkfour key.[ 7 ] key.[ 6 ] key.[ 5 ] key.[ 4 ] else round_key...
[ { "abbrev": false, "full_module": "Vale.Def.Words.Seq_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.AES.AES_BE_s", "short_module": null }, { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_mod...
false
let lemma_reveal_expand_key_256 (key:aes_key_word AES_256) (round:nat) : Lemma (expand_key_256 key round == ( if round = 0 then Mkfour key.[3] key.[2] key.[1] key.[0] else if round = 1 then Mkfour key.[7] key.[6] key.[5] key.[4] else round_key_256 (expand_key_256 key (round - 2)) (expand_key_256 key (roun...
val lemma_reveal_expand_key_256 (key: aes_key_word AES_256) (round: nat) : Lemma (expand_key_256 key round == (if round = 0 then Mkfour key.[ 3 ] key.[ 2 ] key.[ 1 ] key.[ 0 ] else if round = 1 then Mkfour key.[ 7 ] key.[ 6 ] key.[ 5 ] key.[ 4 ] else round_key...
false
null
true
expand_key_256_reveal ()
{ "checked_file": "Vale.AES.AES256_helpers_BE.fst.checked", "dependencies": [ "Vale.Arch.Types.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": true, "source_file": "Vale.AES.AES256_helpers_BE.fst" }
[ "lemma" ]
[ "Vale.AES.AES_BE_s.aes_key_word", "Vale.AES.AES_common_s.AES_256", "Prims.nat", "Vale.AES.AES256_helpers_BE.expand_key_256_reveal", "Prims.unit", "Prims.l_True", "Prims.squash", "Prims.eq2", "Vale.Def.Words_s.four", "Vale.Def.Types_s.nat32", "Vale.AES.AES256_helpers_BE.expand_key_256", "Prims....
[]
module Vale.AES.AES256_helpers_BE let lemma_reveal_expand_key_256 (key:aes_key_word AES_256) (round:nat) : Lemma (expand_key_256 key round == ( if round = 0 then Mkfour key.[3] key.[2] key.[1] key.[0] else if round = 1 then Mkfour key.[7] key.[6] key.[5] key.[4] else round_key_256 (expand_key_256 key (ro...
false
false
Vale.AES.AES256_helpers_BE.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val lemma_reveal_expand_key_256 (key: aes_key_word AES_256) (round: nat) : Lemma (expand_key_256 key round == (if round = 0 then Mkfour key.[ 3 ] key.[ 2 ] key.[ 1 ] key.[ 0 ] else if round = 1 then Mkfour key.[ 7 ] key.[ 6 ] key.[ 5 ] key.[ 4 ] else round_key...
[]
Vale.AES.AES256_helpers_BE.lemma_reveal_expand_key_256
{ "file_name": "vale/code/crypto/aes/Vale.AES.AES256_helpers_BE.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
key: Vale.AES.AES_BE_s.aes_key_word Vale.AES.AES_common_s.AES_256 -> round: Prims.nat -> FStar.Pervasives.Lemma (ensures Vale.AES.AES256_helpers_BE.expand_key_256 key round == (match round = 0 with | true -> Vale.Def.Words_s.Mkfour key.[ 3 ] key.[ 2 ] key.[ 1 ] key.[ 0 ] | _ -> ...
{ "end_col": 26, "end_line": 10, "start_col": 2, "start_line": 10 }
FStar.Pervasives.Lemma
val lemma_expand_key_256_0 (key: aes_key_word AES_256) : Lemma (equal key (expand_key AES_256 key 8))
[ { "abbrev": false, "full_module": "Vale.Def.Words.Seq_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.AES.AES_BE_s", "short_module": null }, { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_mod...
false
let lemma_expand_key_256_0 (key:aes_key_word AES_256) : Lemma (equal key (expand_key AES_256 key 8)) = expand_key_reveal ()
val lemma_expand_key_256_0 (key: aes_key_word AES_256) : Lemma (equal key (expand_key AES_256 key 8)) let lemma_expand_key_256_0 (key: aes_key_word AES_256) : Lemma (equal key (expand_key AES_256 key 8)) =
false
null
true
expand_key_reveal ()
{ "checked_file": "Vale.AES.AES256_helpers_BE.fst.checked", "dependencies": [ "Vale.Arch.Types.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": true, "source_file": "Vale.AES.AES256_helpers_BE.fst" }
[ "lemma" ]
[ "Vale.AES.AES_BE_s.aes_key_word", "Vale.AES.AES_common_s.AES_256", "Vale.AES.AES_BE_s.expand_key_reveal", "Prims.unit", "Prims.l_True", "Prims.squash", "FStar.Seq.Base.equal", "Vale.Def.Types_s.nat32", "Vale.AES.AES_BE_s.expand_key", "Prims.Nil", "FStar.Pervasives.pattern" ]
[]
module Vale.AES.AES256_helpers_BE let lemma_reveal_expand_key_256 (key:aes_key_word AES_256) (round:nat) : Lemma (expand_key_256 key round == ( if round = 0 then Mkfour key.[3] key.[2] key.[1] key.[0] else if round = 1 then Mkfour key.[7] key.[6] key.[5] key.[4] else round_key_256 (expand_key_256 key (ro...
false
false
Vale.AES.AES256_helpers_BE.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 8, "initial_ifuel": 0, "max_fuel": 8, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val lemma_expand_key_256_0 (key: aes_key_word AES_256) : Lemma (equal key (expand_key AES_256 key 8))
[]
Vale.AES.AES256_helpers_BE.lemma_expand_key_256_0
{ "file_name": "vale/code/crypto/aes/Vale.AES.AES256_helpers_BE.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
key: Vale.AES.AES_BE_s.aes_key_word Vale.AES.AES_common_s.AES_256 -> FStar.Pervasives.Lemma (ensures FStar.Seq.Base.equal key (Vale.AES.AES_BE_s.expand_key Vale.AES.AES_common_s.AES_256 key 8))
{ "end_col": 22, "end_line": 16, "start_col": 2, "start_line": 16 }
FStar.Pervasives.Lemma
val lemma_expand_append (key: aes_key_word AES_256) (size1 size2: nat) : Lemma (requires size1 <= size2 /\ size2 <= 60) (ensures equal (expand_key AES_256 key size1) (slice (expand_key AES_256 key size2) 0 size1)) (decreases size2)
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Seq_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.AES.AES_BE_s", "short_module": null }, { "abbrev": false, "full_mod...
false
let rec lemma_expand_append (key:aes_key_word AES_256) (size1:nat) (size2:nat) : Lemma (requires size1 <= size2 /\ size2 <= 60) (ensures equal (expand_key AES_256 key size1) (slice (expand_key AES_256 key size2) 0 size1)) (decreases size2) = expand_key_reveal (); if size1 < size2 then lemma_expand_append ke...
val lemma_expand_append (key: aes_key_word AES_256) (size1 size2: nat) : Lemma (requires size1 <= size2 /\ size2 <= 60) (ensures equal (expand_key AES_256 key size1) (slice (expand_key AES_256 key size2) 0 size1)) (decreases size2) let rec lemma_expand_append (key: aes_key_word AES_256) (size1 size2: na...
false
null
true
expand_key_reveal (); if size1 < size2 then lemma_expand_append key size1 (size2 - 1)
{ "checked_file": "Vale.AES.AES256_helpers_BE.fst.checked", "dependencies": [ "Vale.Arch.Types.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": true, "source_file": "Vale.AES.AES256_helpers_BE.fst" }
[ "lemma", "" ]
[ "Vale.AES.AES_BE_s.aes_key_word", "Vale.AES.AES_common_s.AES_256", "Prims.nat", "Prims.op_LessThan", "Vale.AES.AES256_helpers_BE.lemma_expand_append", "Prims.op_Subtraction", "Prims.bool", "Prims.unit", "Vale.AES.AES_BE_s.expand_key_reveal", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqua...
[]
module Vale.AES.AES256_helpers_BE let lemma_reveal_expand_key_256 (key:aes_key_word AES_256) (round:nat) : Lemma (expand_key_256 key round == ( if round = 0 then Mkfour key.[3] key.[2] key.[1] key.[0] else if round = 1 then Mkfour key.[7] key.[6] key.[5] key.[4] else round_key_256 (expand_key_256 key (ro...
false
false
Vale.AES.AES256_helpers_BE.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val lemma_expand_append (key: aes_key_word AES_256) (size1 size2: nat) : Lemma (requires size1 <= size2 /\ size2 <= 60) (ensures equal (expand_key AES_256 key size1) (slice (expand_key AES_256 key size2) 0 size1)) (decreases size2)
[ "recursion" ]
Vale.AES.AES256_helpers_BE.lemma_expand_append
{ "file_name": "vale/code/crypto/aes/Vale.AES.AES256_helpers_BE.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
key: Vale.AES.AES_BE_s.aes_key_word Vale.AES.AES_common_s.AES_256 -> size1: Prims.nat -> size2: Prims.nat -> FStar.Pervasives.Lemma (requires size1 <= size2 /\ size2 <= 60) (ensures FStar.Seq.Base.equal (Vale.AES.AES_BE_s.expand_key Vale.AES.AES_common_s.AES_256 key size1) (FStar....
{ "end_col": 65, "end_line": 57, "start_col": 2, "start_line": 56 }
FStar.Pervasives.Lemma
val lemma_expand_key_256 (key:seq nat32) (size:nat) : Lemma (requires size <= 15 /\ is_aes_key_word AES_256 key) (ensures ( let s = key_schedule_to_round_keys size (expand_key AES_256 key 60) in (forall (i:nat).{:pattern (expand_key_256 key i)} i < size ==> expand_key_256 key i == s.[i]) ))
[ { "abbrev": false, "full_module": "Vale.Def.Words.Seq_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.AES.AES_BE_s", "short_module": null }, { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_mod...
false
let rec lemma_expand_key_256 (key:seq nat32) (size:nat) = lemma_expand_append key (4 * size) 60; if size = 0 then () else let i = size - 1 in lemma_expand_key_256 key i; lemma_reveal_expand_key_256 key i; if i < 2 then ( lemma_expand_append key 4 60; lemma_expand_append key 8 60; lemma_expand_...
val lemma_expand_key_256 (key:seq nat32) (size:nat) : Lemma (requires size <= 15 /\ is_aes_key_word AES_256 key) (ensures ( let s = key_schedule_to_round_keys size (expand_key AES_256 key 60) in (forall (i:nat).{:pattern (expand_key_256 key i)} i < size ==> expand_key_256 key i == s.[i]) )) let rec lemma_...
false
null
true
lemma_expand_append key (4 * size) 60; if size = 0 then () else let i = size - 1 in lemma_expand_key_256 key i; lemma_reveal_expand_key_256 key i; if i < 2 then (lemma_expand_append key 4 60; lemma_expand_append key 8 60; lemma_expand_key_256_0 key) else (lemma_expand_append key (4 * i) ...
{ "checked_file": "Vale.AES.AES256_helpers_BE.fst.checked", "dependencies": [ "Vale.Arch.Types.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": true, "source_file": "Vale.AES.AES256_helpers_BE.fst" }
[ "lemma" ]
[ "FStar.Seq.Base.seq", "Vale.Def.Types_s.nat32", "Prims.nat", "Prims.op_Equality", "Prims.int", "Prims.bool", "Prims.op_LessThan", "Vale.AES.AES256_helpers_BE.lemma_expand_key_256_0", "Prims.unit", "Vale.AES.AES256_helpers_BE.lemma_expand_append", "Vale.AES.AES256_helpers_BE.lemma_expand_key_256_...
[]
module Vale.AES.AES256_helpers_BE let lemma_reveal_expand_key_256 (key:aes_key_word AES_256) (round:nat) : Lemma (expand_key_256 key round == ( if round = 0 then Mkfour key.[3] key.[2] key.[1] key.[0] else if round = 1 then Mkfour key.[7] key.[6] key.[5] key.[4] else round_key_256 (expand_key_256 key (ro...
false
false
Vale.AES.AES256_helpers_BE.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val lemma_expand_key_256 (key:seq nat32) (size:nat) : Lemma (requires size <= 15 /\ is_aes_key_word AES_256 key) (ensures ( let s = key_schedule_to_round_keys size (expand_key AES_256 key 60) in (forall (i:nat).{:pattern (expand_key_256 key i)} i < size ==> expand_key_256 key i == s.[i]) ))
[ "recursion" ]
Vale.AES.AES256_helpers_BE.lemma_expand_key_256
{ "file_name": "vale/code/crypto/aes/Vale.AES.AES256_helpers_BE.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
key: FStar.Seq.Base.seq Vale.Def.Types_s.nat32 -> size: Prims.nat -> FStar.Pervasives.Lemma (requires size <= 15 /\ Vale.AES.AES_BE_s.is_aes_key_word Vale.AES.AES_common_s.AES_256 key) (ensures (let s = Vale.AES.AES_BE_s.key_schedule_to_round_keys size (Vale.AES.AES_BE_s....
{ "end_col": 3, "end_line": 77, "start_col": 2, "start_line": 61 }
FStar.Pervasives.Lemma
val lemma_expand_key_256_i (key: aes_key_word AES_256) (i: nat) : Lemma (requires 1 < i /\ i < 15) (ensures (let m = 4 * (i - 2) in let n = 4 * i in let v = expand_key AES_256 key n in let w = expand_key AES_256 key (n + 4) in let prev0 = Mkfour v.[ m + 3 ] v.[ ...
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Seq_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.AES.AES_BE_s", "short_module": null }, { "abbrev": false, "full_mod...
false
let lemma_expand_key_256_i (key:aes_key_word AES_256) (i:nat) : Lemma (requires 1 < i /\ i < 15 ) (ensures ( let m = 4 * (i - 2) in let n = 4 * i in let v = expand_key AES_256 key n in // Current let w = expand_key AES_256 key (n + 4) in // Next 4 words let prev0 = ...
val lemma_expand_key_256_i (key: aes_key_word AES_256) (i: nat) : Lemma (requires 1 < i /\ i < 15) (ensures (let m = 4 * (i - 2) in let n = 4 * i in let v = expand_key AES_256 key n in let w = expand_key AES_256 key (n + 4) in let prev0 = Mkfour v.[ m + 3 ] v.[ ...
false
null
true
expand_key_reveal (); let n = 4 * i in let _ = expand_key AES_256 key (n + 1) in let _ = expand_key AES_256 key (n + 2) in let _ = expand_key AES_256 key (n + 3) in let _ = expand_key AES_256 key (n + 4) in if i < 14 then (let _ = expand_key AES_256 key (n + 5) in let _ = expand_key AES_256 key (n + 6) in let...
{ "checked_file": "Vale.AES.AES256_helpers_BE.fst.checked", "dependencies": [ "Vale.Arch.Types.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": true, "source_file": "Vale.AES.AES256_helpers_BE.fst" }
[ "lemma" ]
[ "Vale.AES.AES_BE_s.aes_key_word", "Vale.AES.AES_common_s.AES_256", "Prims.nat", "Prims.unit", "Prims.op_LessThan", "FStar.Seq.Base.seq", "Vale.Def.Words_s.nat32", "Prims.eq2", "FStar.Seq.Base.length", "Prims.op_Addition", "Vale.AES.AES_BE_s.expand_key", "Prims.bool", "Prims.int", "FStar.Mu...
[]
module Vale.AES.AES256_helpers_BE let lemma_reveal_expand_key_256 (key:aes_key_word AES_256) (round:nat) : Lemma (expand_key_256 key round == ( if round = 0 then Mkfour key.[3] key.[2] key.[1] key.[0] else if round = 1 then Mkfour key.[7] key.[6] key.[5] key.[4] else round_key_256 (expand_key_256 key (ro...
false
false
Vale.AES.AES256_helpers_BE.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 1, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val lemma_expand_key_256_i (key: aes_key_word AES_256) (i: nat) : Lemma (requires 1 < i /\ i < 15) (ensures (let m = 4 * (i - 2) in let n = 4 * i in let v = expand_key AES_256 key n in let w = expand_key AES_256 key (n + 4) in let prev0 = Mkfour v.[ m + 3 ] v.[ ...
[]
Vale.AES.AES256_helpers_BE.lemma_expand_key_256_i
{ "file_name": "vale/code/crypto/aes/Vale.AES.AES256_helpers_BE.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
key: Vale.AES.AES_BE_s.aes_key_word Vale.AES.AES_common_s.AES_256 -> i: Prims.nat -> FStar.Pervasives.Lemma (requires 1 < i /\ i < 15) (ensures (let m = 4 * (i - 2) in let n = 4 * i in let v = Vale.AES.AES_BE_s.expand_key Vale.AES.AES_common_s.AES_256 key n in let w = Vale....
{ "end_col": 4, "end_line": 47, "start_col": 2, "start_line": 34 }
Prims.Tot
val almost_mont_mul: pbits:pos -> rLen:nat -> n:pos -> mu:nat -> a:nat -> b:nat -> int
[ { "abbrev": true, "full_module": "Hacl.Spec.Montgomery.Lemmas", "short_module": "M" }, { "abbrev": false, "full_module": "Lib.LoopCombinators", "short_module": null }, { "abbrev": false, "full_module": "Lib.IntTypes", "short_module": null }, { "abbrev": false, ...
false
let almost_mont_mul pbits rLen n mu a b = let c = a * b in almost_mont_reduction pbits rLen n mu c
val almost_mont_mul: pbits:pos -> rLen:nat -> n:pos -> mu:nat -> a:nat -> b:nat -> int let almost_mont_mul pbits rLen n mu a b =
false
null
false
let c = a * b in almost_mont_reduction pbits rLen n mu c
{ "checked_file": "Hacl.Spec.AlmostMontgomery.Lemmas.fst.checked", "dependencies": [ "prims.fst.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Hacl.Spec.Montgomery.Lemmas.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Math.Lemm...
[ "total" ]
[ "Prims.pos", "Prims.nat", "Hacl.Spec.AlmostMontgomery.Lemmas.almost_mont_reduction", "Prims.int", "FStar.Mul.op_Star" ]
[]
module Hacl.Spec.AlmostMontgomery.Lemmas open FStar.Mul open Lib.IntTypes open Lib.LoopCombinators module M = Hacl.Spec.Montgomery.Lemmas #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// High-level specification of Almost Montgomery Multiplication val almost_mont_reduction: pbits:pos -> rLen:nat -> n:pos ->...
false
true
Hacl.Spec.AlmostMontgomery.Lemmas.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val almost_mont_mul: pbits:pos -> rLen:nat -> n:pos -> mu:nat -> a:nat -> b:nat -> int
[]
Hacl.Spec.AlmostMontgomery.Lemmas.almost_mont_mul
{ "file_name": "code/bignum/Hacl.Spec.AlmostMontgomery.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
pbits: Prims.pos -> rLen: Prims.nat -> n: Prims.pos -> mu: Prims.nat -> a: Prims.nat -> b: Prims.nat -> Prims.int
{ "end_col": 41, "end_line": 22, "start_col": 41, "start_line": 20 }
Prims.Tot
val almost_mont_sqr: pbits:pos -> rLen:nat -> n:pos -> mu:nat -> a:nat -> int
[ { "abbrev": true, "full_module": "Hacl.Spec.Montgomery.Lemmas", "short_module": "M" }, { "abbrev": false, "full_module": "Lib.LoopCombinators", "short_module": null }, { "abbrev": false, "full_module": "Lib.IntTypes", "short_module": null }, { "abbrev": false, ...
false
let almost_mont_sqr pbits rLen n mu a = let c = a * a in almost_mont_reduction pbits rLen n mu c
val almost_mont_sqr: pbits:pos -> rLen:nat -> n:pos -> mu:nat -> a:nat -> int let almost_mont_sqr pbits rLen n mu a =
false
null
false
let c = a * a in almost_mont_reduction pbits rLen n mu c
{ "checked_file": "Hacl.Spec.AlmostMontgomery.Lemmas.fst.checked", "dependencies": [ "prims.fst.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Hacl.Spec.Montgomery.Lemmas.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Math.Lemm...
[ "total" ]
[ "Prims.pos", "Prims.nat", "Hacl.Spec.AlmostMontgomery.Lemmas.almost_mont_reduction", "Prims.int", "FStar.Mul.op_Star" ]
[]
module Hacl.Spec.AlmostMontgomery.Lemmas open FStar.Mul open Lib.IntTypes open Lib.LoopCombinators module M = Hacl.Spec.Montgomery.Lemmas #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// High-level specification of Almost Montgomery Multiplication val almost_mont_reduction: pbits:pos -> rLen:nat -> n:pos ->...
false
true
Hacl.Spec.AlmostMontgomery.Lemmas.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val almost_mont_sqr: pbits:pos -> rLen:nat -> n:pos -> mu:nat -> a:nat -> int
[]
Hacl.Spec.AlmostMontgomery.Lemmas.almost_mont_sqr
{ "file_name": "code/bignum/Hacl.Spec.AlmostMontgomery.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
pbits: Prims.pos -> rLen: Prims.nat -> n: Prims.pos -> mu: Prims.nat -> a: Prims.nat -> Prims.int
{ "end_col": 41, "end_line": 27, "start_col": 39, "start_line": 25 }
Prims.Tot
val almost_mont_reduction: pbits:pos -> rLen:nat -> n:pos -> mu:nat -> c:nat -> int
[ { "abbrev": true, "full_module": "Hacl.Spec.Montgomery.Lemmas", "short_module": "M" }, { "abbrev": false, "full_module": "Lib.LoopCombinators", "short_module": null }, { "abbrev": false, "full_module": "Lib.IntTypes", "short_module": null }, { "abbrev": false, ...
false
let almost_mont_reduction pbits rLen n mu c = let res = M.mont_reduction_loop_div_r pbits rLen n mu c in if res < pow2 (pbits * rLen) then res else res - n
val almost_mont_reduction: pbits:pos -> rLen:nat -> n:pos -> mu:nat -> c:nat -> int let almost_mont_reduction pbits rLen n mu c =
false
null
false
let res = M.mont_reduction_loop_div_r pbits rLen n mu c in if res < pow2 (pbits * rLen) then res else res - n
{ "checked_file": "Hacl.Spec.AlmostMontgomery.Lemmas.fst.checked", "dependencies": [ "prims.fst.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Hacl.Spec.Montgomery.Lemmas.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Math.Lemm...
[ "total" ]
[ "Prims.pos", "Prims.nat", "Prims.op_LessThan", "Prims.pow2", "FStar.Mul.op_Star", "Prims.bool", "Prims.op_Subtraction", "Prims.int", "Hacl.Spec.Montgomery.Lemmas.mont_reduction_loop_div_r" ]
[]
module Hacl.Spec.AlmostMontgomery.Lemmas open FStar.Mul open Lib.IntTypes open Lib.LoopCombinators module M = Hacl.Spec.Montgomery.Lemmas #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// High-level specification of Almost Montgomery Multiplication
false
true
Hacl.Spec.AlmostMontgomery.Lemmas.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val almost_mont_reduction: pbits:pos -> rLen:nat -> n:pos -> mu:nat -> c:nat -> int
[]
Hacl.Spec.AlmostMontgomery.Lemmas.almost_mont_reduction
{ "file_name": "code/bignum/Hacl.Spec.AlmostMontgomery.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
pbits: Prims.pos -> rLen: Prims.nat -> n: Prims.pos -> mu: Prims.nat -> c: Prims.nat -> Prims.int
{ "end_col": 52, "end_line": 17, "start_col": 45, "start_line": 15 }
FStar.Pervasives.Lemma
val lemma_fits_c_lt_rr: c:nat -> r:pos -> n:pos -> Lemma (requires c < r * r) (ensures (c - n) / r < r)
[ { "abbrev": true, "full_module": "Hacl.Spec.Montgomery.Lemmas", "short_module": "M" }, { "abbrev": false, "full_module": "Lib.LoopCombinators", "short_module": null }, { "abbrev": false, "full_module": "Lib.IntTypes", "short_module": null }, { "abbrev": false, ...
false
let lemma_fits_c_lt_rr c r n = assert (c < r * r); Math.Lemmas.cancel_mul_div r r; assert (c / r < r); Math.Lemmas.lemma_div_le (c - n) c r
val lemma_fits_c_lt_rr: c:nat -> r:pos -> n:pos -> Lemma (requires c < r * r) (ensures (c - n) / r < r) let lemma_fits_c_lt_rr c r n =
false
null
true
assert (c < r * r); Math.Lemmas.cancel_mul_div r r; assert (c / r < r); Math.Lemmas.lemma_div_le (c - n) c r
{ "checked_file": "Hacl.Spec.AlmostMontgomery.Lemmas.fst.checked", "dependencies": [ "prims.fst.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Hacl.Spec.Montgomery.Lemmas.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Math.Lemm...
[ "lemma" ]
[ "Prims.nat", "Prims.pos", "FStar.Math.Lemmas.lemma_div_le", "Prims.op_Subtraction", "Prims.unit", "Prims._assert", "Prims.b2t", "Prims.op_LessThan", "Prims.op_Division", "FStar.Math.Lemmas.cancel_mul_div", "FStar.Mul.op_Star" ]
[]
module Hacl.Spec.AlmostMontgomery.Lemmas open FStar.Mul open Lib.IntTypes open Lib.LoopCombinators module M = Hacl.Spec.Montgomery.Lemmas #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// High-level specification of Almost Montgomery Multiplication val almost_mont_reduction: pbits:pos -> rLen:nat -> n:pos ->...
false
false
Hacl.Spec.AlmostMontgomery.Lemmas.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val lemma_fits_c_lt_rr: c:nat -> r:pos -> n:pos -> Lemma (requires c < r * r) (ensures (c - n) / r < r)
[]
Hacl.Spec.AlmostMontgomery.Lemmas.lemma_fits_c_lt_rr
{ "file_name": "code/bignum/Hacl.Spec.AlmostMontgomery.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
c: Prims.nat -> r: Prims.pos -> n: Prims.pos -> FStar.Pervasives.Lemma (requires c < r * r) (ensures (c - n) / r < r)
{ "end_col": 38, "end_line": 40, "start_col": 2, "start_line": 37 }
FStar.Pervasives.Lemma
val almost_mont_mul_lemma: pbits:pos -> rLen:pos -> n:pos -> mu:nat -> a:nat -> b:nat -> Lemma (requires (let r = pow2 (pbits * rLen) in M.mont_pre pbits rLen n mu /\ a < r /\ b < r)) (ensures (let res = almost_mont_mul pbits rLen n mu a b in let r = pow2 (pbits * rLen) in let d, _ = M.eea_pow2_odd (pb...
[ { "abbrev": true, "full_module": "Hacl.Spec.Montgomery.Lemmas", "short_module": "M" }, { "abbrev": false, "full_module": "Lib.LoopCombinators", "short_module": null }, { "abbrev": false, "full_module": "Lib.IntTypes", "short_module": null }, { "abbrev": false, ...
false
let almost_mont_mul_lemma pbits rLen n mu a b = let r = pow2 (pbits * rLen) in let res = almost_mont_mul pbits rLen n mu a b in Math.Lemmas.lemma_mult_lt_sqr a b r; assert (a * b < r * r); almost_mont_reduction_lemma pbits rLen n mu (a * b)
val almost_mont_mul_lemma: pbits:pos -> rLen:pos -> n:pos -> mu:nat -> a:nat -> b:nat -> Lemma (requires (let r = pow2 (pbits * rLen) in M.mont_pre pbits rLen n mu /\ a < r /\ b < r)) (ensures (let res = almost_mont_mul pbits rLen n mu a b in let r = pow2 (pbits * rLen) in let d, _ = M.eea_pow2_odd (pb...
false
null
true
let r = pow2 (pbits * rLen) in let res = almost_mont_mul pbits rLen n mu a b in Math.Lemmas.lemma_mult_lt_sqr a b r; assert (a * b < r * r); almost_mont_reduction_lemma pbits rLen n mu (a * b)
{ "checked_file": "Hacl.Spec.AlmostMontgomery.Lemmas.fst.checked", "dependencies": [ "prims.fst.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Hacl.Spec.Montgomery.Lemmas.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Math.Lemm...
[ "lemma" ]
[ "Prims.pos", "Prims.nat", "Hacl.Spec.AlmostMontgomery.Lemmas.almost_mont_reduction_lemma", "FStar.Mul.op_Star", "Prims.unit", "Prims._assert", "Prims.b2t", "Prims.op_LessThan", "FStar.Math.Lemmas.lemma_mult_lt_sqr", "Prims.int", "Hacl.Spec.AlmostMontgomery.Lemmas.almost_mont_mul", "Prims.pow2"...
[]
module Hacl.Spec.AlmostMontgomery.Lemmas open FStar.Mul open Lib.IntTypes open Lib.LoopCombinators module M = Hacl.Spec.Montgomery.Lemmas #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// High-level specification of Almost Montgomery Multiplication val almost_mont_reduction: pbits:pos -> rLen:nat -> n:pos ->...
false
false
Hacl.Spec.AlmostMontgomery.Lemmas.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val almost_mont_mul_lemma: pbits:pos -> rLen:pos -> n:pos -> mu:nat -> a:nat -> b:nat -> Lemma (requires (let r = pow2 (pbits * rLen) in M.mont_pre pbits rLen n mu /\ a < r /\ b < r)) (ensures (let res = almost_mont_mul pbits rLen n mu a b in let r = pow2 (pbits * rLen) in let d, _ = M.eea_pow2_odd (pb...
[]
Hacl.Spec.AlmostMontgomery.Lemmas.almost_mont_mul_lemma
{ "file_name": "code/bignum/Hacl.Spec.AlmostMontgomery.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
pbits: Prims.pos -> rLen: Prims.pos -> n: Prims.pos -> mu: Prims.nat -> a: Prims.nat -> b: Prims.nat -> FStar.Pervasives.Lemma (requires (let r = Prims.pow2 (pbits * rLen) in Hacl.Spec.Montgomery.Lemmas.mont_pre pbits rLen n mu /\ a < r /\ b < r)) (ensures (let res = Hacl.Spec.Al...
{ "end_col": 53, "end_line": 81, "start_col": 47, "start_line": 76 }
FStar.Pervasives.Lemma
val almost_mont_reduction_lemma: pbits:pos -> rLen:pos -> n:pos -> mu:nat -> c:nat -> Lemma (requires (let r = pow2 (pbits * rLen) in M.mont_pre pbits rLen n mu /\ c < r * r)) (ensures (let res = almost_mont_reduction pbits rLen n mu c in let r = pow2 (pbits * rLen) in let d, _ = M.eea_pow2_odd (pbits ...
[ { "abbrev": true, "full_module": "Hacl.Spec.Montgomery.Lemmas", "short_module": "M" }, { "abbrev": false, "full_module": "Lib.LoopCombinators", "short_module": null }, { "abbrev": false, "full_module": "Lib.IntTypes", "short_module": null }, { "abbrev": false, ...
false
let almost_mont_reduction_lemma pbits rLen n mu c = let r = pow2 (pbits * rLen) in let d, _ = M.eea_pow2_odd (pbits * rLen) n in let res = M.mont_reduction_loop_div_r pbits rLen n mu c in M.mont_reduction_loop_div_r_lemma pbits rLen n mu c; assert (res % n == c * d % n /\ res <= (c - n) / r + n); let res1 ...
val almost_mont_reduction_lemma: pbits:pos -> rLen:pos -> n:pos -> mu:nat -> c:nat -> Lemma (requires (let r = pow2 (pbits * rLen) in M.mont_pre pbits rLen n mu /\ c < r * r)) (ensures (let res = almost_mont_reduction pbits rLen n mu c in let r = pow2 (pbits * rLen) in let d, _ = M.eea_pow2_odd (pbits ...
false
null
true
let r = pow2 (pbits * rLen) in let d, _ = M.eea_pow2_odd (pbits * rLen) n in let res = M.mont_reduction_loop_div_r pbits rLen n mu c in M.mont_reduction_loop_div_r_lemma pbits rLen n mu c; assert (res % n == c * d % n /\ res <= (c - n) / r + n); let res1 = if res < r then res else res - n in if res < r then () else (...
{ "checked_file": "Hacl.Spec.AlmostMontgomery.Lemmas.fst.checked", "dependencies": [ "prims.fst.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Hacl.Spec.Montgomery.Lemmas.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Math.Lemm...
[ "lemma" ]
[ "Prims.pos", "Prims.nat", "Prims.int", "Prims.op_LessThan", "Prims.bool", "Hacl.Spec.AlmostMontgomery.Lemmas.lemma_fits_c_lt_rr", "Prims.unit", "Prims._assert", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_Division", "Prims.op_Subtraction", "Prims.eq2", "Prims.op_Modulus", "FStar.M...
[]
module Hacl.Spec.AlmostMontgomery.Lemmas open FStar.Mul open Lib.IntTypes open Lib.LoopCombinators module M = Hacl.Spec.Montgomery.Lemmas #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// High-level specification of Almost Montgomery Multiplication val almost_mont_reduction: pbits:pos -> rLen:nat -> n:pos ->...
false
false
Hacl.Spec.AlmostMontgomery.Lemmas.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val almost_mont_reduction_lemma: pbits:pos -> rLen:pos -> n:pos -> mu:nat -> c:nat -> Lemma (requires (let r = pow2 (pbits * rLen) in M.mont_pre pbits rLen n mu /\ c < r * r)) (ensures (let res = almost_mont_reduction pbits rLen n mu c in let r = pow2 (pbits * rLen) in let d, _ = M.eea_pow2_odd (pbits ...
[]
Hacl.Spec.AlmostMontgomery.Lemmas.almost_mont_reduction_lemma
{ "file_name": "code/bignum/Hacl.Spec.AlmostMontgomery.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
pbits: Prims.pos -> rLen: Prims.pos -> n: Prims.pos -> mu: Prims.nat -> c: Prims.nat -> FStar.Pervasives.Lemma (requires (let r = Prims.pow2 (pbits * rLen) in Hacl.Spec.Montgomery.Lemmas.mont_pre pbits rLen n mu /\ c < r * r)) (ensures (let res = Hacl.Spec.AlmostMontgomery.Lemmas...
{ "end_col": 32, "end_line": 65, "start_col": 51, "start_line": 51 }
FStar.Pervasives.Lemma
val almost_mont_mul_is_mont_mul_lemma: pbits:pos -> rLen:pos -> n:pos -> mu:nat -> a:nat-> b:nat -> Lemma (requires (let r = pow2 (pbits * rLen) in M.mont_pre pbits rLen n mu /\ a < r /\ b < r)) (ensures (let c = almost_mont_mul pbits rLen n mu a b in let r = pow2 (pbits * rLen) in c % n == M.mont_mu...
[ { "abbrev": true, "full_module": "Hacl.Spec.Montgomery.Lemmas", "short_module": "M" }, { "abbrev": false, "full_module": "Lib.LoopCombinators", "short_module": null }, { "abbrev": false, "full_module": "Lib.IntTypes", "short_module": null }, { "abbrev": false, ...
false
let almost_mont_mul_is_mont_mul_lemma pbits rLen n mu a b = let c = almost_mont_mul pbits rLen n mu a b in almost_mont_mul_lemma pbits rLen n mu a b; let r = pow2 (pbits * rLen) in let d, _ = M.eea_pow2_odd (pbits * rLen) n in assert (c % n == a * b * d % n /\ c < r); let c1 = M.mont_mul pbits rLen n mu (a...
val almost_mont_mul_is_mont_mul_lemma: pbits:pos -> rLen:pos -> n:pos -> mu:nat -> a:nat-> b:nat -> Lemma (requires (let r = pow2 (pbits * rLen) in M.mont_pre pbits rLen n mu /\ a < r /\ b < r)) (ensures (let c = almost_mont_mul pbits rLen n mu a b in let r = pow2 (pbits * rLen) in c % n == M.mont_mu...
false
null
true
let c = almost_mont_mul pbits rLen n mu a b in almost_mont_mul_lemma pbits rLen n mu a b; let r = pow2 (pbits * rLen) in let d, _ = M.eea_pow2_odd (pbits * rLen) n in assert (c % n == (a * b) * d % n /\ c < r); let c1 = M.mont_mul pbits rLen n mu (a % n) (b % n) in calc ( == ) { c1; ( == ) { M.mont_mul_lemma pbits ...
{ "checked_file": "Hacl.Spec.AlmostMontgomery.Lemmas.fst.checked", "dependencies": [ "prims.fst.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "Hacl.Spec.Montgomery.Lemmas.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Math.Lemm...
[ "lemma" ]
[ "Prims.pos", "Prims.nat", "Prims.int", "Prims._assert", "Prims.eq2", "Prims.op_Modulus", "Prims.unit", "FStar.Calc.calc_finish", "FStar.Mul.op_Star", "Prims.Cons", "FStar.Preorder.relation", "Prims.Nil", "FStar.Calc.calc_step", "FStar.Calc.calc_init", "FStar.Calc.calc_pack", "Hacl.Spec...
[]
module Hacl.Spec.AlmostMontgomery.Lemmas open FStar.Mul open Lib.IntTypes open Lib.LoopCombinators module M = Hacl.Spec.Montgomery.Lemmas #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// High-level specification of Almost Montgomery Multiplication val almost_mont_reduction: pbits:pos -> rLen:nat -> n:pos ->...
false
false
Hacl.Spec.AlmostMontgomery.Lemmas.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val almost_mont_mul_is_mont_mul_lemma: pbits:pos -> rLen:pos -> n:pos -> mu:nat -> a:nat-> b:nat -> Lemma (requires (let r = pow2 (pbits * rLen) in M.mont_pre pbits rLen n mu /\ a < r /\ b < r)) (ensures (let c = almost_mont_mul pbits rLen n mu a b in let r = pow2 (pbits * rLen) in c % n == M.mont_mu...
[]
Hacl.Spec.AlmostMontgomery.Lemmas.almost_mont_mul_is_mont_mul_lemma
{ "file_name": "code/bignum/Hacl.Spec.AlmostMontgomery.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
pbits: Prims.pos -> rLen: Prims.pos -> n: Prims.pos -> mu: Prims.nat -> a: Prims.nat -> b: Prims.nat -> FStar.Pervasives.Lemma (requires (let r = Prims.pow2 (pbits * rLen) in Hacl.Spec.Montgomery.Lemmas.mont_pre pbits rLen n mu /\ a < r /\ b < r)) (ensures (let c = Hacl.Spec.Almo...
{ "end_col": 22, "end_line": 114, "start_col": 59, "start_line": 94 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "...
false
let n = 8
let n =
false
null
false
8
{ "checked_file": "FStar.Int8.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Int.fsti.checked" ], "interface_file": false, "source_file": "FStar.Int8.fsti" }
[ "total" ]
[]
[]
(* Copyright 2008-2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
false
true
FStar.Int8.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val n : Prims.int
[]
FStar.Int8.n
{ "file_name": "ulib/FStar.Int8.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
Prims.int
{ "end_col": 16, "end_line": 20, "start_col": 15, "start_line": 20 }
Prims.Pure
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.Int", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sho...
false
let op_Plus_Hat = add
let op_Plus_Hat =
false
null
false
add
{ "checked_file": "FStar.Int8.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Int.fsti.checked" ], "interface_file": false, "source_file": "FStar.Int8.fsti" }
[]
[ "FStar.Int8.add" ]
[]
(* Copyright 2008-2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
false
false
FStar.Int8.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val op_Plus_Hat : a: FStar.Int8.t -> b: FStar.Int8.t -> Prims.Pure FStar.Int8.t
[]
FStar.Int8.op_Plus_Hat
{ "file_name": "ulib/FStar.Int8.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
a: FStar.Int8.t -> b: FStar.Int8.t -> Prims.Pure FStar.Int8.t
{ "end_col": 28, "end_line": 121, "start_col": 25, "start_line": 121 }
Prims.Tot
val gt (a b: t) : Tot bool
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.Int", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sho...
false
let gt (a:t) (b:t) : Tot bool = gt #n (v a) (v b)
val gt (a b: t) : Tot bool let gt (a b: t) : Tot bool =
false
null
false
gt #n (v a) (v b)
{ "checked_file": "FStar.Int8.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Int.fsti.checked" ], "interface_file": false, "source_file": "FStar.Int8.fsti" }
[ "total" ]
[ "FStar.Int8.t", "FStar.Int.gt", "FStar.Int8.n", "FStar.Int8.v", "Prims.bool" ]
[]
(* Copyright 2008-2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
false
true
FStar.Int8.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val gt (a b: t) : Tot bool
[]
FStar.Int8.gt
{ "file_name": "ulib/FStar.Int8.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
a: FStar.Int8.t -> b: FStar.Int8.t -> Prims.bool
{ "end_col": 49, "end_line": 115, "start_col": 32, "start_line": 115 }
Prims.Pure
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.Int", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sho...
false
let op_Percent_Hat = rem
let op_Percent_Hat =
false
null
false
rem
{ "checked_file": "FStar.Int8.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Int.fsti.checked" ], "interface_file": false, "source_file": "FStar.Int8.fsti" }
[]
[ "FStar.Int8.rem" ]
[]
(* Copyright 2008-2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
false
false
FStar.Int8.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val op_Percent_Hat : a: FStar.Int8.t -> b: FStar.Int8.t{FStar.Int8.v b <> 0} -> Prims.Pure FStar.Int8.t
[]
FStar.Int8.op_Percent_Hat
{ "file_name": "ulib/FStar.Int8.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
a: FStar.Int8.t -> b: FStar.Int8.t{FStar.Int8.v b <> 0} -> Prims.Pure FStar.Int8.t
{ "end_col": 31, "end_line": 125, "start_col": 28, "start_line": 125 }
Prims.Tot
val lt (a b: t) : Tot bool
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.Int", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sho...
false
let lt (a:t) (b:t) : Tot bool = lt #n (v a) (v b)
val lt (a b: t) : Tot bool let lt (a b: t) : Tot bool =
false
null
false
lt #n (v a) (v b)
{ "checked_file": "FStar.Int8.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Int.fsti.checked" ], "interface_file": false, "source_file": "FStar.Int8.fsti" }
[ "total" ]
[ "FStar.Int8.t", "FStar.Int.lt", "FStar.Int8.n", "FStar.Int8.v", "Prims.bool" ]
[]
(* Copyright 2008-2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
false
true
FStar.Int8.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val lt (a b: t) : Tot bool
[]
FStar.Int8.lt
{ "file_name": "ulib/FStar.Int8.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
a: FStar.Int8.t -> b: FStar.Int8.t -> Prims.bool
{ "end_col": 49, "end_line": 117, "start_col": 32, "start_line": 117 }
Prims.Pure
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.Int", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sho...
false
let op_Star_Hat = mul
let op_Star_Hat =
false
null
false
mul
{ "checked_file": "FStar.Int8.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Int.fsti.checked" ], "interface_file": false, "source_file": "FStar.Int8.fsti" }
[]
[ "FStar.Int8.mul" ]
[]
(* Copyright 2008-2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
false
false
FStar.Int8.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val op_Star_Hat : a: FStar.Int8.t -> b: FStar.Int8.t -> Prims.Pure FStar.Int8.t
[]
FStar.Int8.op_Star_Hat
{ "file_name": "ulib/FStar.Int8.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
a: FStar.Int8.t -> b: FStar.Int8.t -> Prims.Pure FStar.Int8.t
{ "end_col": 28, "end_line": 123, "start_col": 25, "start_line": 123 }
Prims.Pure
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.Int", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sho...
false
let op_Less_Less_Hat = shift_left
let op_Less_Less_Hat =
false
null
false
shift_left
{ "checked_file": "FStar.Int8.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Int.fsti.checked" ], "interface_file": false, "source_file": "FStar.Int8.fsti" }
[]
[ "FStar.Int8.shift_left" ]
[]
(* Copyright 2008-2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
false
false
FStar.Int8.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val op_Less_Less_Hat : a: FStar.Int8.t -> s: FStar.UInt32.t -> Prims.Pure FStar.Int8.t
[]
FStar.Int8.op_Less_Less_Hat
{ "file_name": "ulib/FStar.Int8.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
a: FStar.Int8.t -> s: FStar.UInt32.t -> Prims.Pure FStar.Int8.t
{ "end_col": 40, "end_line": 129, "start_col": 30, "start_line": 129 }
Prims.Pure
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.Int", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sho...
false
let op_Subtraction_Hat = sub
let op_Subtraction_Hat =
false
null
false
sub
{ "checked_file": "FStar.Int8.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Int.fsti.checked" ], "interface_file": false, "source_file": "FStar.Int8.fsti" }
[]
[ "FStar.Int8.sub" ]
[]
(* Copyright 2008-2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
false
false
FStar.Int8.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val op_Subtraction_Hat : a: FStar.Int8.t -> b: FStar.Int8.t -> Prims.Pure FStar.Int8.t
[]
FStar.Int8.op_Subtraction_Hat
{ "file_name": "ulib/FStar.Int8.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
a: FStar.Int8.t -> b: FStar.Int8.t -> Prims.Pure FStar.Int8.t
{ "end_col": 35, "end_line": 122, "start_col": 32, "start_line": 122 }
Prims.Tot
val gte (a b: t) : Tot bool
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.Int", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sho...
false
let gte (a:t) (b:t) : Tot bool = gte #n (v a) (v b)
val gte (a b: t) : Tot bool let gte (a b: t) : Tot bool =
false
null
false
gte #n (v a) (v b)
{ "checked_file": "FStar.Int8.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Int.fsti.checked" ], "interface_file": false, "source_file": "FStar.Int8.fsti" }
[ "total" ]
[ "FStar.Int8.t", "FStar.Int.gte", "FStar.Int8.n", "FStar.Int8.v", "Prims.bool" ]
[]
(* Copyright 2008-2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
false
true
FStar.Int8.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val gte (a b: t) : Tot bool
[]
FStar.Int8.gte
{ "file_name": "ulib/FStar.Int8.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
a: FStar.Int8.t -> b: FStar.Int8.t -> Prims.bool
{ "end_col": 51, "end_line": 116, "start_col": 33, "start_line": 116 }
Prims.Tot
val eq (a b: t) : Tot bool
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.Int", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sho...
false
let eq (a:t) (b:t) : Tot bool = eq #n (v a) (v b)
val eq (a b: t) : Tot bool let eq (a b: t) : Tot bool =
false
null
false
eq #n (v a) (v b)
{ "checked_file": "FStar.Int8.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Int.fsti.checked" ], "interface_file": false, "source_file": "FStar.Int8.fsti" }
[ "total" ]
[ "FStar.Int8.t", "FStar.Int.eq", "FStar.Int8.n", "FStar.Int8.v", "Prims.bool" ]
[]
(* Copyright 2008-2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
false
true
FStar.Int8.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val eq (a b: t) : Tot bool
[]
FStar.Int8.eq
{ "file_name": "ulib/FStar.Int8.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
a: FStar.Int8.t -> b: FStar.Int8.t -> Prims.bool
{ "end_col": 49, "end_line": 114, "start_col": 32, "start_line": 114 }
Prims.Pure
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.Int", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sho...
false
let op_Greater_Greater_Hat = shift_right
let op_Greater_Greater_Hat =
false
null
false
shift_right
{ "checked_file": "FStar.Int8.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Int.fsti.checked" ], "interface_file": false, "source_file": "FStar.Int8.fsti" }
[]
[ "FStar.Int8.shift_right" ]
[]
(* Copyright 2008-2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
false
false
FStar.Int8.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val op_Greater_Greater_Hat : a: FStar.Int8.t -> s: FStar.UInt32.t -> Prims.Pure FStar.Int8.t
[]
FStar.Int8.op_Greater_Greater_Hat
{ "file_name": "ulib/FStar.Int8.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
a: FStar.Int8.t -> s: FStar.UInt32.t -> Prims.Pure FStar.Int8.t
{ "end_col": 47, "end_line": 130, "start_col": 36, "start_line": 130 }
Prims.Tot
val lte (a b: t) : Tot bool
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.Int", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sho...
false
let lte (a:t) (b:t) : Tot bool = lte #n (v a) (v b)
val lte (a b: t) : Tot bool let lte (a b: t) : Tot bool =
false
null
false
lte #n (v a) (v b)
{ "checked_file": "FStar.Int8.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Int.fsti.checked" ], "interface_file": false, "source_file": "FStar.Int8.fsti" }
[ "total" ]
[ "FStar.Int8.t", "FStar.Int.lte", "FStar.Int8.n", "FStar.Int8.v", "Prims.bool" ]
[]
(* Copyright 2008-2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
false
true
FStar.Int8.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val lte (a b: t) : Tot bool
[]
FStar.Int8.lte
{ "file_name": "ulib/FStar.Int8.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
a: FStar.Int8.t -> b: FStar.Int8.t -> Prims.bool
{ "end_col": 51, "end_line": 118, "start_col": 33, "start_line": 118 }
Prims.Pure
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.Int", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sho...
false
let op_Amp_Hat = logand
let op_Amp_Hat =
false
null
false
logand
{ "checked_file": "FStar.Int8.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Int.fsti.checked" ], "interface_file": false, "source_file": "FStar.Int8.fsti" }
[]
[ "FStar.Int8.logand" ]
[]
(* Copyright 2008-2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
false
false
FStar.Int8.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val op_Amp_Hat : x: FStar.Int8.t -> y: FStar.Int8.t -> Prims.Pure FStar.Int8.t
[]
FStar.Int8.op_Amp_Hat
{ "file_name": "ulib/FStar.Int8.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
x: FStar.Int8.t -> y: FStar.Int8.t -> Prims.Pure FStar.Int8.t
{ "end_col": 30, "end_line": 127, "start_col": 24, "start_line": 127 }
Prims.Pure
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.Int", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sho...
false
let op_Greater_Greater_Greater_Hat = shift_arithmetic_right
let op_Greater_Greater_Greater_Hat =
false
null
false
shift_arithmetic_right
{ "checked_file": "FStar.Int8.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Int.fsti.checked" ], "interface_file": false, "source_file": "FStar.Int8.fsti" }
[]
[ "FStar.Int8.shift_arithmetic_right" ]
[]
(* Copyright 2008-2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
false
false
FStar.Int8.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val op_Greater_Greater_Greater_Hat : a: FStar.Int8.t -> s: FStar.UInt32.t -> Prims.Pure FStar.Int8.t
[]
FStar.Int8.op_Greater_Greater_Greater_Hat
{ "file_name": "ulib/FStar.Int8.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
a: FStar.Int8.t -> s: FStar.UInt32.t -> Prims.Pure FStar.Int8.t
{ "end_col": 66, "end_line": 131, "start_col": 44, "start_line": 131 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.Int", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sho...
false
let op_Greater_Equals_Hat = gte
let op_Greater_Equals_Hat =
false
null
false
gte
{ "checked_file": "FStar.Int8.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Int.fsti.checked" ], "interface_file": false, "source_file": "FStar.Int8.fsti" }
[ "total" ]
[ "FStar.Int8.gte" ]
[]
(* Copyright 2008-2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
false
true
FStar.Int8.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val op_Greater_Equals_Hat : a: FStar.Int8.t -> b: FStar.Int8.t -> Prims.bool
[]
FStar.Int8.op_Greater_Equals_Hat
{ "file_name": "ulib/FStar.Int8.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
a: FStar.Int8.t -> b: FStar.Int8.t -> Prims.bool
{ "end_col": 38, "end_line": 134, "start_col": 35, "start_line": 134 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.Int", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sho...
false
let op_Equals_Hat = eq
let op_Equals_Hat =
false
null
false
eq
{ "checked_file": "FStar.Int8.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Int.fsti.checked" ], "interface_file": false, "source_file": "FStar.Int8.fsti" }
[ "total" ]
[ "FStar.Int8.eq" ]
[]
(* Copyright 2008-2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
false
true
FStar.Int8.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val op_Equals_Hat : a: FStar.Int8.t -> b: FStar.Int8.t -> Prims.bool
[]
FStar.Int8.op_Equals_Hat
{ "file_name": "ulib/FStar.Int8.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
a: FStar.Int8.t -> b: FStar.Int8.t -> Prims.bool
{ "end_col": 29, "end_line": 132, "start_col": 27, "start_line": 132 }
Prims.Pure
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.Int", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sho...
false
let op_Slash_Hat = div
let op_Slash_Hat =
false
null
false
div
{ "checked_file": "FStar.Int8.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Int.fsti.checked" ], "interface_file": false, "source_file": "FStar.Int8.fsti" }
[]
[ "FStar.Int8.div" ]
[]
(* Copyright 2008-2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
false
false
FStar.Int8.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val op_Slash_Hat : a: FStar.Int8.t -> b: FStar.Int8.t{FStar.Int8.v b <> 0} -> Prims.Pure FStar.Int8.t
[]
FStar.Int8.op_Slash_Hat
{ "file_name": "ulib/FStar.Int8.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
a: FStar.Int8.t -> b: FStar.Int8.t{FStar.Int8.v b <> 0} -> Prims.Pure FStar.Int8.t
{ "end_col": 29, "end_line": 124, "start_col": 26, "start_line": 124 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.Int", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sho...
false
let op_Greater_Hat = gt
let op_Greater_Hat =
false
null
false
gt
{ "checked_file": "FStar.Int8.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Int.fsti.checked" ], "interface_file": false, "source_file": "FStar.Int8.fsti" }
[ "total" ]
[ "FStar.Int8.gt" ]
[]
(* Copyright 2008-2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
false
true
FStar.Int8.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val op_Greater_Hat : a: FStar.Int8.t -> b: FStar.Int8.t -> Prims.bool
[]
FStar.Int8.op_Greater_Hat
{ "file_name": "ulib/FStar.Int8.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
a: FStar.Int8.t -> b: FStar.Int8.t -> Prims.bool
{ "end_col": 30, "end_line": 133, "start_col": 28, "start_line": 133 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.Int", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sho...
false
let op_Less_Equals_Hat = lte
let op_Less_Equals_Hat =
false
null
false
lte
{ "checked_file": "FStar.Int8.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Int.fsti.checked" ], "interface_file": false, "source_file": "FStar.Int8.fsti" }
[ "total" ]
[ "FStar.Int8.lte" ]
[]
(* Copyright 2008-2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
false
true
FStar.Int8.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val op_Less_Equals_Hat : a: FStar.Int8.t -> b: FStar.Int8.t -> Prims.bool
[]
FStar.Int8.op_Less_Equals_Hat
{ "file_name": "ulib/FStar.Int8.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
a: FStar.Int8.t -> b: FStar.Int8.t -> Prims.bool
{ "end_col": 35, "end_line": 136, "start_col": 32, "start_line": 136 }
Prims.Pure
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.Int", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sho...
false
let op_Hat_Hat = logxor
let op_Hat_Hat =
false
null
false
logxor
{ "checked_file": "FStar.Int8.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Int.fsti.checked" ], "interface_file": false, "source_file": "FStar.Int8.fsti" }
[]
[ "FStar.Int8.logxor" ]
[]
(* Copyright 2008-2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
false
false
FStar.Int8.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val op_Hat_Hat : x: FStar.Int8.t -> y: FStar.Int8.t -> Prims.Pure FStar.Int8.t
[]
FStar.Int8.op_Hat_Hat
{ "file_name": "ulib/FStar.Int8.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
x: FStar.Int8.t -> y: FStar.Int8.t -> Prims.Pure FStar.Int8.t
{ "end_col": 30, "end_line": 126, "start_col": 24, "start_line": 126 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.Int", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sho...
false
let op_Less_Hat = lt
let op_Less_Hat =
false
null
false
lt
{ "checked_file": "FStar.Int8.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Int.fsti.checked" ], "interface_file": false, "source_file": "FStar.Int8.fsti" }
[ "total" ]
[ "FStar.Int8.lt" ]
[]
(* Copyright 2008-2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
false
true
FStar.Int8.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val op_Less_Hat : a: FStar.Int8.t -> b: FStar.Int8.t -> Prims.bool
[]
FStar.Int8.op_Less_Hat
{ "file_name": "ulib/FStar.Int8.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
a: FStar.Int8.t -> b: FStar.Int8.t -> Prims.bool
{ "end_col": 27, "end_line": 135, "start_col": 25, "start_line": 135 }
Prims.Pure
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.Int", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sho...
false
let op_Bar_Hat = logor
let op_Bar_Hat =
false
null
false
logor
{ "checked_file": "FStar.Int8.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Int.fsti.checked" ], "interface_file": false, "source_file": "FStar.Int8.fsti" }
[]
[ "FStar.Int8.logor" ]
[]
(* Copyright 2008-2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
false
false
FStar.Int8.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val op_Bar_Hat : x: FStar.Int8.t -> y: FStar.Int8.t -> Prims.Pure FStar.Int8.t
[]
FStar.Int8.op_Bar_Hat
{ "file_name": "ulib/FStar.Int8.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
x: FStar.Int8.t -> y: FStar.Int8.t -> Prims.Pure FStar.Int8.t
{ "end_col": 29, "end_line": 128, "start_col": 24, "start_line": 128 }
Prims.Tot
val ct_abs (a: t{min_int n < v a}) : Tot (b: t{v b = abs (v a)})
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.Int", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sho...
false
let ct_abs (a:t{min_int n < v a}) : Tot (b:t{v b = abs (v a)}) = let mask = a >>>^ UInt32.uint_to_t (n - 1) in if 0 <= v a then begin sign_bit_positive (v a); nth_lemma (v mask) (FStar.Int.zero _); logxor_lemma_1 (v a) end else begin sign_bit_negative (v a); nth_lemma (v mask) (one...
val ct_abs (a: t{min_int n < v a}) : Tot (b: t{v b = abs (v a)}) let ct_abs (a: t{min_int n < v a}) : Tot (b: t{v b = abs (v a)}) =
false
null
false
let mask = a >>>^ UInt32.uint_to_t (n - 1) in if 0 <= v a then (sign_bit_positive (v a); nth_lemma (v mask) (FStar.Int.zero _); logxor_lemma_1 (v a)) else (sign_bit_negative (v a); nth_lemma (v mask) (ones _); logxor_lemma_2 (v a); lognot_negative (v a); UInt.lemma_lognot_value #n (to_uint (...
{ "checked_file": "FStar.Int8.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Int.fsti.checked" ], "interface_file": false, "source_file": "FStar.Int8.fsti" }
[ "total" ]
[ "FStar.Int8.t", "Prims.b2t", "Prims.op_LessThan", "FStar.Int.min_int", "FStar.Int8.n", "FStar.Int8.v", "FStar.Int8.op_Subtraction_Hat", "FStar.Int8.op_Hat_Hat", "Prims.unit", "Prims.op_LessThanOrEqual", "FStar.Int.logxor_lemma_1", "FStar.Int.nth_lemma", "FStar.Int.zero", "FStar.Int.sign_bi...
[]
(* Copyright 2008-2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
false
false
FStar.Int8.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val ct_abs (a: t{min_int n < v a}) : Tot (b: t{v b = abs (v a)})
[]
FStar.Int8.ct_abs
{ "file_name": "ulib/FStar.Int8.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
a: FStar.Int8.t{FStar.Int.min_int FStar.Int8.n < FStar.Int8.v a} -> b: FStar.Int8.t{FStar.Int8.v b = Prims.abs (FStar.Int8.v a)}
{ "end_col": 21, "end_line": 155, "start_col": 64, "start_line": 139 }
FStar.Pervasives.Lemma
val lemma_shift_update_last: a:alg -> rem: nat -> b:block_s a -> d:bytes{length d + (size_block a) <= max_limb a /\ rem <= length d /\ rem <= size_block a} -> s:state a -> Lemma ( blake2_update_last a 0 rem (b `Seq.append` d) s == blake2_update_last a (size_block a) rem d s )
[ { "abbrev": true, "full_module": "Lib.UpdateMulti", "short_module": "UpdateMulti" }, { "abbrev": true, "full_module": "Lib.Sequence.Lemmas", "short_module": "Lems" }, { "abbrev": false, "full_module": "Lib.LoopCombinators", "short_module": null }, { "abbrev": fals...
false
let lemma_shift_update_last a rem b d s = let m = b `Seq.append` d in assert (Seq.slice m (length m - rem) (length m) `Seq.equal` Seq.slice d (length d - rem) (length d)); assert (get_last_padded_block a (b `Seq.append` d) rem == get_last_padded_block a d rem)
val lemma_shift_update_last: a:alg -> rem: nat -> b:block_s a -> d:bytes{length d + (size_block a) <= max_limb a /\ rem <= length d /\ rem <= size_block a} -> s:state a -> Lemma ( blake2_update_last a 0 rem (b `Seq.append` d) s == blake2_update_last a (size_block a) rem d s ) let lemma_shift_upd...
false
null
true
let m = b `Seq.append` d in assert ((Seq.slice m (length m - rem) (length m)) `Seq.equal` (Seq.slice d (length d - rem) (length d))); assert (get_last_padded_block a (b `Seq.append` d) rem == get_last_padded_block a d rem)
{ "checked_file": "Spec.Blake2.Alternative.fst.checked", "dependencies": [ "Spec.Blake2.fst.checked", "prims.fst.checked", "Lib.UpdateMulti.fst.checked", "Lib.Sequence.Lemmas.fsti.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.LoopCombinators.fsti.checked", ...
[ "lemma" ]
[ "Spec.Blake2.alg", "Prims.nat", "Spec.Blake2.block_s", "Lib.ByteSequence.bytes", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_Addition", "Lib.Sequence.length", "Lib.IntTypes.uint_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Spec.Blake2.size_block", "Spec.Blake2.max_limb...
[]
module Spec.Blake2.Alternative open Spec.Blake2 open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence open Lib.LoopCombinators module Lems = Lib.Sequence.Lemmas module UpdateMulti = Lib.UpdateMulti #set-options "--fuel 0 --ifuel 0 --z3rlimit 50" val lemma_shift_update_last: ...
false
false
Spec.Blake2.Alternative.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val lemma_shift_update_last: a:alg -> rem: nat -> b:block_s a -> d:bytes{length d + (size_block a) <= max_limb a /\ rem <= length d /\ rem <= size_block a} -> s:state a -> Lemma ( blake2_update_last a 0 rem (b `Seq.append` d) s == blake2_update_last a (size_block a) rem d s )
[]
Spec.Blake2.Alternative.lemma_shift_update_last
{ "file_name": "specs/lemmas/Spec.Blake2.Alternative.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Blake2.alg -> rem: Prims.nat -> b: Spec.Blake2.block_s a -> d: Lib.ByteSequence.bytes { Lib.Sequence.length d + Spec.Blake2.size_block a <= Spec.Blake2.max_limb a /\ rem <= Lib.Sequence.length d /\ rem <= Spec.Blake2.size_block a } -> s: Spec.Blake2.state a -> FSta...
{ "end_col": 90, "end_line": 30, "start_col": 41, "start_line": 27 }
FStar.Pervasives.Lemma
val lemma_update1_shift: a:alg -> b:block_s a -> d:bytes{length d + (size_block a) <= max_limb a} -> i:nat{i < length d / size_block a /\ (size_block a) + length d <= max_limb a} -> s:state a -> Lemma ( blake2_update1 a 0 (b `Seq.append` d) (i + 1) s == blake2_update1 a (size_block a) d i s )
[ { "abbrev": true, "full_module": "Lib.UpdateMulti", "short_module": "UpdateMulti" }, { "abbrev": true, "full_module": "Lib.Sequence.Lemmas", "short_module": "Lems" }, { "abbrev": false, "full_module": "Lib.LoopCombinators", "short_module": null }, { "abbrev": fals...
false
let lemma_update1_shift a b d i s = assert (get_blocki a (b `Seq.append` d) (i + 1) `Seq.equal` get_blocki a d i)
val lemma_update1_shift: a:alg -> b:block_s a -> d:bytes{length d + (size_block a) <= max_limb a} -> i:nat{i < length d / size_block a /\ (size_block a) + length d <= max_limb a} -> s:state a -> Lemma ( blake2_update1 a 0 (b `Seq.append` d) (i + 1) s == blake2_update1 a (size_block a) d i s ) let le...
false
null
true
assert ((get_blocki a (b `Seq.append` d) (i + 1)) `Seq.equal` (get_blocki a d i))
{ "checked_file": "Spec.Blake2.Alternative.fst.checked", "dependencies": [ "Spec.Blake2.fst.checked", "prims.fst.checked", "Lib.UpdateMulti.fst.checked", "Lib.Sequence.Lemmas.fsti.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.LoopCombinators.fsti.checked", ...
[ "lemma" ]
[ "Spec.Blake2.alg", "Spec.Blake2.block_s", "Lib.ByteSequence.bytes", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_Addition", "Lib.Sequence.length", "Lib.IntTypes.uint_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Spec.Blake2.size_block", "Spec.Blake2.max_limb", "Prims.nat", "Prims.l_and...
[]
module Spec.Blake2.Alternative open Spec.Blake2 open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence open Lib.LoopCombinators module Lems = Lib.Sequence.Lemmas module UpdateMulti = Lib.UpdateMulti #set-options "--fuel 0 --ifuel 0 --z3rlimit 50" val lemma_shift_update_last: ...
false
false
Spec.Blake2.Alternative.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val lemma_update1_shift: a:alg -> b:block_s a -> d:bytes{length d + (size_block a) <= max_limb a} -> i:nat{i < length d / size_block a /\ (size_block a) + length d <= max_limb a} -> s:state a -> Lemma ( blake2_update1 a 0 (b `Seq.append` d) (i + 1) s == blake2_update1 a (size_block a) d i s )
[]
Spec.Blake2.Alternative.lemma_update1_shift
{ "file_name": "specs/lemmas/Spec.Blake2.Alternative.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Blake2.alg -> b: Spec.Blake2.block_s a -> d: Lib.ByteSequence.bytes {Lib.Sequence.length d + Spec.Blake2.size_block a <= Spec.Blake2.max_limb a} -> i: Prims.nat { i < Lib.Sequence.length d / Spec.Blake2.size_block a /\ Spec.Blake2.size_block a + Lib.Sequenc...
{ "end_col": 79, "end_line": 43, "start_col": 2, "start_line": 43 }