file_name
stringlengths
5
52
name
stringlengths
4
95
original_source_type
stringlengths
0
23k
source_type
stringlengths
9
23k
source_definition
stringlengths
9
57.9k
source
dict
source_range
dict
file_context
stringlengths
0
721k
dependencies
dict
opens_and_abbrevs
listlengths
2
94
vconfig
dict
interleaved
bool
1 class
verbose_type
stringlengths
1
7.42k
effect
stringclasses
118 values
effect_flags
listlengths
0
2
mutual_with
listlengths
0
11
ideal_premises
listlengths
0
236
proof_features
listlengths
0
1
is_simple_lemma
bool
2 classes
is_div
bool
2 classes
is_proof
bool
2 classes
is_simply_typed
bool
2 classes
is_type
bool
2 classes
partial_definition
stringlengths
5
3.99k
completed_definiton
stringlengths
1
1.63M
isa_cross_project_example
bool
1 class
Pulse.Syntax.Builder.fst
Pulse.Syntax.Builder.tm_stapp
val tm_stapp : head: Pulse.Syntax.Base.term -> arg_qual: FStar.Pervasives.Native.option Pulse.Syntax.Base.qualifier -> arg: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.st_term'
let tm_stapp head arg_qual arg = Tm_STApp { head; arg_qual; arg }
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Builder.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 65, "end_line": 26, "start_col": 0, "start_line": 26 }
(* Copyright 2023 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...
{ "checked_file": "/", "dependencies": [ "Pulse.Syntax.fst.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Pulse.Syntax.Builder.fst" }
[ { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "FSt...
{ "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...
false
head: Pulse.Syntax.Base.term -> arg_qual: FStar.Pervasives.Native.option Pulse.Syntax.Base.qualifier -> arg: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.st_term'
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.term", "FStar.Pervasives.Native.option", "Pulse.Syntax.Base.qualifier", "Pulse.Syntax.Base.Tm_STApp", "Pulse.Syntax.Base.Mkst_term'__Tm_STApp__payload", "Pulse.Syntax.Base.st_term'" ]
[]
false
false
false
true
false
let tm_stapp head arg_qual arg =
Tm_STApp ({ head = head; arg_qual = arg_qual; arg = arg })
false
Pulse.Syntax.Builder.fst
Pulse.Syntax.Builder.tm_with_local
val tm_with_local : binder: Pulse.Syntax.Base.binder -> initializer: Pulse.Syntax.Base.term -> body: Pulse.Syntax.Base.st_term -> Pulse.Syntax.Base.st_term'
let tm_with_local binder initializer body = Tm_WithLocal { binder; initializer; body }
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Builder.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 86, "end_line": 36, "start_col": 0, "start_line": 36 }
(* Copyright 2023 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...
{ "checked_file": "/", "dependencies": [ "Pulse.Syntax.fst.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Pulse.Syntax.Builder.fst" }
[ { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "FSt...
{ "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...
false
binder: Pulse.Syntax.Base.binder -> initializer: Pulse.Syntax.Base.term -> body: Pulse.Syntax.Base.st_term -> Pulse.Syntax.Base.st_term'
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.binder", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.st_term", "Pulse.Syntax.Base.Tm_WithLocal", "Pulse.Syntax.Base.Mkst_term'__Tm_WithLocal__payload", "Pulse.Syntax.Base.st_term'" ]
[]
false
false
false
true
false
let tm_with_local binder initializer body =
Tm_WithLocal ({ binder = binder; initializer = initializer; body = body })
false
Pulse.Syntax.Builder.fst
Pulse.Syntax.Builder.tm_while
val tm_while : invariant: Pulse.Syntax.Base.term -> condition: Pulse.Syntax.Base.st_term -> condition_var: Pulse.Syntax.Base.ppname -> body: Pulse.Syntax.Base.st_term -> Pulse.Syntax.Base.st_term'
let tm_while invariant condition condition_var body = Tm_While { invariant; condition; condition_var; body }
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Builder.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 108, "end_line": 33, "start_col": 0, "start_line": 33 }
(* Copyright 2023 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...
{ "checked_file": "/", "dependencies": [ "Pulse.Syntax.fst.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Pulse.Syntax.Builder.fst" }
[ { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "FSt...
{ "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...
false
invariant: Pulse.Syntax.Base.term -> condition: Pulse.Syntax.Base.st_term -> condition_var: Pulse.Syntax.Base.ppname -> body: Pulse.Syntax.Base.st_term -> Pulse.Syntax.Base.st_term'
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.st_term", "Pulse.Syntax.Base.ppname", "Pulse.Syntax.Base.Tm_While", "Pulse.Syntax.Base.Mkst_term'__Tm_While__payload", "Pulse.Syntax.Base.st_term'" ]
[]
false
false
false
true
false
let tm_while invariant condition condition_var body =
Tm_While ({ invariant = invariant; condition = condition; condition_var = condition_var; body = body })
false
Vale.AES.X64.AESopt.fst
Vale.AES.X64.AESopt.va_lemma_Loop6x_preamble
val va_lemma_Loop6x_preamble : va_b0:va_code -> va_s0:va_state -> alg:algorithm -> h_LE:quad32 -> iv_b:buffer128 -> scratch_b:buffer128 -> key_words:(seq nat32) -> round_keys:(seq quad32) -> keys_b:buffer128 -> hkeys_b:buffer128 -> ctr_BE:quad32 -> Ghost (va_state & va_fuel) (requires (va_require_total va_b0 (v...
val va_lemma_Loop6x_preamble : va_b0:va_code -> va_s0:va_state -> alg:algorithm -> h_LE:quad32 -> iv_b:buffer128 -> scratch_b:buffer128 -> key_words:(seq nat32) -> round_keys:(seq quad32) -> keys_b:buffer128 -> hkeys_b:buffer128 -> ctr_BE:quad32 -> Ghost (va_state & va_fuel) (requires (va_require_total va_b0 (v...
let va_lemma_Loop6x_preamble va_b0 va_s0 alg h_LE iv_b scratch_b key_words round_keys keys_b hkeys_b ctr_BE = let (va_mods:va_mods_t) = [va_Mod_flags; va_Mod_mem_heaplet 3; va_Mod_xmm 14; va_Mod_xmm 13; va_Mod_xmm 12; va_Mod_xmm 11; va_Mod_xmm 10; va_Mod_xmm 9; va_Mod_xmm 6; va_Mod_xmm 5; va_Mod_xmm 2; va_M...
{ "file_name": "obj/Vale.AES.X64.AESopt.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 16, "end_line": 852, "start_col": 0, "start_line": 813 }
module Vale.AES.X64.AESopt open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Types_s open FStar.Seq open Vale.Arch.Types open Vale.Arch.HeapImpl open Vale.AES.AES_s open Vale.X64.Machine_s open Vale.X64.Memory open Vale.X64.State open Vale.X64.Decls open Vale.X64.InsBasic op...
{ "checked_file": "/", "dependencies": [ "Vale.X64.State.fsti.checked", "Vale.X64.QuickCodes.fsti.checked", "Vale.X64.QuickCode.fst.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.InsVector.fsti.checked", "Vale.X64.InsMem.fsti.checked", "Vale.X64...
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "Vale.Transformers.Transform", "short_module": null }, { "abbrev": false, "full_module": "Vale.AES.X64.AESGCM_expected_code", "short_module": null }, { "abbrev...
{ "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...
false
va_b0: Vale.X64.Decls.va_code -> va_s0: Vale.X64.Decls.va_state -> alg: Vale.AES.AES_common_s.algorithm -> h_LE: Vale.X64.Decls.quad32 -> iv_b: Vale.X64.Memory.buffer128 -> scratch_b: Vale.X64.Memory.buffer128 -> key_words: FStar.Seq.Base.seq Vale.X64.Memory.nat32 -> round_keys: FStar.S...
Prims.Ghost
[]
[]
[ "Vale.X64.Decls.va_code", "Vale.X64.Decls.va_state", "Vale.AES.AES_common_s.algorithm", "Vale.X64.Decls.quad32", "Vale.X64.Memory.buffer128", "FStar.Seq.Base.seq", "Vale.X64.Memory.nat32", "Vale.X64.QuickCodes.fuel", "Prims.unit", "FStar.Pervasives.Native.Mktuple2", "Vale.X64.Decls.va_fuel", "...
[]
false
false
false
false
false
let va_lemma_Loop6x_preamble va_b0 va_s0 alg h_LE iv_b scratch_b key_words round_keys keys_b hkeys_b ctr_BE =
let va_mods:va_mods_t = [ va_Mod_flags; va_Mod_mem_heaplet 3; va_Mod_xmm 14; va_Mod_xmm 13; va_Mod_xmm 12; va_Mod_xmm 11; va_Mod_xmm 10; va_Mod_xmm 9; va_Mod_xmm 6; va_Mod_xmm 5; va_Mod_xmm 2; va_Mod_xmm 1; va_Mod_xmm 0; va_Mod_xmm 3; va_Mod_reg64 rR11; va_Mod_reg64 rRbx; va_Mod_ok; va_Mod_mem ] in let ...
false
Vale.PPC64LE.InsStack.fst
Vale.PPC64LE.InsStack.va_codegen_success_Load_stack128
val va_codegen_success_Load_stack128 : dst:va_operand_vec_opr -> offset:int -> Tot va_pbool
val va_codegen_success_Load_stack128 : dst:va_operand_vec_opr -> offset:int -> Tot va_pbool
let va_codegen_success_Load_stack128 dst offset = (va_ttrue ())
{ "file_name": "obj/Vale.PPC64LE.InsStack.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 15, "end_line": 116, "start_col": 0, "start_line": 115 }
module Vale.PPC64LE.InsStack open Vale.PPC64LE.Machine_s open Vale.PPC64LE.Memory open Vale.PPC64LE.Stack_i open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas open Vale.PPC64LE.Decls open Vale.PPC64LE.InsBasic open Vale.PPC64LE.InsVector open Vale.PPC64LE.Stack_Sems module S = Vale.PPC64LE.Semantics_s module P = Val...
{ "checked_file": "/", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Stack_Sems.fst.checked", "Vale.PPC64LE.Stack_Sems.fst.checked", "Vale.PPC64LE.Stack_i.fst.checked", "Vale.PPC64LE.Stack_i.fst.checked", "Vale.PPC64LE.Semanti...
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.Stack_Sems", "short_module": null }, { "abbrev": fal...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 4, "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...
false
dst: Vale.PPC64LE.Decls.va_operand_vec_opr -> offset: Prims.int -> Vale.PPC64LE.Decls.va_pbool
Prims.Tot
[ "total" ]
[]
[ "Vale.PPC64LE.Decls.va_operand_vec_opr", "Prims.int", "Vale.PPC64LE.Decls.va_ttrue", "Vale.PPC64LE.Decls.va_pbool" ]
[]
false
false
false
true
false
let va_codegen_success_Load_stack128 dst offset =
(va_ttrue ())
false
Vale.AES.X64.AESopt.fst
Vale.AES.X64.AESopt.va_lemma_Loop6x_round9
val va_lemma_Loop6x_round9 : va_b0:va_code -> va_s0:va_state -> alg:algorithm -> count:nat -> in_b:buffer128 -> scratch_b:buffer128 -> key_words:(seq nat32) -> round_keys:(seq quad32) -> keys_b:buffer128 -> Ghost (va_state & va_fuel) (requires (va_require_total va_b0 (va_code_Loop6x_round9 alg) va_s0 /\ va_get_...
val va_lemma_Loop6x_round9 : va_b0:va_code -> va_s0:va_state -> alg:algorithm -> count:nat -> in_b:buffer128 -> scratch_b:buffer128 -> key_words:(seq nat32) -> round_keys:(seq quad32) -> keys_b:buffer128 -> Ghost (va_state & va_fuel) (requires (va_require_total va_b0 (va_code_Loop6x_round9 alg) va_s0 /\ va_get_...
let va_lemma_Loop6x_round9 va_b0 va_s0 alg count in_b scratch_b key_words round_keys keys_b = let (va_mods:va_mods_t) = [va_Mod_mem_heaplet 3; va_Mod_flags; va_Mod_xmm 7; va_Mod_xmm 6; va_Mod_xmm 5; va_Mod_xmm 3; va_Mod_xmm 2; va_Mod_xmm 1; va_Mod_xmm 0; va_Mod_ok; va_Mod_mem] in let va_qc = va_qcode_Loop6x_rou...
{ "file_name": "obj/Vale.AES.X64.AESopt.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 16, "end_line": 1215, "start_col": 0, "start_line": 1192 }
module Vale.AES.X64.AESopt open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Types_s open FStar.Seq open Vale.Arch.Types open Vale.Arch.HeapImpl open Vale.AES.AES_s open Vale.X64.Machine_s open Vale.X64.Memory open Vale.X64.State open Vale.X64.Decls open Vale.X64.InsBasic op...
{ "checked_file": "/", "dependencies": [ "Vale.X64.State.fsti.checked", "Vale.X64.QuickCodes.fsti.checked", "Vale.X64.QuickCode.fst.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.InsVector.fsti.checked", "Vale.X64.InsMem.fsti.checked", "Vale.X64...
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "Vale.Transformers.Transform", "short_module": null }, { "abbrev": false, "full_module": "Vale.AES.X64.AESGCM_expected_code", "short_module": null }, { "abbrev...
{ "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...
false
va_b0: Vale.X64.Decls.va_code -> va_s0: Vale.X64.Decls.va_state -> alg: Vale.AES.AES_common_s.algorithm -> count: Prims.nat -> in_b: Vale.X64.Memory.buffer128 -> scratch_b: Vale.X64.Memory.buffer128 -> key_words: FStar.Seq.Base.seq Vale.X64.Memory.nat32 -> round_keys: FStar.Seq.Base.seq...
Prims.Ghost
[]
[]
[ "Vale.X64.Decls.va_code", "Vale.X64.Decls.va_state", "Vale.AES.AES_common_s.algorithm", "Prims.nat", "Vale.X64.Memory.buffer128", "FStar.Seq.Base.seq", "Vale.X64.Memory.nat32", "Vale.X64.Decls.quad32", "Vale.X64.QuickCodes.fuel", "Prims.unit", "FStar.Pervasives.Native.Mktuple2", "Vale.X64.Decl...
[]
false
false
false
false
false
let va_lemma_Loop6x_round9 va_b0 va_s0 alg count in_b scratch_b key_words round_keys keys_b =
let va_mods:va_mods_t = [ va_Mod_mem_heaplet 3; va_Mod_flags; va_Mod_xmm 7; va_Mod_xmm 6; va_Mod_xmm 5; va_Mod_xmm 3; va_Mod_xmm 2; va_Mod_xmm 1; va_Mod_xmm 0; va_Mod_ok; va_Mod_mem ] in let va_qc = va_qcode_Loop6x_round9 va_mods alg count in_b scratch_b key_words round_keys keys_b in let va_sM, va_fM, va_g...
false
Pulse.Syntax.Builder.fst
Pulse.Syntax.Builder.tm_par
val tm_par : pre1: Pulse.Syntax.Base.term -> body1: Pulse.Syntax.Base.st_term -> post1: Pulse.Syntax.Base.term -> pre2: Pulse.Syntax.Base.term -> body2: Pulse.Syntax.Base.st_term -> post2: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.st_term'
let tm_par pre1 body1 post1 pre2 body2 post2 = Tm_Par { pre1; body1; post1; pre2; body2; post2 }
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Builder.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 96, "end_line": 34, "start_col": 0, "start_line": 34 }
(* Copyright 2023 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...
{ "checked_file": "/", "dependencies": [ "Pulse.Syntax.fst.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Pulse.Syntax.Builder.fst" }
[ { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "FSt...
{ "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...
false
pre1: Pulse.Syntax.Base.term -> body1: Pulse.Syntax.Base.st_term -> post1: Pulse.Syntax.Base.term -> pre2: Pulse.Syntax.Base.term -> body2: Pulse.Syntax.Base.st_term -> post2: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.st_term'
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.st_term", "Pulse.Syntax.Base.Tm_Par", "Pulse.Syntax.Base.Mkst_term'__Tm_Par__payload", "Pulse.Syntax.Base.st_term'" ]
[]
false
false
false
true
false
let tm_par pre1 body1 post1 pre2 body2 post2 =
Tm_Par ({ pre1 = pre1; body1 = body1; post1 = post1; pre2 = pre2; body2 = body2; post2 = post2 })
false
Vale.PPC64LE.InsStack.fst
Vale.PPC64LE.InsStack.va_code_Load_stack64
val va_code_Load_stack64 : dst:va_operand_reg_opr -> offset:int -> Tot va_code
val va_code_Load_stack64 : dst:va_operand_reg_opr -> offset:int -> Tot va_code
let va_code_Load_stack64 dst offset = (Ins (S.LoadStack64 dst Secret offset))
{ "file_name": "obj/Vale.PPC64LE.InsStack.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 41, "end_line": 173, "start_col": 0, "start_line": 172 }
module Vale.PPC64LE.InsStack open Vale.PPC64LE.Machine_s open Vale.PPC64LE.Memory open Vale.PPC64LE.Stack_i open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas open Vale.PPC64LE.Decls open Vale.PPC64LE.InsBasic open Vale.PPC64LE.InsVector open Vale.PPC64LE.Stack_Sems module S = Vale.PPC64LE.Semantics_s module P = Val...
{ "checked_file": "/", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Stack_Sems.fst.checked", "Vale.PPC64LE.Stack_Sems.fst.checked", "Vale.PPC64LE.Stack_i.fst.checked", "Vale.PPC64LE.Stack_i.fst.checked", "Vale.PPC64LE.Semanti...
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.Stack_Sems", "short_module": null }, { "abbrev": fal...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 4, "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...
false
dst: Vale.PPC64LE.Decls.va_operand_reg_opr -> offset: Prims.int -> Vale.PPC64LE.Decls.va_code
Prims.Tot
[ "total" ]
[]
[ "Vale.PPC64LE.Decls.va_operand_reg_opr", "Prims.int", "Vale.PPC64LE.Machine_s.Ins", "Vale.PPC64LE.Decls.ins", "Vale.PPC64LE.Decls.ocmp", "Vale.PPC64LE.Semantics_s.LoadStack64", "Vale.Arch.HeapTypes_s.Secret", "Vale.PPC64LE.Decls.va_code" ]
[]
false
false
false
true
false
let va_code_Load_stack64 dst offset =
(Ins (S.LoadStack64 dst Secret offset))
false
Vale.AES.X64.AESopt.fst
Vale.AES.X64.AESopt.va_wpProof_Loop6x_final
val va_wpProof_Loop6x_final : alg:algorithm -> iv_b:buffer128 -> scratch_b:buffer128 -> key_words:(seq nat32) -> round_keys:(seq quad32) -> keys_b:buffer128 -> ctr_orig:quad32 -> init:quad32_6 -> ctrs:quad32_6 -> plain:quad32_6 -> inb:quad32 -> va_s0:va_state -> va_k:(va_state -> unit -> Type0) -> Ghost (va_sta...
val va_wpProof_Loop6x_final : alg:algorithm -> iv_b:buffer128 -> scratch_b:buffer128 -> key_words:(seq nat32) -> round_keys:(seq quad32) -> keys_b:buffer128 -> ctr_orig:quad32 -> init:quad32_6 -> ctrs:quad32_6 -> plain:quad32_6 -> inb:quad32 -> va_s0:va_state -> va_k:(va_state -> unit -> Type0) -> Ghost (va_sta...
let va_wpProof_Loop6x_final alg iv_b scratch_b key_words round_keys keys_b ctr_orig init ctrs plain inb va_s0 va_k = let (va_sM, va_f0) = va_lemma_Loop6x_final (va_code_Loop6x_final alg) va_s0 alg iv_b scratch_b key_words round_keys keys_b ctr_orig init ctrs plain inb in va_lemma_upd_update va_sM; assert (v...
{ "file_name": "obj/Vale.AES.X64.AESopt.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 22, "end_line": 1687, "start_col": 0, "start_line": 1669 }
module Vale.AES.X64.AESopt open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Types_s open FStar.Seq open Vale.Arch.Types open Vale.Arch.HeapImpl open Vale.AES.AES_s open Vale.X64.Machine_s open Vale.X64.Memory open Vale.X64.State open Vale.X64.Decls open Vale.X64.InsBasic op...
{ "checked_file": "/", "dependencies": [ "Vale.X64.State.fsti.checked", "Vale.X64.QuickCodes.fsti.checked", "Vale.X64.QuickCode.fst.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.InsVector.fsti.checked", "Vale.X64.InsMem.fsti.checked", "Vale.X64...
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "Vale.Transformers.Transform", "short_module": null }, { "abbrev": false, "full_module": "Vale.AES.X64.AESGCM_expected_code", "short_module": null }, { "abbrev...
{ "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...
false
alg: Vale.AES.AES_common_s.algorithm -> iv_b: Vale.X64.Memory.buffer128 -> scratch_b: Vale.X64.Memory.buffer128 -> key_words: FStar.Seq.Base.seq Vale.X64.Memory.nat32 -> round_keys: FStar.Seq.Base.seq Vale.X64.Decls.quad32 -> keys_b: Vale.X64.Memory.buffer128 -> ctr_orig: Vale.X64.Decls.qua...
Prims.Ghost
[]
[]
[ "Vale.AES.AES_common_s.algorithm", "Vale.X64.Memory.buffer128", "FStar.Seq.Base.seq", "Vale.X64.Memory.nat32", "Vale.X64.Decls.quad32", "Vale.AES.X64.AESopt.quad32_6", "Vale.X64.Decls.va_state", "Prims.unit", "Vale.X64.Decls.va_fuel", "FStar.Pervasives.Native.Mktuple3", "Vale.X64.QuickCode.va_le...
[]
false
false
false
false
false
let va_wpProof_Loop6x_final alg iv_b scratch_b key_words round_keys keys_b ctr_orig init ctrs plain inb va_s0 va_k =
let va_sM, va_f0 = va_lemma_Loop6x_final (va_code_Loop6x_final alg) va_s0 alg iv_b scratch_b key_words round_keys keys_b ctr_orig init ctrs plain inb in va_lemma_upd_update va_sM; assert (va_state_eq va_sM (va_update_mem_heaplet 3 va_sM (va_update_flags va_sM (va_update_xmm...
false
FStar.Real.fsti
FStar.Real.two
val two:real
val two:real
let two : real = of_int 2
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 25, "end_line": 53, "start_col": 0, "start_line": 53 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
FStar.Real.real
Prims.Tot
[ "total" ]
[]
[ "FStar.Real.of_int" ]
[]
false
false
false
true
false
let two:real =
of_int 2
false
FStar.Real.fsti
FStar.Real.one
val one:real
val one:real
let one : real = of_int 1
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 25, "end_line": 52, "start_col": 0, "start_line": 52 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
FStar.Real.real
Prims.Tot
[ "total" ]
[]
[ "FStar.Real.of_int" ]
[]
false
false
false
true
false
let one:real =
of_int 1
false
FStar.Real.fsti
FStar.Real.zero
val zero:real
val zero:real
let zero : real = of_int 0
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 26, "end_line": 51, "start_col": 0, "start_line": 51 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
FStar.Real.real
Prims.Tot
[ "total" ]
[]
[ "FStar.Real.of_int" ]
[]
false
false
false
true
false
let zero:real =
of_int 0
false
Pulse.Syntax.Builder.fst
Pulse.Syntax.Builder.tm_rename
val tm_rename : pairs: Prims.list (Pulse.Syntax.Base.term * Pulse.Syntax.Base.term) -> t: Pulse.Syntax.Base.st_term -> Pulse.Syntax.Base.st_term'
let tm_rename pairs t = Tm_ProofHintWithBinders { hint_type = RENAME { pairs; goal=None}; binders=[]; t}
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Builder.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 104, "end_line": 39, "start_col": 0, "start_line": 39 }
(* Copyright 2023 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...
{ "checked_file": "/", "dependencies": [ "Pulse.Syntax.fst.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Pulse.Syntax.Builder.fst" }
[ { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "FSt...
{ "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...
false
pairs: Prims.list (Pulse.Syntax.Base.term * Pulse.Syntax.Base.term) -> t: Pulse.Syntax.Base.st_term -> Pulse.Syntax.Base.st_term'
Prims.Tot
[ "total" ]
[]
[ "Prims.list", "FStar.Pervasives.Native.tuple2", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.st_term", "Pulse.Syntax.Base.Tm_ProofHintWithBinders", "Pulse.Syntax.Base.Mkst_term'__Tm_ProofHintWithBinders__payload", "Pulse.Syntax.Base.RENAME", "Pulse.Syntax.Base.Mkproof_hint_type__RENAME__payload", "F...
[]
false
false
false
true
false
let tm_rename pairs t =
Tm_ProofHintWithBinders ({ hint_type = RENAME ({ pairs = pairs; goal = None }); binders = []; t = t })
false
Pulse.Syntax.Builder.fst
Pulse.Syntax.Builder.tm_with_inv
val tm_with_inv : name: Pulse.Syntax.Base.term -> body: Pulse.Syntax.Base.st_term -> returns_inv: FStar.Pervasives.Native.option (Pulse.Syntax.Base.binder * Pulse.Syntax.Base.vprop) -> Pulse.Syntax.Base.st_term'
let tm_with_inv name body returns_inv = Tm_WithInv { name; body; returns_inv }
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Builder.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 78, "end_line": 35, "start_col": 0, "start_line": 35 }
(* Copyright 2023 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...
{ "checked_file": "/", "dependencies": [ "Pulse.Syntax.fst.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Pulse.Syntax.Builder.fst" }
[ { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "FSt...
{ "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...
false
name: Pulse.Syntax.Base.term -> body: Pulse.Syntax.Base.st_term -> returns_inv: FStar.Pervasives.Native.option (Pulse.Syntax.Base.binder * Pulse.Syntax.Base.vprop) -> Pulse.Syntax.Base.st_term'
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.st_term", "FStar.Pervasives.Native.option", "FStar.Pervasives.Native.tuple2", "Pulse.Syntax.Base.binder", "Pulse.Syntax.Base.vprop", "Pulse.Syntax.Base.Tm_WithInv", "Pulse.Syntax.Base.Mkst_term'__Tm_WithInv__payload", "Pulse.Syntax.Base.st_term'" ]
[]
false
false
false
true
false
let tm_with_inv name body returns_inv =
Tm_WithInv ({ name = name; body = body; returns_inv = returns_inv })
false
Vale.AES.X64.AESopt.fst
Vale.AES.X64.AESopt.va_lemma_Loop6x_partial
val va_lemma_Loop6x_partial : va_b0:va_code -> va_s0:va_state -> alg:algorithm -> h_LE:quad32 -> y_prev:quad32 -> data:(seq quad32) -> count:nat -> in0_count:nat -> iv_b:buffer128 -> in0_b:buffer128 -> in_b:buffer128 -> scratch_b:buffer128 -> key_words:(seq nat32) -> round_keys:(seq quad32) -> keys_b:buffer128 ->...
val va_lemma_Loop6x_partial : va_b0:va_code -> va_s0:va_state -> alg:algorithm -> h_LE:quad32 -> y_prev:quad32 -> data:(seq quad32) -> count:nat -> in0_count:nat -> iv_b:buffer128 -> in0_b:buffer128 -> in_b:buffer128 -> scratch_b:buffer128 -> key_words:(seq nat32) -> round_keys:(seq quad32) -> keys_b:buffer128 ->...
let va_lemma_Loop6x_partial va_b0 va_s0 alg h_LE y_prev data count in0_count iv_b in0_b in_b scratch_b key_words round_keys keys_b hkeys_b ctr_BE = let va_orig = va_code_untransformedoriginal_Loop6x_partial alg in let va_hint = va_code_Loop6x_partial_expected_code alg in let va_transformed = va_code_Loop6x_part...
{ "file_name": "obj/Vale.AES.X64.AESopt.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 22, "end_line": 2192, "start_col": 0, "start_line": 2181 }
module Vale.AES.X64.AESopt open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Types_s open FStar.Seq open Vale.Arch.Types open Vale.Arch.HeapImpl open Vale.AES.AES_s open Vale.X64.Machine_s open Vale.X64.Memory open Vale.X64.State open Vale.X64.Decls open Vale.X64.InsBasic op...
{ "checked_file": "/", "dependencies": [ "Vale.X64.State.fsti.checked", "Vale.X64.QuickCodes.fsti.checked", "Vale.X64.QuickCode.fst.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.InsVector.fsti.checked", "Vale.X64.InsMem.fsti.checked", "Vale.X64...
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "Vale.Transformers.Transform", "short_module": null }, { "abbrev": false, "full_module": "Vale.AES.X64.AESGCM_expected_code", "short_module": null }, { "abbrev...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "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...
false
va_b0: Vale.X64.Decls.va_code -> va_s0: Vale.X64.Decls.va_state -> alg: Vale.AES.AES_common_s.algorithm -> h_LE: Vale.X64.Decls.quad32 -> y_prev: Vale.X64.Decls.quad32 -> data: FStar.Seq.Base.seq Vale.X64.Decls.quad32 -> count: Prims.nat -> in0_count: Prims.nat -> iv_b: Vale.X64.Mem...
Prims.Ghost
[]
[]
[ "Vale.X64.Decls.va_code", "Vale.X64.Decls.va_state", "Vale.AES.AES_common_s.algorithm", "Vale.X64.Decls.quad32", "FStar.Seq.Base.seq", "Prims.nat", "Vale.X64.Memory.buffer128", "Vale.X64.Memory.nat32", "Vale.X64.Decls.va_fuel", "Vale.AES.X64.AESopt.quad32_6", "FStar.Pervasives.Native.Mktuple3", ...
[]
false
false
false
false
false
let va_lemma_Loop6x_partial va_b0 va_s0 alg h_LE y_prev data count in0_count iv_b in0_b in_b scratch_b key_words round_keys keys_b hkeys_b ctr_BE =
let va_orig = va_code_untransformedoriginal_Loop6x_partial alg in let va_hint = va_code_Loop6x_partial_expected_code alg in let va_transformed = va_code_Loop6x_partial alg in let va_sM_orig, va_fM_orig, init = va_lemma_untransformedoriginal_Loop6x_partial va_orig va_s0 alg h_LE y_prev data count in0_count iv_b in...
false
Vale.PPC64LE.InsStack.fst
Vale.PPC64LE.InsStack.va_code_Store_stack64
val va_code_Store_stack64 : src:va_operand_reg_opr -> offset:int -> Tot va_code
val va_code_Store_stack64 : src:va_operand_reg_opr -> offset:int -> Tot va_code
let va_code_Store_stack64 src offset = (Ins (S.StoreStack64 src Secret offset))
{ "file_name": "obj/Vale.PPC64LE.InsStack.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 42, "end_line": 143, "start_col": 0, "start_line": 142 }
module Vale.PPC64LE.InsStack open Vale.PPC64LE.Machine_s open Vale.PPC64LE.Memory open Vale.PPC64LE.Stack_i open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas open Vale.PPC64LE.Decls open Vale.PPC64LE.InsBasic open Vale.PPC64LE.InsVector open Vale.PPC64LE.Stack_Sems module S = Vale.PPC64LE.Semantics_s module P = Val...
{ "checked_file": "/", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Stack_Sems.fst.checked", "Vale.PPC64LE.Stack_Sems.fst.checked", "Vale.PPC64LE.Stack_i.fst.checked", "Vale.PPC64LE.Stack_i.fst.checked", "Vale.PPC64LE.Semanti...
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.Stack_Sems", "short_module": null }, { "abbrev": fal...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 4, "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...
false
src: Vale.PPC64LE.Decls.va_operand_reg_opr -> offset: Prims.int -> Vale.PPC64LE.Decls.va_code
Prims.Tot
[ "total" ]
[]
[ "Vale.PPC64LE.Decls.va_operand_reg_opr", "Prims.int", "Vale.PPC64LE.Machine_s.Ins", "Vale.PPC64LE.Decls.ins", "Vale.PPC64LE.Decls.ocmp", "Vale.PPC64LE.Semantics_s.StoreStack64", "Vale.Arch.HeapTypes_s.Secret", "Vale.PPC64LE.Decls.va_code" ]
[]
false
false
false
true
false
let va_code_Store_stack64 src offset =
(Ins (S.StoreStack64 src Secret offset))
false
Vale.PPC64LE.InsStack.fst
Vale.PPC64LE.InsStack.va_codegen_success_Load_stack64
val va_codegen_success_Load_stack64 : dst:va_operand_reg_opr -> offset:int -> Tot va_pbool
val va_codegen_success_Load_stack64 : dst:va_operand_reg_opr -> offset:int -> Tot va_pbool
let va_codegen_success_Load_stack64 dst offset = (va_ttrue ())
{ "file_name": "obj/Vale.PPC64LE.InsStack.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 15, "end_line": 177, "start_col": 0, "start_line": 176 }
module Vale.PPC64LE.InsStack open Vale.PPC64LE.Machine_s open Vale.PPC64LE.Memory open Vale.PPC64LE.Stack_i open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas open Vale.PPC64LE.Decls open Vale.PPC64LE.InsBasic open Vale.PPC64LE.InsVector open Vale.PPC64LE.Stack_Sems module S = Vale.PPC64LE.Semantics_s module P = Val...
{ "checked_file": "/", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Stack_Sems.fst.checked", "Vale.PPC64LE.Stack_Sems.fst.checked", "Vale.PPC64LE.Stack_i.fst.checked", "Vale.PPC64LE.Stack_i.fst.checked", "Vale.PPC64LE.Semanti...
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.Stack_Sems", "short_module": null }, { "abbrev": fal...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 4, "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...
false
dst: Vale.PPC64LE.Decls.va_operand_reg_opr -> offset: Prims.int -> Vale.PPC64LE.Decls.va_pbool
Prims.Tot
[ "total" ]
[]
[ "Vale.PPC64LE.Decls.va_operand_reg_opr", "Prims.int", "Vale.PPC64LE.Decls.va_ttrue", "Vale.PPC64LE.Decls.va_pbool" ]
[]
false
false
false
true
false
let va_codegen_success_Load_stack64 dst offset =
(va_ttrue ())
false
Pulse.Syntax.Builder.fst
Pulse.Syntax.Builder.tm_rewrite
val tm_rewrite : t1: Pulse.Syntax.Base.term -> t2: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.st_term'
let tm_rewrite t1 t2 = Tm_Rewrite { t1; t2 }
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Builder.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 44, "end_line": 38, "start_col": 0, "start_line": 38 }
(* Copyright 2023 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...
{ "checked_file": "/", "dependencies": [ "Pulse.Syntax.fst.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Pulse.Syntax.Builder.fst" }
[ { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "FSt...
{ "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...
false
t1: Pulse.Syntax.Base.term -> t2: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.st_term'
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.Tm_Rewrite", "Pulse.Syntax.Base.Mkst_term'__Tm_Rewrite__payload", "Pulse.Syntax.Base.st_term'" ]
[]
false
false
false
true
false
let tm_rewrite t1 t2 =
Tm_Rewrite ({ t1 = t1; t2 = t2 })
false
Vale.PPC64LE.InsStack.fst
Vale.PPC64LE.InsStack.va_codegen_success_Store_stack64
val va_codegen_success_Store_stack64 : src:va_operand_reg_opr -> offset:int -> Tot va_pbool
val va_codegen_success_Store_stack64 : src:va_operand_reg_opr -> offset:int -> Tot va_pbool
let va_codegen_success_Store_stack64 src offset = (va_ttrue ())
{ "file_name": "obj/Vale.PPC64LE.InsStack.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 15, "end_line": 147, "start_col": 0, "start_line": 146 }
module Vale.PPC64LE.InsStack open Vale.PPC64LE.Machine_s open Vale.PPC64LE.Memory open Vale.PPC64LE.Stack_i open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas open Vale.PPC64LE.Decls open Vale.PPC64LE.InsBasic open Vale.PPC64LE.InsVector open Vale.PPC64LE.Stack_Sems module S = Vale.PPC64LE.Semantics_s module P = Val...
{ "checked_file": "/", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Stack_Sems.fst.checked", "Vale.PPC64LE.Stack_Sems.fst.checked", "Vale.PPC64LE.Stack_i.fst.checked", "Vale.PPC64LE.Stack_i.fst.checked", "Vale.PPC64LE.Semanti...
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.Stack_Sems", "short_module": null }, { "abbrev": fal...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 4, "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...
false
src: Vale.PPC64LE.Decls.va_operand_reg_opr -> offset: Prims.int -> Vale.PPC64LE.Decls.va_pbool
Prims.Tot
[ "total" ]
[]
[ "Vale.PPC64LE.Decls.va_operand_reg_opr", "Prims.int", "Vale.PPC64LE.Decls.va_ttrue", "Vale.PPC64LE.Decls.va_pbool" ]
[]
false
false
false
true
false
let va_codegen_success_Store_stack64 src offset =
(va_ttrue ())
false
Pulse.Syntax.Builder.fst
Pulse.Syntax.Builder.tm_with_local_array
val tm_with_local_array : binder: Pulse.Syntax.Base.binder -> initializer: Pulse.Syntax.Base.term -> length: Pulse.Syntax.Base.term -> body: Pulse.Syntax.Base.st_term -> Pulse.Syntax.Base.st_term'
let tm_with_local_array binder initializer length body = Tm_WithLocalArray { binder; initializer; length; body }
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Builder.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 112, "end_line": 37, "start_col": 0, "start_line": 37 }
(* Copyright 2023 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...
{ "checked_file": "/", "dependencies": [ "Pulse.Syntax.fst.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Pulse.Syntax.Builder.fst" }
[ { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "FSt...
{ "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...
false
binder: Pulse.Syntax.Base.binder -> initializer: Pulse.Syntax.Base.term -> length: Pulse.Syntax.Base.term -> body: Pulse.Syntax.Base.st_term -> Pulse.Syntax.Base.st_term'
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.binder", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.st_term", "Pulse.Syntax.Base.Tm_WithLocalArray", "Pulse.Syntax.Base.Mkst_term'__Tm_WithLocalArray__payload", "Pulse.Syntax.Base.st_term'" ]
[]
false
false
false
true
false
let tm_with_local_array binder initializer length body =
Tm_WithLocalArray ({ binder = binder; initializer = initializer; length = length; body = body })
false
FStar.Real.fsti
FStar.Real.n_over_n2
val n_over_n2 : n: FStar.Real.real{n <> 0.0R /\ n *. n <> 0.0R} -> Prims.unit
let n_over_n2 (n:real{n <> 0.0R /\ n*.n <> 0.0R}) = assert (n /. (n *. n) == 1.0R /. n)
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 87, "end_line": 57, "start_col": 0, "start_line": 57 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
n: FStar.Real.real{n <> 0.0R /\ n *. n <> 0.0R} -> Prims.unit
Prims.Tot
[ "total" ]
[]
[ "FStar.Real.real", "Prims.l_and", "Prims.b2t", "Prims.op_disEquality", "FStar.Real.op_Star_Dot", "Prims._assert", "Prims.eq2", "FStar.Real.op_Slash_Dot", "Prims.unit" ]
[]
false
false
false
false
false
let n_over_n2 (n: real{n <> 0.0R /\ n *. n <> 0.0R}) =
assert (n /. (n *. n) == 1.0R /. n)
false
FStar.Real.fsti
FStar.Real.test_le1
val test_le1 : Prims.unit
let test_le1 = assert (1.0R <=. 2.0R)
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 37, "end_line": 66, "start_col": 0, "start_line": 66 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.b2t", "FStar.Real.op_Less_Equals_Dot" ]
[]
false
false
false
true
false
let test_le1 =
assert (1.0R <=. 2.0R)
false
Pulse.Syntax.Builder.fst
Pulse.Syntax.Builder.with_range
val with_range : t: Pulse.Syntax.Base.st_term' -> r: Pulse.Syntax.Base.range -> Pulse.Syntax.Base.st_term
let with_range t r = { term = t; range = r; effect_tag = default_effect_hint }
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Builder.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 78, "end_line": 42, "start_col": 0, "start_line": 42 }
(* Copyright 2023 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...
{ "checked_file": "/", "dependencies": [ "Pulse.Syntax.fst.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Pulse.Syntax.Builder.fst" }
[ { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "FSt...
{ "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...
false
t: Pulse.Syntax.Base.st_term' -> r: Pulse.Syntax.Base.range -> Pulse.Syntax.Base.st_term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.st_term'", "Pulse.Syntax.Base.range", "Pulse.Syntax.Base.Mkst_term", "Pulse.Syntax.Base.default_effect_hint", "Pulse.Syntax.Base.st_term" ]
[]
false
false
false
true
false
let with_range t r =
{ term = t; range = r; effect_tag = default_effect_hint }
false
Pulse.Syntax.Builder.fst
Pulse.Syntax.Builder.mk_rewrite_hint_type
val mk_rewrite_hint_type : t1: Pulse.Syntax.Base.vprop -> t2: Pulse.Syntax.Base.vprop -> Pulse.Syntax.Base.proof_hint_type
let mk_rewrite_hint_type t1 t2 = REWRITE { t1; t2 }
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Builder.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 51, "end_line": 48, "start_col": 0, "start_line": 48 }
(* Copyright 2023 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...
{ "checked_file": "/", "dependencies": [ "Pulse.Syntax.fst.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Pulse.Syntax.Builder.fst" }
[ { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "FSt...
{ "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...
false
t1: Pulse.Syntax.Base.vprop -> t2: Pulse.Syntax.Base.vprop -> Pulse.Syntax.Base.proof_hint_type
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.vprop", "Pulse.Syntax.Base.REWRITE", "Pulse.Syntax.Base.Mkproof_hint_type__REWRITE__payload", "Pulse.Syntax.Base.proof_hint_type" ]
[]
false
false
false
true
false
let mk_rewrite_hint_type t1 t2 =
REWRITE ({ t1 = t1; t2 = t2 })
false
FStar.Real.fsti
FStar.Real.test_lt2
val test_lt2 : Prims.unit
let test_lt2 = assert (~ (1.0R <. 1.0R))
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 40, "end_line": 63, "start_col": 0, "start_line": 63 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.l_not", "Prims.b2t", "FStar.Real.op_Less_Dot" ]
[]
false
false
false
true
false
let test_lt2 =
assert (~(1.0R <. 1.0R))
false
FStar.Real.fsti
FStar.Real.test1
val test1 : Prims.unit
let test1 = assert (one = 1.0R)
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 31, "end_line": 60, "start_col": 0, "start_line": 60 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.b2t", "Prims.op_Equality", "FStar.Real.real", "FStar.Real.one" ]
[]
false
false
false
true
false
let test1 =
assert (one = 1.0R)
false
FStar.Real.fsti
FStar.Real.test
val test : Prims.unit
let test = assert (two >. one)
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 30, "end_line": 59, "start_col": 0, "start_line": 59 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.b2t", "FStar.Real.op_Greater_Dot", "FStar.Real.two", "FStar.Real.one" ]
[]
false
false
false
true
false
let test =
assert (two >. one)
false
FStar.Real.fsti
FStar.Real.test_le2
val test_le2 : Prims.unit
let test_le2 = assert (1.0R <=. 1.0R)
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 37, "end_line": 67, "start_col": 0, "start_line": 67 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.b2t", "FStar.Real.op_Less_Equals_Dot" ]
[]
false
false
false
true
false
let test_le2 =
assert (1.0R <=. 1.0R)
false
FStar.Real.fsti
FStar.Real.test_lt1
val test_lt1 : Prims.unit
let test_lt1 = assert (1.0R <. 2.0R)
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 36, "end_line": 62, "start_col": 0, "start_line": 62 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.b2t", "FStar.Real.op_Less_Dot" ]
[]
false
false
false
true
false
let test_lt1 =
assert (1.0R <. 2.0R)
false
Pulse.Syntax.Builder.fst
Pulse.Syntax.Builder.mk_assert_hint_type
val mk_assert_hint_type : p: Pulse.Syntax.Base.vprop -> Pulse.Syntax.Base.proof_hint_type
let mk_assert_hint_type p = ASSERT { p }
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Builder.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 40, "end_line": 44, "start_col": 0, "start_line": 44 }
(* Copyright 2023 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...
{ "checked_file": "/", "dependencies": [ "Pulse.Syntax.fst.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Pulse.Syntax.Builder.fst" }
[ { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "FSt...
{ "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...
false
p: Pulse.Syntax.Base.vprop -> Pulse.Syntax.Base.proof_hint_type
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.vprop", "Pulse.Syntax.Base.ASSERT", "Pulse.Syntax.Base.Mkproof_hint_type__ASSERT__payload", "Pulse.Syntax.Base.proof_hint_type" ]
[]
false
false
false
true
false
let mk_assert_hint_type p =
ASSERT ({ p = p })
false
Pulse.Syntax.Builder.fst
Pulse.Syntax.Builder.mk_unfold_hint_type
val mk_unfold_hint_type : names: FStar.Pervasives.Native.option (Prims.list Prims.string) -> p: Pulse.Syntax.Base.vprop -> Pulse.Syntax.Base.proof_hint_type
let mk_unfold_hint_type names p = UNFOLD { names; p }
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Builder.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 53, "end_line": 45, "start_col": 0, "start_line": 45 }
(* Copyright 2023 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...
{ "checked_file": "/", "dependencies": [ "Pulse.Syntax.fst.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Pulse.Syntax.Builder.fst" }
[ { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "FSt...
{ "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...
false
names: FStar.Pervasives.Native.option (Prims.list Prims.string) -> p: Pulse.Syntax.Base.vprop -> Pulse.Syntax.Base.proof_hint_type
Prims.Tot
[ "total" ]
[]
[ "FStar.Pervasives.Native.option", "Prims.list", "Prims.string", "Pulse.Syntax.Base.vprop", "Pulse.Syntax.Base.UNFOLD", "Pulse.Syntax.Base.Mkproof_hint_type__UNFOLD__payload", "Pulse.Syntax.Base.proof_hint_type" ]
[]
false
false
false
true
false
let mk_unfold_hint_type names p =
UNFOLD ({ names = names; p = p })
false
Pulse.Syntax.Builder.fst
Pulse.Syntax.Builder.tm_admit
val tm_admit : ctag: Pulse.Syntax.Base.ctag -> u119: Pulse.Syntax.Base.universe -> typ: Pulse.Syntax.Base.term -> post: FStar.Pervasives.Native.option Pulse.Syntax.Base.term -> Pulse.Syntax.Base.st_term'
let tm_admit ctag u typ post = Tm_Admit { ctag; u; typ; post }
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Builder.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 62, "end_line": 40, "start_col": 0, "start_line": 40 }
(* Copyright 2023 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...
{ "checked_file": "/", "dependencies": [ "Pulse.Syntax.fst.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Pulse.Syntax.Builder.fst" }
[ { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "FSt...
{ "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...
false
ctag: Pulse.Syntax.Base.ctag -> u119: Pulse.Syntax.Base.universe -> typ: Pulse.Syntax.Base.term -> post: FStar.Pervasives.Native.option Pulse.Syntax.Base.term -> Pulse.Syntax.Base.st_term'
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.ctag", "Pulse.Syntax.Base.universe", "Pulse.Syntax.Base.term", "FStar.Pervasives.Native.option", "Pulse.Syntax.Base.Tm_Admit", "Pulse.Syntax.Base.Mkst_term'__Tm_Admit__payload", "Pulse.Syntax.Base.st_term'" ]
[]
false
false
false
true
false
let tm_admit ctag u typ post =
Tm_Admit ({ ctag = ctag; u = u; typ = typ; post = post })
false
Pulse.Syntax.Builder.fst
Pulse.Syntax.Builder.tm_unreachable
val tm_unreachable : Pulse.Syntax.Base.st_term'
let tm_unreachable = Tm_Unreachable
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Builder.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 35, "end_line": 41, "start_col": 0, "start_line": 41 }
(* Copyright 2023 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...
{ "checked_file": "/", "dependencies": [ "Pulse.Syntax.fst.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Pulse.Syntax.Builder.fst" }
[ { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "FSt...
{ "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...
false
Pulse.Syntax.Base.st_term'
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.Tm_Unreachable" ]
[]
false
false
false
true
false
let tm_unreachable =
Tm_Unreachable
false
FStar.Real.fsti
FStar.Real.test_lt3
val test_lt3 : Prims.unit
let test_lt3 = assert (~ (2.0R <. 1.0R))
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 40, "end_line": 64, "start_col": 0, "start_line": 64 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.l_not", "Prims.b2t", "FStar.Real.op_Less_Dot" ]
[]
false
false
false
true
false
let test_lt3 =
assert (~(2.0R <. 1.0R))
false
FStar.Real.fsti
FStar.Real.test_ge2
val test_ge2 : Prims.unit
let test_ge2 = assert (1.0R >=. 1.0R)
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 37, "end_line": 75, "start_col": 0, "start_line": 75 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.b2t", "FStar.Real.op_Greater_Equals_Dot" ]
[]
false
false
false
true
false
let test_ge2 =
assert (1.0R >=. 1.0R)
false
Hacl.Impl.P256.PointDouble.fst
Hacl.Impl.P256.PointDouble.point_double_noalloc
val point_double_noalloc: tmp:lbuffer uint64 20ul -> res:point -> p:point -> Stack unit (requires fun h -> live h p /\ live h res /\ live h tmp /\ eq_or_disjoint p res /\ disjoint tmp res /\ disjoint tmp p /\ point_inv h p) (ensures fun h0 _ h1 -> modifies (loc res |+| loc tmp) h0 h1 /\ point_inv h...
val point_double_noalloc: tmp:lbuffer uint64 20ul -> res:point -> p:point -> Stack unit (requires fun h -> live h p /\ live h res /\ live h tmp /\ eq_or_disjoint p res /\ disjoint tmp res /\ disjoint tmp p /\ point_inv h p) (ensures fun h0 _ h1 -> modifies (loc res |+| loc tmp) h0 h1 /\ point_inv h...
let point_double_noalloc tmp res p = let x, z = getx p, getz p in let x3, y3, z3 = getx res, gety res, getz res in let t0 = sub tmp 0ul 4ul in let t1 = sub tmp 4ul 4ul in let t2 = sub tmp 8ul 4ul in let t3 = sub tmp 12ul 4ul in let t4 = sub tmp 16ul 4ul in point_double_1 t0 t1 t2 t3 t4 p; fmul z3 x z;...
{ "file_name": "code/ecdsap256/Hacl.Impl.P256.PointDouble.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 31, "end_line": 219, "start_col": 0, "start_line": 205 }
module Hacl.Impl.P256.PointDouble open FStar.Mul open FStar.HyperStack.All open FStar.HyperStack module ST = FStar.HyperStack.ST open Lib.IntTypes open Lib.Buffer open Hacl.Impl.P256.Bignum open Hacl.Impl.P256.Field module S = Spec.P256 #set-options "--z3rlimit 50 --ifuel 0 --fuel 0" inline_for_extraction noextra...
{ "checked_file": "/", "dependencies": [ "Spec.P256.fst.checked", "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Impl.P256.Field.fsti.checked", "Hacl.Impl.P256.Bignum.fsti.checked", "FStar.UInt32.fsti.checke...
[ { "abbrev": true, "full_module": "Spec.P256", "short_module": "S" }, { "abbrev": false, "full_module": "Hacl.Impl.P256.Field", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Impl.P256.Bignum", "short_module": null }, { "abbrev": false, "full_m...
{ "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...
false
tmp: Lib.Buffer.lbuffer Lib.IntTypes.uint64 20ul -> res: Hacl.Impl.P256.Point.point -> p: Hacl.Impl.P256.Point.point -> FStar.HyperStack.ST.Stack Prims.unit
FStar.HyperStack.ST.Stack
[]
[]
[ "Lib.Buffer.lbuffer", "Lib.IntTypes.uint64", "FStar.UInt32.__uint_to_t", "Hacl.Impl.P256.Point.point", "Hacl.Impl.P256.Bignum.felem", "Hacl.Impl.P256.PointDouble.point_double_6", "Prims.unit", "Hacl.Impl.P256.PointDouble.point_double_5", "Hacl.Impl.P256.PointDouble.point_double_4", "Hacl.Impl.P256...
[]
false
true
false
false
false
let point_double_noalloc tmp res p =
let x, z = getx p, getz p in let x3, y3, z3 = getx res, gety res, getz res in let t0 = sub tmp 0ul 4ul in let t1 = sub tmp 4ul 4ul in let t2 = sub tmp 8ul 4ul in let t3 = sub tmp 12ul 4ul in let t4 = sub tmp 16ul 4ul in point_double_1 t0 t1 t2 t3 t4 p; fmul z3 x z; point_double_2 x3 y3 z3 t2; point_double_3 x3 y3 t1 t2...
false
Pulse.Syntax.Builder.fst
Pulse.Syntax.Builder.mk_rename_hint_type
val mk_rename_hint_type : pairs: Prims.list (Pulse.Syntax.Base.term * Pulse.Syntax.Base.term) -> goal: FStar.Pervasives.Native.option Pulse.Syntax.Base.term -> Pulse.Syntax.Base.proof_hint_type
let mk_rename_hint_type pairs goal = RENAME { pairs; goal }
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Builder.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 59, "end_line": 47, "start_col": 0, "start_line": 47 }
(* Copyright 2023 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...
{ "checked_file": "/", "dependencies": [ "Pulse.Syntax.fst.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Pulse.Syntax.Builder.fst" }
[ { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "FSt...
{ "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...
false
pairs: Prims.list (Pulse.Syntax.Base.term * Pulse.Syntax.Base.term) -> goal: FStar.Pervasives.Native.option Pulse.Syntax.Base.term -> Pulse.Syntax.Base.proof_hint_type
Prims.Tot
[ "total" ]
[]
[ "Prims.list", "FStar.Pervasives.Native.tuple2", "Pulse.Syntax.Base.term", "FStar.Pervasives.Native.option", "Pulse.Syntax.Base.RENAME", "Pulse.Syntax.Base.Mkproof_hint_type__RENAME__payload", "Pulse.Syntax.Base.proof_hint_type" ]
[]
false
false
false
true
false
let mk_rename_hint_type pairs goal =
RENAME ({ pairs = pairs; goal = goal })
false
FStar.Real.fsti
FStar.Real.test_ge1
val test_ge1 : Prims.unit
let test_ge1 = assert (~ (1.0R >=. 2.0R))
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 41, "end_line": 74, "start_col": 0, "start_line": 74 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.l_not", "Prims.b2t", "FStar.Real.op_Greater_Equals_Dot" ]
[]
false
false
false
true
false
let test_ge1 =
assert (~(1.0R >=. 2.0R))
false
Pulse.Syntax.Builder.fst
Pulse.Syntax.Builder.tm_assert_with_binders
val tm_assert_with_binders : bs: Prims.list Pulse.Syntax.Base.binder -> p: Pulse.Syntax.Base.vprop -> t: Pulse.Syntax.Base.st_term -> Pulse.Syntax.Base.st_term'
let tm_assert_with_binders bs p t = Tm_ProofHintWithBinders { hint_type=ASSERT { p }; binders=bs; t }
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Builder.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 101, "end_line": 43, "start_col": 0, "start_line": 43 }
(* Copyright 2023 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...
{ "checked_file": "/", "dependencies": [ "Pulse.Syntax.fst.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Pulse.Syntax.Builder.fst" }
[ { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "FSt...
{ "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...
false
bs: Prims.list Pulse.Syntax.Base.binder -> p: Pulse.Syntax.Base.vprop -> t: Pulse.Syntax.Base.st_term -> Pulse.Syntax.Base.st_term'
Prims.Tot
[ "total" ]
[]
[ "Prims.list", "Pulse.Syntax.Base.binder", "Pulse.Syntax.Base.vprop", "Pulse.Syntax.Base.st_term", "Pulse.Syntax.Base.Tm_ProofHintWithBinders", "Pulse.Syntax.Base.Mkst_term'__Tm_ProofHintWithBinders__payload", "Pulse.Syntax.Base.ASSERT", "Pulse.Syntax.Base.Mkproof_hint_type__ASSERT__payload", "Pulse....
[]
false
false
false
true
false
let tm_assert_with_binders bs p t =
Tm_ProofHintWithBinders ({ hint_type = ASSERT ({ p = p }); binders = bs; t = t })
false
FStar.Real.fsti
FStar.Real.test_gt1
val test_gt1 : Prims.unit
let test_gt1 = assert (~ (1.0R >. 2.0R))
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 40, "end_line": 70, "start_col": 0, "start_line": 70 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.l_not", "Prims.b2t", "FStar.Real.op_Greater_Dot" ]
[]
false
false
false
true
false
let test_gt1 =
assert (~(1.0R >. 2.0R))
false
FStar.Real.fsti
FStar.Real.test_le3
val test_le3 : Prims.unit
let test_le3 = assert (~ (2.0R <=. 1.0R))
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 41, "end_line": 68, "start_col": 0, "start_line": 68 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.l_not", "Prims.b2t", "FStar.Real.op_Less_Equals_Dot" ]
[]
false
false
false
true
false
let test_le3 =
assert (~(2.0R <=. 1.0R))
false
Vale.AES.X64.AESopt.fst
Vale.AES.X64.AESopt.va_code_Loop6x
val va_code_Loop6x : alg:algorithm -> Tot va_code
val va_code_Loop6x : alg:algorithm -> Tot va_code
let va_code_Loop6x alg = (va_Block (va_CCons (va_Block (va_CNil ())) (va_CCons (va_Block (va_CNil ())) (va_CCons (va_code_Loop6x_partial alg) (va_CCons (va_code_Loop6x_final alg) (va_CCons (va_code_Sub64 (va_op_dst_opr64_reg64 rRdx) (va_const_opr64 6)) (va_CCons (va_code_Add64 (va_op_dst_opr64_reg64 rR14)...
{ "file_name": "obj/Vale.AES.X64.AESopt.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 37, "end_line": 2237, "start_col": 0, "start_line": 2224 }
module Vale.AES.X64.AESopt open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Types_s open FStar.Seq open Vale.Arch.Types open Vale.Arch.HeapImpl open Vale.AES.AES_s open Vale.X64.Machine_s open Vale.X64.Memory open Vale.X64.State open Vale.X64.Decls open Vale.X64.InsBasic op...
{ "checked_file": "/", "dependencies": [ "Vale.X64.State.fsti.checked", "Vale.X64.QuickCodes.fsti.checked", "Vale.X64.QuickCode.fst.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.InsVector.fsti.checked", "Vale.X64.InsMem.fsti.checked", "Vale.X64...
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "Vale.Transformers.Transform", "short_module": null }, { "abbrev": false, "full_module": "Vale.AES.X64.AESGCM_expected_code", "short_module": null }, { "abbrev...
{ "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...
false
alg: Vale.AES.AES_common_s.algorithm -> Vale.X64.Decls.va_code
Prims.Tot
[ "total" ]
[]
[ "Vale.AES.AES_common_s.algorithm", "Vale.X64.Decls.va_Block", "Vale.X64.Decls.va_CCons", "Vale.X64.Decls.va_CNil", "Vale.AES.X64.AESopt.va_code_Loop6x_partial", "Vale.AES.X64.AESopt.va_code_Loop6x_final", "Vale.X64.InsBasic.va_code_Sub64", "Vale.X64.Decls.va_op_dst_opr64_reg64", "Vale.X64.Machine_s....
[]
false
false
false
true
false
let va_code_Loop6x alg =
(va_Block (va_CCons (va_Block (va_CNil ())) (va_CCons (va_Block (va_CNil ())) (va_CCons (va_code_Loop6x_partial alg) (va_CCons (va_code_Loop6x_final alg) (va_CCons (va_code_Sub64 (va_op_dst_opr64_reg64 rRdx) (va_const_opr64 6)) (va_CCons (v...
false
FStar.Real.fsti
FStar.Real.test_gt2
val test_gt2 : Prims.unit
let test_gt2 = assert (~ (1.0R >. 1.0R))
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 40, "end_line": 71, "start_col": 0, "start_line": 71 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.l_not", "Prims.b2t", "FStar.Real.op_Greater_Dot" ]
[]
false
false
false
true
false
let test_gt2 =
assert (~(1.0R >. 1.0R))
false
FStar.Real.fsti
FStar.Real.test_gt3
val test_gt3 : Prims.unit
let test_gt3 = assert (2.0R >. 1.0R)
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 36, "end_line": 72, "start_col": 0, "start_line": 72 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.b2t", "FStar.Real.op_Greater_Dot" ]
[]
false
false
false
true
false
let test_gt3 =
assert (2.0R >. 1.0R)
false
FStar.Real.fsti
FStar.Real.test_ge3
val test_ge3 : Prims.unit
let test_ge3 = assert (2.0R >=. 1.0R)
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 37, "end_line": 76, "start_col": 0, "start_line": 76 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.b2t", "FStar.Real.op_Greater_Equals_Dot" ]
[]
false
false
false
true
false
let test_ge3 =
assert (2.0R >=. 1.0R)
false
Pulse.Syntax.Builder.fst
Pulse.Syntax.Builder.mk_fold_hint_type
val mk_fold_hint_type : names: FStar.Pervasives.Native.option (Prims.list Prims.string) -> p: Pulse.Syntax.Base.vprop -> Pulse.Syntax.Base.proof_hint_type
let mk_fold_hint_type names p = FOLD { names; p }
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Builder.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 49, "end_line": 46, "start_col": 0, "start_line": 46 }
(* Copyright 2023 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...
{ "checked_file": "/", "dependencies": [ "Pulse.Syntax.fst.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Pulse.Syntax.Builder.fst" }
[ { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module": "FSt...
{ "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...
false
names: FStar.Pervasives.Native.option (Prims.list Prims.string) -> p: Pulse.Syntax.Base.vprop -> Pulse.Syntax.Base.proof_hint_type
Prims.Tot
[ "total" ]
[]
[ "FStar.Pervasives.Native.option", "Prims.list", "Prims.string", "Pulse.Syntax.Base.vprop", "Pulse.Syntax.Base.FOLD", "Pulse.Syntax.Base.Mkproof_hint_type__FOLD__payload", "Pulse.Syntax.Base.proof_hint_type" ]
[]
false
false
false
true
false
let mk_fold_hint_type names p =
FOLD ({ names = names; p = p })
false
FStar.Real.fsti
FStar.Real.test_add_lt
val test_add_lt : Prims.unit
let test_add_lt = assert (1.0R +. 1.0R <. 3.0R)
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 47, "end_line": 80, "start_col": 0, "start_line": 80 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.b2t", "FStar.Real.op_Less_Dot", "FStar.Real.op_Plus_Dot" ]
[]
false
false
false
true
false
let test_add_lt =
assert (1.0R +. 1.0R <. 3.0R)
false
CQueue.LList.fst
CQueue.LList.cllist0_refine
val cllist0_refine: #a: Type0 -> c: cllist_ptrvalue a -> t_of emp -> Tot prop
val cllist0_refine: #a: Type0 -> c: cllist_ptrvalue a -> t_of emp -> Tot prop
let cllist0_refine (#a: Type0) (c: cllist_ptrvalue a) (_: t_of emp) : Tot prop = cllist_ptrvalue_is_null c == false
{ "file_name": "share/steel/examples/steel/CQueue.LList.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 36, "end_line": 27, "start_col": 0, "start_line": 22 }
module CQueue.LList noeq type cllist_ptrvalue (a: Type0) = { head: ref (ccell_ptrvalue a); tail: ref (ref (ccell_ptrvalue a)); all_or_none_null: squash (is_null head == is_null tail); } let cllist_ptrvalue_null a = {head = null; tail = null; all_or_none_null = ()} let cllist_ptrvalue_is_null #a x = is_null x.h...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked" ], "interface_file": true, "source_file": "CQueue.LList.fst" }
[ { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "Steel.FractionalPermission", "short_module": null }, { "abbrev": false, "full_module": "Steel.Effect", "short_module": null }, { "abbrev": false, "f...
{ "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...
false
c: CQueue.LList.cllist_ptrvalue a -> _: Steel.Effect.Common.t_of Steel.Effect.Common.emp -> Prims.prop
Prims.Tot
[ "total" ]
[]
[ "CQueue.LList.cllist_ptrvalue", "Steel.Effect.Common.t_of", "Steel.Effect.Common.emp", "Prims.eq2", "Prims.bool", "CQueue.LList.cllist_ptrvalue_is_null", "Prims.prop" ]
[]
false
false
false
true
true
let cllist0_refine (#a: Type0) (c: cllist_ptrvalue a) (_: t_of emp) : Tot prop =
cllist_ptrvalue_is_null c == false
false
FStar.Real.fsti
FStar.Real.test_div_eq
val test_div_eq : Prims.unit
let test_div_eq = assert (8.0R /. 2.0R = 4.0R)
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 46, "end_line": 85, "start_col": 0, "start_line": 85 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.b2t", "Prims.op_Equality", "FStar.Real.real", "FStar.Real.op_Slash_Dot" ]
[]
false
false
false
true
false
let test_div_eq =
assert (8.0R /. 2.0R = 4.0R)
false
FStar.Real.fsti
FStar.Real.test_add_eq'
val test_add_eq' : Prims.unit
let test_add_eq' = assert (1.0R +. 3.0R = 4.0R)
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 47, "end_line": 79, "start_col": 0, "start_line": 79 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.b2t", "Prims.op_Equality", "FStar.Real.real", "FStar.Real.op_Plus_Dot" ]
[]
false
false
false
true
false
let test_add_eq' =
assert (1.0R +. 3.0R = 4.0R)
false
FStar.Real.fsti
FStar.Real.test_div_lt
val test_div_lt : Prims.unit
let test_div_lt = assert (8.0R /. 2.0R <. 5.0R)
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 47, "end_line": 86, "start_col": 0, "start_line": 86 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.b2t", "FStar.Real.op_Less_Dot", "FStar.Real.op_Slash_Dot" ]
[]
false
false
false
true
false
let test_div_lt =
assert (8.0R /. 2.0R <. 5.0R)
false
FStar.Real.fsti
FStar.Real.test_mul_eq
val test_mul_eq : Prims.unit
let test_mul_eq = assert (2.0R *. 2.0R = 4.0R)
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 46, "end_line": 82, "start_col": 0, "start_line": 82 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.b2t", "Prims.op_Equality", "FStar.Real.real", "FStar.Real.op_Star_Dot" ]
[]
false
false
false
true
false
let test_mul_eq =
assert (2.0R *. 2.0R = 4.0R)
false
HoareDiv.fst
HoareDiv.return
val return (a: Type) (x: a) : repr a True (fun r -> r == x)
val return (a: Type) (x: a) : repr a True (fun r -> r == x)
let return (a:Type) (x:a) : repr a True (fun r -> r == x) = fun _ -> x
{ "file_name": "examples/layeredeffects/HoareDiv.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 12, "end_line": 29, "start_col": 0, "start_line": 27 }
(* Copyright 2008-2018 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Monotonic.Pure.fst.checked" ], "interface_file": false, "source_file": "HoareDiv.fst" }
[ { "abbrev": false, "full_module": "FStar.Monotonic.Pure", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "short_module": null }, { "abbrev": false, "full_module":...
{ "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...
false
a: Type -> x: a -> HoareDiv.repr a Prims.l_True (fun r -> r == x)
Prims.Tot
[ "total" ]
[]
[ "Prims.unit", "HoareDiv.repr", "Prims.l_True", "Prims.eq2" ]
[]
false
false
false
false
false
let return (a: Type) (x: a) : repr a True (fun r -> r == x) =
fun _ -> x
false
FStar.Real.fsti
FStar.Real.test_add_eq
val test_add_eq : Prims.unit
let test_add_eq = assert (1.0R +. 1.0R = 2.0R)
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 46, "end_line": 78, "start_col": 0, "start_line": 78 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.b2t", "Prims.op_Equality", "FStar.Real.real", "FStar.Real.op_Plus_Dot" ]
[]
false
false
false
true
false
let test_add_eq =
assert (1.0R +. 1.0R = 2.0R)
false
CQueue.LList.fst
CQueue.LList.cllist0
val cllist0 (a: Type0) (c: cllist_lvalue a) : Tot vprop
val cllist0 (a: Type0) (c: cllist_lvalue a) : Tot vprop
let cllist0 (a: Type0) (c: cllist_lvalue a) : Tot vprop = (vptr (cllist_head c) `star` vptr (cllist_tail c))
{ "file_name": "share/steel/examples/steel/CQueue.LList.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 52, "end_line": 39, "start_col": 0, "start_line": 38 }
module CQueue.LList noeq type cllist_ptrvalue (a: Type0) = { head: ref (ccell_ptrvalue a); tail: ref (ref (ccell_ptrvalue a)); all_or_none_null: squash (is_null head == is_null tail); } let cllist_ptrvalue_null a = {head = null; tail = null; all_or_none_null = ()} let cllist_ptrvalue_is_null #a x = is_null x.h...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked" ], "interface_file": true, "source_file": "CQueue.LList.fst" }
[ { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "Steel.FractionalPermission", "short_module": null }, { "abbrev": false, "full_module": "Steel.Effect", "short_module": null }, { "abbrev": false, "f...
{ "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...
false
a: Type0 -> c: CQueue.LList.cllist_lvalue a -> Steel.Effect.Common.vprop
Prims.Tot
[ "total" ]
[]
[ "CQueue.LList.cllist_lvalue", "Steel.Effect.Common.star", "Steel.Reference.vptr", "CQueue.Cell.ccell_ptrvalue", "CQueue.LList.cllist_head", "Steel.Reference.ref", "CQueue.LList.cllist_tail", "Steel.Effect.Common.vprop" ]
[]
false
false
false
true
false
let cllist0 (a: Type0) (c: cllist_lvalue a) : Tot vprop =
((vptr (cllist_head c)) `star` (vptr (cllist_tail c)))
false
FStar.Real.fsti
FStar.Real.test_mul_lt
val test_mul_lt : Prims.unit
let test_mul_lt = assert (2.0R *. 2.0R <. 5.0R)
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 47, "end_line": 83, "start_col": 0, "start_line": 83 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.b2t", "FStar.Real.op_Less_Dot", "FStar.Real.op_Star_Dot" ]
[]
false
false
false
true
false
let test_mul_lt =
assert (2.0R *. 2.0R <. 5.0R)
false
FStar.Real.fsti
FStar.Real.test_sqrt_2_mul
val test_sqrt_2_mul : Prims.unit
let test_sqrt_2_mul = assert (sqrt_2 *. sqrt_2 = 2.0R)
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 54, "end_line": 88, "start_col": 0, "start_line": 88 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.b2t", "Prims.op_Equality", "FStar.Real.real", "FStar.Real.op_Star_Dot", "FStar.Real.sqrt_2" ]
[]
false
false
false
true
false
let test_sqrt_2_mul =
assert (sqrt_2 *. sqrt_2 = 2.0R)
false
FStar.Real.fsti
FStar.Real.add_id_l
val add_id_l : Prims.unit
let add_id_l = assert (forall n. 0.0R +. n = n)
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 47, "end_line": 93, "start_col": 0, "start_line": 93 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.l_Forall", "FStar.Real.real", "Prims.b2t", "Prims.op_Equality", "FStar.Real.op_Plus_Dot" ]
[]
false
false
false
true
false
let add_id_l =
assert (forall n. 0.0R +. n = n)
false
CQueue.LList.fst
CQueue.LList.cllist_hp
val cllist_hp (#a: Type0) (c: cllist_ptrvalue a) : Tot (slprop u#1)
val cllist_hp (#a: Type0) (c: cllist_ptrvalue a) : Tot (slprop u#1)
let cllist_hp #a c = hp_of (cllist1 c)
{ "file_name": "share/steel/examples/steel/CQueue.LList.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 19, "end_line": 64, "start_col": 0, "start_line": 62 }
module CQueue.LList noeq type cllist_ptrvalue (a: Type0) = { head: ref (ccell_ptrvalue a); tail: ref (ref (ccell_ptrvalue a)); all_or_none_null: squash (is_null head == is_null tail); } let cllist_ptrvalue_null a = {head = null; tail = null; all_or_none_null = ()} let cllist_ptrvalue_is_null #a x = is_null x.h...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked" ], "interface_file": true, "source_file": "CQueue.LList.fst" }
[ { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "Steel.FractionalPermission", "short_module": null }, { "abbrev": false, "full_module": "Steel.Effect", "short_module": null }, { "abbrev": false, "f...
{ "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...
false
c: CQueue.LList.cllist_ptrvalue a -> Steel.Memory.slprop
Prims.Tot
[ "total" ]
[]
[ "CQueue.LList.cllist_ptrvalue", "Steel.Effect.Common.hp_of", "CQueue.LList.cllist1", "Steel.Memory.slprop" ]
[]
false
false
false
true
false
let cllist_hp #a c =
hp_of (cllist1 c)
false
FStar.Real.fsti
FStar.Real.add_id_r
val add_id_r : Prims.unit
let add_id_r = assert (forall n. n +. 0.0R = n)
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 47, "end_line": 94, "start_col": 0, "start_line": 94 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.l_Forall", "FStar.Real.real", "Prims.b2t", "Prims.op_Equality", "FStar.Real.op_Plus_Dot" ]
[]
false
false
false
true
false
let add_id_r =
assert (forall n. n +. 0.0R = n)
false
FStar.Real.fsti
FStar.Real.mul_nil_r
val mul_nil_r : Prims.unit
let mul_nil_r = assert (forall n. n *. 0.0R = 0.0R)
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 51, "end_line": 97, "start_col": 0, "start_line": 97 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.l_Forall", "FStar.Real.real", "Prims.b2t", "Prims.op_Equality", "FStar.Real.op_Star_Dot" ]
[]
false
false
false
true
false
let mul_nil_r =
assert (forall n. n *. 0.0R = 0.0R)
false
FStar.Real.fsti
FStar.Real.mul_nil_l
val mul_nil_l : Prims.unit
let mul_nil_l = assert (forall n. 0.0R *. n = 0.0R)
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 51, "end_line": 96, "start_col": 0, "start_line": 96 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.l_Forall", "FStar.Real.real", "Prims.b2t", "Prims.op_Equality", "FStar.Real.op_Star_Dot" ]
[]
false
false
false
true
false
let mul_nil_l =
assert (forall n. 0.0R *. n = 0.0R)
false
FStar.Real.fsti
FStar.Real.mul_assoc
val mul_assoc : Prims.unit
let mul_assoc = assert (forall x y z. ((x *. y) *.z) = (x *. (y *. z)))
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 71, "end_line": 106, "start_col": 0, "start_line": 106 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.l_Forall", "FStar.Real.real", "Prims.b2t", "Prims.op_Equality", "FStar.Real.op_Star_Dot" ]
[]
false
false
false
true
false
let mul_assoc =
assert (forall x y z. ((x *. y) *. z) = (x *. (y *. z)))
false
FStar.Real.fsti
FStar.Real.mul_id_l
val mul_id_l : Prims.unit
let mul_id_l = assert (forall n. 1.0R *. n = n)
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 47, "end_line": 99, "start_col": 0, "start_line": 99 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.l_Forall", "FStar.Real.real", "Prims.b2t", "Prims.op_Equality", "FStar.Real.op_Star_Dot" ]
[]
false
false
false
true
false
let mul_id_l =
assert (forall n. 1.0R *. n = n)
false
FStar.Real.fsti
FStar.Real.add_assoc
val add_assoc : Prims.unit
let add_assoc = assert (forall x y z. ((x +. y) +.z) = (x +. (y +. z)))
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 71, "end_line": 103, "start_col": 0, "start_line": 103 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.l_Forall", "FStar.Real.real", "Prims.b2t", "Prims.op_Equality", "FStar.Real.op_Plus_Dot" ]
[]
false
false
false
true
false
let add_assoc =
assert (forall x y z. ((x +. y) +. z) = (x +. (y +. z)))
false
FStar.Real.fsti
FStar.Real.test_sqrt_2_scale
val test_sqrt_2_scale : Prims.unit
let test_sqrt_2_scale = assert (1.0R /. sqrt_2 = sqrt_2 /. 2.0R)
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 64, "end_line": 90, "start_col": 0, "start_line": 90 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.b2t", "Prims.op_Equality", "FStar.Real.real", "FStar.Real.op_Slash_Dot", "FStar.Real.sqrt_2" ]
[]
false
false
false
true
false
let test_sqrt_2_scale =
assert (1.0R /. sqrt_2 = sqrt_2 /. 2.0R)
false
FStar.Real.fsti
FStar.Real.add_comm
val add_comm : Prims.unit
let add_comm = assert (forall x y. x +. y = y +.x)
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 50, "end_line": 102, "start_col": 0, "start_line": 102 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.l_Forall", "FStar.Real.real", "Prims.b2t", "Prims.op_Equality", "FStar.Real.op_Plus_Dot" ]
[]
false
false
false
true
false
let add_comm =
assert (forall x y. x +. y = y +. x)
false
FStar.Real.fsti
FStar.Real.mul_dist
val mul_dist : Prims.unit
let mul_dist = assert (forall x y z. x *. (y +. z) = (x *. y) +. (x *.z))
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 73, "end_line": 107, "start_col": 0, "start_line": 107 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.l_Forall", "FStar.Real.real", "Prims.b2t", "Prims.op_Equality", "FStar.Real.op_Star_Dot", "FStar.Real.op_Plus_Dot" ]
[]
false
false
false
true
false
let mul_dist =
assert (forall x y z. x *. (y +. z) = (x *. y) +. (x *. z))
false
HoareDiv.fst
HoareDiv.subcomp
val subcomp (a: Type) (#req_f: Type0) (ens_f: (a -> Type0)) (#req_g: Type0) (ens_g: (a -> Type0)) (f: repr a req_f ens_f) : Pure (repr a req_g ens_g) (requires (req_g ==> req_f) /\ (forall (x: a). ens_f x ==> ens_g x)) (ensures fun _ -> True)
val subcomp (a: Type) (#req_f: Type0) (ens_f: (a -> Type0)) (#req_g: Type0) (ens_g: (a -> Type0)) (f: repr a req_f ens_f) : Pure (repr a req_g ens_g) (requires (req_g ==> req_f) /\ (forall (x: a). ens_f x ==> ens_g x)) (ensures fun _ -> True)
let subcomp (a:Type) (#req_f:Type0) (ens_f:a -> Type0) (#req_g:Type0) (ens_g:a -> Type0) (f:repr a req_f ens_f) : Pure (repr a req_g ens_g) (requires (req_g ==> req_f) /\ (forall (x:a). ens_f x ==> ens_g x)) (ensures fun _ -> True) = f
{ "file_name": "examples/layeredeffects/HoareDiv.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 3, "end_line": 53, "start_col": 0, "start_line": 44 }
(* Copyright 2008-2018 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Monotonic.Pure.fst.checked" ], "interface_file": false, "source_file": "HoareDiv.fst" }
[ { "abbrev": false, "full_module": "FStar.Monotonic.Pure", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "short_module": null }, { "abbrev": false, "full_module":...
{ "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...
false
a: Type -> ens_f: (_: a -> Type0) -> ens_g: (_: a -> Type0) -> f: HoareDiv.repr a req_f ens_f -> Prims.Pure (HoareDiv.repr a req_g ens_g)
Prims.Pure
[]
[]
[ "HoareDiv.repr", "Prims.l_and", "Prims.l_imp", "Prims.l_Forall", "Prims.l_True" ]
[]
false
false
false
false
false
let subcomp (a: Type) (#req_f: Type0) (ens_f: (a -> Type0)) (#req_g: Type0) (ens_g: (a -> Type0)) (f: repr a req_f ens_f) : Pure (repr a req_g ens_g) (requires (req_g ==> req_f) /\ (forall (x: a). ens_f x ==> ens_g x)) (ensures fun _ -> True) =
f
false
CQueue.LList.fst
CQueue.LList.freeable
val freeable (#a: Type0) (c: cllist_ptrvalue a) : Tot prop
val freeable (#a: Type0) (c: cllist_ptrvalue a) : Tot prop
let freeable _ = True
{ "file_name": "share/steel/examples/steel/CQueue.LList.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 21, "end_line": 138, "start_col": 0, "start_line": 138 }
module CQueue.LList noeq type cllist_ptrvalue (a: Type0) = { head: ref (ccell_ptrvalue a); tail: ref (ref (ccell_ptrvalue a)); all_or_none_null: squash (is_null head == is_null tail); } let cllist_ptrvalue_null a = {head = null; tail = null; all_or_none_null = ()} let cllist_ptrvalue_is_null #a x = is_null x.h...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked" ], "interface_file": true, "source_file": "CQueue.LList.fst" }
[ { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "Steel.FractionalPermission", "short_module": null }, { "abbrev": false, "full_module": "Steel.Effect", "short_module": null }, { "abbrev": false, "f...
{ "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...
false
c: CQueue.LList.cllist_ptrvalue a -> Prims.prop
Prims.Tot
[ "total" ]
[]
[ "CQueue.LList.cllist_ptrvalue", "Prims.l_True", "Prims.prop" ]
[]
false
false
false
true
true
let freeable _ =
True
false
HoareDiv.fst
HoareDiv.bind
val bind (a b: Type) (req_f: Type0) (ens_f req_g: (a -> Type0)) (ens_g: (a -> (b -> Type0))) (f: repr a req_f ens_f) (g: (x: a -> repr b (req_g x) (ens_g x))) : repr b (req_f /\ (forall (x: a). ens_f x ==> req_g x)) (fun y -> exists x. ens_f x /\ ens_g x y)
val bind (a b: Type) (req_f: Type0) (ens_f req_g: (a -> Type0)) (ens_g: (a -> (b -> Type0))) (f: repr a req_f ens_f) (g: (x: a -> repr b (req_g x) (ens_g x))) : repr b (req_f /\ (forall (x: a). ens_f x ==> req_g x)) (fun y -> exists x. ens_f x /\ ens_g x y)
let bind (a:Type) (b:Type) (req_f:Type0) (ens_f:a -> Type0) (req_g:a -> Type0) (ens_g:a -> (b -> Type0)) (f:repr a req_f ens_f) (g:(x:a -> repr b (req_g x) (ens_g x))) : repr b (req_f /\ (forall (x:a). ens_f x ==> req_g x)) (fun y -> exists x. ens_f x /\ ens_g x y) = fun _ -> let x = f () in g x ()
{ "file_name": "examples/layeredeffects/HoareDiv.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 8, "end_line": 40, "start_col": 0, "start_line": 31 }
(* Copyright 2008-2018 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Monotonic.Pure.fst.checked" ], "interface_file": false, "source_file": "HoareDiv.fst" }
[ { "abbrev": false, "full_module": "FStar.Monotonic.Pure", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "short_module": null }, { "abbrev": false, "full_module":...
{ "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...
false
a: Type -> b: Type -> req_f: Type0 -> ens_f: (_: a -> Type0) -> req_g: (_: a -> Type0) -> ens_g: (_: a -> _: b -> Type0) -> f: HoareDiv.repr a req_f ens_f -> g: (x: a -> HoareDiv.repr b (req_g x) (ens_g x)) -> HoareDiv.repr b (req_f /\ (forall (x: a). ens_f x ==> req_g x)) ...
Prims.Tot
[ "total" ]
[]
[ "HoareDiv.repr", "Prims.unit", "Prims.l_and", "Prims.l_Forall", "Prims.l_imp", "Prims.l_Exists" ]
[]
false
false
false
false
false
let bind (a b: Type) (req_f: Type0) (ens_f req_g: (a -> Type0)) (ens_g: (a -> (b -> Type0))) (f: repr a req_f ens_f) (g: (x: a -> repr b (req_g x) (ens_g x))) : repr b (req_f /\ (forall (x: a). ens_f x ==> req_g x)) (fun y -> exists x. ens_f x /\ ens_g x y) =
fun _ -> let x = f () in g x ()
false
FStar.Real.fsti
FStar.Real.mul_id_r
val mul_id_r : Prims.unit
let mul_id_r = assert (forall n. n *. 1.0R = n)
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 47, "end_line": 100, "start_col": 0, "start_line": 100 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.l_Forall", "FStar.Real.real", "Prims.b2t", "Prims.op_Equality", "FStar.Real.op_Star_Dot" ]
[]
false
false
false
true
false
let mul_id_r =
assert (forall n. n *. 1.0R = n)
false
FStar.Real.fsti
FStar.Real.mul_comm
val mul_comm : Prims.unit
let mul_comm = assert (forall x y. x *. y = y *.x)
{ "file_name": "ulib/FStar.Real.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 50, "end_line": 105, "start_col": 0, "start_line": 105 }
(* 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Real.fsti" }
[ { "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", "...
{ "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...
false
Prims.unit
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "Prims.l_Forall", "FStar.Real.real", "Prims.b2t", "Prims.op_Equality", "FStar.Real.op_Star_Dot" ]
[]
false
false
false
true
false
let mul_comm =
assert (forall x y. x *. y = y *. x)
false
CQueue.LList.fst
CQueue.LList.cllist_sel
val cllist_sel (#a: Type0) (c: cllist_ptrvalue a) : GTot (selector (vllist a) (cllist_hp c))
val cllist_sel (#a: Type0) (c: cllist_ptrvalue a) : GTot (selector (vllist a) (cllist_hp c))
let cllist_sel #a c = sel_of (cllist1 c)
{ "file_name": "share/steel/examples/steel/CQueue.LList.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 20, "end_line": 68, "start_col": 0, "start_line": 66 }
module CQueue.LList noeq type cllist_ptrvalue (a: Type0) = { head: ref (ccell_ptrvalue a); tail: ref (ref (ccell_ptrvalue a)); all_or_none_null: squash (is_null head == is_null tail); } let cllist_ptrvalue_null a = {head = null; tail = null; all_or_none_null = ()} let cllist_ptrvalue_is_null #a x = is_null x.h...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked" ], "interface_file": true, "source_file": "CQueue.LList.fst" }
[ { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "Steel.FractionalPermission", "short_module": null }, { "abbrev": false, "full_module": "Steel.Effect", "short_module": null }, { "abbrev": false, "f...
{ "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...
false
c: CQueue.LList.cllist_ptrvalue a -> Prims.GTot (Steel.Effect.Common.selector (CQueue.LList.vllist a) (CQueue.LList.cllist_hp c))
Prims.GTot
[ "sometrivial" ]
[]
[ "CQueue.LList.cllist_ptrvalue", "Steel.Effect.Common.sel_of", "CQueue.LList.cllist1", "Steel.Effect.Common.selector", "CQueue.LList.vllist", "CQueue.LList.cllist_hp" ]
[]
false
false
false
false
false
let cllist_sel #a c =
sel_of (cllist1 c)
false
HoareDiv.fst
HoareDiv.lift_pure_meff
val lift_pure_meff (a: Type) (wp: pure_wp a) (f: (unit -> PURE a wp)) : repr a (wp (fun _ -> True)) (fun x -> ~(wp (fun r -> r =!= x)))
val lift_pure_meff (a: Type) (wp: pure_wp a) (f: (unit -> PURE a wp)) : repr a (wp (fun _ -> True)) (fun x -> ~(wp (fun r -> r =!= x)))
let lift_pure_meff (a:Type) (wp:pure_wp a) (f:unit -> PURE a wp) : repr a (wp (fun _ -> True)) (fun x -> ~ (wp (fun r -> r =!= x))) = FStar.Monotonic.Pure.elim_pure_wp_monotonicity wp; fun _ -> f ()
{ "file_name": "examples/layeredeffects/HoareDiv.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 15, "end_line": 78, "start_col": 0, "start_line": 73 }
(* Copyright 2008-2018 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Monotonic.Pure.fst.checked" ], "interface_file": false, "source_file": "HoareDiv.fst" }
[ { "abbrev": false, "full_module": "FStar.Monotonic.Pure", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "short_module": null }, { "abbrev": false, "full_module":...
{ "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...
false
a: Type -> wp: Prims.pure_wp a -> f: (_: Prims.unit -> Prims.PURE a) -> HoareDiv.repr a (wp (fun _ -> Prims.l_True)) (fun x -> ~(wp (fun r -> ~(r == x))))
Prims.Tot
[ "total" ]
[]
[ "Prims.pure_wp", "Prims.unit", "FStar.Monotonic.Pure.elim_pure_wp_monotonicity", "HoareDiv.repr", "Prims.l_True", "Prims.l_not", "Prims.eq2" ]
[]
false
false
false
false
false
let lift_pure_meff (a: Type) (wp: pure_wp a) (f: (unit -> PURE a wp)) : repr a (wp (fun _ -> True)) (fun x -> ~(wp (fun r -> r =!= x))) =
FStar.Monotonic.Pure.elim_pure_wp_monotonicity wp; fun _ -> f ()
false
Hacl.Spec.Curve25519.AddAndDouble.fst
Hacl.Spec.Curve25519.AddAndDouble.add_and_double1_0
val add_and_double1_0 : a: Spec.Curve25519.elem -> b: Spec.Curve25519.elem -> nqp1: (Spec.Curve25519.elem * Spec.Curve25519.elem) -> Spec.Curve25519.elem * Spec.Curve25519.elem
let add_and_double1_0 a b nqp1 = let x_3, z_3 = nqp1 in let c = x_3 +% z_3 in let d = x_3 -% z_3 in let da = d *% a in let cb = c *% b in let x_3 = da +% cb in let z_3 = da -% cb in (x_3, z_3)
{ "file_name": "code/curve25519/Hacl.Spec.Curve25519.AddAndDouble.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 12, "end_line": 16, "start_col": 0, "start_line": 7 }
module Hacl.Spec.Curve25519.AddAndDouble open FStar.Mul open Lib.IntTypes open Spec.Curve25519
{ "checked_file": "/", "dependencies": [ "Spec.Curve25519.fst.checked", "prims.fst.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false, ...
[ { "abbrev": false, "full_module": "Spec.Curve25519", "short_module": null }, { "abbrev": false, "full_module": "Lib.IntTypes", "short_module": null }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "Hac...
{ "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...
false
a: Spec.Curve25519.elem -> b: Spec.Curve25519.elem -> nqp1: (Spec.Curve25519.elem * Spec.Curve25519.elem) -> Spec.Curve25519.elem * Spec.Curve25519.elem
Prims.Tot
[ "total" ]
[]
[ "Spec.Curve25519.elem", "FStar.Pervasives.Native.tuple2", "FStar.Pervasives.Native.Mktuple2", "Spec.Curve25519.op_Subtraction_Percent", "Spec.Curve25519.op_Plus_Percent", "Spec.Curve25519.op_Star_Percent" ]
[]
false
false
false
true
false
let add_and_double1_0 a b nqp1 =
let x_3, z_3 = nqp1 in let c = x_3 +% z_3 in let d = x_3 -% z_3 in let da = d *% a in let cb = c *% b in let x_3 = da +% cb in let z_3 = da -% cb in (x_3, z_3)
false
Hacl.Spec.Curve25519.AddAndDouble.fst
Hacl.Spec.Curve25519.AddAndDouble.add_and_double1
val add_and_double1 : q: (Spec.Curve25519.elem * _) -> nq: (Spec.Curve25519.elem * Spec.Curve25519.elem) -> nqp1: (Spec.Curve25519.elem * Spec.Curve25519.elem) -> (Spec.Curve25519.elem * Spec.Curve25519.elem) * (Spec.Curve25519.elem * Spec.Curve25519.elem)
let add_and_double1 q nq nqp1 = let x_1, z_1 = q in let x_2, z_2 = nq in let a = x_2 +% z_2 in let b = x_2 -% z_2 in let nqp1 = add_and_double1_0 a b nqp1 in let (x_2, z_2), (x_3, z_3) = add_and_double1_1 a b nqp1 in let z_3 = z_3 *% x_1 in (x_2, z_2), (x_3, z_3)
{ "file_name": "code/curve25519/Hacl.Spec.Curve25519.AddAndDouble.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 24, "end_line": 41, "start_col": 0, "start_line": 33 }
module Hacl.Spec.Curve25519.AddAndDouble open FStar.Mul open Lib.IntTypes open Spec.Curve25519 let add_and_double1_0 a b nqp1 = let x_3, z_3 = nqp1 in let c = x_3 +% z_3 in let d = x_3 -% z_3 in let da = d *% a in let cb = c *% b in let x_3 = da +% cb in let z_3 = da -% cb in (x_3, z_3) let add_and_...
{ "checked_file": "/", "dependencies": [ "Spec.Curve25519.fst.checked", "prims.fst.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false, ...
[ { "abbrev": false, "full_module": "Spec.Curve25519", "short_module": null }, { "abbrev": false, "full_module": "Lib.IntTypes", "short_module": null }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "Hac...
{ "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...
false
q: (Spec.Curve25519.elem * _) -> nq: (Spec.Curve25519.elem * Spec.Curve25519.elem) -> nqp1: (Spec.Curve25519.elem * Spec.Curve25519.elem) -> (Spec.Curve25519.elem * Spec.Curve25519.elem) * (Spec.Curve25519.elem * Spec.Curve25519.elem)
Prims.Tot
[ "total" ]
[]
[ "FStar.Pervasives.Native.tuple2", "Spec.Curve25519.elem", "FStar.Pervasives.Native.Mktuple2", "Spec.Curve25519.op_Star_Percent", "Hacl.Spec.Curve25519.AddAndDouble.add_and_double1_1", "Hacl.Spec.Curve25519.AddAndDouble.add_and_double1_0", "Spec.Curve25519.op_Subtraction_Percent", "Spec.Curve25519.op_P...
[]
false
false
false
true
false
let add_and_double1 q nq nqp1 =
let x_1, z_1 = q in let x_2, z_2 = nq in let a = x_2 +% z_2 in let b = x_2 -% z_2 in let nqp1 = add_and_double1_0 a b nqp1 in let (x_2, z_2), (x_3, z_3) = add_and_double1_1 a b nqp1 in let z_3 = z_3 *% x_1 in (x_2, z_2), (x_3, z_3)
false
Hacl.Spec.Curve25519.AddAndDouble.fst
Hacl.Spec.Curve25519.AddAndDouble.montgomery_ladder1_1
val montgomery_ladder1_1 : nq: Spec.Curve25519.proj_point -> Spec.Curve25519.elem * Spec.Curve25519.elem
let montgomery_ladder1_1 (nq:proj_point) = let nq = double nq in let nq = double nq in let nq = double nq in nq
{ "file_name": "code/curve25519/Hacl.Spec.Curve25519.AddAndDouble.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 4, "end_line": 61, "start_col": 0, "start_line": 57 }
module Hacl.Spec.Curve25519.AddAndDouble open FStar.Mul open Lib.IntTypes open Spec.Curve25519 let add_and_double1_0 a b nqp1 = let x_3, z_3 = nqp1 in let c = x_3 +% z_3 in let d = x_3 -% z_3 in let da = d *% a in let cb = c *% b in let x_3 = da +% cb in let z_3 = da -% cb in (x_3, z_3) let add_and_...
{ "checked_file": "/", "dependencies": [ "Spec.Curve25519.fst.checked", "prims.fst.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false, ...
[ { "abbrev": false, "full_module": "Spec.Curve25519", "short_module": null }, { "abbrev": false, "full_module": "Lib.IntTypes", "short_module": null }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "Hac...
{ "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...
false
nq: Spec.Curve25519.proj_point -> Spec.Curve25519.elem * Spec.Curve25519.elem
Prims.Tot
[ "total" ]
[]
[ "Spec.Curve25519.proj_point", "FStar.Pervasives.Native.tuple2", "Spec.Curve25519.elem", "Spec.Curve25519.double" ]
[]
false
false
false
true
false
let montgomery_ladder1_1 (nq: proj_point) =
let nq = double nq in let nq = double nq in let nq = double nq in nq
false
Vale.AES.X64.AESopt.fst
Vale.AES.X64.AESopt.va_lemma_Loop6x_save_output
val va_lemma_Loop6x_save_output : va_b0:va_code -> va_s0:va_state -> count:nat -> out_b:buffer128 -> Ghost (va_state & va_fuel) (requires (va_require_total va_b0 (va_code_Loop6x_save_output ()) va_s0 /\ va_get_ok va_s0 /\ (avx_enabled /\ sse_enabled /\ Vale.X64.Decls.validDstAddrsOffset128 (va_get_mem_heaplet 6...
val va_lemma_Loop6x_save_output : va_b0:va_code -> va_s0:va_state -> count:nat -> out_b:buffer128 -> Ghost (va_state & va_fuel) (requires (va_require_total va_b0 (va_code_Loop6x_save_output ()) va_s0 /\ va_get_ok va_s0 /\ (avx_enabled /\ sse_enabled /\ Vale.X64.Decls.validDstAddrsOffset128 (va_get_mem_heaplet 6...
let va_lemma_Loop6x_save_output va_b0 va_s0 count out_b = let (va_mods:va_mods_t) = [va_Mod_flags; va_Mod_mem_heaplet 6; va_Mod_xmm 14; va_Mod_xmm 13; va_Mod_xmm 12; va_Mod_xmm 11; va_Mod_xmm 10; va_Mod_xmm 9; va_Mod_ok; va_Mod_mem] in let va_qc = va_qcode_Loop6x_save_output va_mods count out_b in let (va_sM,...
{ "file_name": "obj/Vale.AES.X64.AESopt.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 16, "end_line": 1794, "start_col": 0, "start_line": 1764 }
module Vale.AES.X64.AESopt open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Types_s open FStar.Seq open Vale.Arch.Types open Vale.Arch.HeapImpl open Vale.AES.AES_s open Vale.X64.Machine_s open Vale.X64.Memory open Vale.X64.State open Vale.X64.Decls open Vale.X64.InsBasic op...
{ "checked_file": "/", "dependencies": [ "Vale.X64.State.fsti.checked", "Vale.X64.QuickCodes.fsti.checked", "Vale.X64.QuickCode.fst.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.InsVector.fsti.checked", "Vale.X64.InsMem.fsti.checked", "Vale.X64...
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "Vale.Transformers.Transform", "short_module": null }, { "abbrev": false, "full_module": "Vale.AES.X64.AESGCM_expected_code", "short_module": null }, { "abbrev...
{ "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...
false
va_b0: Vale.X64.Decls.va_code -> va_s0: Vale.X64.Decls.va_state -> count: Prims.nat -> out_b: Vale.X64.Memory.buffer128 -> Prims.Ghost (Vale.X64.Decls.va_state * Vale.X64.Decls.va_fuel)
Prims.Ghost
[]
[]
[ "Vale.X64.Decls.va_code", "Vale.X64.Decls.va_state", "Prims.nat", "Vale.X64.Memory.buffer128", "Vale.X64.QuickCodes.fuel", "Prims.unit", "FStar.Pervasives.Native.Mktuple2", "Vale.X64.Decls.va_fuel", "Vale.X64.QuickCode.va_lemma_norm_mods", "Prims.Cons", "Vale.X64.QuickCode.mod_t", "Vale.X64.Qu...
[]
false
false
false
false
false
let va_lemma_Loop6x_save_output va_b0 va_s0 count out_b =
let va_mods:va_mods_t = [ va_Mod_flags; va_Mod_mem_heaplet 6; va_Mod_xmm 14; va_Mod_xmm 13; va_Mod_xmm 12; va_Mod_xmm 11; va_Mod_xmm 10; va_Mod_xmm 9; va_Mod_ok; va_Mod_mem ] in let va_qc = va_qcode_Loop6x_save_output va_mods count out_b in let va_sM, va_fM, va_g = va_wp_sound_code_norm (va_code_Loop6x_sa...
false
Hacl.Spec.Curve25519.AddAndDouble.fst
Hacl.Spec.Curve25519.AddAndDouble.montgomery_ladder1_2
val montgomery_ladder1_2 : init: Spec.Curve25519.elem -> ((Spec.Curve25519.elem * Spec.Curve25519.elem) * (Spec.Curve25519.elem * Spec.Curve25519.elem)) * (Spec.Curve25519.elem * Spec.Curve25519.elem)
let montgomery_ladder1_2 (init:elem) = let q = (init, one) in let nq = (one, zero) in let nqp1 = (init, one) in q, nq, nqp1
{ "file_name": "code/curve25519/Hacl.Spec.Curve25519.AddAndDouble.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 13, "end_line": 67, "start_col": 0, "start_line": 63 }
module Hacl.Spec.Curve25519.AddAndDouble open FStar.Mul open Lib.IntTypes open Spec.Curve25519 let add_and_double1_0 a b nqp1 = let x_3, z_3 = nqp1 in let c = x_3 +% z_3 in let d = x_3 -% z_3 in let da = d *% a in let cb = c *% b in let x_3 = da +% cb in let z_3 = da -% cb in (x_3, z_3) let add_and_...
{ "checked_file": "/", "dependencies": [ "Spec.Curve25519.fst.checked", "prims.fst.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false, ...
[ { "abbrev": false, "full_module": "Spec.Curve25519", "short_module": null }, { "abbrev": false, "full_module": "Lib.IntTypes", "short_module": null }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "Hac...
{ "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...
false
init: Spec.Curve25519.elem -> ((Spec.Curve25519.elem * Spec.Curve25519.elem) * (Spec.Curve25519.elem * Spec.Curve25519.elem)) * (Spec.Curve25519.elem * Spec.Curve25519.elem)
Prims.Tot
[ "total" ]
[]
[ "Spec.Curve25519.elem", "FStar.Pervasives.Native.Mktuple3", "FStar.Pervasives.Native.tuple2", "FStar.Pervasives.Native.Mktuple2", "Spec.Curve25519.one", "Spec.Curve25519.zero", "FStar.Pervasives.Native.tuple3" ]
[]
false
false
false
true
false
let montgomery_ladder1_2 (init: elem) =
let q = (init, one) in let nq = (one, zero) in let nqp1 = (init, one) in q, nq, nqp1
false
Hacl.Spec.Curve25519.AddAndDouble.fst
Hacl.Spec.Curve25519.AddAndDouble.montgomery_ladder1
val montgomery_ladder1 (init: elem) (k: scalar) : Tot proj_point
val montgomery_ladder1 (init: elem) (k: scalar) : Tot proj_point
let montgomery_ladder1 (init:elem) (k:scalar) : Tot proj_point = let q, nq, nqp1 = montgomery_ladder1_2 init in let nq = montgomery_ladder1_0 k q nq nqp1 in montgomery_ladder1_1 nq
{ "file_name": "code/curve25519/Hacl.Spec.Curve25519.AddAndDouble.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 25, "end_line": 72, "start_col": 0, "start_line": 69 }
module Hacl.Spec.Curve25519.AddAndDouble open FStar.Mul open Lib.IntTypes open Spec.Curve25519 let add_and_double1_0 a b nqp1 = let x_3, z_3 = nqp1 in let c = x_3 +% z_3 in let d = x_3 -% z_3 in let da = d *% a in let cb = c *% b in let x_3 = da +% cb in let z_3 = da -% cb in (x_3, z_3) let add_and_...
{ "checked_file": "/", "dependencies": [ "Spec.Curve25519.fst.checked", "prims.fst.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false, ...
[ { "abbrev": false, "full_module": "Spec.Curve25519", "short_module": null }, { "abbrev": false, "full_module": "Lib.IntTypes", "short_module": null }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "Hac...
{ "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...
false
init: Spec.Curve25519.elem -> k: Spec.Curve25519.scalar -> Spec.Curve25519.proj_point
Prims.Tot
[ "total" ]
[]
[ "Spec.Curve25519.elem", "Spec.Curve25519.scalar", "FStar.Pervasives.Native.tuple2", "Hacl.Spec.Curve25519.AddAndDouble.montgomery_ladder1_1", "Spec.Curve25519.proj_point", "Hacl.Spec.Curve25519.AddAndDouble.montgomery_ladder1_0", "FStar.Pervasives.Native.tuple3", "Hacl.Spec.Curve25519.AddAndDouble.mon...
[]
false
false
false
true
false
let montgomery_ladder1 (init: elem) (k: scalar) : Tot proj_point =
let q, nq, nqp1 = montgomery_ladder1_2 init in let nq = montgomery_ladder1_0 k q nq nqp1 in montgomery_ladder1_1 nq
false
Spec.Ed25519.fst
Spec.Ed25519.aff_point_c
val aff_point_c : Type0
let aff_point_c = p:aff_point{is_on_curve p}
{ "file_name": "specs/Spec.Ed25519.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 44, "end_line": 34, "start_col": 0, "start_line": 34 }
module Spec.Ed25519 open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.ByteSequence open Spec.Curve25519 module LE = Lib.Exponentiation module SE = Spec.Exponentiation module EL = Spec.Ed25519.Lemmas include Spec.Ed25519.PointOps #reset-options "--fuel 0 --ifuel 0 --z3rlimit 100" inline_for_extraction le...
{ "checked_file": "/", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "Spec.Exponentiation.fsti.checked", "Spec.Ed25519.PointOps.fst.checked", "Spec.Ed25519.Lemmas.fsti.checked", "Spec.Curve25519.fst.checked", "Spec.Agile.Hash.fsti.checked", "prims.fst.checked", "Lib.Sequence...
[ { "abbrev": false, "full_module": "Spec.Ed25519.PointOps", "short_module": null }, { "abbrev": true, "full_module": "Spec.Ed25519.Lemmas", "short_module": "EL" }, { "abbrev": true, "full_module": "Spec.Exponentiation", "short_module": "SE" }, { "abbrev": true, ...
{ "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...
false
Type0
Prims.Tot
[ "total" ]
[]
[ "Spec.Ed25519.PointOps.aff_point", "Spec.Ed25519.PointOps.is_on_curve" ]
[]
false
false
false
true
true
let aff_point_c =
p: aff_point{is_on_curve p}
false
Spec.Ed25519.fst
Spec.Ed25519.ext_point_c
val ext_point_c : Type0
let ext_point_c = p:ext_point{point_inv p}
{ "file_name": "specs/Spec.Ed25519.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 42, "end_line": 47, "start_col": 0, "start_line": 47 }
module Spec.Ed25519 open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.ByteSequence open Spec.Curve25519 module LE = Lib.Exponentiation module SE = Spec.Exponentiation module EL = Spec.Ed25519.Lemmas include Spec.Ed25519.PointOps #reset-options "--fuel 0 --ifuel 0 --z3rlimit 100" inline_for_extraction le...
{ "checked_file": "/", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "Spec.Exponentiation.fsti.checked", "Spec.Ed25519.PointOps.fst.checked", "Spec.Ed25519.Lemmas.fsti.checked", "Spec.Curve25519.fst.checked", "Spec.Agile.Hash.fsti.checked", "prims.fst.checked", "Lib.Sequence...
[ { "abbrev": false, "full_module": "Spec.Ed25519.PointOps", "short_module": null }, { "abbrev": true, "full_module": "Spec.Ed25519.Lemmas", "short_module": "EL" }, { "abbrev": true, "full_module": "Spec.Exponentiation", "short_module": "SE" }, { "abbrev": true, ...
{ "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...
false
Type0
Prims.Tot
[ "total" ]
[]
[ "Spec.Ed25519.PointOps.ext_point", "Spec.Ed25519.PointOps.point_inv" ]
[]
false
false
false
true
true
let ext_point_c =
p: ext_point{point_inv p}
false
Vale.PPC64LE.InsStack.fst
Vale.PPC64LE.InsStack.va_wpProof_Alloc_stack
val va_wpProof_Alloc_stack : n:nat64 -> va_s0:va_state -> va_k:(va_state -> unit -> Type0) -> Ghost (va_state & va_fuel & unit) (requires (va_t_require va_s0 /\ va_wp_Alloc_stack n va_s0 va_k)) (ensures (fun (va_sM, va_f0, va_g) -> va_t_ensure (va_code_Alloc_stack n) ([va_Mod_reg 1]) va_s0 va_k ((va_sM, va_f0...
val va_wpProof_Alloc_stack : n:nat64 -> va_s0:va_state -> va_k:(va_state -> unit -> Type0) -> Ghost (va_state & va_fuel & unit) (requires (va_t_require va_s0 /\ va_wp_Alloc_stack n va_s0 va_k)) (ensures (fun (va_sM, va_f0, va_g) -> va_t_ensure (va_code_Alloc_stack n) ([va_Mod_reg 1]) va_s0 va_k ((va_sM, va_f0...
let va_wpProof_Alloc_stack n va_s0 va_k = let (va_sM, va_f0) = va_lemma_Alloc_stack (va_code_Alloc_stack n) va_s0 n in va_lemma_upd_update va_sM; assert (va_state_eq va_sM (va_update_reg 1 va_sM (va_update_ok va_sM va_s0))); va_lemma_norm_mods ([va_Mod_reg 1]) va_sM va_s0; let va_g = () in (va_sM, va_f0, va...
{ "file_name": "obj/Vale.PPC64LE.InsStack.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 22, "end_line": 44, "start_col": 0, "start_line": 38 }
module Vale.PPC64LE.InsStack open Vale.PPC64LE.Machine_s open Vale.PPC64LE.Memory open Vale.PPC64LE.Stack_i open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas open Vale.PPC64LE.Decls open Vale.PPC64LE.InsBasic open Vale.PPC64LE.InsVector open Vale.PPC64LE.Stack_Sems module S = Vale.PPC64LE.Semantics_s module P = Val...
{ "checked_file": "/", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Stack_Sems.fst.checked", "Vale.PPC64LE.Stack_Sems.fst.checked", "Vale.PPC64LE.Stack_i.fst.checked", "Vale.PPC64LE.Stack_i.fst.checked", "Vale.PPC64LE.Semanti...
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.Stack_Sems", "short_module": null }, { "abbrev": fal...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 4, "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...
false
n: Vale.PPC64LE.Memory.nat64 -> va_s0: Vale.PPC64LE.Decls.va_state -> va_k: (_: Vale.PPC64LE.Decls.va_state -> _: Prims.unit -> Type0) -> Prims.Ghost ((Vale.PPC64LE.Decls.va_state * Vale.PPC64LE.Decls.va_fuel) * Prims.unit)
Prims.Ghost
[]
[]
[ "Vale.PPC64LE.Memory.nat64", "Vale.PPC64LE.Decls.va_state", "Prims.unit", "Vale.PPC64LE.Decls.va_fuel", "FStar.Pervasives.Native.Mktuple3", "Vale.PPC64LE.QuickCode.va_lemma_norm_mods", "Prims.Cons", "Vale.PPC64LE.QuickCode.mod_t", "Vale.PPC64LE.QuickCode.va_Mod_reg", "Prims.Nil", "Prims._assert"...
[]
false
false
false
false
false
let va_wpProof_Alloc_stack n va_s0 va_k =
let va_sM, va_f0 = va_lemma_Alloc_stack (va_code_Alloc_stack n) va_s0 n in va_lemma_upd_update va_sM; assert (va_state_eq va_sM (va_update_reg 1 va_sM (va_update_ok va_sM va_s0))); va_lemma_norm_mods ([va_Mod_reg 1]) va_sM va_s0; let va_g = () in (va_sM, va_f0, va_g)
false
Steel.Channel.Simplex.fst
Steel.Channel.Simplex.new_chan
val new_chan (p:prot) : SteelT (chan p) emp (fun c -> sender c p `star` receiver c p)
val new_chan (p:prot) : SteelT (chan p) emp (fun c -> sender c p `star` receiver c p)
let new_chan (p:prot) : SteelT (chan p) emp (fun c -> sender c p `star` receiver c p) = let q = msg unit p in let v : chan_val = { chan_prot = q; chan_msg = (); chan_ctr = 0 } in let vp : init_chan_val p = v in let send = H.alloc v in let recv = H.alloc v in H.share recv; H.share send; (* ...
{ "file_name": "lib/steel/Steel.Channel.Simplex.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 13, "end_line": 241, "start_col": 0, "start_line": 216 }
(* Copyright 2020 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...
{ "checked_file": "/", "dependencies": [ "Steel.Utils.fst.checked", "Steel.SpinLock.fsti.checked", "Steel.MonotonicHigherReference.fsti.checked", "Steel.Memory.fsti.checked", "Steel.HigherReference.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked...
[ { "abbrev": true, "full_module": "Steel.HigherReference", "short_module": "H" }, { "abbrev": true, "full_module": "Steel.MonotonicHigherReference", "short_module": "MRef" }, { "abbrev": false, "full_module": "Steel.FractionalPermission", "short_module": null }, { ...
{ "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...
false
p: Steel.Channel.Simplex.prot -> Steel.Effect.SteelT (Steel.Channel.Simplex.chan p)
Steel.Effect.SteelT
[]
[]
[ "Steel.Channel.Simplex.prot", "Steel.Effect.Atomic.return", "Steel.Channel.Simplex.chan", "FStar.Ghost.hide", "FStar.Set.set", "Steel.Memory.iname", "FStar.Set.empty", "Steel.Effect.Common.VStar", "Steel.Channel.Simplex.sender", "Steel.Channel.Simplex.receiver", "Steel.Effect.Common.vprop", "P...
[]
false
true
false
false
false
let new_chan (p: prot) : SteelT (chan p) emp (fun c -> (sender c p) `star` (receiver c p)) =
let q = msg unit p in let v:chan_val = { chan_prot = q; chan_msg = (); chan_ctr = 0 } in let vp:init_chan_val p = v in let send = H.alloc v in let recv = H.alloc v in H.share recv; H.share send; rewrite_slprop ((((pts_to send (half_perm full_perm) v) `star` (pts_to send (half_perm full_perm) v) ) `star` ...
false
FStar.Tactics.V2.Derived.fst
FStar.Tactics.V2.Derived.bv_to_string
val bv_to_string (bv: bv) : Tac string
val bv_to_string (bv: bv) : Tac string
let bv_to_string (bv : bv) : Tac string = (* Could also print type...? *) name_of_bv bv
{ "file_name": "ulib/FStar.Tactics.V2.Derived.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 17, "end_line": 39, "start_col": 0, "start_line": 37 }
(* Copyright 2008-2018 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.VConfig.fsti.checked", "FStar.Tactics.Visit.fst.checked", "FStar.Tactics.V2.SyntaxHelpers.fst.checked", "FStar.Tactics.V2.SyntaxCoercions.fst.checked", "FStar.Tactics.Util.fst.checked", "FStar.Tactics.NamedView.fsti.che...
[ { "abbrev": true, "full_module": "FStar.Tactics.Visit", "short_module": "V" }, { "abbrev": true, "full_module": "FStar.List.Tot.Base", "short_module": "L" }, { "abbrev": false, "full_module": "FStar.Tactics.V2.SyntaxCoercions", "short_module": null }, { "abbrev": ...
{ "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...
false
bv: FStar.Tactics.NamedView.bv -> FStar.Tactics.Effect.Tac Prims.string
FStar.Tactics.Effect.Tac
[]
[]
[ "FStar.Tactics.NamedView.bv", "FStar.Tactics.V2.Derived.name_of_bv", "Prims.string" ]
[]
false
true
false
false
false
let bv_to_string (bv: bv) : Tac string =
name_of_bv bv
false
CQueue.LList.fst
CQueue.LList.cllist_ptrvalue_null
val cllist_ptrvalue_null (a: Type0) : Tot (cllist_ptrvalue a)
val cllist_ptrvalue_null (a: Type0) : Tot (cllist_ptrvalue a)
let cllist_ptrvalue_null a = {head = null; tail = null; all_or_none_null = ()}
{ "file_name": "share/steel/examples/steel/CQueue.LList.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 78, "end_line": 10, "start_col": 0, "start_line": 10 }
module CQueue.LList noeq type cllist_ptrvalue (a: Type0) = { head: ref (ccell_ptrvalue a); tail: ref (ref (ccell_ptrvalue a)); all_or_none_null: squash (is_null head == is_null tail); }
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked" ], "interface_file": true, "source_file": "CQueue.LList.fst" }
[ { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "Steel.FractionalPermission", "short_module": null }, { "abbrev": false, "full_module": "Steel.Effect", "short_module": null }, { "abbrev": false, "f...
{ "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...
false
a: Type0 -> CQueue.LList.cllist_ptrvalue a
Prims.Tot
[ "total" ]
[]
[ "CQueue.LList.Mkcllist_ptrvalue", "Steel.Reference.null", "CQueue.Cell.ccell_ptrvalue", "Steel.Reference.ref", "CQueue.LList.cllist_ptrvalue" ]
[]
false
false
false
true
false
let cllist_ptrvalue_null a =
{ head = null; tail = null; all_or_none_null = () }
false
FStar.Tactics.V2.Derived.fst
FStar.Tactics.V2.Derived.op_At
val op_At : x: Prims.list _ -> y: Prims.list _ -> Prims.list _
let (@) = L.op_At
{ "file_name": "ulib/FStar.Tactics.V2.Derived.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 25, "end_line": 32, "start_col": 8, "start_line": 32 }
(* Copyright 2008-2018 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.VConfig.fsti.checked", "FStar.Tactics.Visit.fst.checked", "FStar.Tactics.V2.SyntaxHelpers.fst.checked", "FStar.Tactics.V2.SyntaxCoercions.fst.checked", "FStar.Tactics.Util.fst.checked", "FStar.Tactics.NamedView.fsti.che...
[ { "abbrev": true, "full_module": "FStar.Tactics.Visit", "short_module": "V" }, { "abbrev": true, "full_module": "FStar.List.Tot.Base", "short_module": "L" }, { "abbrev": false, "full_module": "FStar.Tactics.V2.SyntaxCoercions", "short_module": null }, { "abbrev": ...
{ "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...
false
x: Prims.list _ -> y: Prims.list _ -> Prims.list _
Prims.Tot
[ "total" ]
[]
[ "FStar.List.Tot.Base.op_At", "Prims.list" ]
[]
false
false
false
true
false
<UNK>
<UNK>
false
FStar.Tactics.V2.Derived.fst
FStar.Tactics.V2.Derived.name_of_binder
val name_of_binder (b: binder) : Tac string
val name_of_binder (b: binder) : Tac string
let name_of_binder (b : binder) : Tac string = unseal b.ppname
{ "file_name": "ulib/FStar.Tactics.V2.Derived.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 17, "end_line": 42, "start_col": 0, "start_line": 41 }
(* Copyright 2008-2018 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.VConfig.fsti.checked", "FStar.Tactics.Visit.fst.checked", "FStar.Tactics.V2.SyntaxHelpers.fst.checked", "FStar.Tactics.V2.SyntaxCoercions.fst.checked", "FStar.Tactics.Util.fst.checked", "FStar.Tactics.NamedView.fsti.che...
[ { "abbrev": true, "full_module": "FStar.Tactics.Visit", "short_module": "V" }, { "abbrev": true, "full_module": "FStar.List.Tot.Base", "short_module": "L" }, { "abbrev": false, "full_module": "FStar.Tactics.V2.SyntaxCoercions", "short_module": null }, { "abbrev": ...
{ "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...
false
b: FStar.Tactics.NamedView.binder -> FStar.Tactics.Effect.Tac Prims.string
FStar.Tactics.Effect.Tac
[]
[]
[ "FStar.Tactics.NamedView.binder", "FStar.Tactics.Unseal.unseal", "Prims.string", "FStar.Tactics.NamedView.__proj__Mkbinder__item__ppname" ]
[]
false
true
false
false
false
let name_of_binder (b: binder) : Tac string =
unseal b.ppname
false
Vale.AES.X64.AESopt.fst
Vale.AES.X64.AESopt.va_qcode_Loop6x_final
val va_qcode_Loop6x_final (va_mods: va_mods_t) (alg: algorithm) (iv_b scratch_b: buffer128) (key_words: (seq nat32)) (round_keys: (seq quad32)) (keys_b: buffer128) (ctr_orig: quad32) (init ctrs plain: quad32_6) (inb: quad32) : (va_quickCode unit (va_code_Loop6x_...
val va_qcode_Loop6x_final (va_mods: va_mods_t) (alg: algorithm) (iv_b scratch_b: buffer128) (key_words: (seq nat32)) (round_keys: (seq quad32)) (keys_b: buffer128) (ctr_orig: quad32) (init ctrs plain: quad32_6) (inb: quad32) : (va_quickCode unit (va_code_Loop6x_...
let va_qcode_Loop6x_final (va_mods:va_mods_t) (alg:algorithm) (iv_b:buffer128) (scratch_b:buffer128) (key_words:(seq nat32)) (round_keys:(seq quad32)) (keys_b:buffer128) (ctr_orig:quad32) (init:quad32_6) (ctrs:quad32_6) (plain:quad32_6) (inb:quad32) : (va_quickCode unit (va_code_Loop6x_final alg)) = (qblock va_...
{ "file_name": "obj/Vale.AES.X64.AESopt.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 47, "end_line": 1613, "start_col": 0, "start_line": 1409 }
module Vale.AES.X64.AESopt open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Types_s open FStar.Seq open Vale.Arch.Types open Vale.Arch.HeapImpl open Vale.AES.AES_s open Vale.X64.Machine_s open Vale.X64.Memory open Vale.X64.State open Vale.X64.Decls open Vale.X64.InsBasic op...
{ "checked_file": "/", "dependencies": [ "Vale.X64.State.fsti.checked", "Vale.X64.QuickCodes.fsti.checked", "Vale.X64.QuickCode.fst.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.InsVector.fsti.checked", "Vale.X64.InsMem.fsti.checked", "Vale.X64...
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "Vale.Transformers.Transform", "short_module": null }, { "abbrev": false, "full_module": "Vale.AES.X64.AESGCM_expected_code", "short_module": null }, { "abbrev...
{ "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...
false
va_mods: Vale.X64.QuickCode.va_mods_t -> alg: Vale.AES.AES_common_s.algorithm -> iv_b: Vale.X64.Memory.buffer128 -> scratch_b: Vale.X64.Memory.buffer128 -> key_words: FStar.Seq.Base.seq Vale.X64.Memory.nat32 -> round_keys: FStar.Seq.Base.seq Vale.X64.Decls.quad32 -> keys_b: Vale.X64.Memory....
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.QuickCode.va_mods_t", "Vale.AES.AES_common_s.algorithm", "Vale.X64.Memory.buffer128", "FStar.Seq.Base.seq", "Vale.X64.Memory.nat32", "Vale.X64.Decls.quad32", "Vale.AES.X64.AESopt.quad32_6", "Vale.X64.QuickCodes.qblock", "Prims.unit", "Prims.Cons", "Vale.X64.Decls.va_code", "Vale.X64....
[]
false
false
false
false
false
let va_qcode_Loop6x_final (va_mods: va_mods_t) (alg: algorithm) (iv_b scratch_b: buffer128) (key_words: (seq nat32)) (round_keys: (seq quad32)) (keys_b: buffer128) (ctr_orig: quad32) (init ctrs plain: quad32_6) (inb: quad32) : (va_quickCode unit (va_code_Loop6x_...
(qblock va_mods (fun (va_s: va_state) -> let va_old_s:va_state = va_s in va_qPURE va_range1 "***** PRECONDITION NOT MET AT line 667 column 37 of file /home/gebner/fstar_dataset/projects/hacl-star/vale/code/thirdPartyPorts/OpenSSL/aes/Vale.AES.X64.AESopt.vaf *****" (fun (_: unit) ...
false
Vale.AES.X64.AESopt.fst
Vale.AES.X64.AESopt.va_lemma_Loop6x_plain
val va_lemma_Loop6x_plain : va_b0:va_code -> va_s0:va_state -> alg:algorithm -> rnd:nat -> key_words:(seq nat32) -> round_keys:(seq quad32) -> keys_b:buffer128 -> init:quad32_6 -> rndkey:va_operand_xmm -> Ghost (va_state & va_fuel) (requires (va_require_total va_b0 (va_code_Loop6x_plain alg rnd rndkey) va_s0 /\...
val va_lemma_Loop6x_plain : va_b0:va_code -> va_s0:va_state -> alg:algorithm -> rnd:nat -> key_words:(seq nat32) -> round_keys:(seq quad32) -> keys_b:buffer128 -> init:quad32_6 -> rndkey:va_operand_xmm -> Ghost (va_state & va_fuel) (requires (va_require_total va_b0 (va_code_Loop6x_plain alg rnd rndkey) va_s0 /\...
let va_lemma_Loop6x_plain va_b0 va_s0 alg rnd key_words round_keys keys_b init rndkey = va_reveal_opaque (`%va_code_Loop6x_plain) (va_code_Loop6x_plain alg rnd rndkey); let (va_old_s:va_state) = va_s0 in let (va_b1:va_codes) = va_get_block va_b0 in let (va_s9, va_fc9) = va_lemma_Load128_buffer (va_hd va_b1) va_...
{ "file_name": "obj/Vale.AES.X64.AESopt.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 16, "end_line": 655, "start_col": 0, "start_line": 619 }
module Vale.AES.X64.AESopt open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Types_s open FStar.Seq open Vale.Arch.Types open Vale.Arch.HeapImpl open Vale.AES.AES_s open Vale.X64.Machine_s open Vale.X64.Memory open Vale.X64.State open Vale.X64.Decls open Vale.X64.InsBasic op...
{ "checked_file": "/", "dependencies": [ "Vale.X64.State.fsti.checked", "Vale.X64.QuickCodes.fsti.checked", "Vale.X64.QuickCode.fst.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.InsVector.fsti.checked", "Vale.X64.InsMem.fsti.checked", "Vale.X64...
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "Vale.Transformers.Transform", "short_module": null }, { "abbrev": false, "full_module": "Vale.AES.X64.AESGCM_expected_code", "short_module": null }, { "abbrev...
{ "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...
false
va_b0: Vale.X64.Decls.va_code -> va_s0: Vale.X64.Decls.va_state -> alg: Vale.AES.AES_common_s.algorithm -> rnd: Prims.nat -> key_words: FStar.Seq.Base.seq Vale.X64.Memory.nat32 -> round_keys: FStar.Seq.Base.seq Vale.X64.Decls.quad32 -> keys_b: Vale.X64.Memory.buffer128 -> init: Vale.AES...
Prims.Ghost
[]
[]
[ "Vale.X64.Decls.va_code", "Vale.X64.Decls.va_state", "Vale.AES.AES_common_s.algorithm", "Prims.nat", "FStar.Seq.Base.seq", "Vale.X64.Memory.nat32", "Vale.X64.Decls.quad32", "Vale.X64.Memory.buffer128", "Vale.AES.X64.AESopt.quad32_6", "Vale.X64.Decls.va_operand_xmm", "Vale.X64.Decls.va_fuel", "...
[]
false
false
false
false
false
let va_lemma_Loop6x_plain va_b0 va_s0 alg rnd key_words round_keys keys_b init rndkey =
va_reveal_opaque (`%va_code_Loop6x_plain) (va_code_Loop6x_plain alg rnd rndkey); let va_old_s:va_state = va_s0 in let va_b1:va_codes = va_get_block va_b0 in let va_s9, va_fc9 = va_lemma_Load128_buffer (va_hd va_b1) va_s0 (va_op_heaplet_mem_heaplet 0) rndkey (va_op_reg_opr64_reg64 rRcx) (16 `op_Mul...
false
FStar.Tactics.V2.Derived.fst
FStar.Tactics.V2.Derived.name_of_bv
val name_of_bv (bv: bv) : Tac string
val name_of_bv (bv: bv) : Tac string
let name_of_bv (bv : bv) : Tac string = unseal ((inspect_bv bv).ppname)
{ "file_name": "ulib/FStar.Tactics.V2.Derived.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 35, "end_line": 35, "start_col": 0, "start_line": 34 }
(* Copyright 2008-2018 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.VConfig.fsti.checked", "FStar.Tactics.Visit.fst.checked", "FStar.Tactics.V2.SyntaxHelpers.fst.checked", "FStar.Tactics.V2.SyntaxCoercions.fst.checked", "FStar.Tactics.Util.fst.checked", "FStar.Tactics.NamedView.fsti.che...
[ { "abbrev": true, "full_module": "FStar.Tactics.Visit", "short_module": "V" }, { "abbrev": true, "full_module": "FStar.List.Tot.Base", "short_module": "L" }, { "abbrev": false, "full_module": "FStar.Tactics.V2.SyntaxCoercions", "short_module": null }, { "abbrev": ...
{ "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...
false
bv: FStar.Tactics.NamedView.bv -> FStar.Tactics.Effect.Tac Prims.string
FStar.Tactics.Effect.Tac
[]
[]
[ "FStar.Tactics.NamedView.bv", "FStar.Tactics.Unseal.unseal", "Prims.string", "FStar.Stubs.Reflection.V2.Data.__proj__Mkbv_view__item__ppname", "FStar.Tactics.NamedView.inspect_bv" ]
[]
false
true
false
false
false
let name_of_bv (bv: bv) : Tac string =
unseal ((inspect_bv bv).ppname)
false
FStar.Tactics.V2.Derived.fst
FStar.Tactics.V2.Derived.binder_to_string
val binder_to_string (b: binder) : Tac string
val binder_to_string (b: binder) : Tac string
let binder_to_string (b : binder) : Tac string = // TODO: print aqual, attributes..? or no? name_of_binder b ^ "@@" ^ string_of_int b.uniq ^ "::(" ^ term_to_string b.sort ^ ")"
{ "file_name": "ulib/FStar.Tactics.V2.Derived.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 86, "end_line": 46, "start_col": 0, "start_line": 44 }
(* Copyright 2008-2018 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.VConfig.fsti.checked", "FStar.Tactics.Visit.fst.checked", "FStar.Tactics.V2.SyntaxHelpers.fst.checked", "FStar.Tactics.V2.SyntaxCoercions.fst.checked", "FStar.Tactics.Util.fst.checked", "FStar.Tactics.NamedView.fsti.che...
[ { "abbrev": true, "full_module": "FStar.Tactics.Visit", "short_module": "V" }, { "abbrev": true, "full_module": "FStar.List.Tot.Base", "short_module": "L" }, { "abbrev": false, "full_module": "FStar.Tactics.V2.SyntaxCoercions", "short_module": null }, { "abbrev": ...
{ "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...
false
b: FStar.Tactics.NamedView.binder -> FStar.Tactics.Effect.Tac Prims.string
FStar.Tactics.Effect.Tac
[]
[]
[ "FStar.Tactics.NamedView.binder", "Prims.op_Hat", "Prims.string", "Prims.string_of_int", "FStar.Tactics.NamedView.__proj__Mkbinder__item__uniq", "FStar.Stubs.Tactics.V2.Builtins.term_to_string", "FStar.Tactics.NamedView.__proj__Mkbinder__item__sort", "FStar.Tactics.V2.Derived.name_of_binder" ]
[]
false
true
false
false
false
let binder_to_string (b: binder) : Tac string =
name_of_binder b ^ "@@" ^ string_of_int b.uniq ^ "::(" ^ term_to_string b.sort ^ ")"
false
Hacl.Spec.Curve25519.AddAndDouble.fst
Hacl.Spec.Curve25519.AddAndDouble.add_and_double1_1
val add_and_double1_1 : a: Spec.Curve25519.elem -> b: Spec.Curve25519.elem -> nqp1: (Spec.Curve25519.elem * Spec.Curve25519.elem) -> (Spec.Curve25519.elem * Spec.Curve25519.elem) * (Spec.Curve25519.elem * Spec.Curve25519.elem)
let add_and_double1_1 a b nqp1 = let x_3, z_3 = nqp1 in let aa = a *% a in let bb = b *% b in let x_3 = x_3 *% x_3 in let z_3 = z_3 *% z_3 in let e = aa -% bb in let e121665 = e *% 121665 in let aa_e121665 = e121665 +% aa in let x_2 = aa *% bb in let z_2 = e *% aa_e121665 in (x_2, z_2), (x_3, z_...
{ "file_name": "code/curve25519/Hacl.Spec.Curve25519.AddAndDouble.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 24, "end_line": 31, "start_col": 0, "start_line": 18 }
module Hacl.Spec.Curve25519.AddAndDouble open FStar.Mul open Lib.IntTypes open Spec.Curve25519 let add_and_double1_0 a b nqp1 = let x_3, z_3 = nqp1 in let c = x_3 +% z_3 in let d = x_3 -% z_3 in let da = d *% a in let cb = c *% b in let x_3 = da +% cb in let z_3 = da -% cb in (x_3, z_3)
{ "checked_file": "/", "dependencies": [ "Spec.Curve25519.fst.checked", "prims.fst.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false, ...
[ { "abbrev": false, "full_module": "Spec.Curve25519", "short_module": null }, { "abbrev": false, "full_module": "Lib.IntTypes", "short_module": null }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "Hac...
{ "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...
false
a: Spec.Curve25519.elem -> b: Spec.Curve25519.elem -> nqp1: (Spec.Curve25519.elem * Spec.Curve25519.elem) -> (Spec.Curve25519.elem * Spec.Curve25519.elem) * (Spec.Curve25519.elem * Spec.Curve25519.elem)
Prims.Tot
[ "total" ]
[]
[ "Spec.Curve25519.elem", "FStar.Pervasives.Native.tuple2", "FStar.Pervasives.Native.Mktuple2", "Spec.Curve25519.op_Star_Percent", "Spec.Curve25519.op_Plus_Percent", "Spec.Curve25519.op_Subtraction_Percent" ]
[]
false
false
false
true
false
let add_and_double1_1 a b nqp1 =
let x_3, z_3 = nqp1 in let aa = a *% a in let bb = b *% b in let x_3 = x_3 *% x_3 in let z_3 = z_3 *% z_3 in let e = aa -% bb in let e121665 = e *% 121665 in let aa_e121665 = e121665 +% aa in let x_2 = aa *% bb in let z_2 = e *% aa_e121665 in (x_2, z_2), (x_3, z_3)
false
Vale.PPC64LE.InsStack.fst
Vale.PPC64LE.InsStack.va_wpProof_Store_stack128
val va_wpProof_Store_stack128 : src:va_operand_vec_opr -> offset:int -> va_s0:va_state -> va_k:(va_state -> unit -> Type0) -> Ghost (va_state & va_fuel & unit) (requires (va_t_require va_s0 /\ va_wp_Store_stack128 src offset va_s0 va_k)) (ensures (fun (va_sM, va_f0, va_g) -> va_t_ensure (va_code_Store_stack128 ...
val va_wpProof_Store_stack128 : src:va_operand_vec_opr -> offset:int -> va_s0:va_state -> va_k:(va_state -> unit -> Type0) -> Ghost (va_state & va_fuel & unit) (requires (va_t_require va_s0 /\ va_wp_Store_stack128 src offset va_s0 va_k)) (ensures (fun (va_sM, va_f0, va_g) -> va_t_ensure (va_code_Store_stack128 ...
let va_wpProof_Store_stack128 src offset va_s0 va_k = let (va_sM, va_f0) = va_lemma_Store_stack128 (va_code_Store_stack128 src offset) va_s0 src offset in va_lemma_upd_update va_sM; assert (va_state_eq va_sM (va_update_stackTaint va_sM (va_update_stack va_sM (va_update_ok va_sM va_s0)))); va_lemma_norm_...
{ "file_name": "obj/Vale.PPC64LE.InsStack.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 22, "end_line": 105, "start_col": 0, "start_line": 97 }
module Vale.PPC64LE.InsStack open Vale.PPC64LE.Machine_s open Vale.PPC64LE.Memory open Vale.PPC64LE.Stack_i open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas open Vale.PPC64LE.Decls open Vale.PPC64LE.InsBasic open Vale.PPC64LE.InsVector open Vale.PPC64LE.Stack_Sems module S = Vale.PPC64LE.Semantics_s module P = Val...
{ "checked_file": "/", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Stack_Sems.fst.checked", "Vale.PPC64LE.Stack_Sems.fst.checked", "Vale.PPC64LE.Stack_i.fst.checked", "Vale.PPC64LE.Stack_i.fst.checked", "Vale.PPC64LE.Semanti...
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.Stack_Sems", "short_module": null }, { "abbrev": fal...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 4, "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...
false
src: Vale.PPC64LE.Decls.va_operand_vec_opr -> offset: Prims.int -> va_s0: Vale.PPC64LE.Decls.va_state -> va_k: (_: Vale.PPC64LE.Decls.va_state -> _: Prims.unit -> Type0) -> Prims.Ghost ((Vale.PPC64LE.Decls.va_state * Vale.PPC64LE.Decls.va_fuel) * Prims.unit)
Prims.Ghost
[]
[]
[ "Vale.PPC64LE.Decls.va_operand_vec_opr", "Prims.int", "Vale.PPC64LE.Decls.va_state", "Prims.unit", "Vale.PPC64LE.Decls.va_fuel", "FStar.Pervasives.Native.Mktuple3", "Vale.PPC64LE.QuickCode.va_lemma_norm_mods", "Prims.Cons", "Vale.PPC64LE.QuickCode.mod_t", "Vale.PPC64LE.QuickCode.va_Mod_stackTaint"...
[]
false
false
false
false
false
let va_wpProof_Store_stack128 src offset va_s0 va_k =
let va_sM, va_f0 = va_lemma_Store_stack128 (va_code_Store_stack128 src offset) va_s0 src offset in va_lemma_upd_update va_sM; assert (va_state_eq va_sM (va_update_stackTaint va_sM (va_update_stack va_sM (va_update_ok va_sM va_s0)))); va_lemma_norm_mods ([va_Mod_stackTaint; va_Mod_stack]) va_sM va_s0; let va_g = (...
false
CQueue.LList.fst
CQueue.LList.cllist_tail
val cllist_tail (#a: Type0) (c: cllist_lvalue a) : Pure (ref (ref (ccell_ptrvalue a))) (requires True) (ensures (fun v -> ~ (is_null v)))
val cllist_tail (#a: Type0) (c: cllist_lvalue a) : Pure (ref (ref (ccell_ptrvalue a))) (requires True) (ensures (fun v -> ~ (is_null v)))
let cllist_tail #a c = c.tail
{ "file_name": "share/steel/examples/steel/CQueue.LList.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 8, "end_line": 18, "start_col": 0, "start_line": 17 }
module CQueue.LList noeq type cllist_ptrvalue (a: Type0) = { head: ref (ccell_ptrvalue a); tail: ref (ref (ccell_ptrvalue a)); all_or_none_null: squash (is_null head == is_null tail); } let cllist_ptrvalue_null a = {head = null; tail = null; all_or_none_null = ()} let cllist_ptrvalue_is_null #a x = is_null x.h...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked" ], "interface_file": true, "source_file": "CQueue.LList.fst" }
[ { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "Steel.FractionalPermission", "short_module": null }, { "abbrev": false, "full_module": "Steel.Effect", "short_module": null }, { "abbrev": false, "f...
{ "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...
false
c: CQueue.LList.cllist_lvalue a -> Prims.Pure (Steel.Reference.ref (Steel.Reference.ref (CQueue.Cell.ccell_ptrvalue a)))
Prims.Pure
[]
[]
[ "CQueue.LList.cllist_lvalue", "CQueue.LList.__proj__Mkcllist_ptrvalue__item__tail", "Steel.Reference.ref", "CQueue.Cell.ccell_ptrvalue" ]
[]
false
false
false
false
false
let cllist_tail #a c =
c.tail
false
CQueue.LList.fst
CQueue.LList.cllist_head
val cllist_head (#a: Type0) (c: cllist_lvalue a) : Pure (ref (ccell_ptrvalue a)) (requires True) (ensures (fun v -> ~ (is_null v)))
val cllist_head (#a: Type0) (c: cllist_lvalue a) : Pure (ref (ccell_ptrvalue a)) (requires True) (ensures (fun v -> ~ (is_null v)))
let cllist_head #a c = c.head
{ "file_name": "share/steel/examples/steel/CQueue.LList.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 8, "end_line": 15, "start_col": 0, "start_line": 14 }
module CQueue.LList noeq type cllist_ptrvalue (a: Type0) = { head: ref (ccell_ptrvalue a); tail: ref (ref (ccell_ptrvalue a)); all_or_none_null: squash (is_null head == is_null tail); } let cllist_ptrvalue_null a = {head = null; tail = null; all_or_none_null = ()} let cllist_ptrvalue_is_null #a x = is_null x.h...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked" ], "interface_file": true, "source_file": "CQueue.LList.fst" }
[ { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "Steel.FractionalPermission", "short_module": null }, { "abbrev": false, "full_module": "Steel.Effect", "short_module": null }, { "abbrev": false, "f...
{ "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...
false
c: CQueue.LList.cllist_lvalue a -> Prims.Pure (Steel.Reference.ref (CQueue.Cell.ccell_ptrvalue a))
Prims.Pure
[]
[]
[ "CQueue.LList.cllist_lvalue", "CQueue.LList.__proj__Mkcllist_ptrvalue__item__head", "Steel.Reference.ref", "CQueue.Cell.ccell_ptrvalue" ]
[]
false
false
false
false
false
let cllist_head #a c =
c.head
false
FStar.Tactics.V2.Derived.fst
FStar.Tactics.V2.Derived.binding_to_string
val binding_to_string (b: binding) : Tac string
val binding_to_string (b: binding) : Tac string
let binding_to_string (b : binding) : Tac string = unseal b.ppname
{ "file_name": "ulib/FStar.Tactics.V2.Derived.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 17, "end_line": 49, "start_col": 0, "start_line": 48 }
(* Copyright 2008-2018 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.VConfig.fsti.checked", "FStar.Tactics.Visit.fst.checked", "FStar.Tactics.V2.SyntaxHelpers.fst.checked", "FStar.Tactics.V2.SyntaxCoercions.fst.checked", "FStar.Tactics.Util.fst.checked", "FStar.Tactics.NamedView.fsti.che...
[ { "abbrev": true, "full_module": "FStar.Tactics.Visit", "short_module": "V" }, { "abbrev": true, "full_module": "FStar.List.Tot.Base", "short_module": "L" }, { "abbrev": false, "full_module": "FStar.Tactics.V2.SyntaxCoercions", "short_module": null }, { "abbrev": ...
{ "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...
false
b: FStar.Tactics.NamedView.binding -> FStar.Tactics.Effect.Tac Prims.string
FStar.Tactics.Effect.Tac
[]
[]
[ "FStar.Tactics.NamedView.binding", "FStar.Tactics.Unseal.unseal", "Prims.string", "FStar.Stubs.Reflection.V2.Data.__proj__Mkbinding__item__ppname" ]
[]
false
true
false
false
false
let binding_to_string (b: binding) : Tac string =
unseal b.ppname
false
Hacl.Spec.Curve25519.AddAndDouble.fst
Hacl.Spec.Curve25519.AddAndDouble.montgomery_ladder1_0
val montgomery_ladder1_0 : k: Spec.Curve25519.scalar -> q: Spec.Curve25519.proj_point -> nq: Spec.Curve25519.proj_point -> nqp1: Spec.Curve25519.proj_point -> Spec.Curve25519.proj_point
let montgomery_ladder1_0 (k:scalar) (q:proj_point) (nq:proj_point) (nqp1:proj_point) = // bit 255 is 0 and bit 254 is 1 let nq,nqp1 = cswap2 (u64 1) nq nqp1 in let nq,nqp1 = add_and_double q nq nqp1 in let swap = u64 1 in let nq,nqp1,swap = Lib.LoopCombinators.repeati 251 (ladder_step k q) (nq, nqp1, swap) in...
{ "file_name": "code/curve25519/Hacl.Spec.Curve25519.AddAndDouble.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 4, "end_line": 55, "start_col": 0, "start_line": 48 }
module Hacl.Spec.Curve25519.AddAndDouble open FStar.Mul open Lib.IntTypes open Spec.Curve25519 let add_and_double1_0 a b nqp1 = let x_3, z_3 = nqp1 in let c = x_3 +% z_3 in let d = x_3 -% z_3 in let da = d *% a in let cb = c *% b in let x_3 = da +% cb in let z_3 = da -% cb in (x_3, z_3) let add_and_...
{ "checked_file": "/", "dependencies": [ "Spec.Curve25519.fst.checked", "prims.fst.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false, ...
[ { "abbrev": false, "full_module": "Spec.Curve25519", "short_module": null }, { "abbrev": false, "full_module": "Lib.IntTypes", "short_module": null }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "Hac...
{ "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...
false
k: Spec.Curve25519.scalar -> q: Spec.Curve25519.proj_point -> nq: Spec.Curve25519.proj_point -> nqp1: Spec.Curve25519.proj_point -> Spec.Curve25519.proj_point
Prims.Tot
[ "total" ]
[]
[ "Spec.Curve25519.scalar", "Spec.Curve25519.proj_point", "FStar.Pervasives.Native.tuple2", "Spec.Curve25519.elem", "Lib.IntTypes.uint64", "Spec.Curve25519.cswap2", "FStar.Pervasives.Native.tuple3", "Lib.IntTypes.int_t", "Lib.IntTypes.U64", "Lib.IntTypes.SEC", "Lib.LoopCombinators.repeati", "Spe...
[]
false
false
false
true
false
let montgomery_ladder1_0 (k: scalar) (q nq nqp1: proj_point) =
let nq, nqp1 = cswap2 (u64 1) nq nqp1 in let nq, nqp1 = add_and_double q nq nqp1 in let swap = u64 1 in let nq, nqp1, swap = Lib.LoopCombinators.repeati 251 (ladder_step k q) (nq, nqp1, swap) in let nq, nqp1 = cswap2 swap nq nqp1 in nq
false
FStar.Tactics.V2.Derived.fst
FStar.Tactics.V2.Derived.type_of_binding
val type_of_binding (x: binding) : Tot typ
val type_of_binding (x: binding) : Tot typ
let type_of_binding (x : binding) : Tot typ = x.sort
{ "file_name": "ulib/FStar.Tactics.V2.Derived.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 8, "end_line": 55, "start_col": 0, "start_line": 54 }
(* Copyright 2008-2018 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...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.VConfig.fsti.checked", "FStar.Tactics.Visit.fst.checked", "FStar.Tactics.V2.SyntaxHelpers.fst.checked", "FStar.Tactics.V2.SyntaxCoercions.fst.checked", "FStar.Tactics.Util.fst.checked", "FStar.Tactics.NamedView.fsti.che...
[ { "abbrev": true, "full_module": "FStar.Tactics.Visit", "short_module": "V" }, { "abbrev": true, "full_module": "FStar.List.Tot.Base", "short_module": "L" }, { "abbrev": false, "full_module": "FStar.Tactics.V2.SyntaxCoercions", "short_module": null }, { "abbrev": ...
{ "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...
false
x: FStar.Tactics.NamedView.binding -> FStar.Stubs.Reflection.Types.typ
Prims.Tot
[ "total" ]
[]
[ "FStar.Tactics.NamedView.binding", "FStar.Stubs.Reflection.V2.Data.__proj__Mkbinding__item__sort", "FStar.Stubs.Reflection.Types.typ" ]
[]
false
false
false
true
false
let type_of_binding (x: binding) : Tot typ =
x.sort
false