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
Steel.ST.Array.Swap.fst
Steel.ST.Array.Swap.array_index
val array_index (#t: Type) (a: array t) : Tot (Gen.array_index_t (array_pts_to a))
val array_index (#t: Type) (a: array t) : Tot (Gen.array_index_t (array_pts_to a))
let array_index (#t: Type) (a: array t) : Tot (Gen.array_index_t (array_pts_to a)) = fun s n i -> index a i
{ "file_name": "lib/steel/Steel.ST.Array.Swap.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 13, "end_line": 17, "start_col": 0, "start_line": 12 }
module Steel.ST.Array.Swap open Steel.ST.GenElim open Steel.ST.Array // for pts_to module Gen = Steel.ST.GenArraySwap [@@__reduce__] let array_pts_to (#t: Type) (a: array t) : Tot (Gen.array_pts_to_t t) = fun s -> pts_to a full_perm (Ghost.reveal s)
{ "checked_file": "/", "dependencies": [ "Steel.ST.GenElim.fsti.checked", "Steel.ST.GenArraySwap.fsti.checked", "Steel.ST.Array.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked" ], "interface_file": true, "source_file": "Steel.ST.Array.Swap...
[ { "abbrev": false, "full_module": "Steel.ST.Array // for pts_to", "short_module": null }, { "abbrev": true, "full_module": "Steel.ST.GenArraySwap", "short_module": "Gen" }, { "abbrev": false, "full_module": "Steel.ST.Array", "short_module": null }, { "abbrev": fal...
{ "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: Steel.ST.Array.array t -> Steel.ST.GenArraySwap.array_index_t (Steel.ST.Array.Swap.array_pts_to a)
Prims.Tot
[ "total" ]
[]
[ "Steel.ST.Array.array", "FStar.Ghost.erased", "FStar.Seq.Base.seq", "FStar.SizeT.t", "Steel.ST.Array.index", "Steel.FractionalPermission.full_perm", "Steel.ST.GenArraySwap.array_index_t", "Steel.ST.Array.Swap.array_pts_to" ]
[]
false
false
false
false
false
let array_index (#t: Type) (a: array t) : Tot (Gen.array_index_t (array_pts_to a)) =
fun s n i -> index a i
false
Pulse.Syntax.Base.fst
Pulse.Syntax.Base.eq_tm_opt
val eq_tm_opt (t1 t2:option term) : b:bool { b <==> (t1 == t2) }
val eq_tm_opt (t1 t2:option term) : b:bool { b <==> (t1 == t2) }
let eq_tm_opt (t1 t2:option term) : b:bool { b <==> (t1 == t2) } = eq_opt eq_tm t1 t2
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 22, "end_line": 98, "start_col": 0, "start_line": 96 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.TermEq.fst.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflection.Typing.Builtins.fsti.checked", "FStar.Reflection.Typing.fsti.checked",...
[ { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "FStar.Reflection.V2", "short_module": "R" }, { "abbrev": true, "full_module": "FStar.Reflection.Typing", "short_module": "RT" }, { "abbrev": true, "fu...
{ "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: FStar.Pervasives.Native.option Pulse.Syntax.Base.term -> t2: FStar.Pervasives.Native.option Pulse.Syntax.Base.term -> b: Prims.bool{b <==> t1 == t2}
Prims.Tot
[ "total" ]
[]
[ "FStar.Pervasives.Native.option", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.eq_opt", "Pulse.Syntax.Base.eq_tm", "Prims.bool", "Prims.l_iff", "Prims.b2t", "Prims.eq2" ]
[]
false
false
false
false
false
let eq_tm_opt (t1 t2: option term) : b: bool{b <==> (t1 == t2)} =
eq_opt eq_tm t1 t2
false
Pulse.Syntax.Base.fst
Pulse.Syntax.Base.eq_comp_opt
val eq_comp_opt (c1 c2: option comp) : b: bool{b <==> (c1 == c2)}
val eq_comp_opt (c1 c2: option comp) : b: bool{b <==> (c1 == c2)}
let eq_comp_opt (c1 c2:option comp) : b:bool { b <==> (c1 == c2) } = eq_opt eq_comp c1 c2
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 24, "end_line": 102, "start_col": 0, "start_line": 100 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.TermEq.fst.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflection.Typing.Builtins.fsti.checked", "FStar.Reflection.Typing.fsti.checked",...
[ { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "FStar.Reflection.V2", "short_module": "R" }, { "abbrev": true, "full_module": "FStar.Reflection.Typing", "short_module": "RT" }, { "abbrev": true, "fu...
{ "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
c1: FStar.Pervasives.Native.option Pulse.Syntax.Base.comp -> c2: FStar.Pervasives.Native.option Pulse.Syntax.Base.comp -> b: Prims.bool{b <==> c1 == c2}
Prims.Tot
[ "total" ]
[]
[ "FStar.Pervasives.Native.option", "Pulse.Syntax.Base.comp", "Pulse.Syntax.Base.eq_opt", "Pulse.Syntax.Base.eq_comp", "Prims.bool", "Prims.l_iff", "Prims.b2t", "Prims.eq2" ]
[]
false
false
false
false
false
let eq_comp_opt (c1 c2: option comp) : b: bool{b <==> (c1 == c2)} =
eq_opt eq_comp c1 c2
false
Pulse.Syntax.Base.fst
Pulse.Syntax.Base.eq_tm_list
val eq_tm_list (t1 t2:list term) : b:bool { b <==> (t1 == t2) }
val eq_tm_list (t1 t2:list term) : b:bool { b <==> (t1 == t2) }
let eq_tm_list (t1 t2:list term) = eq_list eq_tm t1 t2
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 54, "end_line": 119, "start_col": 0, "start_line": 119 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.TermEq.fst.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflection.Typing.Builtins.fsti.checked", "FStar.Reflection.Typing.fsti.checked",...
[ { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "FStar.Reflection.V2", "short_module": "R" }, { "abbrev": true, "full_module": "FStar.Reflection.Typing", "short_module": "RT" }, { "abbrev": true, "fu...
{ "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: Prims.list Pulse.Syntax.Base.term -> t2: Prims.list Pulse.Syntax.Base.term -> b: Prims.bool{b <==> t1 == t2}
Prims.Tot
[ "total" ]
[]
[ "Prims.list", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.eq_list", "Pulse.Syntax.Base.eq_tm", "Prims.bool", "Prims.l_iff", "Prims.b2t", "Prims.eq2" ]
[]
false
false
false
false
false
let eq_tm_list (t1 t2: list term) =
eq_list eq_tm t1 t2
false
Pulse.Syntax.Base.fst
Pulse.Syntax.Base.eq_comp
val eq_comp (c1 c2:comp) : b:bool { b <==> (c1 == c2) }
val eq_comp (c1 c2:comp) : b:bool { b <==> (c1 == c2) }
let eq_comp (c1 c2:comp) : b:bool { b <==> (c1 == c2) } = match c1, c2 with | C_Tot t1, C_Tot t2 -> eq_tm t1 t2 | C_ST s1, C_ST s2 -> eq_st_comp s1 s2 | C_STAtomic i1 o1 s1, C_STAtomic i2 o2 s2 -> eq_tm i1 i2 && o1 = o2 && eq_st_comp s1 s2 | C_STGhost s1, C_STGhost s2 -...
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 16, "end_line": 78, "start_col": 0, "start_line": 65 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.TermEq.fst.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflection.Typing.Builtins.fsti.checked", "FStar.Reflection.Typing.fsti.checked",...
[ { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "FStar.Reflection.V2", "short_module": "R" }, { "abbrev": true, "full_module": "FStar.Reflection.Typing", "short_module": "RT" }, { "abbrev": true, "fu...
{ "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
c1: Pulse.Syntax.Base.comp -> c2: Pulse.Syntax.Base.comp -> b: Prims.bool{b <==> c1 == c2}
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.comp", "FStar.Pervasives.Native.Mktuple2", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.eq_tm", "Pulse.Syntax.Base.st_comp", "Pulse.Syntax.Base.eq_st_comp", "Pulse.Syntax.Base.observability", "Prims.op_AmpAmp", "Prims.op_Equality", "FStar.Pervasives.Native.tuple2", "Prims.bool...
[]
false
false
false
false
false
let eq_comp (c1 c2: comp) : b: bool{b <==> (c1 == c2)} =
match c1, c2 with | C_Tot t1, C_Tot t2 -> eq_tm t1 t2 | C_ST s1, C_ST s2 -> eq_st_comp s1 s2 | C_STAtomic i1 o1 s1, C_STAtomic i2 o2 s2 -> eq_tm i1 i2 && o1 = o2 && eq_st_comp s1 s2 | C_STGhost s1, C_STGhost s2 -> eq_st_comp s1 s2 | _ -> false
false
Vale.AES.PPC64LE.AES256.fst
Vale.AES.PPC64LE.AES256.va_lemma_AES256EncryptBlock_6way
val va_lemma_AES256EncryptBlock_6way : va_b0:va_code -> va_s0:va_state -> in1:quad32 -> in2:quad32 -> in3:quad32 -> in4:quad32 -> in5:quad32 -> in6:quad32 -> key:(seq nat32) -> round_keys:(seq quad32) -> keys_buffer:buffer128 -> Ghost (va_state & va_fuel) (requires (va_require_total va_b0 (va_code_AES256Encrypt...
val va_lemma_AES256EncryptBlock_6way : va_b0:va_code -> va_s0:va_state -> in1:quad32 -> in2:quad32 -> in3:quad32 -> in4:quad32 -> in5:quad32 -> in6:quad32 -> key:(seq nat32) -> round_keys:(seq quad32) -> keys_buffer:buffer128 -> Ghost (va_state & va_fuel) (requires (va_require_total va_b0 (va_code_AES256Encrypt...
let va_lemma_AES256EncryptBlock_6way va_b0 va_s0 in1 in2 in3 in4 in5 in6 key round_keys keys_buffer = let (va_mods:va_mods_t) = [va_Mod_vec 6; va_Mod_vec 5; va_Mod_vec 4; va_Mod_vec 3; va_Mod_vec 2; va_Mod_vec 1; va_Mod_vec 0; va_Mod_reg 10; va_Mod_ok] in let va_qc = va_qcode_AES256EncryptBlock_6way va_mods i...
{ "file_name": "obj/Vale.AES.PPC64LE.AES256.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 16, "end_line": 1359, "start_col": 0, "start_line": 1334 }
module Vale.AES.PPC64LE.AES256 open Vale.Def.Opaque_s open Vale.Def.Types_s open FStar.Seq open Vale.AES.AES_BE_s open Vale.PPC64LE.Machine_s open Vale.PPC64LE.Memory open Vale.PPC64LE.State open Vale.PPC64LE.Decls open Vale.PPC64LE.InsBasic open Vale.PPC64LE.InsMem open Vale.PPC64LE.InsVector open Vale.PPC64LE.QuickCo...
{ "checked_file": "/", "dependencies": [ "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.QuickCodes.fsti.checked", "Vale.PPC64LE.QuickCode.fst.checked", "Vale.PPC64LE.Memory.fsti.checked", "Vale.PPC64LE.Machine_s.fst.checked", "Vale.PPC64LE.InsVector.fsti.checked", "Vale.PPC64LE.InsMem....
[ { "abbrev": false, "full_module": "Vale.AES.AES256_helpers_BE", "short_module": null }, { "abbrev": false, "full_module": "Vale.Arch.Types", "short_module": null }, { "abbrev": false, "full_module": "Vale.PPC64LE.QuickCodes", "short_module": null }, { "abbrev": fa...
{ "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.PPC64LE.Decls.va_code -> va_s0: Vale.PPC64LE.Decls.va_state -> in1: Vale.PPC64LE.Memory.quad32 -> in2: Vale.PPC64LE.Memory.quad32 -> in3: Vale.PPC64LE.Memory.quad32 -> in4: Vale.PPC64LE.Memory.quad32 -> in5: Vale.PPC64LE.Memory.quad32 -> in6: Vale.PPC64LE.Memory.quad32 -> ...
Prims.Ghost
[]
[]
[ "Vale.PPC64LE.Decls.va_code", "Vale.PPC64LE.Decls.va_state", "Vale.PPC64LE.Memory.quad32", "FStar.Seq.Base.seq", "Vale.PPC64LE.Memory.nat32", "Vale.PPC64LE.Memory.buffer128", "Vale.PPC64LE.QuickCodes.fuel", "Prims.unit", "FStar.Pervasives.Native.Mktuple2", "Vale.PPC64LE.Decls.va_fuel", "Vale.PPC...
[]
false
false
false
false
false
let va_lemma_AES256EncryptBlock_6way va_b0 va_s0 in1 in2 in3 in4 in5 in6 key round_keys keys_buffer =
let va_mods:va_mods_t = [ va_Mod_vec 6; va_Mod_vec 5; va_Mod_vec 4; va_Mod_vec 3; va_Mod_vec 2; va_Mod_vec 1; va_Mod_vec 0; va_Mod_reg 10; va_Mod_ok ] in let va_qc = va_qcode_AES256EncryptBlock_6way va_mods in1 in2 in3 in4 in5 in6 key round_keys keys_buffer in let va_sM, va_fM,...
false
Pulse.Syntax.Base.fst
Pulse.Syntax.Base.eq_opt
val eq_opt (f: (x: 'a -> y: 'a -> b: bool{b <==> (x == y)})) (l m: option 'a) : b: bool{b <==> (l == m)}
val eq_opt (f: (x: 'a -> y: 'a -> b: bool{b <==> (x == y)})) (l m: option 'a) : b: bool{b <==> (l == m)}
let eq_opt (f: (x:'a -> y:'a -> b:bool { b <==> (x == y)})) (l m:option 'a) : b:bool { b <==> (l == m) } = match l, m with | None, None -> true | Some l, Some m -> f l m | _ -> false
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 16, "end_line": 94, "start_col": 0, "start_line": 89 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.TermEq.fst.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflection.Typing.Builtins.fsti.checked", "FStar.Reflection.Typing.fsti.checked",...
[ { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "FStar.Reflection.V2", "short_module": "R" }, { "abbrev": true, "full_module": "FStar.Reflection.Typing", "short_module": "RT" }, { "abbrev": true, "fu...
{ "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
f: (x: 'a -> y: 'a -> b: Prims.bool{b <==> x == y}) -> l: FStar.Pervasives.Native.option 'a -> m: FStar.Pervasives.Native.option 'a -> b: Prims.bool{b <==> l == m}
Prims.Tot
[ "total" ]
[]
[ "Prims.bool", "Prims.l_iff", "Prims.b2t", "Prims.eq2", "FStar.Pervasives.Native.option", "FStar.Pervasives.Native.Mktuple2", "FStar.Pervasives.Native.tuple2" ]
[]
false
false
false
false
false
let eq_opt (f: (x: 'a -> y: 'a -> b: bool{b <==> (x == y)})) (l m: option 'a) : b: bool{b <==> (l == m)} =
match l, m with | None, None -> true | Some l, Some m -> f l m | _ -> false
false
Pulse.Syntax.Base.fst
Pulse.Syntax.Base.eq_st_comp
val eq_st_comp (s1 s2:st_comp) : b:bool { b <==> (s1 == s2) }
val eq_st_comp (s1 s2:st_comp) : b:bool { b <==> (s1 == s2) }
let eq_st_comp (s1 s2:st_comp) : b:bool { b <==> (s1 == s2) } = eq_univ s1.u s2.u && eq_tm s1.res s2.res && eq_tm s1.pre s2.pre && eq_tm s1.post s2.post
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 25, "end_line": 63, "start_col": 0, "start_line": 58 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.TermEq.fst.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflection.Typing.Builtins.fsti.checked", "FStar.Reflection.Typing.fsti.checked",...
[ { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "FStar.Reflection.V2", "short_module": "R" }, { "abbrev": true, "full_module": "FStar.Reflection.Typing", "short_module": "RT" }, { "abbrev": true, "fu...
{ "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
s1: Pulse.Syntax.Base.st_comp -> s2: Pulse.Syntax.Base.st_comp -> b: Prims.bool{b <==> s1 == s2}
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.st_comp", "Prims.op_AmpAmp", "Pulse.Syntax.Base.eq_univ", "Pulse.Syntax.Base.__proj__Mkst_comp__item__u", "Pulse.Syntax.Base.eq_tm", "Pulse.Syntax.Base.__proj__Mkst_comp__item__res", "Pulse.Syntax.Base.__proj__Mkst_comp__item__pre", "Pulse.Syntax.Base.__proj__Mkst_comp__item__post",...
[]
false
false
false
false
false
let eq_st_comp (s1 s2: st_comp) : b: bool{b <==> (s1 == s2)} =
eq_univ s1.u s2.u && eq_tm s1.res s2.res && eq_tm s1.pre s2.pre && eq_tm s1.post s2.post
false
Pulse.Syntax.Base.fst
Pulse.Syntax.Base.eq_list
val eq_list (f: (x: 'a -> y: 'a -> b: bool{b <==> (x == y)})) (l m: list 'a) : b: bool{b <==> (l == m)}
val eq_list (f: (x: 'a -> y: 'a -> b: bool{b <==> (x == y)})) (l m: list 'a) : b: bool{b <==> (l == m)}
let rec eq_list (f: (x:'a -> y:'a -> b:bool { b <==> (x == y)})) (l m:list 'a) : b:bool { b <==> (l == m) } = match l, m with | [], [] -> true | h1::t1, h2::t2 -> f h1 h2 && eq_list f t1 t2 | _ -> false
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 16, "end_line": 87, "start_col": 0, "start_line": 80 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.TermEq.fst.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflection.Typing.Builtins.fsti.checked", "FStar.Reflection.Typing.fsti.checked",...
[ { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "FStar.Reflection.V2", "short_module": "R" }, { "abbrev": true, "full_module": "FStar.Reflection.Typing", "short_module": "RT" }, { "abbrev": true, "fu...
{ "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
f: (x: 'a -> y: 'a -> b: Prims.bool{b <==> x == y}) -> l: Prims.list 'a -> m: Prims.list 'a -> b: Prims.bool{b <==> l == m}
Prims.Tot
[ "total" ]
[]
[ "Prims.bool", "Prims.l_iff", "Prims.b2t", "Prims.eq2", "Prims.list", "FStar.Pervasives.Native.Mktuple2", "Prims.op_AmpAmp", "Pulse.Syntax.Base.eq_list", "FStar.Pervasives.Native.tuple2" ]
[ "recursion" ]
false
false
false
false
false
let rec eq_list (f: (x: 'a -> y: 'a -> b: bool{b <==> (x == y)})) (l m: list 'a) : b: bool{b <==> (l == m)} =
match l, m with | [], [] -> true | h1 :: t1, h2 :: t2 -> f h1 h2 && eq_list f t1 t2 | _ -> false
false
Pulse.Syntax.Base.fst
Pulse.Syntax.Base.eq_binder
val eq_binder (b0 b1: binder) : b: bool{b <==> (b0 == b1)}
val eq_binder (b0 b1: binder) : b: bool{b <==> (b0 == b1)}
let eq_binder (b0 b1:binder) : b:bool { b <==> (b0 == b1) } = eq_tm b0.binder_ty b1.binder_ty
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 33, "end_line": 117, "start_col": 0, "start_line": 116 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.TermEq.fst.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflection.Typing.Builtins.fsti.checked", "FStar.Reflection.Typing.fsti.checked",...
[ { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "FStar.Reflection.V2", "short_module": "R" }, { "abbrev": true, "full_module": "FStar.Reflection.Typing", "short_module": "RT" }, { "abbrev": true, "fu...
{ "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
b0: Pulse.Syntax.Base.binder -> b1: Pulse.Syntax.Base.binder -> b: Prims.bool{b <==> b0 == b1}
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.binder", "Pulse.Syntax.Base.eq_tm", "Pulse.Syntax.Base.__proj__Mkbinder__item__binder_ty", "Prims.bool", "Prims.l_iff", "Prims.b2t", "Prims.eq2" ]
[]
false
false
false
false
false
let eq_binder (b0 b1: binder) : b: bool{b <==> (b0 == b1)} =
eq_tm b0.binder_ty b1.binder_ty
false
Vale.X64.Decls.fst
Vale.X64.Decls.ins
val ins : Type0
val ins : Type0
let ins = BS.ins
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 16, "end_line": 26, "start_col": 0, "start_line": 26 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
Type0
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Machine_Semantics_s.ins" ]
[]
false
false
false
true
true
let ins =
BS.ins
false
Vale.X64.Decls.fst
Vale.X64.Decls.va_pbool_and
val va_pbool_and (x y:va_pbool) : va_pbool
val va_pbool_and (x y:va_pbool) : va_pbool
let va_pbool_and x y = Vale.Def.PossiblyMonad.((&&.)) x y
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 57, "end_line": 33, "start_col": 0, "start_line": 33 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
x: Vale.X64.Decls.va_pbool -> y: Vale.X64.Decls.va_pbool -> Vale.X64.Decls.va_pbool
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Decls.va_pbool", "Vale.Def.PossiblyMonad.op_Amp_Amp_Dot" ]
[]
false
false
false
true
false
let va_pbool_and x y =
Vale.Def.PossiblyMonad.(( &&. )) x y
false
Vale.X64.Decls.fst
Vale.X64.Decls.va_ffalse
val va_ffalse (reason:string) : va_pbool
val va_ffalse (reason:string) : va_pbool
let va_ffalse = Vale.Def.PossiblyMonad.ffalse
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 45, "end_line": 32, "start_col": 0, "start_line": 32 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
reason: Prims.string -> Vale.X64.Decls.va_pbool
Prims.Tot
[ "total" ]
[]
[ "Vale.Def.PossiblyMonad.ffalse" ]
[]
false
false
false
true
false
let va_ffalse =
Vale.Def.PossiblyMonad.ffalse
false
Vale.X64.Decls.fst
Vale.X64.Decls.va_ttrue
val va_ttrue (_:unit) : va_pbool
val va_ttrue (_:unit) : va_pbool
let va_ttrue () = Vale.Def.PossiblyMonad.ttrue
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 46, "end_line": 31, "start_col": 0, "start_line": 31 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
_: Prims.unit -> Vale.X64.Decls.va_pbool
Prims.Tot
[ "total" ]
[]
[ "Prims.unit", "Vale.Def.PossiblyMonad.ttrue", "Vale.X64.Decls.va_pbool" ]
[]
false
false
false
true
false
let va_ttrue () =
Vale.Def.PossiblyMonad.ttrue
false
Vale.X64.Decls.fst
Vale.X64.Decls.mul_nat_helper
val mul_nat_helper (x y:nat) : Lemma (x * y >= 0)
val mul_nat_helper (x y:nat) : Lemma (x * y >= 0)
let mul_nat_helper x y = FStar.Math.Lemmas.nat_times_nat_is_nat x y
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 44, "end_line": 40, "start_col": 0, "start_line": 39 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
x: Prims.nat -> y: Prims.nat -> FStar.Pervasives.Lemma (ensures x * y >= 0)
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Prims.nat", "FStar.Math.Lemmas.nat_times_nat_is_nat", "Prims.unit" ]
[]
true
false
true
false
false
let mul_nat_helper x y =
FStar.Math.Lemmas.nat_times_nat_is_nat x y
false
Pulse.Syntax.Base.fst
Pulse.Syntax.Base.eq_sub_pat
val eq_sub_pat (pb1 pb2: pattern & bool) : b: bool{b <==> pb1 == pb2}
val eq_sub_pat (pb1 pb2: pattern & bool) : b: bool{b <==> pb1 == pb2}
let rec eq_pattern (p1 p2 : pattern) : b:bool{ b <==> (p1 == p2) } = match p1, p2 with | Pat_Cons f1 vs1, Pat_Cons f2 vs2 -> f1.fv_name = f2.fv_name && eq_list_dec p1 p2 eq_sub_pat vs1 vs2 | Pat_Constant c1, Pat_Constant c2 -> fstar_const_eq c1 c2 | Pat_Var _ _, Pat_Var _ _ -> true | Pat_...
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 29, "end_line": 152, "start_col": 0, "start_line": 133 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.TermEq.fst.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflection.Typing.Builtins.fsti.checked", "FStar.Reflection.Typing.fsti.checked",...
[ { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "FStar.Reflection.V2", "short_module": "R" }, { "abbrev": true, "full_module": "FStar.Reflection.Typing", "short_module": "RT" }, { "abbrev": true, "fu...
{ "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
pb1: (Pulse.Syntax.Base.pattern * Prims.bool) -> pb2: (Pulse.Syntax.Base.pattern * Prims.bool) -> b: Prims.bool{b <==> pb1 == pb2}
Prims.Tot
[ "total" ]
[ "eq_pattern", "eq_sub_pat" ]
[ "FStar.Pervasives.Native.tuple2", "Pulse.Syntax.Base.pattern", "Prims.bool", "Prims.op_AmpAmp", "Pulse.Syntax.Base.eq_pattern", "Prims.op_Equality", "Prims.l_iff", "Prims.b2t", "Prims.eq2" ]
[ "mutual recursion" ]
false
false
false
false
false
let rec eq_sub_pat (pb1 pb2: pattern & bool) : b: bool{b <==> pb1 == pb2} =
let p1, b1 = pb1 in let p2, b2 = pb2 in eq_pattern p1 p2 && b1 = b2
false
Pulse.Syntax.Base.fst
Pulse.Syntax.Base.eq_hint_type
val eq_hint_type (ht1 ht2: proof_hint_type) : b: bool{b <==> (ht1 == ht2)}
val eq_hint_type (ht1 ht2: proof_hint_type) : b: bool{b <==> (ht1 == ht2)}
let eq_hint_type (ht1 ht2:proof_hint_type) : b:bool { b <==> (ht1 == ht2) } = match ht1, ht2 with | ASSERT { p=p1 }, ASSERT { p=p2 } -> eq_tm p1 p2 | FOLD { names=ns1; p=p1}, FOLD { names=ns2; p=p2 } | UNFOLD { names=ns1; p=p1}, UNFOLD { names=ns2; p=p2 } -> eq_opt (eq_list (fun n1 n2 -> n1 ...
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 16, "end_line": 171, "start_col": 0, "start_line": 154 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.TermEq.fst.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflection.Typing.Builtins.fsti.checked", "FStar.Reflection.Typing.fsti.checked",...
[ { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "FStar.Reflection.V2", "short_module": "R" }, { "abbrev": true, "full_module": "FStar.Reflection.Typing", "short_module": "RT" }, { "abbrev": true, "fu...
{ "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
ht1: Pulse.Syntax.Base.proof_hint_type -> ht2: Pulse.Syntax.Base.proof_hint_type -> b: Prims.bool{b <==> ht1 == ht2}
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.proof_hint_type", "FStar.Pervasives.Native.Mktuple2", "Pulse.Syntax.Base.vprop", "Pulse.Syntax.Base.eq_tm", "FStar.Pervasives.Native.option", "Prims.list", "Prims.string", "Prims.op_AmpAmp", "Pulse.Syntax.Base.eq_opt", "Pulse.Syntax.Base.eq_list", "Prims.op_Equality", "Prims...
[]
false
false
false
false
false
let eq_hint_type (ht1 ht2: proof_hint_type) : b: bool{b <==> (ht1 == ht2)} =
match ht1, ht2 with | ASSERT { p = p1 }, ASSERT { p = p2 } -> eq_tm p1 p2 | FOLD { names = ns1 ; p = p1 }, FOLD { names = ns2 ; p = p2 } | UNFOLD { names = ns1 ; p = p1 }, UNFOLD { names = ns2 ; p = p2 } -> eq_opt (eq_list (fun n1 n2 -> n1 = n2)) ns1 ns2 && eq_tm p1 p2 | RENAME { pairs = ps1 ; goal = p1 }, RENAME { p...
false
Vale.X64.Decls.fst
Vale.X64.Decls.va_fuel_default
val va_fuel_default : unit -> va_fuel
val va_fuel_default : unit -> va_fuel
let va_fuel_default () = 0
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 26, "end_line": 42, "start_col": 0, "start_line": 42 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
_: Prims.unit -> Vale.X64.Decls.va_fuel
Prims.Tot
[ "total" ]
[]
[ "Prims.unit", "Vale.X64.Decls.va_fuel" ]
[]
false
false
false
true
false
let va_fuel_default () =
0
false
Pulse.Syntax.Base.fst
Pulse.Syntax.Base.eq_ascription
val eq_ascription (a1 a2: comp_ascription) : b: bool{b <==> (a1 == a2)}
val eq_ascription (a1 a2: comp_ascription) : b: bool{b <==> (a1 == a2)}
let eq_ascription (a1 a2:comp_ascription) : b:bool { b <==> (a1 == a2) } = eq_opt eq_comp a1.elaborated a2.elaborated && eq_opt eq_comp a1.annotated a2.annotated
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 43, "end_line": 176, "start_col": 0, "start_line": 173 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.TermEq.fst.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflection.Typing.Builtins.fsti.checked", "FStar.Reflection.Typing.fsti.checked",...
[ { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "FStar.Reflection.V2", "short_module": "R" }, { "abbrev": true, "full_module": "FStar.Reflection.Typing", "short_module": "RT" }, { "abbrev": true, "fu...
{ "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
a1: Pulse.Syntax.Base.comp_ascription -> a2: Pulse.Syntax.Base.comp_ascription -> b: Prims.bool{b <==> a1 == a2}
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.comp_ascription", "Prims.op_AmpAmp", "Pulse.Syntax.Base.eq_opt", "Pulse.Syntax.Base.comp", "Pulse.Syntax.Base.eq_comp", "Pulse.Syntax.Base.__proj__Mkcomp_ascription__item__elaborated", "Pulse.Syntax.Base.__proj__Mkcomp_ascription__item__annotated", "Prims.bool", "Prims.l_iff", "...
[]
false
false
false
false
false
let eq_ascription (a1 a2: comp_ascription) : b: bool{b <==> (a1 == a2)} =
eq_opt eq_comp a1.elaborated a2.elaborated && eq_opt eq_comp a1.annotated a2.annotated
false
Pulse.Syntax.Base.fst
Pulse.Syntax.Base.sealed_list_eq
val sealed_list_eq (#a: _) (l1 l2: list (Sealed.sealed a)) : Lemma ((length l1 = length l2) ==> (l1 == l2))
val sealed_list_eq (#a: _) (l1 l2: list (Sealed.sealed a)) : Lemma ((length l1 = length l2) ==> (l1 == l2))
let rec sealed_list_eq #a (l1 l2 : list (Sealed.sealed a)) : Lemma ((length l1 = length l2) ==> (l1 == l2)) = match l1, l2 with | [], [] -> () | h1::t1, h2::t2 -> Sealed.sealed_singl h1 h2; sealed_list_eq t1 t2 | _ -> ()
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 13, "end_line": 131, "start_col": 0, "start_line": 124 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.TermEq.fst.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflection.Typing.Builtins.fsti.checked", "FStar.Reflection.Typing.fsti.checked",...
[ { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "FStar.Reflection.V2", "short_module": "R" }, { "abbrev": true, "full_module": "FStar.Reflection.Typing", "short_module": "RT" }, { "abbrev": true, "fu...
{ "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
l1: Prims.list (FStar.Sealed.sealed a) -> l2: Prims.list (FStar.Sealed.sealed a) -> FStar.Pervasives.Lemma (ensures FStar.List.Tot.Base.length l1 = FStar.List.Tot.Base.length l2 ==> l1 == l2)
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Prims.list", "FStar.Sealed.sealed", "FStar.Pervasives.Native.Mktuple2", "Pulse.Syntax.Base.sealed_list_eq", "Prims.unit", "FStar.Sealed.sealed_singl", "FStar.Pervasives.Native.tuple2", "Prims.l_True", "Prims.squash", "Prims.l_imp", "Prims.b2t", "Prims.op_Equality", "Prims.nat", "FStar.Lis...
[ "recursion" ]
false
false
true
false
false
let rec sealed_list_eq #a (l1: list (Sealed.sealed a)) (l2: list (Sealed.sealed a)) : Lemma ((length l1 = length l2) ==> (l1 == l2)) =
match l1, l2 with | [], [] -> () | h1 :: t1, h2 :: t2 -> Sealed.sealed_singl h1 h2; sealed_list_eq t1 t2 | _ -> ()
false
Vale.X64.Decls.fst
Vale.X64.Decls.valid_cf
val valid_cf (flags:Flags.t) : bool
val valid_cf (flags:Flags.t) : bool
let valid_cf flags = match Lemmas.cf flags with | Some v -> true | None -> false
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 80, "end_line": 20, "start_col": 0, "start_line": 20 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
flags: Vale.X64.Flags.t -> Prims.bool
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Flags.t", "Vale.X64.Lemmas.cf", "Prims.bool" ]
[]
false
false
false
true
false
let valid_cf flags =
match Lemmas.cf flags with | Some v -> true | None -> false
false
Vale.X64.Decls.fst
Vale.X64.Decls.eval_code
val eval_code (c:va_code) (s0:va_state) (f0:va_fuel) (sN:va_state) : prop0
val eval_code (c:va_code) (s0:va_state) (f0:va_fuel) (sN:va_state) : prop0
let eval_code = Lemmas.eval_code
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 32, "end_line": 101, "start_col": 0, "start_line": 101 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
c: Vale.X64.Decls.va_code -> s0: Vale.X64.Decls.va_state -> f0: Vale.X64.Decls.va_fuel -> sN: Vale.X64.Decls.va_state -> Vale.Def.Prop_s.prop0
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Lemmas.eval_code" ]
[]
false
false
false
true
false
let eval_code =
Lemmas.eval_code
false
Vale.X64.Decls.fst
Vale.X64.Decls.taint_at
val taint_at (memTaint:M.memtaint) (addr:int) : taint
val taint_at (memTaint:M.memtaint) (addr:int) : taint
let taint_at memTaint addr = Map.sel memTaint addr
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 50, "end_line": 92, "start_col": 0, "start_line": 92 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
memTaint: Vale.X64.Memory.memtaint -> addr: Prims.int -> Vale.Arch.HeapTypes_s.taint
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Memory.memtaint", "Prims.int", "FStar.Map.sel", "Vale.Arch.HeapTypes_s.taint" ]
[]
false
false
false
true
false
let taint_at memTaint addr =
Map.sel memTaint addr
false
Vale.X64.Decls.fst
Vale.X64.Decls.eval_ocmp
val eval_ocmp : s:va_state -> c:ocmp -> GTot bool
val eval_ocmp : s:va_state -> c:ocmp -> GTot bool
let eval_ocmp = Lemmas.eval_ocmp
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 32, "end_line": 113, "start_col": 0, "start_line": 113 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
s: Vale.X64.Decls.va_state -> c: Vale.X64.Decls.ocmp -> Prims.GTot Prims.bool
Prims.GTot
[ "sometrivial" ]
[]
[ "Vale.X64.Lemmas.eval_ocmp" ]
[]
false
false
false
false
false
let eval_ocmp =
Lemmas.eval_ocmp
false
Vale.X64.Decls.fst
Vale.X64.Decls.cf
val cf (flags:Flags.t) : bool
val cf (flags:Flags.t) : bool
let cf flags = match Lemmas.cf flags with | Some v -> v | None -> false
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 71, "end_line": 18, "start_col": 0, "start_line": 18 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
flags: Vale.X64.Flags.t -> Prims.bool
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Flags.t", "Vale.X64.Lemmas.cf", "Prims.bool" ]
[]
false
false
false
true
false
let cf flags =
match Lemmas.cf flags with | Some v -> v | None -> false
false
Vale.X64.Decls.fst
Vale.X64.Decls.updated_cf
val updated_cf (new_flags:Flags.t) (new_cf:bool) : Pure bool (requires True) (ensures fun b -> b <==> cf new_flags == new_cf /\ valid_cf new_flags)
val updated_cf (new_flags:Flags.t) (new_cf:bool) : Pure bool (requires True) (ensures fun b -> b <==> cf new_flags == new_cf /\ valid_cf new_flags)
let updated_cf new_flags new_cf = Lemmas.cf new_flags = Some new_cf
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 67, "end_line": 22, "start_col": 0, "start_line": 22 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
new_flags: Vale.X64.Flags.t -> new_cf: Prims.bool -> Prims.Pure Prims.bool
Prims.Pure
[]
[]
[ "Vale.X64.Flags.t", "Prims.bool", "Prims.op_Equality", "FStar.Pervasives.Native.option", "Vale.X64.Lemmas.cf", "FStar.Pervasives.Native.Some" ]
[]
false
false
false
false
false
let updated_cf new_flags new_cf =
Lemmas.cf new_flags = Some new_cf
false
Vale.X64.Decls.fst
Vale.X64.Decls.overflow
val overflow (flags:Flags.t) : bool
val overflow (flags:Flags.t) : bool
let overflow flags = match Lemmas.overflow flags with | Some v -> v | None -> false
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 83, "end_line": 19, "start_col": 0, "start_line": 19 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
flags: Vale.X64.Flags.t -> Prims.bool
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Flags.t", "Vale.X64.Lemmas.overflow", "Prims.bool" ]
[]
false
false
false
true
false
let overflow flags =
match Lemmas.overflow flags with | Some v -> v | None -> false
false
Pulse.Syntax.Base.fst
Pulse.Syntax.Base.eq_pattern
val eq_pattern (p1 p2: pattern) : b: bool{b <==> (p1 == p2)}
val eq_pattern (p1 p2: pattern) : b: bool{b <==> (p1 == p2)}
let rec eq_pattern (p1 p2 : pattern) : b:bool{ b <==> (p1 == p2) } = match p1, p2 with | Pat_Cons f1 vs1, Pat_Cons f2 vs2 -> f1.fv_name = f2.fv_name && eq_list_dec p1 p2 eq_sub_pat vs1 vs2 | Pat_Constant c1, Pat_Constant c2 -> fstar_const_eq c1 c2 | Pat_Var _ _, Pat_Var _ _ -> true | Pat_...
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 29, "end_line": 152, "start_col": 0, "start_line": 133 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.TermEq.fst.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflection.Typing.Builtins.fsti.checked", "FStar.Reflection.Typing.fsti.checked",...
[ { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "FStar.Reflection.V2", "short_module": "R" }, { "abbrev": true, "full_module": "FStar.Reflection.Typing", "short_module": "RT" }, { "abbrev": true, "fu...
{ "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
p1: Pulse.Syntax.Base.pattern -> p2: Pulse.Syntax.Base.pattern -> b: Prims.bool{b <==> p1 == p2}
Prims.Tot
[ "total" ]
[ "eq_pattern", "eq_sub_pat" ]
[ "Pulse.Syntax.Base.pattern", "FStar.Pervasives.Native.Mktuple2", "Pulse.Syntax.Base.fv", "Prims.list", "FStar.Pervasives.Native.tuple2", "Prims.bool", "Prims.op_AmpAmp", "Prims.op_Equality", "FStar.Stubs.Reflection.Types.name", "Pulse.Syntax.Base.__proj__Mkfv__item__fv_name", "Pulse.Syntax.Base....
[ "mutual recursion" ]
false
false
false
false
false
let rec eq_pattern (p1 p2: pattern) : b: bool{b <==> (p1 == p2)} =
match p1, p2 with | Pat_Cons f1 vs1, Pat_Cons f2 vs2 -> f1.fv_name = f2.fv_name && eq_list_dec p1 p2 eq_sub_pat vs1 vs2 | Pat_Constant c1, Pat_Constant c2 -> fstar_const_eq c1 c2 | Pat_Var _ _, Pat_Var _ _ -> true | Pat_Dot_Term to1, Pat_Dot_Term to2 -> eq_opt eq_tm to1 to2 | _ -> false
false
Vale.X64.Decls.fst
Vale.X64.Decls.va_eval_ins
val va_eval_ins : c: Vale.X64.Lemmas.code -> s0: Vale.X64.State.vale_state -> Prims.Ghost (Vale.X64.State.vale_state * Vale.X64.Lemmas.fuel)
let va_eval_ins = Lemmas.eval_ins
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 40, "end_line": 117, "start_col": 7, "start_line": 117 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
c: Vale.X64.Lemmas.code -> s0: Vale.X64.State.vale_state -> Prims.Ghost (Vale.X64.State.vale_state * Vale.X64.Lemmas.fuel)
Prims.Ghost
[]
[]
[ "Vale.X64.Lemmas.eval_ins" ]
[]
false
false
false
false
false
let va_eval_ins =
Lemmas.eval_ins
false
Vale.X64.Decls.fst
Vale.X64.Decls.havoc_flags
val havoc_flags : Flags.t
val havoc_flags : Flags.t
let havoc_flags = Lemmas.havoc_flags
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 36, "end_line": 115, "start_col": 0, "start_line": 115 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
Vale.X64.Flags.t
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Lemmas.havoc_flags" ]
[]
false
false
false
true
false
let havoc_flags =
Lemmas.havoc_flags
false
Vale.X64.Decls.fst
Vale.X64.Decls.valid_of
val valid_of (flags:Flags.t) : bool
val valid_of (flags:Flags.t) : bool
let valid_of flags = match Lemmas.overflow flags with | Some v -> true | None -> false
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 86, "end_line": 21, "start_col": 0, "start_line": 21 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
flags: Vale.X64.Flags.t -> Prims.bool
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Flags.t", "Vale.X64.Lemmas.overflow", "Prims.bool" ]
[]
false
false
false
true
false
let valid_of flags =
match Lemmas.overflow flags with | Some v -> true | None -> false
false
Vale.X64.Decls.fst
Vale.X64.Decls.get_reason
val get_reason (p:va_pbool) : option string
val get_reason (p:va_pbool) : option string
let get_reason p = match p with | Vale.Def.PossiblyMonad.Ok () -> None | Vale.Def.PossiblyMonad.Err reason -> Some reason
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 52, "end_line": 37, "start_col": 0, "start_line": 34 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
p: Vale.X64.Decls.va_pbool -> FStar.Pervasives.Native.option Prims.string
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Decls.va_pbool", "FStar.Pervasives.Native.None", "Prims.string", "FStar.Pervasives.Native.Some", "FStar.Pervasives.Native.option" ]
[]
false
false
false
true
false
let get_reason p =
match p with | Vale.Def.PossiblyMonad.Ok () -> None | Vale.Def.PossiblyMonad.Err reason -> Some reason
false
Vale.X64.Decls.fst
Vale.X64.Decls.valid_ocmp
val valid_ocmp : c:ocmp -> s:va_state -> GTot bool
val valid_ocmp : c:ocmp -> s:va_state -> GTot bool
let valid_ocmp = Lemmas.valid_ocmp
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 34, "end_line": 114, "start_col": 0, "start_line": 114 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
c: Vale.X64.Decls.ocmp -> s: Vale.X64.Decls.va_state -> Prims.GTot Prims.bool
Prims.GTot
[ "sometrivial" ]
[]
[ "Vale.X64.Lemmas.valid_ocmp" ]
[]
false
false
false
false
false
let valid_ocmp =
Lemmas.valid_ocmp
false
Vale.X64.Decls.fst
Vale.X64.Decls.eval_while_inv
val eval_while_inv (c:va_code) (s0:va_state) (fW:va_fuel) (sW:va_state) : prop0
val eval_while_inv (c:va_code) (s0:va_state) (fW:va_fuel) (sW:va_state) : prop0
let eval_while_inv = Lemmas.eval_while_inv
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 42, "end_line": 102, "start_col": 0, "start_line": 102 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
c: Vale.X64.Decls.va_code -> s0: Vale.X64.Decls.va_state -> fW: Vale.X64.Decls.va_fuel -> sW: Vale.X64.Decls.va_state -> Vale.Def.Prop_s.prop0
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Lemmas.eval_while_inv" ]
[]
false
false
false
true
false
let eval_while_inv =
Lemmas.eval_while_inv
false
Vale.X64.Decls.fst
Vale.X64.Decls.maintained_cf
val maintained_cf (new_flags:Flags.t) (flags:Flags.t) : Pure bool (requires True) (ensures fun b -> b <==> cf new_flags == cf flags /\ valid_cf new_flags == valid_cf flags)
val maintained_cf (new_flags:Flags.t) (flags:Flags.t) : Pure bool (requires True) (ensures fun b -> b <==> cf new_flags == cf flags /\ valid_cf new_flags == valid_cf flags)
let maintained_cf new_flags flags = Lemmas.cf new_flags = Lemmas.cf flags
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 73, "end_line": 24, "start_col": 0, "start_line": 24 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
new_flags: Vale.X64.Flags.t -> flags: Vale.X64.Flags.t -> Prims.Pure Prims.bool
Prims.Pure
[]
[]
[ "Vale.X64.Flags.t", "Prims.op_Equality", "Vale.X64.Flags.flag_val_t", "Vale.X64.Lemmas.cf", "Prims.bool" ]
[]
false
false
false
false
false
let maintained_cf new_flags flags =
Lemmas.cf new_flags = Lemmas.cf flags
false
Vale.X64.Decls.fst
Vale.X64.Decls.maintained_of
val maintained_of (new_flags:Flags.t) (flags:Flags.t) : Pure bool (requires True) (ensures fun b -> b <==> overflow new_flags == overflow flags /\ valid_of new_flags == valid_of flags)
val maintained_of (new_flags:Flags.t) (flags:Flags.t) : Pure bool (requires True) (ensures fun b -> b <==> overflow new_flags == overflow flags /\ valid_of new_flags == valid_of flags)
let maintained_of new_flags flags = Lemmas.overflow new_flags = Lemmas.overflow flags
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 85, "end_line": 25, "start_col": 0, "start_line": 25 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
new_flags: Vale.X64.Flags.t -> flags: Vale.X64.Flags.t -> Prims.Pure Prims.bool
Prims.Pure
[]
[]
[ "Vale.X64.Flags.t", "Prims.op_Equality", "Vale.X64.Flags.flag_val_t", "Vale.X64.Lemmas.overflow", "Prims.bool" ]
[]
false
false
false
false
false
let maintained_of new_flags flags =
Lemmas.overflow new_flags = Lemmas.overflow flags
false
Steel.ST.Array.Swap.fst
Steel.ST.Array.Swap.swap
val swap (#t: Type0) (#s0: Ghost.erased (Seq.seq t)) (a: array t) (n: SZ.t) (l: SZ.t) : ST (Ghost.erased (Seq.seq t)) (pts_to a full_perm s0) (fun s -> pts_to a full_perm s) ( SZ.v n == length a /\ SZ.v l <= SZ.v n ) (fun s -> SZ.v n == Seq.length s0 /\ SZ.v l <= SZ...
val swap (#t: Type0) (#s0: Ghost.erased (Seq.seq t)) (a: array t) (n: SZ.t) (l: SZ.t) : ST (Ghost.erased (Seq.seq t)) (pts_to a full_perm s0) (fun s -> pts_to a full_perm s) ( SZ.v n == length a /\ SZ.v l <= SZ.v n ) (fun s -> SZ.v n == Seq.length s0 /\ SZ.v l <= SZ...
let swap a n l = pts_to_length a _; Gen.array_swap_gen (array_index a) (array_upd a) _ n l
{ "file_name": "lib/steel/Steel.ST.Array.Swap.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 56, "end_line": 31, "start_col": 0, "start_line": 28 }
module Steel.ST.Array.Swap open Steel.ST.GenElim open Steel.ST.Array // for pts_to module Gen = Steel.ST.GenArraySwap [@@__reduce__] let array_pts_to (#t: Type) (a: array t) : Tot (Gen.array_pts_to_t t) = fun s -> pts_to a full_perm (Ghost.reveal s) inline_for_extraction let array_index (#t: Type) (a: array t)...
{ "checked_file": "/", "dependencies": [ "Steel.ST.GenElim.fsti.checked", "Steel.ST.GenArraySwap.fsti.checked", "Steel.ST.Array.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked" ], "interface_file": true, "source_file": "Steel.ST.Array.Swap...
[ { "abbrev": false, "full_module": "Steel.ST.Array // for pts_to", "short_module": null }, { "abbrev": true, "full_module": "Steel.ST.GenArraySwap", "short_module": "Gen" }, { "abbrev": false, "full_module": "Steel.ST.Array", "short_module": null }, { "abbrev": fal...
{ "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: Steel.ST.Array.array t -> n: FStar.SizeT.t -> l: FStar.SizeT.t -> Steel.ST.Effect.ST (FStar.Ghost.erased (FStar.Seq.Base.seq t))
Steel.ST.Effect.ST
[]
[]
[ "FStar.Ghost.erased", "FStar.Seq.Base.seq", "Steel.ST.Array.array", "FStar.SizeT.t", "Steel.ST.GenArraySwap.array_swap_gen", "Steel.ST.Array.Swap.array_pts_to", "Steel.ST.Array.Swap.array_index", "Steel.ST.Array.Swap.array_upd", "Prims.unit", "Steel.ST.Array.pts_to_length", "FStar.Ghost.hide", ...
[]
false
true
false
false
false
let swap a n l =
pts_to_length a _; Gen.array_swap_gen (array_index a) (array_upd a) _ n l
false
Vale.X64.Decls.fst
Vale.X64.Decls.va_cmp_ge
val va_cmp_ge (o1:operand64{ not (OMem? o1 || OStack? o1) }) (o2:operand64{ not (OMem? o2 || OStack? o2) }) : ocmp
val va_cmp_ge (o1:operand64{ not (OMem? o1 || OStack? o1) }) (o2:operand64{ not (OMem? o2 || OStack? o2) }) : ocmp
let va_cmp_ge o1 o2 = BC.OGe o1 o2
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 34, "end_line": 97, "start_col": 0, "start_line": 97 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
o1: Vale.X64.Machine_s.operand64{Prims.op_Negation (OMem? o1 || OStack? o1)} -> o2: Vale.X64.Machine_s.operand64{Prims.op_Negation (OMem? o2 || OStack? o2)} -> Vale.X64.Decls.ocmp
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Machine_s.operand64", "Prims.b2t", "Prims.op_Negation", "Prims.op_BarBar", "Vale.X64.Machine_s.uu___is_OMem", "Vale.X64.Machine_s.nat64", "Vale.X64.Machine_s.reg_64", "Vale.X64.Machine_s.uu___is_OStack", "Vale.X64.Bytes_Code_s.OGe", "Vale.X64.Decls.ocmp" ]
[]
false
false
false
false
false
let va_cmp_ge o1 o2 =
BC.OGe o1 o2
false
Vale.X64.Decls.fst
Vale.X64.Decls.va_compute_merge_total
val va_compute_merge_total (f0:va_fuel) (fM:va_fuel) : va_fuel
val va_compute_merge_total (f0:va_fuel) (fM:va_fuel) : va_fuel
let va_compute_merge_total = Lemmas.compute_merge_total
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 55, "end_line": 133, "start_col": 0, "start_line": 133 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
f0: Vale.X64.Decls.va_fuel -> fM: Vale.X64.Decls.va_fuel -> Vale.X64.Decls.va_fuel
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Lemmas.compute_merge_total" ]
[]
false
false
false
true
false
let va_compute_merge_total =
Lemmas.compute_merge_total
false
Vale.X64.Decls.fst
Vale.X64.Decls.updated_of
val updated_of (new_flags:Flags.t) (new_of:bool) : Pure bool (requires True) (ensures fun b -> b <==> overflow new_flags == new_of /\ valid_of new_flags)
val updated_of (new_flags:Flags.t) (new_of:bool) : Pure bool (requires True) (ensures fun b -> b <==> overflow new_flags == new_of /\ valid_of new_flags)
let updated_of new_flags new_cf = Lemmas.overflow new_flags = Some new_cf
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 73, "end_line": 23, "start_col": 0, "start_line": 23 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
new_flags: Vale.X64.Flags.t -> new_of: Prims.bool -> Prims.Pure Prims.bool
Prims.Pure
[]
[]
[ "Vale.X64.Flags.t", "Prims.bool", "Prims.op_Equality", "FStar.Pervasives.Native.option", "Vale.X64.Lemmas.overflow", "FStar.Pervasives.Native.Some" ]
[]
false
false
false
false
false
let updated_of new_flags new_cf =
Lemmas.overflow new_flags = Some new_cf
false
Vale.X64.Decls.fst
Vale.X64.Decls.va_cmp_eq
val va_cmp_eq (o1:operand64{ not (OMem? o1 || OStack? o1) }) (o2:operand64{ not (OMem? o2 || OStack? o2) }) : ocmp
val va_cmp_eq (o1:operand64{ not (OMem? o1 || OStack? o1) }) (o2:operand64{ not (OMem? o2 || OStack? o2) }) : ocmp
let va_cmp_eq o1 o2 = BC.OEq o1 o2
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 34, "end_line": 94, "start_col": 0, "start_line": 94 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
o1: Vale.X64.Machine_s.operand64{Prims.op_Negation (OMem? o1 || OStack? o1)} -> o2: Vale.X64.Machine_s.operand64{Prims.op_Negation (OMem? o2 || OStack? o2)} -> Vale.X64.Decls.ocmp
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Machine_s.operand64", "Prims.b2t", "Prims.op_Negation", "Prims.op_BarBar", "Vale.X64.Machine_s.uu___is_OMem", "Vale.X64.Machine_s.nat64", "Vale.X64.Machine_s.reg_64", "Vale.X64.Machine_s.uu___is_OStack", "Vale.X64.Bytes_Code_s.OEq", "Vale.X64.Decls.ocmp" ]
[]
false
false
false
false
false
let va_cmp_eq o1 o2 =
BC.OEq o1 o2
false
Vale.PPC64LE.Stack_i.fst
Vale.PPC64LE.Stack_i.load_stack64
val load_stack64 (ptr:int) (h:vale_stack) : GTot nat64
val load_stack64 (ptr:int) (h:vale_stack) : GTot nat64
let load_stack64 i st = BS.eval_stack i st
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Stack_i.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 42, "end_line": 9, "start_col": 0, "start_line": 9 }
module Vale.PPC64LE.Stack_i open FStar.Mul module BS = Vale.PPC64LE.Semantics_s open Vale.Arch.MachineHeap let vale_stack = machine_stack
{ "checked_file": "/", "dependencies": [ "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.Lib.Set.fsti.checked", "Vale.Arch.MachineHeap.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Map.fsti.checked", "FStar.Classical.fsti.checked" ...
[ { "abbrev": false, "full_module": "Vale.Arch.MachineHeap", "short_module": null }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "f...
{ "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
ptr: Prims.int -> h: Vale.PPC64LE.Stack_i.vale_stack -> Prims.GTot Vale.PPC64LE.Memory.nat64
Prims.GTot
[ "sometrivial" ]
[]
[ "Prims.int", "Vale.PPC64LE.Stack_i.vale_stack", "Vale.PPC64LE.Semantics_s.eval_stack", "Vale.PPC64LE.Memory.nat64" ]
[]
false
false
false
false
false
let load_stack64 i st =
BS.eval_stack i st
false
Vale.X64.Decls.fst
Vale.X64.Decls.va_cmp_ne
val va_cmp_ne (o1:operand64{ not (OMem? o1 || OStack? o1) }) (o2:operand64{ not (OMem? o2 || OStack? o2) }) : ocmp
val va_cmp_ne (o1:operand64{ not (OMem? o1 || OStack? o1) }) (o2:operand64{ not (OMem? o2 || OStack? o2) }) : ocmp
let va_cmp_ne o1 o2 = BC.ONe o1 o2
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 34, "end_line": 95, "start_col": 0, "start_line": 95 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
o1: Vale.X64.Machine_s.operand64{Prims.op_Negation (OMem? o1 || OStack? o1)} -> o2: Vale.X64.Machine_s.operand64{Prims.op_Negation (OMem? o2 || OStack? o2)} -> Vale.X64.Decls.ocmp
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Machine_s.operand64", "Prims.b2t", "Prims.op_Negation", "Prims.op_BarBar", "Vale.X64.Machine_s.uu___is_OMem", "Vale.X64.Machine_s.nat64", "Vale.X64.Machine_s.reg_64", "Vale.X64.Machine_s.uu___is_OStack", "Vale.X64.Bytes_Code_s.ONe", "Vale.X64.Decls.ocmp" ]
[]
false
false
false
false
false
let va_cmp_ne o1 o2 =
BC.ONe o1 o2
false
Vale.X64.Decls.fst
Vale.X64.Decls.lemma_opr_Mem64
val lemma_opr_Mem64 (id: heaplet_id) (s: va_state) (base: operand64) (offset: int) (b: M.buffer64) (index: int) (t: taint) : Lemma (requires (let h = Map16.sel s.vs_heap.vf_heaplets id in M.mem_inv s.vs_heap /\ OReg? base /\ valid_src_addr h b index ...
val lemma_opr_Mem64 (id: heaplet_id) (s: va_state) (base: operand64) (offset: int) (b: M.buffer64) (index: int) (t: taint) : Lemma (requires (let h = Map16.sel s.vs_heap.vf_heaplets id in M.mem_inv s.vs_heap /\ OReg? base /\ valid_src_addr h b index ...
let lemma_opr_Mem64 (id:heaplet_id) (s:va_state) (base:operand64) (offset:int) (b:M.buffer64) (index:int) (t:taint) : Lemma (requires ( let h = Map16.sel s.vs_heap.vf_heaplets id in M.mem_inv s.vs_heap /\ OReg? base /\ valid_src_addr h b index /\ M.valid_layout_buffer b (s.vs_heap.vf_layout) h fal...
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 30, "end_line": 66, "start_col": 0, "start_line": 44 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
id: Vale.X64.Decls.heaplet_id -> s: Vale.X64.Decls.va_state -> base: Vale.X64.Machine_s.operand64 -> offset: Prims.int -> b: Vale.X64.Memory.buffer64 -> index: Prims.int -> t: Vale.Arch.HeapTypes_s.taint -> FStar.Pervasives.Lemma (requires (let h = Vale.Lib.Map16.sel (Mkvale...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.X64.Decls.heaplet_id", "Vale.X64.Decls.va_state", "Vale.X64.Machine_s.operand64", "Prims.int", "Vale.X64.Memory.buffer64", "Vale.Arch.HeapTypes_s.taint", "Vale.X64.Machine_s.maddr", "Vale.X64.Memory.lemma_load_mem64", "Prims.unit", "Prims._assert", "Vale.X64.Decls.valid_buf_maddr64", "Va...
[]
false
false
true
false
false
let lemma_opr_Mem64 (id: heaplet_id) (s: va_state) (base: operand64) (offset: int) (b: M.buffer64) (index: int) (t: taint) : Lemma (requires (let h = Map16.sel s.vs_heap.vf_heaplets id in M.mem_inv s.vs_heap /\ OReg? base /\ valid_src_addr h b index ...
Vale.X64.Memory_Sems.low_lemma_load_mem64_full b index s.vs_heap t id; let h = M.get_vale_heap s.vs_heap in let t = va_opr_code_Mem64 id base offset t in M.lemma_valid_mem64 b index h; let OMem (m, t) = t in assert (valid_buf_maddr64 (eval_maddr m s) h s.vs_heap.vf_layout b index t); M.lemma_load_mem64 b index h
false
Vale.X64.Decls.fst
Vale.X64.Decls.va_ins_lemma
val va_ins_lemma (c0: va_code) (s0: va_state) : Lemma (requires True) (ensures (forall (i: ins) (s: BS.machine_state). {:pattern (BS.machine_eval_code_ins i s)} BS.machine_eval_code_ins i s == BS.machine_eval_code_ins_def i s))
val va_ins_lemma (c0: va_code) (s0: va_state) : Lemma (requires True) (ensures (forall (i: ins) (s: BS.machine_state). {:pattern (BS.machine_eval_code_ins i s)} BS.machine_eval_code_ins i s == BS.machine_eval_code_ins_def i s))
let va_ins_lemma (c0:va_code) (s0:va_state) : Lemma (requires True) (ensures (forall (i:ins) (s:BS.machine_state).{:pattern (BS.machine_eval_code_ins i s)} BS.machine_eval_code_ins i s == BS.machine_eval_code_ins_def i s) ) = reveal_opaque (`%BS.machine_eval_code_ins) BS.machine_eval_code_ins
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 69, "end_line": 111, "start_col": 0, "start_line": 104 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
c0: Vale.X64.Decls.va_code -> s0: Vale.X64.Decls.va_state -> FStar.Pervasives.Lemma (ensures forall (i: Vale.X64.Decls.ins) (s: Vale.X64.Machine_Semantics_s.machine_state). {:pattern Vale.X64.Machine_Semantics_s.machine_eval_code_ins i s} Vale.X64.Machine_Semantics_s.machine_eval_code_ins i ...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.X64.Decls.va_code", "Vale.X64.Decls.va_state", "FStar.Pervasives.reveal_opaque", "Vale.X64.Machine_Semantics_s.ins", "Vale.X64.Machine_Semantics_s.machine_state", "FStar.Pervasives.Native.option", "Vale.X64.Machine_Semantics_s.machine_eval_code_ins", "Prims.unit", "Prims.l_True", "Prims.squa...
[]
true
false
true
false
false
let va_ins_lemma (c0: va_code) (s0: va_state) : Lemma (requires True) (ensures (forall (i: ins) (s: BS.machine_state). {:pattern (BS.machine_eval_code_ins i s)} BS.machine_eval_code_ins i s == BS.machine_eval_code_ins_def i s)) =
reveal_opaque (`%BS.machine_eval_code_ins) BS.machine_eval_code_ins
false
Vale.PPC64LE.Stack_i.fst
Vale.PPC64LE.Stack_i.vale_stack
val vale_stack : Type u#0
val vale_stack : Type u#0
let vale_stack = machine_stack
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Stack_i.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 30, "end_line": 6, "start_col": 0, "start_line": 6 }
module Vale.PPC64LE.Stack_i open FStar.Mul module BS = Vale.PPC64LE.Semantics_s
{ "checked_file": "/", "dependencies": [ "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.Lib.Set.fsti.checked", "Vale.Arch.MachineHeap.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Map.fsti.checked", "FStar.Classical.fsti.checked" ...
[ { "abbrev": false, "full_module": "Vale.Arch.MachineHeap", "short_module": null }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "f...
{ "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
Type0
Prims.Tot
[ "total" ]
[]
[ "Vale.PPC64LE.Machine_s.machine_stack" ]
[]
false
false
false
true
true
let vale_stack =
machine_stack
false
Vale.PPC64LE.Stack_i.fst
Vale.PPC64LE.Stack_i.valid_src_stack64
val valid_src_stack64 (ptr:int) (h:vale_stack) : GTot bool
val valid_src_stack64 (ptr:int) (h:vale_stack) : GTot bool
let valid_src_stack64 i st = BS.valid_src_stack64 i st
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Stack_i.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 54, "end_line": 8, "start_col": 0, "start_line": 8 }
module Vale.PPC64LE.Stack_i open FStar.Mul module BS = Vale.PPC64LE.Semantics_s open Vale.Arch.MachineHeap let vale_stack = machine_stack
{ "checked_file": "/", "dependencies": [ "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.Lib.Set.fsti.checked", "Vale.Arch.MachineHeap.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Map.fsti.checked", "FStar.Classical.fsti.checked" ...
[ { "abbrev": false, "full_module": "Vale.Arch.MachineHeap", "short_module": null }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "f...
{ "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
ptr: Prims.int -> h: Vale.PPC64LE.Stack_i.vale_stack -> Prims.GTot Prims.bool
Prims.GTot
[ "sometrivial" ]
[]
[ "Prims.int", "Vale.PPC64LE.Stack_i.vale_stack", "Vale.PPC64LE.Semantics_s.valid_src_stack64", "Prims.bool" ]
[]
false
false
false
false
false
let valid_src_stack64 i st =
BS.valid_src_stack64 i st
false
Vale.PPC64LE.Stack_i.fst
Vale.PPC64LE.Stack_i.load_stack128
val load_stack128 (ptr:int) (h:vale_stack) : GTot quad32
val load_stack128 (ptr:int) (h:vale_stack) : GTot quad32
let load_stack128 i st = BS.eval_stack128 i st
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Stack_i.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 46, "end_line": 14, "start_col": 0, "start_line": 14 }
module Vale.PPC64LE.Stack_i open FStar.Mul module BS = Vale.PPC64LE.Semantics_s open Vale.Arch.MachineHeap let vale_stack = machine_stack let valid_src_stack64 i st = BS.valid_src_stack64 i st let load_stack64 i st = BS.eval_stack i st let store_stack64 i v h = BS.update_stack64' i v h let free_stack64 start finish h...
{ "checked_file": "/", "dependencies": [ "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.Lib.Set.fsti.checked", "Vale.Arch.MachineHeap.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Map.fsti.checked", "FStar.Classical.fsti.checked" ...
[ { "abbrev": false, "full_module": "Vale.Arch.MachineHeap", "short_module": null }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "f...
{ "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
ptr: Prims.int -> h: Vale.PPC64LE.Stack_i.vale_stack -> Prims.GTot Vale.PPC64LE.Memory.quad32
Prims.GTot
[ "sometrivial" ]
[]
[ "Prims.int", "Vale.PPC64LE.Stack_i.vale_stack", "Vale.PPC64LE.Semantics_s.eval_stack128", "Vale.PPC64LE.Memory.quad32" ]
[]
false
false
false
false
false
let load_stack128 i st =
BS.eval_stack128 i st
false
Vale.PPC64LE.Stack_i.fst
Vale.PPC64LE.Stack_i.free_stack64
val free_stack64 (start:int) (finish:int) (h:vale_stack) : GTot vale_stack
val free_stack64 (start:int) (finish:int) (h:vale_stack) : GTot vale_stack
let free_stack64 start finish h = BS.free_stack' start finish h
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Stack_i.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 63, "end_line": 11, "start_col": 0, "start_line": 11 }
module Vale.PPC64LE.Stack_i open FStar.Mul module BS = Vale.PPC64LE.Semantics_s open Vale.Arch.MachineHeap let vale_stack = machine_stack let valid_src_stack64 i st = BS.valid_src_stack64 i st let load_stack64 i st = BS.eval_stack i st
{ "checked_file": "/", "dependencies": [ "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.Lib.Set.fsti.checked", "Vale.Arch.MachineHeap.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Map.fsti.checked", "FStar.Classical.fsti.checked" ...
[ { "abbrev": false, "full_module": "Vale.Arch.MachineHeap", "short_module": null }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "f...
{ "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
start: Prims.int -> finish: Prims.int -> h: Vale.PPC64LE.Stack_i.vale_stack -> Prims.GTot Vale.PPC64LE.Stack_i.vale_stack
Prims.GTot
[ "sometrivial" ]
[]
[ "Prims.int", "Vale.PPC64LE.Stack_i.vale_stack", "Vale.PPC64LE.Semantics_s.free_stack'" ]
[]
false
false
false
false
false
let free_stack64 start finish h =
BS.free_stack' start finish h
false
Vale.X64.Decls.fst
Vale.X64.Decls.va_cmp_lt
val va_cmp_lt (o1:operand64{ not (OMem? o1 || OStack? o1) }) (o2:operand64{ not (OMem? o2 || OStack? o2) }) : ocmp
val va_cmp_lt (o1:operand64{ not (OMem? o1 || OStack? o1) }) (o2:operand64{ not (OMem? o2 || OStack? o2) }) : ocmp
let va_cmp_lt o1 o2 = BC.OLt o1 o2
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 34, "end_line": 98, "start_col": 0, "start_line": 98 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
o1: Vale.X64.Machine_s.operand64{Prims.op_Negation (OMem? o1 || OStack? o1)} -> o2: Vale.X64.Machine_s.operand64{Prims.op_Negation (OMem? o2 || OStack? o2)} -> Vale.X64.Decls.ocmp
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Machine_s.operand64", "Prims.b2t", "Prims.op_Negation", "Prims.op_BarBar", "Vale.X64.Machine_s.uu___is_OMem", "Vale.X64.Machine_s.nat64", "Vale.X64.Machine_s.reg_64", "Vale.X64.Machine_s.uu___is_OStack", "Vale.X64.Bytes_Code_s.OLt", "Vale.X64.Decls.ocmp" ]
[]
false
false
false
false
false
let va_cmp_lt o1 o2 =
BC.OLt o1 o2
false
Vale.X64.Decls.fst
Vale.X64.Decls.va_cmp_le
val va_cmp_le (o1:operand64{ not (OMem? o1 || OStack? o1) }) (o2:operand64{ not (OMem? o2 || OStack? o2) }) : ocmp
val va_cmp_le (o1:operand64{ not (OMem? o1 || OStack? o1) }) (o2:operand64{ not (OMem? o2 || OStack? o2) }) : ocmp
let va_cmp_le o1 o2 = BC.OLe o1 o2
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 34, "end_line": 96, "start_col": 0, "start_line": 96 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
o1: Vale.X64.Machine_s.operand64{Prims.op_Negation (OMem? o1 || OStack? o1)} -> o2: Vale.X64.Machine_s.operand64{Prims.op_Negation (OMem? o2 || OStack? o2)} -> Vale.X64.Decls.ocmp
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Machine_s.operand64", "Prims.b2t", "Prims.op_Negation", "Prims.op_BarBar", "Vale.X64.Machine_s.uu___is_OMem", "Vale.X64.Machine_s.nat64", "Vale.X64.Machine_s.reg_64", "Vale.X64.Machine_s.uu___is_OStack", "Vale.X64.Bytes_Code_s.OLe", "Vale.X64.Decls.ocmp" ]
[]
false
false
false
false
false
let va_cmp_le o1 o2 =
BC.OLe o1 o2
false
Vale.X64.Decls.fst
Vale.X64.Decls.lemma_opr_Mem128
val lemma_opr_Mem128 (id: heaplet_id) (s: va_state) (base: operand64) (offset: int) (t: taint) (b: M.buffer128) (index: int) : Lemma (requires (let h = Map16.sel s.vs_heap.vf_heaplets id in M.mem_inv s.vs_heap /\ OReg? base /\ valid_src_addr h b inde...
val lemma_opr_Mem128 (id: heaplet_id) (s: va_state) (base: operand64) (offset: int) (t: taint) (b: M.buffer128) (index: int) : Lemma (requires (let h = Map16.sel s.vs_heap.vf_heaplets id in M.mem_inv s.vs_heap /\ OReg? base /\ valid_src_addr h b inde...
let lemma_opr_Mem128 (id:heaplet_id) (s:va_state) (base:operand64) (offset:int) (t:taint) (b:M.buffer128) (index:int) : Lemma (requires ( let h = Map16.sel s.vs_heap.vf_heaplets id in M.mem_inv s.vs_heap /\ OReg? base /\ valid_src_addr h b index /\ M.valid_layout_buffer b (s.vs_heap.vf_layout) h f...
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 31, "end_line": 90, "start_col": 0, "start_line": 68 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
id: Vale.X64.Decls.heaplet_id -> s: Vale.X64.Decls.va_state -> base: Vale.X64.Machine_s.operand64 -> offset: Prims.int -> t: Vale.Arch.HeapTypes_s.taint -> b: Vale.X64.Memory.buffer128 -> index: Prims.int -> FStar.Pervasives.Lemma (requires (let h = Vale.Lib.Map16.sel (Mkval...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.X64.Decls.heaplet_id", "Vale.X64.Decls.va_state", "Vale.X64.Machine_s.operand64", "Prims.int", "Vale.Arch.HeapTypes_s.taint", "Vale.X64.Memory.buffer128", "Vale.X64.Machine_s.maddr", "Vale.X64.Memory.lemma_load_mem128", "Prims.unit", "Prims._assert", "Vale.X64.Decls.valid_buf_maddr128", ...
[]
false
false
true
false
false
let lemma_opr_Mem128 (id: heaplet_id) (s: va_state) (base: operand64) (offset: int) (t: taint) (b: M.buffer128) (index: int) : Lemma (requires (let h = Map16.sel s.vs_heap.vf_heaplets id in M.mem_inv s.vs_heap /\ OReg? base /\ valid_src_addr h b inde...
Vale.X64.Memory_Sems.low_lemma_load_mem128_full b index s.vs_heap t id; let h = M.get_vale_heap s.vs_heap in let t = va_opr_code_Mem128 id base offset t in M.lemma_valid_mem128 b index h; let OMem (m, t) = t in assert (valid_buf_maddr128 (eval_maddr m s) h s.vs_heap.vf_layout b index t); M.lemma_load_mem128 b index h
false
Vale.X64.Decls.fst
Vale.X64.Decls.print_footer
val print_footer : printer -> FStar.All.ML unit
val print_footer : printer -> FStar.All.ML unit
let print_footer = P.print_footer
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 33, "end_line": 148, "start_col": 0, "start_line": 148 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
_: Vale.X64.Decls.printer -> FStar.All.ML Prims.unit
FStar.All.ML
[ "ml" ]
[]
[ "Vale.X64.Print_s.print_footer" ]
[]
false
true
false
false
false
let print_footer =
P.print_footer
false
Vale.PPC64LE.Stack_i.fst
Vale.PPC64LE.Stack_i.store_stack128
val store_stack128 (ptr:int) (v:quad32) (h:vale_stack) : GTot vale_stack
val store_stack128 (ptr:int) (v:quad32) (h:vale_stack) : GTot vale_stack
let store_stack128 i v h = BS.update_stack128' i v h
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Stack_i.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 52, "end_line": 15, "start_col": 0, "start_line": 15 }
module Vale.PPC64LE.Stack_i open FStar.Mul module BS = Vale.PPC64LE.Semantics_s open Vale.Arch.MachineHeap let vale_stack = machine_stack let valid_src_stack64 i st = BS.valid_src_stack64 i st let load_stack64 i st = BS.eval_stack i st let store_stack64 i v h = BS.update_stack64' i v h let free_stack64 start finish h...
{ "checked_file": "/", "dependencies": [ "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.Lib.Set.fsti.checked", "Vale.Arch.MachineHeap.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Map.fsti.checked", "FStar.Classical.fsti.checked" ...
[ { "abbrev": false, "full_module": "Vale.Arch.MachineHeap", "short_module": null }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "f...
{ "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
ptr: Prims.int -> v: Vale.PPC64LE.Memory.quad32 -> h: Vale.PPC64LE.Stack_i.vale_stack -> Prims.GTot Vale.PPC64LE.Stack_i.vale_stack
Prims.GTot
[ "sometrivial" ]
[]
[ "Prims.int", "Vale.PPC64LE.Memory.quad32", "Vale.PPC64LE.Stack_i.vale_stack", "Vale.PPC64LE.Semantics_s.update_stack128'" ]
[]
false
false
false
false
false
let store_stack128 i v h =
BS.update_stack128' i v h
false
Vale.X64.Decls.fst
Vale.X64.Decls.print_proc
val print_proc : (name:string) -> (code:va_code) -> (label:int) -> (p:printer) -> FStar.All.ML int
val print_proc : (name:string) -> (code:va_code) -> (label:int) -> (p:printer) -> FStar.All.ML int
let print_proc = P.print_proc
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 29, "end_line": 147, "start_col": 0, "start_line": 147 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
name: Prims.string -> code: Vale.X64.Decls.va_code -> label: Prims.int -> p: Vale.X64.Decls.printer -> FStar.All.ML Prims.int
FStar.All.ML
[ "ml" ]
[]
[ "Vale.X64.Print_s.print_proc" ]
[]
false
true
false
false
false
let print_proc =
P.print_proc
false
Vale.X64.Decls.fst
Vale.X64.Decls.print_header
val print_header : printer -> FStar.All.ML unit
val print_header : printer -> FStar.All.ML unit
let print_header = P.print_header
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 33, "end_line": 146, "start_col": 0, "start_line": 146 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
_: Vale.X64.Decls.printer -> FStar.All.ML Prims.unit
FStar.All.ML
[ "ml" ]
[]
[ "Vale.X64.Print_s.print_header" ]
[]
false
true
false
false
false
let print_header =
P.print_header
false
Vale.PPC64LE.Stack_i.fst
Vale.PPC64LE.Stack_i.valid_src_stack128
val valid_src_stack128 (ptr:int) (h:vale_stack) : GTot bool
val valid_src_stack128 (ptr:int) (h:vale_stack) : GTot bool
let valid_src_stack128 i st = BS.valid_src_stack128 i st
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Stack_i.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 56, "end_line": 13, "start_col": 0, "start_line": 13 }
module Vale.PPC64LE.Stack_i open FStar.Mul module BS = Vale.PPC64LE.Semantics_s open Vale.Arch.MachineHeap let vale_stack = machine_stack let valid_src_stack64 i st = BS.valid_src_stack64 i st let load_stack64 i st = BS.eval_stack i st let store_stack64 i v h = BS.update_stack64' i v h let free_stack64 start finish h...
{ "checked_file": "/", "dependencies": [ "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.Lib.Set.fsti.checked", "Vale.Arch.MachineHeap.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Map.fsti.checked", "FStar.Classical.fsti.checked" ...
[ { "abbrev": false, "full_module": "Vale.Arch.MachineHeap", "short_module": null }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "f...
{ "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
ptr: Prims.int -> h: Vale.PPC64LE.Stack_i.vale_stack -> Prims.GTot Prims.bool
Prims.GTot
[ "sometrivial" ]
[]
[ "Prims.int", "Vale.PPC64LE.Stack_i.vale_stack", "Vale.PPC64LE.Semantics_s.valid_src_stack128", "Prims.bool" ]
[]
false
false
false
false
false
let valid_src_stack128 i st =
BS.valid_src_stack128 i st
false
Vale.PPC64LE.Stack_i.fst
Vale.PPC64LE.Stack_i.store_stack64
val store_stack64 (ptr:int) (v:nat64) (h:vale_stack) : GTot vale_stack
val store_stack64 (ptr:int) (v:nat64) (h:vale_stack) : GTot vale_stack
let store_stack64 i v h = BS.update_stack64' i v h
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Stack_i.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 50, "end_line": 10, "start_col": 0, "start_line": 10 }
module Vale.PPC64LE.Stack_i open FStar.Mul module BS = Vale.PPC64LE.Semantics_s open Vale.Arch.MachineHeap let vale_stack = machine_stack let valid_src_stack64 i st = BS.valid_src_stack64 i st
{ "checked_file": "/", "dependencies": [ "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.Lib.Set.fsti.checked", "Vale.Arch.MachineHeap.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Map.fsti.checked", "FStar.Classical.fsti.checked" ...
[ { "abbrev": false, "full_module": "Vale.Arch.MachineHeap", "short_module": null }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "f...
{ "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
ptr: Prims.int -> v: Vale.PPC64LE.Memory.nat64 -> h: Vale.PPC64LE.Stack_i.vale_stack -> Prims.GTot Vale.PPC64LE.Stack_i.vale_stack
Prims.GTot
[ "sometrivial" ]
[]
[ "Prims.int", "Vale.PPC64LE.Memory.nat64", "Vale.PPC64LE.Stack_i.vale_stack", "Vale.PPC64LE.Semantics_s.update_stack64'" ]
[]
false
false
false
false
false
let store_stack64 i v h =
BS.update_stack64' i v h
false
Vale.X64.Decls.fst
Vale.X64.Decls.printer
val printer : Type0
val printer : Type0
let printer = P.printer
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 23, "end_line": 144, "start_col": 0, "start_line": 144 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
Type0
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Print_s.printer" ]
[]
false
false
false
true
true
let printer =
P.printer
false
Vale.PPC64LE.Stack_i.fst
Vale.PPC64LE.Stack_i.free_stack128
val free_stack128 (start:int) (finish:int) (h:vale_stack) : GTot vale_stack
val free_stack128 (start:int) (finish:int) (h:vale_stack) : GTot vale_stack
let free_stack128 start finish h = BS.free_stack' start finish h
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Stack_i.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 64, "end_line": 16, "start_col": 0, "start_line": 16 }
module Vale.PPC64LE.Stack_i open FStar.Mul module BS = Vale.PPC64LE.Semantics_s open Vale.Arch.MachineHeap let vale_stack = machine_stack let valid_src_stack64 i st = BS.valid_src_stack64 i st let load_stack64 i st = BS.eval_stack i st let store_stack64 i v h = BS.update_stack64' i v h let free_stack64 start finish h...
{ "checked_file": "/", "dependencies": [ "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.Lib.Set.fsti.checked", "Vale.Arch.MachineHeap.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Map.fsti.checked", "FStar.Classical.fsti.checked" ...
[ { "abbrev": false, "full_module": "Vale.Arch.MachineHeap", "short_module": null }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "f...
{ "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
start: Prims.int -> finish: Prims.int -> h: Vale.PPC64LE.Stack_i.vale_stack -> Prims.GTot Vale.PPC64LE.Stack_i.vale_stack
Prims.GTot
[ "sometrivial" ]
[]
[ "Prims.int", "Vale.PPC64LE.Stack_i.vale_stack", "Vale.PPC64LE.Semantics_s.free_stack'" ]
[]
false
false
false
false
false
let free_stack128 start finish h =
BS.free_stack' start finish h
false
Vale.X64.Decls.fst
Vale.X64.Decls.masm
val masm : printer
val masm : printer
let masm = P.masm
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 17, "end_line": 149, "start_col": 0, "start_line": 149 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
Vale.X64.Decls.printer
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Print_s.masm" ]
[]
false
false
false
true
false
let masm =
P.masm
false
Vale.X64.Decls.fst
Vale.X64.Decls.gcc_linux
val gcc_linux : printer
val gcc_linux : printer
let gcc_linux = P.gcc_linux
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 27, "end_line": 151, "start_col": 0, "start_line": 151 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
Vale.X64.Decls.printer
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Print_s.gcc_linux" ]
[]
false
false
false
true
false
let gcc_linux =
P.gcc_linux
false
Vale.X64.Decls.fst
Vale.X64.Decls.print_string
val print_string : string -> FStar.All.ML unit
val print_string : string -> FStar.All.ML unit
let print_string = FStar.IO.print_string
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 40, "end_line": 145, "start_col": 0, "start_line": 145 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
_: Prims.string -> FStar.All.ML Prims.unit
FStar.All.ML
[ "ml" ]
[]
[ "FStar.IO.print_string" ]
[]
false
true
false
false
false
let print_string =
FStar.IO.print_string
false
Vale.PPC64LE.Stack_i.fst
Vale.PPC64LE.Stack_i.init_r1
val init_r1 (h:vale_stack) : (n:nat64{n >= 65536})
val init_r1 (h:vale_stack) : (n:nat64{n >= 65536})
let init_r1 h = h.initial_r1
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Stack_i.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 28, "end_line": 18, "start_col": 0, "start_line": 18 }
module Vale.PPC64LE.Stack_i open FStar.Mul module BS = Vale.PPC64LE.Semantics_s open Vale.Arch.MachineHeap let vale_stack = machine_stack let valid_src_stack64 i st = BS.valid_src_stack64 i st let load_stack64 i st = BS.eval_stack i st let store_stack64 i v h = BS.update_stack64' i v h let free_stack64 start finish h...
{ "checked_file": "/", "dependencies": [ "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.Lib.Set.fsti.checked", "Vale.Arch.MachineHeap.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Map.fsti.checked", "FStar.Classical.fsti.checked" ...
[ { "abbrev": false, "full_module": "Vale.Arch.MachineHeap", "short_module": null }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "f...
{ "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
h: Vale.PPC64LE.Stack_i.vale_stack -> n: Vale.PPC64LE.Memory.nat64{n >= 65536}
Prims.Tot
[ "total" ]
[]
[ "Vale.PPC64LE.Stack_i.vale_stack", "Vale.PPC64LE.Machine_s.__proj__Machine_stack__item__initial_r1", "Vale.PPC64LE.Memory.nat64", "Prims.b2t", "Prims.op_GreaterThanOrEqual" ]
[]
false
false
false
false
false
let init_r1 h =
h.initial_r1
false
Vale.X64.Decls.fst
Vale.X64.Decls.gcc
val gcc : printer
val gcc : printer
let gcc = P.gcc
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 15, "end_line": 150, "start_col": 0, "start_line": 150 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
Vale.X64.Decls.printer
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Print_s.gcc" ]
[]
false
false
false
true
false
let gcc =
P.gcc
false
Vale.X64.Decls.fst
Vale.X64.Decls.va_cmp_gt
val va_cmp_gt (o1:operand64{ not (OMem? o1 || OStack? o1) }) (o2:operand64{ not (OMem? o2 || OStack? o2) }) : ocmp
val va_cmp_gt (o1:operand64{ not (OMem? o1 || OStack? o1) }) (o2:operand64{ not (OMem? o2 || OStack? o2) }) : ocmp
let va_cmp_gt o1 o2 = BC.OGt o1 o2
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 34, "end_line": 99, "start_col": 0, "start_line": 99 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
o1: Vale.X64.Machine_s.operand64{Prims.op_Negation (OMem? o1 || OStack? o1)} -> o2: Vale.X64.Machine_s.operand64{Prims.op_Negation (OMem? o2 || OStack? o2)} -> Vale.X64.Decls.ocmp
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Machine_s.operand64", "Prims.b2t", "Prims.op_Negation", "Prims.op_BarBar", "Vale.X64.Machine_s.uu___is_OMem", "Vale.X64.Machine_s.nat64", "Vale.X64.Machine_s.reg_64", "Vale.X64.Machine_s.uu___is_OStack", "Vale.X64.Bytes_Code_s.OGt", "Vale.X64.Decls.ocmp" ]
[]
false
false
false
false
false
let va_cmp_gt o1 o2 =
BC.OGt o1 o2
false
NatHeap.fsti
NatHeap.max
val max (n m: nat) : nat
val max (n m: nat) : nat
let max (n m:nat) : nat = if n > m then n else m
{ "file_name": "examples/preorders/NatHeap.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 24, "end_line": 120, "start_col": 0, "start_line": 119 }
(* 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.Preorder.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.FunctionalExtensionality.fsti.checked" ], "interface_file": false, "source_file": "NatHeap.fsti" }
[ { "abbrev": false, "full_module": "FStar.Set", "short_module": null }, { "abbrev": true, "full_module": "FStar.FunctionalExtensionality", "short_module": "F" }, { "abbrev": false, "full_module": "FStar.Preorder", "short_module": null }, { "abbrev": false, "ful...
{ "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: Prims.nat -> m: Prims.nat -> Prims.nat
Prims.Tot
[ "total" ]
[]
[ "Prims.nat", "Prims.op_GreaterThan", "Prims.bool" ]
[]
false
false
false
true
false
let max (n m: nat) : nat =
if n > m then n else m
false
Pulse.Syntax.Base.fst
Pulse.Syntax.Base.eq_st_term
val eq_st_term (t1 t2:st_term) : b:bool { b <==> (t1 == t2) }
val eq_st_term (t1 t2:st_term) : b:bool { b <==> (t1 == t2) }
let rec eq_st_term (t1 t2:st_term) : b:bool { b <==> (t1 == t2) } = match t1.term, t2.term with | Tm_Return {expected_type=ty1; insert_eq=b1; term=t1}, Tm_Return {expected_type=ty2; insert_eq=b2; term=t2} -> eq_tm ty1 ty2 && b1 = b2 && eq_tm t1 t2 | Tm_Abs { b=b1; q=o1; ascription...
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 40, "end_line": 299, "start_col": 0, "start_line": 179 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.TermEq.fst.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflection.Typing.Builtins.fsti.checked", "FStar.Reflection.Typing.fsti.checked",...
[ { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "FStar.Reflection.V2", "short_module": "R" }, { "abbrev": true, "full_module": "FStar.Reflection.Typing", "short_module": "RT" }, { "abbrev": true, "fu...
{ "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.st_term -> t2: Pulse.Syntax.Base.st_term -> b: Prims.bool{b <==> t1 == t2}
Prims.Tot
[ "total" ]
[ "eq_st_term", "eq_branch" ]
[ "Pulse.Syntax.Base.st_term", "FStar.Pervasives.Native.Mktuple2", "Pulse.Syntax.Base.st_term'", "Pulse.Syntax.Base.__proj__Mkst_term__item__term", "Pulse.Syntax.Base.term", "Prims.bool", "Prims.op_AmpAmp", "Pulse.Syntax.Base.eq_tm", "Prims.op_Equality", "Pulse.Syntax.Base.binder", "FStar.Pervasiv...
[ "mutual recursion" ]
false
false
false
false
false
let rec eq_st_term (t1 t2: st_term) : b: bool{b <==> (t1 == t2)} =
match t1.term, t2.term with | Tm_Return { expected_type = ty1 ; insert_eq = b1 ; term = t1 }, Tm_Return { expected_type = ty2 ; insert_eq = b2 ; term = t2 } -> eq_tm ty1 ty2 && b1 = b2 && eq_tm t1 t2 | Tm_Abs { b = b1 ; q = o1 ; ascription = c1 ; body = t1 }, Tm_Abs { b = b2 ; q = o2 ; ascription = c2 ; body = t2 } -...
false
FStar.UInt32.fsti
FStar.UInt32.n
val n : Prims.int
let n = 32
{ "file_name": "ulib/FStar.UInt32.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 17, "end_line": 20, "start_col": 7, "start_line": 20 }
(* 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.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false, "source_file": "FStar.UInt32.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.int
Prims.Tot
[ "total" ]
[]
[]
[]
false
false
false
true
false
let n =
32
false
Vale.X64.Decls.fst
Vale.X64.Decls.va_lemma_ifElseFalse_total
val va_lemma_ifElseFalse_total (ifb:ocmp) (ct:va_code) (cf:va_code) (s0:va_state) (f0:va_fuel) (sM:va_state) : Lemma (requires valid_ocmp ifb s0 /\ not (eval_ocmp s0 ifb) /\ eval_code cf ({s0 with vs_flags = havoc_flags}) f0 sM ) (ensures eval_code (IfElse ifb ct cf) s0 f0 sM )
val va_lemma_ifElseFalse_total (ifb:ocmp) (ct:va_code) (cf:va_code) (s0:va_state) (f0:va_fuel) (sM:va_state) : Lemma (requires valid_ocmp ifb s0 /\ not (eval_ocmp s0 ifb) /\ eval_code cf ({s0 with vs_flags = havoc_flags}) f0 sM ) (ensures eval_code (IfElse ifb ct cf) s0 f0 sM )
let va_lemma_ifElseFalse_total = Lemmas.lemma_ifElseFalse_total
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 63, "end_line": 138, "start_col": 0, "start_line": 138 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
ifb: Vale.X64.Decls.ocmp -> ct: Vale.X64.Decls.va_code -> cf: Vale.X64.Decls.va_code -> s0: Vale.X64.Decls.va_state -> f0: Vale.X64.Decls.va_fuel -> sM: Vale.X64.Decls.va_state -> FStar.Pervasives.Lemma (requires Vale.X64.Decls.valid_ocmp ifb s0 /\ Prims.op_Negation (Vale.X64.De...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.X64.Lemmas.lemma_ifElseFalse_total" ]
[]
true
false
true
false
false
let va_lemma_ifElseFalse_total =
Lemmas.lemma_ifElseFalse_total
false
FStar.UInt32.fsti
FStar.UInt32.gt
val gt (a b: t) : Tot bool
val gt (a b: t) : Tot bool
let gt (a:t) (b:t) : Tot bool = gt #n (v a) (v b)
{ "file_name": "ulib/FStar.UInt32.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 49, "end_line": 226, "start_col": 0, "start_line": 226 }
(* 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.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false, "source_file": "FStar.UInt32.fsti" }
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.UInt", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sh...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: FStar.UInt32.t -> b: FStar.UInt32.t -> Prims.bool
Prims.Tot
[ "total" ]
[]
[ "FStar.UInt32.t", "FStar.UInt.gt", "FStar.UInt32.n", "FStar.UInt32.v", "Prims.bool" ]
[]
false
false
false
true
false
let gt (a b: t) : Tot bool =
gt #n (v a) (v b)
false
FStar.UInt32.fsti
FStar.UInt32.lt
val lt (a b: t) : Tot bool
val lt (a b: t) : Tot bool
let lt (a:t) (b:t) : Tot bool = lt #n (v a) (v b)
{ "file_name": "ulib/FStar.UInt32.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 49, "end_line": 232, "start_col": 0, "start_line": 232 }
(* 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.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false, "source_file": "FStar.UInt32.fsti" }
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.UInt", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sh...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: FStar.UInt32.t -> b: FStar.UInt32.t -> Prims.bool
Prims.Tot
[ "total" ]
[]
[ "FStar.UInt32.t", "FStar.UInt.lt", "FStar.UInt32.n", "FStar.UInt32.v", "Prims.bool" ]
[]
false
false
false
true
false
let lt (a b: t) : Tot bool =
lt #n (v a) (v b)
false
FStar.UInt32.fsti
FStar.UInt32.gte
val gte (a b: t) : Tot bool
val gte (a b: t) : Tot bool
let gte (a:t) (b:t) : Tot bool = gte #n (v a) (v b)
{ "file_name": "ulib/FStar.UInt32.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 51, "end_line": 229, "start_col": 0, "start_line": 229 }
(* 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.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false, "source_file": "FStar.UInt32.fsti" }
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.UInt", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sh...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: FStar.UInt32.t -> b: FStar.UInt32.t -> Prims.bool
Prims.Tot
[ "total" ]
[]
[ "FStar.UInt32.t", "FStar.UInt.gte", "FStar.UInt32.n", "FStar.UInt32.v", "Prims.bool" ]
[]
false
false
false
true
false
let gte (a b: t) : Tot bool =
gte #n (v a) (v b)
false
Pulse.Syntax.Base.fst
Pulse.Syntax.Base.eq_branch
val eq_branch (b1 b2: pattern & st_term) : b: bool{b <==> (b1 == b2)}
val eq_branch (b1 b2: pattern & st_term) : b: bool{b <==> (b1 == b2)}
let rec eq_st_term (t1 t2:st_term) : b:bool { b <==> (t1 == t2) } = match t1.term, t2.term with | Tm_Return {expected_type=ty1; insert_eq=b1; term=t1}, Tm_Return {expected_type=ty2; insert_eq=b2; term=t2} -> eq_tm ty1 ty2 && b1 = b2 && eq_tm t1 t2 | Tm_Abs { b=b1; q=o1; ascription...
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 40, "end_line": 299, "start_col": 0, "start_line": 179 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.TermEq.fst.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflection.Typing.Builtins.fsti.checked", "FStar.Reflection.Typing.fsti.checked",...
[ { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "FStar.Reflection.V2", "short_module": "R" }, { "abbrev": true, "full_module": "FStar.Reflection.Typing", "short_module": "RT" }, { "abbrev": true, "fu...
{ "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
b1: (Pulse.Syntax.Base.pattern * Pulse.Syntax.Base.st_term) -> b2: (Pulse.Syntax.Base.pattern * Pulse.Syntax.Base.st_term) -> b: Prims.bool{b <==> b1 == b2}
Prims.Tot
[ "total" ]
[ "eq_st_term", "eq_branch" ]
[ "FStar.Pervasives.Native.tuple2", "Pulse.Syntax.Base.pattern", "Pulse.Syntax.Base.st_term", "Prims.op_AmpAmp", "Pulse.Syntax.Base.eq_pattern", "Pulse.Syntax.Base.eq_st_term", "Prims.bool", "Prims.l_iff", "Prims.b2t", "Prims.eq2" ]
[ "mutual recursion" ]
false
false
false
false
false
let rec eq_branch (b1 b2: pattern & st_term) : b: bool{b <==> (b1 == b2)} =
let p1, e1 = b1 in let p2, e2 = b2 in eq_pattern p1 p2 && eq_st_term e1 e2
false
Vale.X64.Decls.fst
Vale.X64.Decls.va_lemma_ifElse_total
val va_lemma_ifElse_total (ifb:ocmp) (ct:va_code) (cf:va_code) (s0:va_state) : Ghost (bool & va_state & va_state & va_fuel) (requires True) (ensures (fun (cond, sM, sN, f0) -> cond == eval_ocmp s0 ifb /\ sM == {s0 with vs_flags = havoc_flags} ))
val va_lemma_ifElse_total (ifb:ocmp) (ct:va_code) (cf:va_code) (s0:va_state) : Ghost (bool & va_state & va_state & va_fuel) (requires True) (ensures (fun (cond, sM, sN, f0) -> cond == eval_ocmp s0 ifb /\ sM == {s0 with vs_flags = havoc_flags} ))
let va_lemma_ifElse_total = Lemmas.lemma_ifElse_total
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 53, "end_line": 136, "start_col": 0, "start_line": 136 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
ifb: Vale.X64.Decls.ocmp -> ct: Vale.X64.Decls.va_code -> cf: Vale.X64.Decls.va_code -> s0: Vale.X64.Decls.va_state -> Prims.Ghost (((Prims.bool * Vale.X64.Decls.va_state) * Vale.X64.Decls.va_state) * Vale.X64.Decls.va_fuel)
Prims.Ghost
[]
[]
[ "Vale.X64.Lemmas.lemma_ifElse_total" ]
[]
false
false
false
false
false
let va_lemma_ifElse_total =
Lemmas.lemma_ifElse_total
false
FStar.UInt32.fsti
FStar.UInt32.eq
val eq (a b: t) : Tot bool
val eq (a b: t) : Tot bool
let eq (a:t) (b:t) : Tot bool = eq #n (v a) (v b)
{ "file_name": "ulib/FStar.UInt32.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 49, "end_line": 223, "start_col": 0, "start_line": 223 }
(* 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.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false, "source_file": "FStar.UInt32.fsti" }
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.UInt", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sh...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: FStar.UInt32.t -> b: FStar.UInt32.t -> Prims.bool
Prims.Tot
[ "total" ]
[]
[ "FStar.UInt32.t", "FStar.UInt.eq", "FStar.UInt32.n", "FStar.UInt32.v", "Prims.bool" ]
[]
false
false
false
true
false
let eq (a b: t) : Tot bool =
eq #n (v a) (v b)
false
FStar.UInt32.fsti
FStar.UInt32.lte
val lte (a b: t) : Tot bool
val lte (a b: t) : Tot bool
let lte (a:t) (b:t) : Tot bool = lte #n (v a) (v b)
{ "file_name": "ulib/FStar.UInt32.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 51, "end_line": 235, "start_col": 0, "start_line": 235 }
(* 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.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false, "source_file": "FStar.UInt32.fsti" }
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.UInt", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sh...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: FStar.UInt32.t -> b: FStar.UInt32.t -> Prims.bool
Prims.Tot
[ "total" ]
[]
[ "FStar.UInt32.t", "FStar.UInt.lte", "FStar.UInt32.n", "FStar.UInt32.v", "Prims.bool" ]
[]
false
false
false
true
false
let lte (a b: t) : Tot bool =
lte #n (v a) (v b)
false
FStar.UInt32.fsti
FStar.UInt32.op_Plus_Hat
val op_Plus_Hat : a: FStar.UInt32.t -> b: FStar.UInt32.t -> Prims.Pure FStar.UInt32.t
let op_Plus_Hat = add
{ "file_name": "ulib/FStar.UInt32.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 28, "end_line": 316, "start_col": 7, "start_line": 316 }
(* 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.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false, "source_file": "FStar.UInt32.fsti" }
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.UInt", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sh...
{ "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: FStar.UInt32.t -> b: FStar.UInt32.t -> Prims.Pure FStar.UInt32.t
Prims.Pure
[]
[]
[ "FStar.UInt32.add" ]
[]
false
false
false
false
false
let op_Plus_Hat =
add
false
Vale.PPC64LE.Stack_i.fst
Vale.PPC64LE.Stack_i.valid_taint_stack64
val valid_taint_stack64 (ptr:int) (t:taint) (stackTaint:memtaint) : GTot prop0
val valid_taint_stack64 (ptr:int) (t:taint) (stackTaint:memtaint) : GTot prop0
let valid_taint_stack64 ptr t stackTaint = Map.sel stackTaint ptr = t && Map.sel stackTaint (ptr + 1) = t && Map.sel stackTaint (ptr + 2) = t && Map.sel stackTaint (ptr + 3) = t && Map.sel stackTaint (ptr + 4) = t && Map.sel stackTaint (ptr + 5) = t && Map.sel stackTaint (ptr + 6) = t && Map.sel stackTa...
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Stack_i.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 34, "end_line": 120, "start_col": 0, "start_line": 112 }
module Vale.PPC64LE.Stack_i open FStar.Mul module BS = Vale.PPC64LE.Semantics_s open Vale.Arch.MachineHeap let vale_stack = machine_stack let valid_src_stack64 i st = BS.valid_src_stack64 i st let load_stack64 i st = BS.eval_stack i st let store_stack64 i v h = BS.update_stack64' i v h let free_stack64 start finish h...
{ "checked_file": "/", "dependencies": [ "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.Lib.Set.fsti.checked", "Vale.Arch.MachineHeap.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Map.fsti.checked", "FStar.Classical.fsti.checked" ...
[ { "abbrev": false, "full_module": "Vale.Arch.MachineHeap", "short_module": null }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "f...
{ "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
ptr: Prims.int -> t: Vale.Arch.HeapTypes_s.taint -> stackTaint: Vale.PPC64LE.Memory.memtaint -> Prims.GTot Vale.Def.Prop_s.prop0
Prims.GTot
[ "sometrivial" ]
[]
[ "Prims.int", "Vale.Arch.HeapTypes_s.taint", "Vale.PPC64LE.Memory.memtaint", "Prims.b2t", "Prims.op_AmpAmp", "Prims.op_Equality", "FStar.Map.sel", "Prims.op_Addition", "Vale.Def.Prop_s.prop0" ]
[]
false
false
false
false
false
let valid_taint_stack64 ptr t stackTaint =
Map.sel stackTaint ptr = t && Map.sel stackTaint (ptr + 1) = t && Map.sel stackTaint (ptr + 2) = t && Map.sel stackTaint (ptr + 3) = t && Map.sel stackTaint (ptr + 4) = t && Map.sel stackTaint (ptr + 5) = t && Map.sel stackTaint (ptr + 6) = t && Map.sel stackTaint (ptr + 7) = t
false
Steel.ST.Array.Swap.fst
Steel.ST.Array.Swap.array_upd
val array_upd (#t: Type) (a: array t) : Tot (Gen.array_upd_t (array_pts_to a))
val array_upd (#t: Type) (a: array t) : Tot (Gen.array_upd_t (array_pts_to a))
let array_upd (#t: Type) (a: array t) : Tot (Gen.array_upd_t (array_pts_to a)) = fun s n i x -> upd a i x; return _
{ "file_name": "lib/steel/Steel.ST.Array.Swap.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 12, "end_line": 26, "start_col": 0, "start_line": 20 }
module Steel.ST.Array.Swap open Steel.ST.GenElim open Steel.ST.Array // for pts_to module Gen = Steel.ST.GenArraySwap [@@__reduce__] let array_pts_to (#t: Type) (a: array t) : Tot (Gen.array_pts_to_t t) = fun s -> pts_to a full_perm (Ghost.reveal s) inline_for_extraction let array_index (#t: Type) (a: array t)...
{ "checked_file": "/", "dependencies": [ "Steel.ST.GenElim.fsti.checked", "Steel.ST.GenArraySwap.fsti.checked", "Steel.ST.Array.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked" ], "interface_file": true, "source_file": "Steel.ST.Array.Swap...
[ { "abbrev": false, "full_module": "Steel.ST.Array // for pts_to", "short_module": null }, { "abbrev": true, "full_module": "Steel.ST.GenArraySwap", "short_module": "Gen" }, { "abbrev": false, "full_module": "Steel.ST.Array", "short_module": null }, { "abbrev": fal...
{ "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: Steel.ST.Array.array t -> Steel.ST.GenArraySwap.array_upd_t (Steel.ST.Array.Swap.array_pts_to a)
Prims.Tot
[ "total" ]
[]
[ "Steel.ST.Array.array", "FStar.Ghost.erased", "FStar.Seq.Base.seq", "FStar.SizeT.t", "Steel.ST.Util.return", "FStar.Ghost.hide", "FStar.Set.set", "Steel.Memory.iname", "FStar.Set.empty", "Steel.ST.Array.pts_to", "Steel.FractionalPermission.full_perm", "FStar.Ghost.reveal", "Steel.Effect.Comm...
[]
false
false
false
false
false
let array_upd (#t: Type) (a: array t) : Tot (Gen.array_upd_t (array_pts_to a)) =
fun s n i x -> upd a i x; return _
false
Vale.PPC64LE.Stack_i.fst
Vale.PPC64LE.Stack_i.store_taint_stack128
val store_taint_stack128 (ptr:int) (t:taint) (stackTaint:memtaint) : GTot memtaint
val store_taint_stack128 (ptr:int) (t:taint) (stackTaint:memtaint) : GTot memtaint
let store_taint_stack128 ptr t stackTaint = BS.update_n ptr 16 stackTaint t
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Stack_i.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 75, "end_line": 142, "start_col": 0, "start_line": 142 }
module Vale.PPC64LE.Stack_i open FStar.Mul module BS = Vale.PPC64LE.Semantics_s open Vale.Arch.MachineHeap let vale_stack = machine_stack let valid_src_stack64 i st = BS.valid_src_stack64 i st let load_stack64 i st = BS.eval_stack i st let store_stack64 i v h = BS.update_stack64' i v h let free_stack64 start finish h...
{ "checked_file": "/", "dependencies": [ "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.Lib.Set.fsti.checked", "Vale.Arch.MachineHeap.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Map.fsti.checked", "FStar.Classical.fsti.checked" ...
[ { "abbrev": false, "full_module": "Vale.Arch.MachineHeap", "short_module": null }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "f...
{ "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
ptr: Prims.int -> t: Vale.Arch.HeapTypes_s.taint -> stackTaint: Vale.PPC64LE.Memory.memtaint -> Prims.GTot Vale.PPC64LE.Memory.memtaint
Prims.GTot
[ "sometrivial" ]
[]
[ "Prims.int", "Vale.Arch.HeapTypes_s.taint", "Vale.PPC64LE.Memory.memtaint", "Vale.PPC64LE.Semantics_s.update_n" ]
[]
false
false
false
false
false
let store_taint_stack128 ptr t stackTaint =
BS.update_n ptr 16 stackTaint t
false
FStar.UInt32.fsti
FStar.UInt32.op_Plus_Question_Hat
val op_Plus_Question_Hat : a: FStar.UInt32.t -> b: FStar.UInt32.t -> Prims.Pure FStar.UInt32.t
let op_Plus_Question_Hat = add_underspec
{ "file_name": "ulib/FStar.UInt32.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 47, "end_line": 317, "start_col": 7, "start_line": 317 }
(* 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.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false, "source_file": "FStar.UInt32.fsti" }
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.UInt", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sh...
{ "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: FStar.UInt32.t -> b: FStar.UInt32.t -> Prims.Pure FStar.UInt32.t
Prims.Pure
[]
[]
[ "FStar.UInt32.add_underspec" ]
[]
false
false
false
false
false
let op_Plus_Question_Hat =
add_underspec
false
FStar.UInt32.fsti
FStar.UInt32.n_minus_one
val n_minus_one : FStar.UInt32.t
let n_minus_one = uint_to_t (n - 1)
{ "file_name": "ulib/FStar.UInt32.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 35, "end_line": 244, "start_col": 0, "start_line": 244 }
(* 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.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false, "source_file": "FStar.UInt32.fsti" }
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.UInt", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sh...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
FStar.UInt32.t
Prims.Tot
[ "total" ]
[]
[ "FStar.UInt32.uint_to_t", "Prims.op_Subtraction", "FStar.UInt32.n" ]
[]
false
false
false
true
false
let n_minus_one =
uint_to_t (n - 1)
false
FStar.UInt32.fsti
FStar.UInt32.op_Plus_Percent_Hat
val op_Plus_Percent_Hat : a: FStar.UInt32.t -> b: FStar.UInt32.t -> Prims.Pure FStar.UInt32.t
let op_Plus_Percent_Hat = add_mod
{ "file_name": "ulib/FStar.UInt32.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 40, "end_line": 318, "start_col": 7, "start_line": 318 }
(* 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.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false, "source_file": "FStar.UInt32.fsti" }
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.UInt", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sh...
{ "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: FStar.UInt32.t -> b: FStar.UInt32.t -> Prims.Pure FStar.UInt32.t
Prims.Pure
[]
[]
[ "FStar.UInt32.add_mod" ]
[]
false
false
false
false
false
let op_Plus_Percent_Hat =
add_mod
false
Vale.PPC64LE.Stack_i.fst
Vale.PPC64LE.Stack_i.valid_taint_stack128
val valid_taint_stack128 (ptr:int) (t:taint) (stackTaint:memtaint) : GTot prop0
val valid_taint_stack128 (ptr:int) (t:taint) (stackTaint:memtaint) : GTot prop0
let valid_taint_stack128 ptr t stackTaint = Map.sel stackTaint ptr = t && Map.sel stackTaint (ptr + 1) = t && Map.sel stackTaint (ptr + 2) = t && Map.sel stackTaint (ptr + 3) = t && Map.sel stackTaint (ptr + 4) = t && Map.sel stackTaint (ptr + 5) = t && Map.sel stackTaint (ptr + 6) = t && Map.sel stackT...
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Stack_i.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 35, "end_line": 138, "start_col": 0, "start_line": 122 }
module Vale.PPC64LE.Stack_i open FStar.Mul module BS = Vale.PPC64LE.Semantics_s open Vale.Arch.MachineHeap let vale_stack = machine_stack let valid_src_stack64 i st = BS.valid_src_stack64 i st let load_stack64 i st = BS.eval_stack i st let store_stack64 i v h = BS.update_stack64' i v h let free_stack64 start finish h...
{ "checked_file": "/", "dependencies": [ "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.Lib.Set.fsti.checked", "Vale.Arch.MachineHeap.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Map.fsti.checked", "FStar.Classical.fsti.checked" ...
[ { "abbrev": false, "full_module": "Vale.Arch.MachineHeap", "short_module": null }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "f...
{ "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
ptr: Prims.int -> t: Vale.Arch.HeapTypes_s.taint -> stackTaint: Vale.PPC64LE.Memory.memtaint -> Prims.GTot Vale.Def.Prop_s.prop0
Prims.GTot
[ "sometrivial" ]
[]
[ "Prims.int", "Vale.Arch.HeapTypes_s.taint", "Vale.PPC64LE.Memory.memtaint", "Prims.b2t", "Prims.op_AmpAmp", "Prims.op_Equality", "FStar.Map.sel", "Prims.op_Addition", "Vale.Def.Prop_s.prop0" ]
[]
false
false
false
false
false
let valid_taint_stack128 ptr t stackTaint =
Map.sel stackTaint ptr = t && Map.sel stackTaint (ptr + 1) = t && Map.sel stackTaint (ptr + 2) = t && Map.sel stackTaint (ptr + 3) = t && Map.sel stackTaint (ptr + 4) = t && Map.sel stackTaint (ptr + 5) = t && Map.sel stackTaint (ptr + 6) = t && Map.sel stackTaint (ptr + 7) = t && Map.sel stackTaint (ptr + 8) = t && Ma...
false
Vale.X64.Decls.fst
Vale.X64.Decls.va_lemma_whileTrue_total
val va_lemma_whileTrue_total (b:ocmp) (c:va_code) (s0:va_state) (sW:va_state) (fW:va_fuel) : Ghost (va_state & va_fuel) (requires eval_ocmp sW b /\ valid_ocmp b sW) (ensures fun (s1, f1) -> s1 == {sW with vs_flags = havoc_flags} /\ f1 == fW)
val va_lemma_whileTrue_total (b:ocmp) (c:va_code) (s0:va_state) (sW:va_state) (fW:va_fuel) : Ghost (va_state & va_fuel) (requires eval_ocmp sW b /\ valid_ocmp b sW) (ensures fun (s1, f1) -> s1 == {sW with vs_flags = havoc_flags} /\ f1 == fW)
let va_lemma_whileTrue_total = Lemmas.lemma_whileTrue_total
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 59, "end_line": 140, "start_col": 0, "start_line": 140 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
b: Vale.X64.Decls.ocmp -> c: Vale.X64.Decls.va_code -> s0: Vale.X64.Decls.va_state -> sW: Vale.X64.Decls.va_state -> fW: Vale.X64.Decls.va_fuel -> Prims.Ghost (Vale.X64.Decls.va_state * Vale.X64.Decls.va_fuel)
Prims.Ghost
[]
[]
[ "Vale.X64.Lemmas.lemma_whileTrue_total" ]
[]
false
false
false
false
false
let va_lemma_whileTrue_total =
Lemmas.lemma_whileTrue_total
false
FStar.UInt32.fsti
FStar.UInt32.op_Subtraction_Hat
val op_Subtraction_Hat : a: FStar.UInt32.t -> b: FStar.UInt32.t -> Prims.Pure FStar.UInt32.t
let op_Subtraction_Hat = sub
{ "file_name": "ulib/FStar.UInt32.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 35, "end_line": 319, "start_col": 7, "start_line": 319 }
(* 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.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false, "source_file": "FStar.UInt32.fsti" }
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.UInt", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sh...
{ "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: FStar.UInt32.t -> b: FStar.UInt32.t -> Prims.Pure FStar.UInt32.t
Prims.Pure
[]
[]
[ "FStar.UInt32.sub" ]
[]
false
false
false
false
false
let op_Subtraction_Hat =
sub
false
FStar.UInt32.fsti
FStar.UInt32.op_Subtraction_Percent_Hat
val op_Subtraction_Percent_Hat : a: FStar.UInt32.t -> b: FStar.UInt32.t -> Prims.Pure FStar.UInt32.t
let op_Subtraction_Percent_Hat = sub_mod
{ "file_name": "ulib/FStar.UInt32.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 47, "end_line": 321, "start_col": 7, "start_line": 321 }
(* 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.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false, "source_file": "FStar.UInt32.fsti" }
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.UInt", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sh...
{ "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: FStar.UInt32.t -> b: FStar.UInt32.t -> Prims.Pure FStar.UInt32.t
Prims.Pure
[]
[]
[ "FStar.UInt32.sub_mod" ]
[]
false
false
false
false
false
let op_Subtraction_Percent_Hat =
sub_mod
false
Vale.X64.Decls.fst
Vale.X64.Decls.va_lemma_empty_total
val va_lemma_empty_total (s0:va_state) (bN:va_codes) : Ghost (va_state & va_fuel) (requires True) (ensures (fun (sM, fM) -> s0 == sM /\ eval_code (va_Block []) s0 fM sM ))
val va_lemma_empty_total (s0:va_state) (bN:va_codes) : Ghost (va_state & va_fuel) (requires True) (ensures (fun (sM, fM) -> s0 == sM /\ eval_code (va_Block []) s0 fM sM ))
let va_lemma_empty_total = Lemmas.lemma_empty_total
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 51, "end_line": 135, "start_col": 0, "start_line": 135 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
s0: Vale.X64.Decls.va_state -> bN: Vale.X64.Decls.va_codes -> Prims.Ghost (Vale.X64.Decls.va_state * Vale.X64.Decls.va_fuel)
Prims.Ghost
[]
[]
[ "Vale.X64.Lemmas.lemma_empty_total" ]
[]
false
false
false
false
false
let va_lemma_empty_total =
Lemmas.lemma_empty_total
false
FStar.UInt32.fsti
FStar.UInt32.minus
val minus : a: FStar.UInt32.t -> FStar.UInt32.t
let minus (a:t) = add_mod (lognot a) (uint_to_t 1)
{ "file_name": "ulib/FStar.UInt32.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 50, "end_line": 239, "start_col": 0, "start_line": 239 }
(* 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.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false, "source_file": "FStar.UInt32.fsti" }
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.UInt", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sh...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: FStar.UInt32.t -> FStar.UInt32.t
Prims.Tot
[ "total" ]
[]
[ "FStar.UInt32.t", "FStar.UInt32.add_mod", "FStar.UInt32.lognot", "FStar.UInt32.uint_to_t" ]
[]
false
false
false
true
false
let minus (a: t) =
add_mod (lognot a) (uint_to_t 1)
false
FStar.UInt32.fsti
FStar.UInt32.op_Subtraction_Question_Hat
val op_Subtraction_Question_Hat : a: FStar.UInt32.t -> b: FStar.UInt32.t -> Prims.Pure FStar.UInt32.t
let op_Subtraction_Question_Hat = sub_underspec
{ "file_name": "ulib/FStar.UInt32.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 54, "end_line": 320, "start_col": 7, "start_line": 320 }
(* 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.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false, "source_file": "FStar.UInt32.fsti" }
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.UInt", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sh...
{ "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: FStar.UInt32.t -> b: FStar.UInt32.t -> Prims.Pure FStar.UInt32.t
Prims.Pure
[]
[]
[ "FStar.UInt32.sub_underspec" ]
[]
false
false
false
false
false
let op_Subtraction_Question_Hat =
sub_underspec
false
Vale.PPC64LE.Stack_i.fst
Vale.PPC64LE.Stack_i.lemma_free_stack_same_valid64
val lemma_free_stack_same_valid64 (start:int) (finish:int) (ptr:int) (h:vale_stack) : Lemma (requires valid_src_stack64 ptr h /\ (ptr >= finish \/ ptr + 8 <= start)) (ensures valid_src_stack64 ptr (free_stack64 start finish h)) [SMTPat (valid_src_stack64 ptr (free_stack64 start finish h))]
val lemma_free_stack_same_valid64 (start:int) (finish:int) (ptr:int) (h:vale_stack) : Lemma (requires valid_src_stack64 ptr h /\ (ptr >= finish \/ ptr + 8 <= start)) (ensures valid_src_stack64 ptr (free_stack64 start finish h)) [SMTPat (valid_src_stack64 ptr (free_stack64 start finish h))]
let lemma_free_stack_same_valid64 start finish ptr h = reveal_opaque (`%BS.valid_addr64) BS.valid_addr64; let Machine_stack _ mem = h in let domain = Map.domain mem in Classical.forall_intro (Vale.Lib.Set.remove_between_reveal domain start finish)
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Stack_i.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 81, "end_line": 30, "start_col": 0, "start_line": 26 }
module Vale.PPC64LE.Stack_i open FStar.Mul module BS = Vale.PPC64LE.Semantics_s open Vale.Arch.MachineHeap let vale_stack = machine_stack let valid_src_stack64 i st = BS.valid_src_stack64 i st let load_stack64 i st = BS.eval_stack i st let store_stack64 i v h = BS.update_stack64' i v h let free_stack64 start finish h...
{ "checked_file": "/", "dependencies": [ "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.Lib.Set.fsti.checked", "Vale.Arch.MachineHeap.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Map.fsti.checked", "FStar.Classical.fsti.checked" ...
[ { "abbrev": false, "full_module": "Vale.Arch.MachineHeap", "short_module": null }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "f...
{ "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
start: Prims.int -> finish: Prims.int -> ptr: Prims.int -> h: Vale.PPC64LE.Stack_i.vale_stack -> FStar.Pervasives.Lemma (requires Vale.PPC64LE.Stack_i.valid_src_stack64 ptr h /\ (ptr >= finish \/ ptr + 8 <= start)) (ensures Vale.PPC64LE.Stack_i.valid_src_stack64 ptr (Vale.PPC64LE.Stack_i...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Prims.int", "Vale.PPC64LE.Stack_i.vale_stack", "Vale.PPC64LE.Machine_s.nat64", "Prims.b2t", "Prims.op_GreaterThanOrEqual", "FStar.Map.t", "Vale.PPC64LE.Machine_s.nat8", "FStar.Classical.forall_intro", "Prims.l_and", "Prims.l_imp", "Prims.op_LessThanOrEqual", "Prims.op_LessThan", "Prims.op_N...
[]
false
false
true
false
false
let lemma_free_stack_same_valid64 start finish ptr h =
reveal_opaque (`%BS.valid_addr64) BS.valid_addr64; let Machine_stack _ mem = h in let domain = Map.domain mem in Classical.forall_intro (Vale.Lib.Set.remove_between_reveal domain start finish)
false
FStar.UInt32.fsti
FStar.UInt32.op_Star_Hat
val op_Star_Hat : a: FStar.UInt32.t -> b: FStar.UInt32.t -> Prims.Pure FStar.UInt32.t
let op_Star_Hat = mul
{ "file_name": "ulib/FStar.UInt32.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 28, "end_line": 322, "start_col": 7, "start_line": 322 }
(* 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.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false, "source_file": "FStar.UInt32.fsti" }
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.UInt", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sh...
{ "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: FStar.UInt32.t -> b: FStar.UInt32.t -> Prims.Pure FStar.UInt32.t
Prims.Pure
[]
[]
[ "FStar.UInt32.mul" ]
[]
false
false
false
false
false
let op_Star_Hat =
mul
false
Vale.X64.Decls.fst
Vale.X64.Decls.va_lemma_merge_total
val va_lemma_merge_total (b0:va_codes) (s0:va_state) (f0:va_fuel) (sM:va_state) (fM:va_fuel) (sN:va_state) : Ghost va_fuel (requires Cons? b0 /\ eval_code (Cons?.hd b0) s0 f0 sM /\ eval_code (va_Block (Cons?.tl b0)) sM fM sN ) (ensures (fun fN -> fN == va_compute_merge_total f0 fM /\ eval_code...
val va_lemma_merge_total (b0:va_codes) (s0:va_state) (f0:va_fuel) (sM:va_state) (fM:va_fuel) (sN:va_state) : Ghost va_fuel (requires Cons? b0 /\ eval_code (Cons?.hd b0) s0 f0 sM /\ eval_code (va_Block (Cons?.tl b0)) sM fM sN ) (ensures (fun fN -> fN == va_compute_merge_total f0 fM /\ eval_code...
let va_lemma_merge_total b0 s0 f0 sM fM sN = Lemmas.lemma_merge_total b0 s0 f0 sM fM sN; Lemmas.compute_merge_total f0 fM
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 121, "end_line": 134, "start_col": 0, "start_line": 134 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
b0: Vale.X64.Decls.va_codes -> s0: Vale.X64.Decls.va_state -> f0: Vale.X64.Decls.va_fuel -> sM: Vale.X64.Decls.va_state -> fM: Vale.X64.Decls.va_fuel -> sN: Vale.X64.Decls.va_state -> Prims.Ghost Vale.X64.Decls.va_fuel
Prims.Ghost
[]
[]
[ "Vale.X64.Decls.va_codes", "Vale.X64.Decls.va_state", "Vale.X64.Decls.va_fuel", "Vale.X64.Lemmas.compute_merge_total", "Prims.unit", "Vale.X64.Lemmas.lemma_merge_total" ]
[]
false
false
false
false
false
let va_lemma_merge_total b0 s0 f0 sM fM sN =
Lemmas.lemma_merge_total b0 s0 f0 sM fM sN; Lemmas.compute_merge_total f0 fM
false
FStar.UInt32.fsti
FStar.UInt32.op_Star_Question_Hat
val op_Star_Question_Hat : a: FStar.UInt32.t -> b: FStar.UInt32.t -> Prims.Pure FStar.UInt32.t
let op_Star_Question_Hat = mul_underspec
{ "file_name": "ulib/FStar.UInt32.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 47, "end_line": 323, "start_col": 7, "start_line": 323 }
(* 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.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false, "source_file": "FStar.UInt32.fsti" }
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.UInt", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sh...
{ "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: FStar.UInt32.t -> b: FStar.UInt32.t -> Prims.Pure FStar.UInt32.t
Prims.Pure
[]
[]
[ "FStar.UInt32.mul_underspec" ]
[]
false
false
false
false
false
let op_Star_Question_Hat =
mul_underspec
false
Vale.X64.Decls.fst
Vale.X64.Decls.va_lemma_whileFalse_total
val va_lemma_whileFalse_total (b:ocmp) (c:va_code) (s0:va_state) (sW:va_state) (fW:va_fuel) : Ghost (va_state & va_fuel) (requires valid_ocmp b sW /\ not (eval_ocmp sW b) /\ eval_while_inv (While b c) s0 fW sW ) (ensures fun (s1, f1) -> s1 == {sW with vs_flags = havoc_flags} /\ eval_code (Whil...
val va_lemma_whileFalse_total (b:ocmp) (c:va_code) (s0:va_state) (sW:va_state) (fW:va_fuel) : Ghost (va_state & va_fuel) (requires valid_ocmp b sW /\ not (eval_ocmp sW b) /\ eval_while_inv (While b c) s0 fW sW ) (ensures fun (s1, f1) -> s1 == {sW with vs_flags = havoc_flags} /\ eval_code (Whil...
let va_lemma_whileFalse_total = Lemmas.lemma_whileFalse_total
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 61, "end_line": 141, "start_col": 0, "start_line": 141 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
b: Vale.X64.Decls.ocmp -> c: Vale.X64.Decls.va_code -> s0: Vale.X64.Decls.va_state -> sW: Vale.X64.Decls.va_state -> fW: Vale.X64.Decls.va_fuel -> Prims.Ghost (Vale.X64.Decls.va_state * Vale.X64.Decls.va_fuel)
Prims.Ghost
[]
[]
[ "Vale.X64.Lemmas.lemma_whileFalse_total" ]
[]
false
false
false
false
false
let va_lemma_whileFalse_total =
Lemmas.lemma_whileFalse_total
false
FStar.UInt32.fsti
FStar.UInt32.op_Slash_Hat
val op_Slash_Hat : a: FStar.UInt32.t -> b: FStar.UInt32.t{FStar.UInt32.v b <> 0} -> Prims.Pure FStar.UInt32.t
let op_Slash_Hat = div
{ "file_name": "ulib/FStar.UInt32.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 29, "end_line": 325, "start_col": 7, "start_line": 325 }
(* 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.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false, "source_file": "FStar.UInt32.fsti" }
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.UInt", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sh...
{ "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: FStar.UInt32.t -> b: FStar.UInt32.t{FStar.UInt32.v b <> 0} -> Prims.Pure FStar.UInt32.t
Prims.Pure
[]
[]
[ "FStar.UInt32.div" ]
[]
false
false
false
false
false
let op_Slash_Hat =
div
false
FStar.UInt32.fsti
FStar.UInt32.op_Star_Percent_Hat
val op_Star_Percent_Hat : a: FStar.UInt32.t -> b: FStar.UInt32.t -> Prims.Pure FStar.UInt32.t
let op_Star_Percent_Hat = mul_mod
{ "file_name": "ulib/FStar.UInt32.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 40, "end_line": 324, "start_col": 7, "start_line": 324 }
(* 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.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false, "source_file": "FStar.UInt32.fsti" }
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.UInt", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "sh...
{ "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: FStar.UInt32.t -> b: FStar.UInt32.t -> Prims.Pure FStar.UInt32.t
Prims.Pure
[]
[]
[ "FStar.UInt32.mul_mod" ]
[]
false
false
false
false
false
let op_Star_Percent_Hat =
mul_mod
false
Vale.X64.Decls.fst
Vale.X64.Decls.va_lemma_whileMerge_total
val va_lemma_whileMerge_total (c:va_code) (s0:va_state) (f0:va_fuel) (sM:va_state) (fM:va_fuel) (sN:va_state) : Ghost va_fuel (requires While? c /\ ( let cond = While?.whileCond c in sN.vs_ok /\ valid_ocmp cond sM /\ eval_ocmp sM cond /\ eval_while_inv c s0 f0 sM /\ eval_code (While?.whileBody...
val va_lemma_whileMerge_total (c:va_code) (s0:va_state) (f0:va_fuel) (sM:va_state) (fM:va_fuel) (sN:va_state) : Ghost va_fuel (requires While? c /\ ( let cond = While?.whileCond c in sN.vs_ok /\ valid_ocmp cond sM /\ eval_ocmp sM cond /\ eval_while_inv c s0 f0 sM /\ eval_code (While?.whileBody...
let va_lemma_whileMerge_total = Lemmas.lemma_whileMerge_total
{ "file_name": "vale/code/arch/x64/Vale.X64.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 61, "end_line": 142, "start_col": 0, "start_line": 142 }
module Vale.X64.Decls open FStar.Mul open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open FStar.UInt module P = Vale.X64.Print_s module BC = Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s #reset-options "--max_fuel 0 --max_ifuel 0 --smtencoding.elim_box true --smtenco...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Memory_Sems.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Lemmas.fsti.checked", ...
[ { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": true, "full_module": "Vale.X64.Bytes_Code_s", "short_module": "BC" }, { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "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
c: Vale.X64.Decls.va_code -> s0: Vale.X64.Decls.va_state -> f0: Vale.X64.Decls.va_fuel -> sM: Vale.X64.Decls.va_state -> fM: Vale.X64.Decls.va_fuel -> sN: Vale.X64.Decls.va_state -> Prims.Ghost Vale.X64.Decls.va_fuel
Prims.Ghost
[]
[]
[ "Vale.X64.Lemmas.lemma_whileMerge_total" ]
[]
false
false
false
false
false
let va_lemma_whileMerge_total =
Lemmas.lemma_whileMerge_total
false
Vale.PPC64LE.Stack_i.fst
Vale.PPC64LE.Stack_i.store_taint_stack64
val store_taint_stack64 (ptr:int) (t:taint) (stackTaint:memtaint) : GTot memtaint
val store_taint_stack64 (ptr:int) (t:taint) (stackTaint:memtaint) : GTot memtaint
let store_taint_stack64 ptr t stackTaint = BS.update_n ptr 8 stackTaint t
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Stack_i.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 73, "end_line": 140, "start_col": 0, "start_line": 140 }
module Vale.PPC64LE.Stack_i open FStar.Mul module BS = Vale.PPC64LE.Semantics_s open Vale.Arch.MachineHeap let vale_stack = machine_stack let valid_src_stack64 i st = BS.valid_src_stack64 i st let load_stack64 i st = BS.eval_stack i st let store_stack64 i v h = BS.update_stack64' i v h let free_stack64 start finish h...
{ "checked_file": "/", "dependencies": [ "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.Lib.Set.fsti.checked", "Vale.Arch.MachineHeap.fsti.checked", "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Map.fsti.checked", "FStar.Classical.fsti.checked" ...
[ { "abbrev": false, "full_module": "Vale.Arch.MachineHeap", "short_module": null }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "f...
{ "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
ptr: Prims.int -> t: Vale.Arch.HeapTypes_s.taint -> stackTaint: Vale.PPC64LE.Memory.memtaint -> Prims.GTot Vale.PPC64LE.Memory.memtaint
Prims.GTot
[ "sometrivial" ]
[]
[ "Prims.int", "Vale.Arch.HeapTypes_s.taint", "Vale.PPC64LE.Memory.memtaint", "Vale.PPC64LE.Semantics_s.update_n" ]
[]
false
false
false
false
false
let store_taint_stack64 ptr t stackTaint =
BS.update_n ptr 8 stackTaint t
false