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
CQueue.fst
CQueue.vbind_sel
val vbind_sel (a: vprop) (t: Type0) (b: (t_of a -> Tot vprop)) : GTot (selector t (vbind_hp a t b))
val vbind_sel (a: vprop) (t: Type0) (b: (t_of a -> Tot vprop)) : GTot (selector t (vbind_hp a t b))
let vbind_sel // same for hp_sel (a: vprop) (t: Type0) (b: (t_of a -> Tot vprop)) : GTot (selector t (vbind_hp a t b)) = sel_of (vbind0 a t b)
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 23, "end_line": 197, "start_col": 0, "start_line": 192 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Steel.Effect.Common.vprop -> t: Type0 -> b: (_: Steel.Effect.Common.t_of a -> Steel.Effect.Common.vprop) -> Prims.GTot (Steel.Effect.Common.selector t (CQueue.vbind_hp a t b))
Prims.GTot
[ "sometrivial" ]
[]
[ "Steel.Effect.Common.vprop", "Steel.Effect.Common.t_of", "Steel.Effect.Common.sel_of", "CQueue.vbind0", "Steel.Effect.Common.selector", "CQueue.vbind_hp" ]
[]
false
false
false
false
false
let vbind_sel (a: vprop) (t: Type0) (b: (t_of a -> Tot vprop)) : GTot (selector t (vbind_hp a t b)) =
sel_of (vbind0 a t b)
false
CQueue.fst
CQueue.vbind0_payload
val vbind0_payload (a: vprop) (t: Type0) (b: (t_of a -> Tot vprop)) (x: t_of a) : Tot vprop
val vbind0_payload (a: vprop) (t: Type0) (b: (t_of a -> Tot vprop)) (x: t_of a) : Tot vprop
let vbind0_payload (a: vprop) (t: Type0) (b: (t_of a -> Tot vprop)) (x: t_of a) : Tot vprop = vpure (t == t_of (b x)) `star` b x
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 36, "end_line": 167, "start_col": 0, "start_line": 161 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Steel.Effect.Common.vprop -> t: Type0 -> b: (_: Steel.Effect.Common.t_of a -> Steel.Effect.Common.vprop) -> x: Steel.Effect.Common.t_of a -> Steel.Effect.Common.vprop
Prims.Tot
[ "total" ]
[]
[ "Steel.Effect.Common.vprop", "Steel.Effect.Common.t_of", "Steel.Effect.Common.star", "CQueue.vpure", "Prims.eq2" ]
[]
false
false
false
false
false
let vbind0_payload (a: vprop) (t: Type0) (b: (t_of a -> Tot vprop)) (x: t_of a) : Tot vprop =
(vpure (t == t_of (b x))) `star` (b x)
false
Vale.X64.InsSha.fst
Vale.X64.InsSha.va_code_SHA256_rnds2
val va_code_SHA256_rnds2 : dst:va_operand_xmm -> src:va_operand_xmm -> Tot va_code
val va_code_SHA256_rnds2 : dst:va_operand_xmm -> src:va_operand_xmm -> Tot va_code
let va_code_SHA256_rnds2 dst src = (mk_ins (make_instr (I.ins_SHA256_rnds2) (OReg dst) (OReg src)))
{ "file_name": "obj/Vale.X64.InsSha.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 66, "end_line": 24, "start_col": 0, "start_line": 23 }
module Vale.X64.InsSha open Vale.Def.Types_s open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.InsLemmas open Vale.X64.Taint_Semantics open Vale.X64.Decls open Vale.X64.CryptoInstructions_s open Spec.Hash.Definitions open Spec.SHA2 open Vale.X64.CPU_Features_s module I = ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.Taint_Semantics.fst.checked", "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti...
[ { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "S" }, { "abbrev": true, "full_module": "Vale.X64.Instructions_s", "short_module": "I" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 4, "initial_ifuel": 0, "max_fuel": 4, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
dst: Vale.X64.Decls.va_operand_xmm -> src: Vale.X64.Decls.va_operand_xmm -> Vale.X64.Decls.va_code
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Decls.va_operand_xmm", "Vale.X64.Taint_Semantics.mk_ins", "Vale.X64.InsLemmas.make_instr", "Prims.Cons", "Vale.X64.Instruction_s.instr_out", "Vale.X64.Instruction_s.inOut", "Vale.X64.Instruction_s.opXmm", "Prims.Nil", "Vale.X64.Instruction_s.instr_operand", "Vale.X64.Instruction_s.oneXmm...
[]
false
false
false
true
false
let va_code_SHA256_rnds2 dst src =
(mk_ins (make_instr (I.ins_SHA256_rnds2) (OReg dst) (OReg src)))
false
CQueue.fst
CQueue.vbind'
val vbind' (a: vprop) (t: Type0) (b: (t_of a -> Tot vprop)) : GTot vprop'
val vbind' (a: vprop) (t: Type0) (b: (t_of a -> Tot vprop)) : GTot vprop'
let vbind' (a: vprop) (t: Type0) (b: (t_of a -> Tot vprop)) : GTot vprop' = { hp = vbind_hp a t b; t = t; sel = vbind_sel a t b; }
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 1, "end_line": 209, "start_col": 0, "start_line": 200 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Steel.Effect.Common.vprop -> t: Type0 -> b: (_: Steel.Effect.Common.t_of a -> Steel.Effect.Common.vprop) -> Prims.GTot Steel.Effect.Common.vprop'
Prims.GTot
[ "sometrivial" ]
[]
[ "Steel.Effect.Common.vprop", "Steel.Effect.Common.t_of", "Steel.Effect.Common.Mkvprop'", "CQueue.vbind_hp", "CQueue.vbind_sel", "Steel.Effect.Common.vprop'" ]
[]
false
false
false
false
false
let vbind' (a: vprop) (t: Type0) (b: (t_of a -> Tot vprop)) : GTot vprop' =
{ hp = vbind_hp a t b; t = t; sel = vbind_sel a t b }
false
CQueue.fst
CQueue.vbind
val vbind (a: vprop) (t: Type0) (b: (t_of a -> Tot vprop)) : Tot vprop
val vbind (a: vprop) (t: Type0) (b: (t_of a -> Tot vprop)) : Tot vprop
let vbind (a: vprop) (t: Type0) (b: (t_of a -> Tot vprop)) : Tot vprop = VUnit (vbind' a t b)
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 22, "end_line": 217, "start_col": 0, "start_line": 212 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Steel.Effect.Common.vprop -> t: Type0 -> b: (_: Steel.Effect.Common.t_of a -> Steel.Effect.Common.vprop) -> Steel.Effect.Common.vprop
Prims.Tot
[ "total" ]
[]
[ "Steel.Effect.Common.vprop", "Steel.Effect.Common.t_of", "Steel.Effect.Common.VUnit", "CQueue.vbind'" ]
[]
false
false
false
false
false
let vbind (a: vprop) (t: Type0) (b: (t_of a -> Tot vprop)) : Tot vprop =
VUnit (vbind' a t b)
false
Vale.X64.InsSha.fst
Vale.X64.InsSha.va_code_SHA256_msg2
val va_code_SHA256_msg2 : dst:va_operand_xmm -> src:va_operand_xmm -> Tot va_code
val va_code_SHA256_msg2 : dst:va_operand_xmm -> src:va_operand_xmm -> Tot va_code
let va_code_SHA256_msg2 dst src = (mk_ins (make_instr (I.ins_SHA256_msg2) (OReg dst) (OReg src)))
{ "file_name": "obj/Vale.X64.InsSha.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 65, "end_line": 88, "start_col": 0, "start_line": 87 }
module Vale.X64.InsSha open Vale.Def.Types_s open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.InsLemmas open Vale.X64.Taint_Semantics open Vale.X64.Decls open Vale.X64.CryptoInstructions_s open Spec.Hash.Definitions open Spec.SHA2 open Vale.X64.CPU_Features_s module I = ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.Taint_Semantics.fst.checked", "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti...
[ { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "S" }, { "abbrev": true, "full_module": "Vale.X64.Instructions_s", "short_module": "I" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 4, "initial_ifuel": 0, "max_fuel": 4, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
dst: Vale.X64.Decls.va_operand_xmm -> src: Vale.X64.Decls.va_operand_xmm -> Vale.X64.Decls.va_code
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Decls.va_operand_xmm", "Vale.X64.Taint_Semantics.mk_ins", "Vale.X64.InsLemmas.make_instr", "Prims.Cons", "Vale.X64.Instruction_s.instr_out", "Vale.X64.Instruction_s.inOut", "Vale.X64.Instruction_s.opXmm", "Prims.Nil", "Vale.X64.Instruction_s.instr_operand", "Vale.X64.Instruction_s.Preser...
[]
false
false
false
true
false
let va_code_SHA256_msg2 dst src =
(mk_ins (make_instr (I.ins_SHA256_msg2) (OReg dst) (OReg src)))
false
Vale.X64.InsSha.fst
Vale.X64.InsSha.va_wpProof_SHA256_msg1
val va_wpProof_SHA256_msg1 : dst:va_operand_xmm -> src:va_operand_xmm -> t:counter -> block:block_w -> va_s0:va_state -> va_k:(va_state -> unit -> Type0) -> Ghost (va_state & va_fuel & unit) (requires (va_t_require va_s0 /\ va_wp_SHA256_msg1 dst src t block va_s0 va_k)) (ensures (fun (va_sM, va_f0, va_g) -> va_...
val va_wpProof_SHA256_msg1 : dst:va_operand_xmm -> src:va_operand_xmm -> t:counter -> block:block_w -> va_s0:va_state -> va_k:(va_state -> unit -> Type0) -> Ghost (va_state & va_fuel & unit) (requires (va_t_require va_s0 /\ va_wp_SHA256_msg1 dst src t block va_s0 va_k)) (ensures (fun (va_sM, va_f0, va_g) -> va_...
let va_wpProof_SHA256_msg1 dst src t block va_s0 va_k = let (va_sM, va_f0) = va_lemma_SHA256_msg1 (va_code_SHA256_msg1 dst src) va_s0 dst src t block in va_lemma_upd_update va_sM; assert (va_state_eq va_sM (va_update_ok va_sM (va_update_operand_xmm dst va_sM va_s0))); va_lemma_norm_mods ([va_mod_xmm dst]) va_sM...
{ "file_name": "obj/Vale.X64.InsSha.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 22, "end_line": 81, "start_col": 0, "start_line": 75 }
module Vale.X64.InsSha open Vale.Def.Types_s open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.InsLemmas open Vale.X64.Taint_Semantics open Vale.X64.Decls open Vale.X64.CryptoInstructions_s open Spec.Hash.Definitions open Spec.SHA2 open Vale.X64.CPU_Features_s module I = ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.Taint_Semantics.fst.checked", "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti...
[ { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "S" }, { "abbrev": true, "full_module": "Vale.X64.Instructions_s", "short_module": "I" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 4, "initial_ifuel": 0, "max_fuel": 4, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
dst: Vale.X64.Decls.va_operand_xmm -> src: Vale.X64.Decls.va_operand_xmm -> t: Vale.SHA.SHA_helpers.counter -> block: Vale.SHA.SHA_helpers.block_w -> va_s0: Vale.X64.Decls.va_state -> va_k: (_: Vale.X64.Decls.va_state -> _: Prims.unit -> Type0) -> Prims.Ghost ((Vale.X64.Decls.va_state * Vale....
Prims.Ghost
[]
[]
[ "Vale.X64.Decls.va_operand_xmm", "Vale.SHA.SHA_helpers.counter", "Vale.SHA.SHA_helpers.block_w", "Vale.X64.Decls.va_state", "Prims.unit", "Vale.X64.Decls.va_fuel", "FStar.Pervasives.Native.Mktuple3", "Vale.X64.QuickCode.va_lemma_norm_mods", "Prims.Cons", "Vale.X64.QuickCode.mod_t", "Vale.X64.Qui...
[]
false
false
false
false
false
let va_wpProof_SHA256_msg1 dst src t block va_s0 va_k =
let va_sM, va_f0 = va_lemma_SHA256_msg1 (va_code_SHA256_msg1 dst src) va_s0 dst src t block in va_lemma_upd_update va_sM; assert (va_state_eq va_sM (va_update_ok va_sM (va_update_operand_xmm dst va_sM va_s0))); va_lemma_norm_mods ([va_mod_xmm dst]) va_sM va_s0; let va_g = () in (va_sM, va_f0, va_g)
false
SelectorsLList3Example.fst
SelectorsLList3Example.is_nil
val is_nil (ptr: t) : Steel bool (LL.llist ptr) (fun _ -> LL.llist ptr) (requires fun _ -> True) (ensures fun h0 res h1 -> (res == true <==> ptr == null_llist ()) /\ LL.v_llist ptr h0 == LL.v_llist ptr h1 /\ res == Nil? (LL.v_llist ptr h1))
val is_nil (ptr: t) : Steel bool (LL.llist ptr) (fun _ -> LL.llist ptr) (requires fun _ -> True) (ensures fun h0 res h1 -> (res == true <==> ptr == null_llist ()) /\ LL.v_llist ptr h0 == LL.v_llist ptr h1 /\ res == Nil? (LL.v_llist ptr h1))
let is_nil (ptr:t) : Steel bool (LL.llist ptr) (fun _ -> LL.llist ptr) (requires fun _ -> True) (ensures fun h0 res h1 -> (res == true <==> ptr == null_llist ()) /\ LL.v_llist ptr h0 == LL.v_llist ptr h1 /\ res == Nil? (LL.v_llist ptr h1)) = LL.is_nil ptr
{ "file_name": "share/steel/examples/steel/llist3/SelectorsLList3Example.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 15, "end_line": 43, "start_col": 0, "start_line": 36 }
module SelectorsLList3Example open Steel.Memory open Steel.Effect.Atomic open Steel.Effect open Steel.ArrayRef module L = FStar.List.Tot module LL = Selectors.LList3 module U32 = FStar.UInt32 module MB = LowStar.Monotonic.Buffer // for is_null inline_for_extraction noextract let a = U32.t let cell = LL.cell a /// T...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "Steel.ArrayRef.fsti.checked", "Selectors.LList3.fsti.checked", "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "FStar.UInt32.fsti.chec...
[ { "abbrev": true, "full_module": "LowStar.Monotonic.Buffer // for is_null", "short_module": "MB" }, { "abbrev": true, "full_module": "LowStar.Monotonic.Buffer", "short_module": "MB" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "ab...
{ "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
ptr: SelectorsLList3Example.t -> Steel.Effect.Steel Prims.bool
Steel.Effect.Steel
[]
[]
[ "SelectorsLList3Example.t", "Selectors.LList3.is_nil", "SelectorsLList3Example.a", "Prims.bool", "Selectors.LList3.llist", "Steel.Effect.Common.vprop", "Steel.Effect.Common.rmem", "Prims.l_True", "Prims.l_and", "Prims.l_iff", "Prims.eq2", "SelectorsLList3Example.null_llist", "Prims.list", ...
[]
false
true
false
false
false
let is_nil (ptr: t) : Steel bool (LL.llist ptr) (fun _ -> LL.llist ptr) (requires fun _ -> True) (ensures fun h0 res h1 -> (res == true <==> ptr == null_llist ()) /\ LL.v_llist ptr h0 == LL.v_llist ptr h1 /\ res == Nil? (LL.v_llist ptr h1)) =
LL.is_nil ptr
false
Vale.X64.InsSha.fst
Vale.X64.InsSha.va_wpProof_SHA256_rnds2
val va_wpProof_SHA256_rnds2 : dst:va_operand_xmm -> src:va_operand_xmm -> t:counter -> block:block_w -> hash_orig:hash256 -> va_s0:va_state -> va_k:(va_state -> unit -> Type0) -> Ghost (va_state & va_fuel & unit) (requires (va_t_require va_s0 /\ va_wp_SHA256_rnds2 dst src t block hash_orig va_s0 va_k)) (ensures...
val va_wpProof_SHA256_rnds2 : dst:va_operand_xmm -> src:va_operand_xmm -> t:counter -> block:block_w -> hash_orig:hash256 -> va_s0:va_state -> va_k:(va_state -> unit -> Type0) -> Ghost (va_state & va_fuel & unit) (requires (va_t_require va_s0 /\ va_wp_SHA256_rnds2 dst src t block hash_orig va_s0 va_k)) (ensures...
let va_wpProof_SHA256_rnds2 dst src t block hash_orig va_s0 va_k = let (va_sM, va_f0) = va_lemma_SHA256_rnds2 (va_code_SHA256_rnds2 dst src) va_s0 dst src t block hash_orig in va_lemma_upd_update va_sM; assert (va_state_eq va_sM (va_update_ok va_sM (va_update_operand_xmm dst va_sM va_s0))); va_lemma_norm_mo...
{ "file_name": "obj/Vale.X64.InsSha.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 22, "end_line": 50, "start_col": 0, "start_line": 43 }
module Vale.X64.InsSha open Vale.Def.Types_s open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.InsLemmas open Vale.X64.Taint_Semantics open Vale.X64.Decls open Vale.X64.CryptoInstructions_s open Spec.Hash.Definitions open Spec.SHA2 open Vale.X64.CPU_Features_s module I = ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.Taint_Semantics.fst.checked", "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti...
[ { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "S" }, { "abbrev": true, "full_module": "Vale.X64.Instructions_s", "short_module": "I" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 4, "initial_ifuel": 0, "max_fuel": 4, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
dst: Vale.X64.Decls.va_operand_xmm -> src: Vale.X64.Decls.va_operand_xmm -> t: Vale.SHA.SHA_helpers.counter -> block: Vale.SHA.SHA_helpers.block_w -> hash_orig: Vale.SHA.SHA_helpers.hash256 -> va_s0: Vale.X64.Decls.va_state -> va_k: (_: Vale.X64.Decls.va_state -> _: Prims.unit -> Type0) -...
Prims.Ghost
[]
[]
[ "Vale.X64.Decls.va_operand_xmm", "Vale.SHA.SHA_helpers.counter", "Vale.SHA.SHA_helpers.block_w", "Vale.SHA.SHA_helpers.hash256", "Vale.X64.Decls.va_state", "Prims.unit", "Vale.X64.Decls.va_fuel", "FStar.Pervasives.Native.Mktuple3", "Vale.X64.QuickCode.va_lemma_norm_mods", "Prims.Cons", "Vale.X64...
[]
false
false
false
false
false
let va_wpProof_SHA256_rnds2 dst src t block hash_orig va_s0 va_k =
let va_sM, va_f0 = va_lemma_SHA256_rnds2 (va_code_SHA256_rnds2 dst src) va_s0 dst src t block hash_orig in va_lemma_upd_update va_sM; assert (va_state_eq va_sM (va_update_ok va_sM (va_update_operand_xmm dst va_sM va_s0))); va_lemma_norm_mods ([va_mod_xmm dst]) va_sM va_s0; let va_g = () in (va_sM, va_f0, va_g)
false
Vale.X64.InsSha.fst
Vale.X64.InsSha.va_wpProof_SHA256_msg2
val va_wpProof_SHA256_msg2 : dst:va_operand_xmm -> src:va_operand_xmm -> t:counter -> block:block_w -> va_s0:va_state -> va_k:(va_state -> unit -> Type0) -> Ghost (va_state & va_fuel & unit) (requires (va_t_require va_s0 /\ va_wp_SHA256_msg2 dst src t block va_s0 va_k)) (ensures (fun (va_sM, va_f0, va_g) -> va_...
val va_wpProof_SHA256_msg2 : dst:va_operand_xmm -> src:va_operand_xmm -> t:counter -> block:block_w -> va_s0:va_state -> va_k:(va_state -> unit -> Type0) -> Ghost (va_state & va_fuel & unit) (requires (va_t_require va_s0 /\ va_wp_SHA256_msg2 dst src t block va_s0 va_k)) (ensures (fun (va_sM, va_f0, va_g) -> va_...
let va_wpProof_SHA256_msg2 dst src t block va_s0 va_k = let (va_sM, va_f0) = va_lemma_SHA256_msg2 (va_code_SHA256_msg2 dst src) va_s0 dst src t block in va_lemma_upd_update va_sM; assert (va_state_eq va_sM (va_update_ok va_sM (va_update_operand_xmm dst va_sM va_s0))); va_lemma_norm_mods ([va_mod_xmm dst]) va_sM...
{ "file_name": "obj/Vale.X64.InsSha.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 22, "end_line": 112, "start_col": 0, "start_line": 106 }
module Vale.X64.InsSha open Vale.Def.Types_s open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.InsLemmas open Vale.X64.Taint_Semantics open Vale.X64.Decls open Vale.X64.CryptoInstructions_s open Spec.Hash.Definitions open Spec.SHA2 open Vale.X64.CPU_Features_s module I = ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.Taint_Semantics.fst.checked", "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti...
[ { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "S" }, { "abbrev": true, "full_module": "Vale.X64.Instructions_s", "short_module": "I" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 4, "initial_ifuel": 0, "max_fuel": 4, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
dst: Vale.X64.Decls.va_operand_xmm -> src: Vale.X64.Decls.va_operand_xmm -> t: Vale.SHA.SHA_helpers.counter -> block: Vale.SHA.SHA_helpers.block_w -> va_s0: Vale.X64.Decls.va_state -> va_k: (_: Vale.X64.Decls.va_state -> _: Prims.unit -> Type0) -> Prims.Ghost ((Vale.X64.Decls.va_state * Vale....
Prims.Ghost
[]
[]
[ "Vale.X64.Decls.va_operand_xmm", "Vale.SHA.SHA_helpers.counter", "Vale.SHA.SHA_helpers.block_w", "Vale.X64.Decls.va_state", "Prims.unit", "Vale.X64.Decls.va_fuel", "FStar.Pervasives.Native.Mktuple3", "Vale.X64.QuickCode.va_lemma_norm_mods", "Prims.Cons", "Vale.X64.QuickCode.mod_t", "Vale.X64.Qui...
[]
false
false
false
false
false
let va_wpProof_SHA256_msg2 dst src t block va_s0 va_k =
let va_sM, va_f0 = va_lemma_SHA256_msg2 (va_code_SHA256_msg2 dst src) va_s0 dst src t block in va_lemma_upd_update va_sM; assert (va_state_eq va_sM (va_update_ok va_sM (va_update_operand_xmm dst va_sM va_s0))); va_lemma_norm_mods ([va_mod_xmm dst]) va_sM va_s0; let va_g = () in (va_sM, va_f0, va_g)
false
Lib.IntVector.Transpose.fst
Lib.IntVector.Transpose.transpose8x8_lemma_uint32_ij
val transpose8x8_lemma_uint32_ij: vs:lseq (vec_t U32 8) 8 -> i:nat{i < 8} -> j:nat{j < 8} -> Lemma ((vec_v (transpose8x8_lseq #U32 vs).[i]).[j] == (vec_v vs.[j]).[i])
val transpose8x8_lemma_uint32_ij: vs:lseq (vec_t U32 8) 8 -> i:nat{i < 8} -> j:nat{j < 8} -> Lemma ((vec_v (transpose8x8_lseq #U32 vs).[i]).[j] == (vec_v vs.[j]).[i])
let transpose8x8_lemma_uint32_ij vs0 i j = transpose8x8_lseq_is_transposewxw vs0; let n = 3 in Loops.unfold_repeati n (transposewxw_f #8 n) vs0 2; Loops.unfold_repeati n (transposewxw_f #8 n) vs0 1; Loops.unfold_repeati n (transposewxw_f #8 n) vs0 0; Loops.eq_repeati0 n (transposewxw_f #8 n) vs0; let res...
{ "file_name": "lib/Lib.IntVector.Transpose.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 52, "end_line": 307, "start_col": 0, "start_line": 270 }
module Lib.IntVector.Transpose module Loops = Lib.LoopCombinators #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// /// transpose4x4 /// inline_for_extraction val transpose4x4_0: #t:v_inttype -> vec_t4 t -> vec_t4 t let transpose4x4_0 #t (v0,v1,v2,v3) = let v0' = vec_interleave_low v0 v1 in let v1' = vec_in...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "Lib.LoopCombinators.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Math.Lemmas.fst.checked", "FStar.Classical.fsti.checked", "FStar.Calc.fsti.checked...
[ { "abbrev": true, "full_module": "Lib.LoopCombinators", "short_module": "Loops" }, { "abbrev": false, "full_module": "Lib.IntVector", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_mod...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
vs: Lib.Sequence.lseq (Lib.IntVector.vec_t Lib.IntTypes.U32 8) 8 -> i: Prims.nat{i < 8} -> j: Prims.nat{j < 8} -> FStar.Pervasives.Lemma (ensures (Lib.IntVector.vec_v (Lib.IntVector.Transpose.transpose8x8_lseq vs).[ i ]).[ j ] == (Lib.IntVector.vec_v vs.[ j ]).[ i ])
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Lib.Sequence.lseq", "Lib.IntVector.vec_t", "Lib.IntTypes.U32", "Prims.nat", "Prims.b2t", "Prims.op_LessThan", "Lib.IntVector.vec_interleave_high_lemma_uint32_8", "Lib.Sequence.op_String_Access", "Prims.unit", "Lib.IntVector.vec_interleave_low_lemma_uint32_8", "Lib.IntVector.vec_interleave_high_...
[]
true
false
true
false
false
let transpose8x8_lemma_uint32_ij vs0 i j =
transpose8x8_lseq_is_transposewxw vs0; let n = 3 in Loops.unfold_repeati n (transposewxw_f #8 n) vs0 2; Loops.unfold_repeati n (transposewxw_f #8 n) vs0 1; Loops.unfold_repeati n (transposewxw_f #8 n) vs0 0; Loops.eq_repeati0 n (transposewxw_f #8 n) vs0; let res0 = transposewxw_f n 0 vs0 in let res1 = transposewxw_f n ...
false
CQueue.fst
CQueue.t
val t (a: Type0) : Tot Type0
val t (a: Type0) : Tot Type0
let t a = cllist_lvalue a
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 25, "end_line": 335, "start_col": 0, "start_line": 335 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Type0 -> Type0
Prims.Tot
[ "total" ]
[]
[ "CQueue.LList.cllist_lvalue" ]
[]
false
false
false
true
true
let t a =
cllist_lvalue a
false
CQueue.fst
CQueue.v
val v (a: Type0) : Tot Type0
val v (a: Type0) : Tot Type0
let v (a: Type0) = list a
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 25, "end_line": 337, "start_col": 0, "start_line": 337 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Type0 -> Type0
Prims.Tot
[ "total" ]
[]
[ "Prims.list" ]
[]
false
false
false
true
true
let v (a: Type0) =
list a
false
CQueue.fst
CQueue.datas
val datas (#a: Type0) (l: v a) : Tot (list a)
val datas (#a: Type0) (l: v a) : Tot (list a)
let datas (#a: Type0) (l: v a) : Tot (list a) = l
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 3, "end_line": 343, "start_col": 0, "start_line": 339 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
l: CQueue.v a -> Prims.list a
Prims.Tot
[ "total" ]
[]
[ "CQueue.v", "Prims.list" ]
[]
false
false
false
true
false
let datas (#a: Type0) (l: v a) : Tot (list a) =
l
false
CQueue.fst
CQueue.ccell_is_lvalue_refine
val ccell_is_lvalue_refine (a: Type) (c: ccell_ptrvalue a) : Tot prop
val ccell_is_lvalue_refine (a: Type) (c: ccell_ptrvalue a) : Tot prop
let ccell_is_lvalue_refine (a: Type) (c: ccell_ptrvalue a) : Tot prop = ccell_ptrvalue_is_null c == false
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 35, "end_line": 366, "start_col": 0, "start_line": 362 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Type0 -> c: CQueue.Cell.ccell_ptrvalue a -> Prims.prop
Prims.Tot
[ "total" ]
[]
[ "CQueue.Cell.ccell_ptrvalue", "CQueue.op_Equals_Equals", "Prims.bool", "CQueue.Cell.ccell_ptrvalue_is_null", "Prims.prop" ]
[]
false
false
false
true
true
let ccell_is_lvalue_refine (a: Type) (c: ccell_ptrvalue a) : Tot prop =
ccell_ptrvalue_is_null c == false
false
CQueue.fst
CQueue.vpure_sel
val vpure_sel (p: prop) : Tot (selector (squash p) (Steel.Memory.pure p))
val vpure_sel (p: prop) : Tot (selector (squash p) (Steel.Memory.pure p))
let vpure_sel (p: prop) : Tot (selector (squash p) (Steel.Memory.pure p)) = vpure_sel' p
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 14, "end_line": 92, "start_col": 0, "start_line": 89 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
p: Prims.prop -> Steel.Effect.Common.selector (CQueue.squash p) (Steel.Memory.pure p)
Prims.Tot
[ "total" ]
[]
[ "Prims.prop", "CQueue.vpure_sel'", "Steel.Effect.Common.selector", "CQueue.squash", "Steel.Memory.pure" ]
[]
false
false
false
false
false
let vpure_sel (p: prop) : Tot (selector (squash p) (Steel.Memory.pure p)) =
vpure_sel' p
false
CQueue.fst
CQueue.vbind0_rewrite
val vbind0_rewrite (a: vprop) (t: Type0) (b: (t_of a -> Tot vprop)) (x: normal (t_of (vdep a (vbind0_payload a t b)))) : Tot t
val vbind0_rewrite (a: vprop) (t: Type0) (b: (t_of a -> Tot vprop)) (x: normal (t_of (vdep a (vbind0_payload a t b)))) : Tot t
let vbind0_rewrite (a: vprop) (t: Type0) (b: (t_of a -> Tot vprop)) (x: normal (t_of (vdep a (vbind0_payload a t b)))) : Tot t = snd (dsnd x)
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 14, "end_line": 175, "start_col": 0, "start_line": 169 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Steel.Effect.Common.vprop -> t: Type0 -> b: (_: Steel.Effect.Common.t_of a -> Steel.Effect.Common.vprop) -> x: Steel.Effect.Common.normal (Steel.Effect.Common.t_of (Steel.Effect.Common.vdep a (CQueue.vbind0_payload a t b))) -> t
Prims.Tot
[ "total" ]
[]
[ "Steel.Effect.Common.vprop", "Steel.Effect.Common.t_of", "Steel.Effect.Common.normal", "Steel.Effect.Common.vdep", "CQueue.vbind0_payload", "FStar.Pervasives.Native.snd", "CQueue.vpure", "Prims.eq2", "Prims.__proj__Mkdtuple2__item___1", "Steel.Effect.Common.vdep_payload", "FStar.Pervasives.dsnd"...
[]
false
false
false
false
false
let vbind0_rewrite (a: vprop) (t: Type0) (b: (t_of a -> Tot vprop)) (x: normal (t_of (vdep a (vbind0_payload a t b)))) : Tot t =
snd (dsnd x)
false
CQueue.fst
CQueue.vpure_sel'
val vpure_sel' (p: prop) : Tot (selector' (squash p) (Steel.Memory.pure p))
val vpure_sel' (p: prop) : Tot (selector' (squash p) (Steel.Memory.pure p))
let vpure_sel' (p: prop) : Tot (selector' (squash p) (Steel.Memory.pure p)) = fun (m: Steel.Memory.hmem (Steel.Memory.pure p)) -> pure_interp p m
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 69, "end_line": 87, "start_col": 0, "start_line": 84 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
p: Prims.prop -> Steel.Effect.Common.selector' (CQueue.squash p) (Steel.Memory.pure p)
Prims.Tot
[ "total" ]
[]
[ "Prims.prop", "Steel.Memory.hmem", "Steel.Memory.pure", "Steel.Memory.pure_interp", "CQueue.squash", "Steel.Effect.Common.selector'" ]
[]
false
false
false
false
false
let vpure_sel' (p: prop) : Tot (selector' (squash p) (Steel.Memory.pure p)) =
fun (m: Steel.Memory.hmem (Steel.Memory.pure p)) -> pure_interp p m
false
Vale.Test.X64.Args.fst
Vale.Test.X64.Args.va_wpProof_Test
val va_wpProof_Test : win:bool -> arg0:buffer64 -> arg1:buffer64 -> arg2:buffer64 -> arg3:buffer64 -> arg4:buffer64 -> arg5:buffer64 -> arg6:buffer64 -> arg7:buffer64 -> va_s0:va_state -> va_k:(va_state -> unit -> Type0) -> Ghost (va_state & va_fuel & unit) (requires (va_t_require va_s0 /\ va_wp_Test win arg0 a...
val va_wpProof_Test : win:bool -> arg0:buffer64 -> arg1:buffer64 -> arg2:buffer64 -> arg3:buffer64 -> arg4:buffer64 -> arg5:buffer64 -> arg6:buffer64 -> arg7:buffer64 -> va_s0:va_state -> va_k:(va_state -> unit -> Type0) -> Ghost (va_state & va_fuel & unit) (requires (va_t_require va_s0 /\ va_wp_Test win arg0 a...
let va_wpProof_Test win arg0 arg1 arg2 arg3 arg4 arg5 arg6 arg7 va_s0 va_k = let (va_sM, va_f0) = va_lemma_Test (va_code_Test win) va_s0 win arg0 arg1 arg2 arg3 arg4 arg5 arg6 arg7 in va_lemma_upd_update va_sM; assert (va_state_eq va_sM (va_update_mem_layout va_sM (va_update_mem_heaplet 0 va_sM (va_update...
{ "file_name": "obj/Vale.Test.X64.Args.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 22, "end_line": 135, "start_col": 0, "start_line": 111 }
module Vale.Test.X64.Args open Vale.Arch.HeapImpl open Vale.X64.Machine_s open Vale.X64.Memory open Vale.X64.Stack_i open Vale.X64.State open Vale.X64.Decls open Vale.X64.InsBasic open Vale.X64.InsMem open Vale.X64.InsVector open Vale.X64.QuickCode open Vale.X64.QuickCodes #set-options "--z3rlimit 20" //-- Test [@ "op...
{ "checked_file": "/", "dependencies": [ "Vale.X64.State.fsti.checked", "Vale.X64.Stack_i.fsti.checked", "Vale.X64.QuickCodes.fsti.checked", "Vale.X64.QuickCode.fst.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.InsVector.fsti.checked", "Vale.X6...
[ { "abbrev": false, "full_module": "Vale.X64.QuickCodes", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.QuickCode", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.InsVector", "short_module": null }, { "abbrev": false, ...
{ "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
win: Prims.bool -> arg0: Vale.X64.Memory.buffer64 -> arg1: Vale.X64.Memory.buffer64 -> arg2: Vale.X64.Memory.buffer64 -> arg3: Vale.X64.Memory.buffer64 -> arg4: Vale.X64.Memory.buffer64 -> arg5: Vale.X64.Memory.buffer64 -> arg6: Vale.X64.Memory.buffer64 -> arg7: Vale.X64.Memory.buff...
Prims.Ghost
[]
[]
[ "Prims.bool", "Vale.X64.Memory.buffer64", "Vale.X64.Decls.va_state", "Prims.unit", "Vale.X64.Decls.va_fuel", "FStar.Pervasives.Native.Mktuple3", "Vale.X64.QuickCode.va_lemma_norm_mods", "Prims.Cons", "Vale.X64.QuickCode.mod_t", "Vale.X64.QuickCode.va_Mod_mem_layout", "Vale.X64.QuickCode.va_Mod_m...
[]
false
false
false
false
false
let va_wpProof_Test win arg0 arg1 arg2 arg3 arg4 arg5 arg6 arg7 va_s0 va_k =
let va_sM, va_f0 = va_lemma_Test (va_code_Test win) va_s0 win arg0 arg1 arg2 arg3 arg4 arg5 arg6 arg7 in va_lemma_upd_update va_sM; assert (va_state_eq va_sM (va_update_mem_layout va_sM (va_update_mem_heaplet 0 va_sM (va_update_flags va_sM (va_update_xmm 1...
false
CQueue.fst
CQueue.queue_tail_refine
val queue_tail_refine (#a: Type) (tail1 tail2: ref (ccell_ptrvalue a)) (tl: normal (t_of (vptr tail2))) : Tot prop
val queue_tail_refine (#a: Type) (tail1 tail2: ref (ccell_ptrvalue a)) (tl: normal (t_of (vptr tail2))) : Tot prop
let queue_tail_refine (#a: Type) (tail1: ref (ccell_ptrvalue a)) (tail2: ref (ccell_ptrvalue a)) (tl: normal (t_of (vptr tail2))) : Tot prop = ccell_ptrvalue_is_null tl == true /\ tail1 == tail2
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 53, "end_line": 637, "start_col": 0, "start_line": 631 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
tail1: Steel.Reference.ref (CQueue.Cell.ccell_ptrvalue a) -> tail2: Steel.Reference.ref (CQueue.Cell.ccell_ptrvalue a) -> tl: Steel.Effect.Common.normal (Steel.Effect.Common.t_of (Steel.Reference.vptr tail2)) -> Prims.prop
Prims.Tot
[ "total" ]
[]
[ "Steel.Reference.ref", "CQueue.Cell.ccell_ptrvalue", "Steel.Effect.Common.normal", "Steel.Effect.Common.t_of", "Steel.Reference.vptr", "Prims.l_and", "CQueue.op_Equals_Equals", "Prims.bool", "CQueue.Cell.ccell_ptrvalue_is_null", "Prims.prop" ]
[]
false
false
false
false
true
let queue_tail_refine (#a: Type) (tail1 tail2: ref (ccell_ptrvalue a)) (tl: normal (t_of (vptr tail2))) : Tot prop =
ccell_ptrvalue_is_null tl == true /\ tail1 == tail2
false
CQueue.fst
CQueue.vconst_sel
val vconst_sel (#a: Type) (x: a) : Tot (selector a (hp_of emp))
val vconst_sel (#a: Type) (x: a) : Tot (selector a (hp_of emp))
let vconst_sel (#a: Type) (x: a) : Tot (selector a (hp_of emp)) = fun _ -> x
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 12, "end_line": 36, "start_col": 0, "start_line": 32 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: a -> Steel.Effect.Common.selector a (Steel.Effect.Common.hp_of Steel.Effect.Common.emp)
Prims.Tot
[ "total" ]
[]
[ "Steel.Memory.hmem", "Steel.Effect.Common.hp_of", "Steel.Effect.Common.emp", "Steel.Effect.Common.selector" ]
[]
false
false
false
true
false
let vconst_sel (#a: Type) (x: a) : Tot (selector a (hp_of emp)) =
fun _ -> x
false
Vale.X64.InsSha.fst
Vale.X64.InsSha.va_lemma_SHA256_msg1
val va_lemma_SHA256_msg1 : va_b0:va_code -> va_s0:va_state -> dst:va_operand_xmm -> src:va_operand_xmm -> t:counter -> block:block_w -> Ghost (va_state & va_fuel) (requires (va_require_total va_b0 (va_code_SHA256_msg1 dst src) va_s0 /\ va_is_dst_xmm dst va_s0 /\ va_is_src_xmm src va_s0 /\ va_get_ok va_s0 /\ s...
val va_lemma_SHA256_msg1 : va_b0:va_code -> va_s0:va_state -> dst:va_operand_xmm -> src:va_operand_xmm -> t:counter -> block:block_w -> Ghost (va_state & va_fuel) (requires (va_require_total va_b0 (va_code_SHA256_msg1 dst src) va_s0 /\ va_is_dst_xmm dst va_s0 /\ va_is_src_xmm src va_s0 /\ va_get_ok va_s0 /\ s...
let va_lemma_SHA256_msg1 va_b0 va_s0 dst src t block = va_reveal_opaque (`%va_code_SHA256_msg1) (va_code_SHA256_msg1 dst src); let (va_old_s:va_state) = va_s0 in va_ins_lemma (mk_ins (make_instr (I.ins_SHA256_msg1) (OReg dst) (OReg src))) va_s0; let (va_sM, va_fM) = va_eval_ins (mk_ins (make_instr (I.ins_SHA256...
{ "file_name": "obj/Vale.X64.InsSha.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 16, "end_line": 71, "start_col": 0, "start_line": 64 }
module Vale.X64.InsSha open Vale.Def.Types_s open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.InsLemmas open Vale.X64.Taint_Semantics open Vale.X64.Decls open Vale.X64.CryptoInstructions_s open Spec.Hash.Definitions open Spec.SHA2 open Vale.X64.CPU_Features_s module I = ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.Taint_Semantics.fst.checked", "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti...
[ { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "S" }, { "abbrev": true, "full_module": "Vale.X64.Instructions_s", "short_module": "I" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 4, "initial_ifuel": 0, "max_fuel": 4, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
va_b0: Vale.X64.Decls.va_code -> va_s0: Vale.X64.Decls.va_state -> dst: Vale.X64.Decls.va_operand_xmm -> src: Vale.X64.Decls.va_operand_xmm -> t: Vale.SHA.SHA_helpers.counter -> block: Vale.SHA.SHA_helpers.block_w -> Prims.Ghost (Vale.X64.Decls.va_state * Vale.X64.Decls.va_fuel)
Prims.Ghost
[]
[]
[ "Vale.X64.Decls.va_code", "Vale.X64.Decls.va_state", "Vale.X64.Decls.va_operand_xmm", "Vale.SHA.SHA_helpers.counter", "Vale.SHA.SHA_helpers.block_w", "Vale.X64.State.vale_state", "Vale.X64.Lemmas.fuel", "FStar.Pervasives.Native.Mktuple2", "Vale.X64.Decls.va_fuel", "Prims.unit", "Vale.SHA.SHA_hel...
[]
false
false
false
false
false
let va_lemma_SHA256_msg1 va_b0 va_s0 dst src t block =
va_reveal_opaque (`%va_code_SHA256_msg1) (va_code_SHA256_msg1 dst src); let va_old_s:va_state = va_s0 in va_ins_lemma (mk_ins (make_instr (I.ins_SHA256_msg1) (OReg dst) (OReg src))) va_s0; let va_sM, va_fM = va_eval_ins (mk_ins (make_instr (I.ins_SHA256_msg1) (OReg dst) (OReg src))) va_s0 in lemma_sha256_msg1 (va_eva...
false
CQueue.fst
CQueue.queue_tail
val queue_tail (#a: Type) (x: t a) (l: Ghost.erased (list a)) : Tot vprop
val queue_tail (#a: Type) (x: t a) (l: Ghost.erased (list a)) : Tot vprop
let queue_tail (#a: Type) (x: t a) (l: Ghost.erased (list a)) : Tot vprop = llist_fragment_tail l (cllist_head x) `vdep` queue_tail_dep1 x l
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 66, "end_line": 665, "start_col": 0, "start_line": 659 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: CQueue.t a -> l: FStar.Ghost.erased (Prims.list a) -> Steel.Effect.Common.vprop
Prims.Tot
[ "total" ]
[]
[ "CQueue.t", "FStar.Ghost.erased", "Prims.list", "Steel.Effect.Common.vdep", "CQueue.llist_fragment_tail", "CQueue.LList.cllist_head", "CQueue.queue_tail_dep1", "Steel.Effect.Common.vprop" ]
[]
false
false
false
true
false
let queue_tail (#a: Type) (x: t a) (l: Ghost.erased (list a)) : Tot vprop =
(llist_fragment_tail l (cllist_head x)) `vdep` (queue_tail_dep1 x l)
false
CQueue.fst
CQueue.queue_tail_dep1
val queue_tail_dep1 (#a: Type) (x: t a) (l: Ghost.erased (list a)) (tail1: t_of (llist_fragment_tail l (cllist_head x))) : Tot vprop
val queue_tail_dep1 (#a: Type) (x: t a) (l: Ghost.erased (list a)) (tail1: t_of (llist_fragment_tail l (cllist_head x))) : Tot vprop
let queue_tail_dep1 (#a: Type) (x: t a) (l: Ghost.erased (list a)) (tail1: t_of (llist_fragment_tail l (cllist_head x))) : Tot vprop = vptr (cllist_tail x) `vdep` queue_tail_dep2 x l tail1
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 55, "end_line": 656, "start_col": 0, "start_line": 650 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: CQueue.t a -> l: FStar.Ghost.erased (Prims.list a) -> tail1: Steel.Effect.Common.t_of (CQueue.llist_fragment_tail l (CQueue.LList.cllist_head x)) -> Steel.Effect.Common.vprop
Prims.Tot
[ "total" ]
[]
[ "CQueue.t", "FStar.Ghost.erased", "Prims.list", "Steel.Effect.Common.t_of", "CQueue.llist_fragment_tail", "CQueue.LList.cllist_head", "Steel.Effect.Common.vdep", "Steel.Reference.vptr", "Steel.Reference.ref", "CQueue.Cell.ccell_ptrvalue", "CQueue.LList.cllist_tail", "CQueue.queue_tail_dep2", ...
[]
false
false
false
false
false
let queue_tail_dep1 (#a: Type) (x: t a) (l: Ghost.erased (list a)) (tail1: t_of (llist_fragment_tail l (cllist_head x))) : Tot vprop =
(vptr (cllist_tail x)) `vdep` (queue_tail_dep2 x l tail1)
false
Vale.X64.InsSha.fst
Vale.X64.InsSha.va_lemma_SHA256_msg2
val va_lemma_SHA256_msg2 : va_b0:va_code -> va_s0:va_state -> dst:va_operand_xmm -> src:va_operand_xmm -> t:counter -> block:block_w -> Ghost (va_state & va_fuel) (requires (va_require_total va_b0 (va_code_SHA256_msg2 dst src) va_s0 /\ va_is_dst_xmm dst va_s0 /\ va_is_src_xmm src va_s0 /\ va_get_ok va_s0 /\ s...
val va_lemma_SHA256_msg2 : va_b0:va_code -> va_s0:va_state -> dst:va_operand_xmm -> src:va_operand_xmm -> t:counter -> block:block_w -> Ghost (va_state & va_fuel) (requires (va_require_total va_b0 (va_code_SHA256_msg2 dst src) va_s0 /\ va_is_dst_xmm dst va_s0 /\ va_is_src_xmm src va_s0 /\ va_get_ok va_s0 /\ s...
let va_lemma_SHA256_msg2 va_b0 va_s0 dst src t block = va_reveal_opaque (`%va_code_SHA256_msg2) (va_code_SHA256_msg2 dst src); let (va_old_s:va_state) = va_s0 in va_ins_lemma (mk_ins (make_instr (I.ins_SHA256_msg2) (OReg dst) (OReg src))) va_s0; let (va_sM, va_fM) = va_eval_ins (mk_ins (make_instr (I.ins_SHA256...
{ "file_name": "obj/Vale.X64.InsSha.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 16, "end_line": 102, "start_col": 0, "start_line": 95 }
module Vale.X64.InsSha open Vale.Def.Types_s open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.InsLemmas open Vale.X64.Taint_Semantics open Vale.X64.Decls open Vale.X64.CryptoInstructions_s open Spec.Hash.Definitions open Spec.SHA2 open Vale.X64.CPU_Features_s module I = ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.Taint_Semantics.fst.checked", "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti...
[ { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "S" }, { "abbrev": true, "full_module": "Vale.X64.Instructions_s", "short_module": "I" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 4, "initial_ifuel": 0, "max_fuel": 4, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
va_b0: Vale.X64.Decls.va_code -> va_s0: Vale.X64.Decls.va_state -> dst: Vale.X64.Decls.va_operand_xmm -> src: Vale.X64.Decls.va_operand_xmm -> t: Vale.SHA.SHA_helpers.counter -> block: Vale.SHA.SHA_helpers.block_w -> Prims.Ghost (Vale.X64.Decls.va_state * Vale.X64.Decls.va_fuel)
Prims.Ghost
[]
[]
[ "Vale.X64.Decls.va_code", "Vale.X64.Decls.va_state", "Vale.X64.Decls.va_operand_xmm", "Vale.SHA.SHA_helpers.counter", "Vale.SHA.SHA_helpers.block_w", "Vale.X64.State.vale_state", "Vale.X64.Lemmas.fuel", "FStar.Pervasives.Native.Mktuple2", "Vale.X64.Decls.va_fuel", "Prims.unit", "Vale.SHA.SHA_hel...
[]
false
false
false
false
false
let va_lemma_SHA256_msg2 va_b0 va_s0 dst src t block =
va_reveal_opaque (`%va_code_SHA256_msg2) (va_code_SHA256_msg2 dst src); let va_old_s:va_state = va_s0 in va_ins_lemma (mk_ins (make_instr (I.ins_SHA256_msg2) (OReg dst) (OReg src))) va_s0; let va_sM, va_fM = va_eval_ins (mk_ins (make_instr (I.ins_SHA256_msg2) (OReg dst) (OReg src))) va_s0 in lemma_sha256_msg2 (va_eva...
false
CQueue.fst
CQueue.llist_fragment_head_data_refine
val llist_fragment_head_data_refine (#a: Type) (d: a) (c: vcell a) : Tot prop
val llist_fragment_head_data_refine (#a: Type) (d: a) (c: vcell a) : Tot prop
let llist_fragment_head_data_refine (#a: Type) (d: a) (c: vcell a) : Tot prop = c.vcell_data == d
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 19, "end_line": 746, "start_col": 0, "start_line": 741 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
d: a -> c: CQueue.Cell.vcell a -> Prims.prop
Prims.Tot
[ "total" ]
[]
[ "CQueue.Cell.vcell", "CQueue.op_Equals_Equals", "CQueue.Cell.__proj__Mkvcell__item__vcell_data", "Prims.prop" ]
[]
false
false
false
true
true
let llist_fragment_head_data_refine (#a: Type) (d: a) (c: vcell a) : Tot prop =
c.vcell_data == d
false
Vale.X64.InsSha.fst
Vale.X64.InsSha.va_lemma_SHA256_rnds2
val va_lemma_SHA256_rnds2 : va_b0:va_code -> va_s0:va_state -> dst:va_operand_xmm -> src:va_operand_xmm -> t:counter -> block:block_w -> hash_orig:hash256 -> Ghost (va_state & va_fuel) (requires (va_require_total va_b0 (va_code_SHA256_rnds2 dst src) va_s0 /\ va_is_dst_xmm dst va_s0 /\ va_is_src_xmm src va_s0 ...
val va_lemma_SHA256_rnds2 : va_b0:va_code -> va_s0:va_state -> dst:va_operand_xmm -> src:va_operand_xmm -> t:counter -> block:block_w -> hash_orig:hash256 -> Ghost (va_state & va_fuel) (requires (va_require_total va_b0 (va_code_SHA256_rnds2 dst src) va_s0 /\ va_is_dst_xmm dst va_s0 /\ va_is_src_xmm src va_s0 ...
let va_lemma_SHA256_rnds2 va_b0 va_s0 dst src t block hash_orig = va_reveal_opaque (`%va_code_SHA256_rnds2) (va_code_SHA256_rnds2 dst src); let (va_old_s:va_state) = va_s0 in va_ins_lemma (mk_ins (make_instr (I.ins_SHA256_rnds2) (OReg dst) (OReg src))) va_s0; let (va_sM, va_fM) = va_eval_ins (mk_ins (make_instr...
{ "file_name": "obj/Vale.X64.InsSha.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 16, "end_line": 39, "start_col": 0, "start_line": 31 }
module Vale.X64.InsSha open Vale.Def.Types_s open Vale.X64.Machine_s open Vale.X64 open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.InsLemmas open Vale.X64.Taint_Semantics open Vale.X64.Decls open Vale.X64.CryptoInstructions_s open Spec.Hash.Definitions open Spec.SHA2 open Vale.X64.CPU_Features_s module I = ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.Taint_Semantics.fst.checked", "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Print_s.fst.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instructions_s.fsti...
[ { "abbrev": true, "full_module": "Vale.X64.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "S" }, { "abbrev": true, "full_module": "Vale.X64.Instructions_s", "short_module": "I" }, { "abbrev": false...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 4, "initial_ifuel": 0, "max_fuel": 4, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
va_b0: Vale.X64.Decls.va_code -> va_s0: Vale.X64.Decls.va_state -> dst: Vale.X64.Decls.va_operand_xmm -> src: Vale.X64.Decls.va_operand_xmm -> t: Vale.SHA.SHA_helpers.counter -> block: Vale.SHA.SHA_helpers.block_w -> hash_orig: Vale.SHA.SHA_helpers.hash256 -> Prims.Ghost (Vale.X64.Decls.v...
Prims.Ghost
[]
[]
[ "Vale.X64.Decls.va_code", "Vale.X64.Decls.va_state", "Vale.X64.Decls.va_operand_xmm", "Vale.SHA.SHA_helpers.counter", "Vale.SHA.SHA_helpers.block_w", "Vale.SHA.SHA_helpers.hash256", "Vale.X64.State.vale_state", "Vale.X64.Lemmas.fuel", "FStar.Pervasives.Native.Mktuple2", "Vale.X64.Decls.va_fuel", ...
[]
false
false
false
false
false
let va_lemma_SHA256_rnds2 va_b0 va_s0 dst src t block hash_orig =
va_reveal_opaque (`%va_code_SHA256_rnds2) (va_code_SHA256_rnds2 dst src); let va_old_s:va_state = va_s0 in va_ins_lemma (mk_ins (make_instr (I.ins_SHA256_rnds2) (OReg dst) (OReg src))) va_s0; let va_sM, va_fM = va_eval_ins (mk_ins (make_instr (I.ins_SHA256_rnds2) (OReg dst) (OReg src))) va_s0 in lemma_sha256_rnds2 (v...
false
CQueue.fst
CQueue.unsnoc_tl
val unsnoc_tl (#a: Type) (l: list a) : Pure (a) (requires (Cons? l)) (ensures (fun _ -> True))
val unsnoc_tl (#a: Type) (l: list a) : Pure (a) (requires (Cons? l)) (ensures (fun _ -> True))
let unsnoc_tl (#a: Type) (l: list a) : Pure (a) (requires (Cons? l)) (ensures (fun _ -> True)) = snd (unsnoc l)
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 111, "end_line": 299, "start_col": 0, "start_line": 299 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
l: Prims.list a -> Prims.Pure a
Prims.Pure
[]
[]
[ "Prims.list", "FStar.Pervasives.Native.snd", "CQueue.unsnoc", "Prims.b2t", "Prims.uu___is_Cons", "Prims.l_True" ]
[]
false
false
false
false
false
let unsnoc_tl (#a: Type) (l: list a) : Pure (a) (requires (Cons? l)) (ensures (fun _ -> True)) =
snd (unsnoc l)
false
Vale.Test.X64.Args.fst
Vale.Test.X64.Args.va_lemma_Test
val va_lemma_Test : va_b0:va_code -> va_s0:va_state -> win:bool -> arg0:buffer64 -> arg1:buffer64 -> arg2:buffer64 -> arg3:buffer64 -> arg4:buffer64 -> arg5:buffer64 -> arg6:buffer64 -> arg7:buffer64 -> Ghost (va_state & va_fuel) (requires (va_require_total va_b0 (va_code_Test win) va_s0 /\ va_get_ok va_s0 /\ v...
val va_lemma_Test : va_b0:va_code -> va_s0:va_state -> win:bool -> arg0:buffer64 -> arg1:buffer64 -> arg2:buffer64 -> arg3:buffer64 -> arg4:buffer64 -> arg5:buffer64 -> arg6:buffer64 -> arg7:buffer64 -> Ghost (va_state & va_fuel) (requires (va_require_total va_b0 (va_code_Test win) va_s0 /\ va_get_ok va_s0 /\ v...
let va_lemma_Test va_b0 va_s0 win arg0 arg1 arg2 arg3 arg4 arg5 arg6 arg7 = let (va_mods:va_mods_t) = [va_Mod_mem_layout; va_Mod_mem_heaplet 0; va_Mod_flags; va_Mod_xmm 15; va_Mod_xmm 14; va_Mod_xmm 13; va_Mod_xmm 12; va_Mod_xmm 11; va_Mod_xmm 10; va_Mod_xmm 9; va_Mod_xmm 8; va_Mod_xmm 7; va_Mod_xmm 6; va_Mod...
{ "file_name": "obj/Vale.Test.X64.Args.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 16, "end_line": 107, "start_col": 0, "start_line": 46 }
module Vale.Test.X64.Args open Vale.Arch.HeapImpl open Vale.X64.Machine_s open Vale.X64.Memory open Vale.X64.Stack_i open Vale.X64.State open Vale.X64.Decls open Vale.X64.InsBasic open Vale.X64.InsMem open Vale.X64.InsVector open Vale.X64.QuickCode open Vale.X64.QuickCodes #set-options "--z3rlimit 20" //-- Test [@ "op...
{ "checked_file": "/", "dependencies": [ "Vale.X64.State.fsti.checked", "Vale.X64.Stack_i.fsti.checked", "Vale.X64.QuickCodes.fsti.checked", "Vale.X64.QuickCode.fst.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.InsVector.fsti.checked", "Vale.X6...
[ { "abbrev": false, "full_module": "Vale.X64.QuickCodes", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.QuickCode", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.InsVector", "short_module": null }, { "abbrev": false, ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
va_b0: Vale.X64.Decls.va_code -> va_s0: Vale.X64.Decls.va_state -> win: Prims.bool -> arg0: Vale.X64.Memory.buffer64 -> arg1: Vale.X64.Memory.buffer64 -> arg2: Vale.X64.Memory.buffer64 -> arg3: Vale.X64.Memory.buffer64 -> arg4: Vale.X64.Memory.buffer64 -> arg5: Vale.X64.Memory.buffe...
Prims.Ghost
[]
[]
[ "Vale.X64.Decls.va_code", "Vale.X64.Decls.va_state", "Prims.bool", "Vale.X64.Memory.buffer64", "Vale.X64.QuickCodes.fuel", "Prims.unit", "FStar.Pervasives.Native.Mktuple2", "Vale.X64.Decls.va_fuel", "Vale.X64.QuickCode.va_lemma_norm_mods", "Prims.Cons", "Vale.X64.QuickCode.mod_t", "Vale.X64.Qu...
[]
false
false
false
false
false
let va_lemma_Test va_b0 va_s0 win arg0 arg1 arg2 arg3 arg4 arg5 arg6 arg7 =
let va_mods:va_mods_t = [ va_Mod_mem_layout; va_Mod_mem_heaplet 0; va_Mod_flags; va_Mod_xmm 15; va_Mod_xmm 14; va_Mod_xmm 13; va_Mod_xmm 12; va_Mod_xmm 11; va_Mod_xmm 10; va_Mod_xmm 9; va_Mod_xmm 8; va_Mod_xmm 7; va_Mod_xmm 6; va_Mod_xmm 5; va_Mod_xmm 4; va_Mod_xmm 3; va_Mod_xmm 2; va_Mod_xmm 1; va_Mo...
false
CQueue.fst
CQueue.unsnoc_hd
val unsnoc_hd (#a: Type) (l: list a) : Pure (list a) (requires (Cons? l)) (ensures (fun l' -> L.length l' < L.length l))
val unsnoc_hd (#a: Type) (l: list a) : Pure (list a) (requires (Cons? l)) (ensures (fun l' -> L.length l' < L.length l))
let unsnoc_hd (#a: Type) (l: list a) : Pure (list a) (requires (Cons? l)) (ensures (fun l' -> L.length l' < L.length l)) = fst (unsnoc l)
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 29, "end_line": 298, "start_col": 0, "start_line": 297 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
l: Prims.list a -> Prims.Pure (Prims.list a)
Prims.Pure
[]
[]
[ "Prims.list", "FStar.Pervasives.Native.fst", "CQueue.unsnoc", "Prims.b2t", "Prims.uu___is_Cons", "Prims.op_LessThan", "FStar.List.Tot.Base.length" ]
[]
false
false
false
false
false
let unsnoc_hd (#a: Type) (l: list a) : Pure (list a) (requires (Cons? l)) (ensures (fun l' -> L.length l' < L.length l)) =
fst (unsnoc l)
false
CQueue.fst
CQueue.coerce
val coerce (#a: Type) (x: a) (b: Type) : Pure b (requires (a == b)) (ensures (fun y -> a == b /\ x == y))
val coerce (#a: Type) (x: a) (b: Type) : Pure b (requires (a == b)) (ensures (fun y -> a == b /\ x == y))
let coerce (#a: Type) (x: a) (b: Type) : Pure b (requires (a == b)) (ensures (fun y -> a == b /\ x == y)) = x
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 3, "end_line": 331, "start_col": 0, "start_line": 324 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: a -> b: Type -> Prims.Pure b
Prims.Pure
[]
[]
[ "CQueue.op_Equals_Equals", "Prims.l_and" ]
[]
false
false
false
false
false
let coerce (#a: Type) (x: a) (b: Type) : Pure b (requires (a == b)) (ensures (fun y -> a == b /\ x == y)) =
x
false
CQueue.fst
CQueue.snoc_inj
val snoc_inj (#a: Type) (hd1 hd2: list a) (tl1 tl2: a) : Lemma (requires (hd1 `L.append` [tl1] == hd2 `L.append` [tl2])) (ensures (hd1 == hd2 /\ tl1 == tl2)) [SMTPat (hd1 `L.append` [tl1]); SMTPat (hd2 `L.append` [tl2])]
val snoc_inj (#a: Type) (hd1 hd2: list a) (tl1 tl2: a) : Lemma (requires (hd1 `L.append` [tl1] == hd2 `L.append` [tl2])) (ensures (hd1 == hd2 /\ tl1 == tl2)) [SMTPat (hd1 `L.append` [tl1]); SMTPat (hd2 `L.append` [tl2])]
let snoc_inj (#a: Type) (hd1 hd2: list a) (tl1 tl2: a) : Lemma (requires (hd1 `L.append` [tl1] == hd2 `L.append` [tl2])) (ensures (hd1 == hd2 /\ tl1 == tl2)) [SMTPat (hd1 `L.append` [tl1]); SMTPat (hd2 `L.append` [tl2])] = L.lemma_snoc_unsnoc (hd1, tl1); L.lemma_snoc_unsnoc (hd2, tl2)
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 32, "end_line": 286, "start_col": 0, "start_line": 281 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
hd1: Prims.list a -> hd2: Prims.list a -> tl1: a -> tl2: a -> FStar.Pervasives.Lemma (requires hd1 @ [tl1] == hd2 @ [tl2]) (ensures hd1 == hd2 /\ tl1 == tl2) [SMTPat (hd1 @ [tl1]); SMTPat (hd2 @ [tl2])]
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Prims.list", "FStar.List.Tot.Properties.lemma_snoc_unsnoc", "FStar.Pervasives.Native.Mktuple2", "Prims.unit", "CQueue.op_Equals_Equals", "FStar.List.Tot.Base.append", "Prims.Cons", "Prims.Nil", "Prims.squash", "Prims.l_and", "FStar.Pervasives.pattern", "FStar.Pervasives.smt_pat" ]
[]
true
false
true
false
false
let snoc_inj (#a: Type) (hd1 hd2: list a) (tl1 tl2: a) : Lemma (requires (hd1 `L.append` [tl1] == hd2 `L.append` [tl2])) (ensures (hd1 == hd2 /\ tl1 == tl2)) [SMTPat (hd1 `L.append` [tl1]); SMTPat (hd2 `L.append` [tl2])] =
L.lemma_snoc_unsnoc (hd1, tl1); L.lemma_snoc_unsnoc (hd2, tl2)
false
CQueue.fst
CQueue.unsnoc
val unsnoc (#a: Type) (l: list a) : Pure (list a & a) (requires (Cons? l)) (ensures (fun (hd, tl) -> l == hd `L.append` [tl] /\ L.length hd < L.length l))
val unsnoc (#a: Type) (l: list a) : Pure (list a & a) (requires (Cons? l)) (ensures (fun (hd, tl) -> l == hd `L.append` [tl] /\ L.length hd < L.length l))
let unsnoc (#a: Type) (l: list a) : Pure (list a & a) (requires (Cons? l)) (ensures (fun (hd, tl) -> l == hd `L.append` [tl] /\ L.length hd < L.length l)) = L.lemma_unsnoc_snoc l; L.append_length (fst (L.unsnoc l)) [snd (L.unsnoc l)]; L.unsnoc l
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 12, "end_line": 295, "start_col": 0, "start_line": 289 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
l: Prims.list a -> Prims.Pure (Prims.list a * a)
Prims.Pure
[]
[]
[ "Prims.list", "FStar.List.Tot.Base.unsnoc", "Prims.unit", "FStar.List.Tot.Properties.append_length", "FStar.Pervasives.Native.fst", "Prims.Cons", "FStar.Pervasives.Native.snd", "Prims.Nil", "FStar.List.Tot.Properties.lemma_unsnoc_snoc", "FStar.Pervasives.Native.tuple2", "Prims.b2t", "Prims.uu_...
[]
false
false
false
false
false
let unsnoc (#a: Type) (l: list a) : Pure (list a & a) (requires (Cons? l)) (ensures (fun (hd, tl) -> l == hd `L.append` [tl] /\ L.length hd < L.length l)) =
L.lemma_unsnoc_snoc l; L.append_length (fst (L.unsnoc l)) [snd (L.unsnoc l)]; L.unsnoc l
false
CQueue.fst
CQueue.llist_fragment_tail_cons_lvalue_payload
val llist_fragment_tail_cons_lvalue_payload (#a: Type) (l: Ghost.erased (list a) {Cons? (Ghost.reveal l)}) (c: ccell_lvalue a) : Tot vprop
val llist_fragment_tail_cons_lvalue_payload (#a: Type) (l: Ghost.erased (list a) {Cons? (Ghost.reveal l)}) (c: ccell_lvalue a) : Tot vprop
let llist_fragment_tail_cons_lvalue_payload (#a: Type) (l: Ghost.erased (list a) { Cons? (Ghost.reveal l) }) (c: ccell_lvalue a) : Tot vprop = vptr (ccell_data c) `vrefine` llist_fragment_tail_cons_data_refine l
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 70, "end_line": 360, "start_col": 0, "start_line": 355 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
l: FStar.Ghost.erased (Prims.list a) {Cons? (FStar.Ghost.reveal l)} -> c: CQueue.Cell.ccell_lvalue a -> Steel.Effect.Common.vprop
Prims.Tot
[ "total" ]
[]
[ "FStar.Ghost.erased", "Prims.list", "Prims.b2t", "Prims.uu___is_Cons", "FStar.Ghost.reveal", "CQueue.Cell.ccell_lvalue", "Steel.Effect.Common.vrefine", "Steel.Reference.vptr", "CQueue.Cell.ccell_data", "CQueue.llist_fragment_tail_cons_data_refine", "Steel.Effect.Common.vprop" ]
[]
false
false
false
false
false
let llist_fragment_tail_cons_lvalue_payload (#a: Type) (l: Ghost.erased (list a) {Cons? (Ghost.reveal l)}) (c: ccell_lvalue a) : Tot vprop =
(vptr (ccell_data c)) `vrefine` (llist_fragment_tail_cons_data_refine l)
false
CQueue.fst
CQueue.snoc
val snoc (#a: Type) (l: list a) (x: a) : Pure (list a) (requires True) (ensures (fun l' -> Cons? l' /\ unsnoc_hd l' == l /\ unsnoc_tl l' == x))
val snoc (#a: Type) (l: list a) (x: a) : Pure (list a) (requires True) (ensures (fun l' -> Cons? l' /\ unsnoc_hd l' == l /\ unsnoc_tl l' == x))
let snoc (#a: Type) (l: list a) (x: a) : Pure (list a) (requires True) (ensures (fun l' -> Cons? l' /\ unsnoc_hd l' == l /\ unsnoc_tl l' == x )) = let l' = L.snoc (l, x) in L.append_length l [x]; snoc_inj l (unsnoc_hd l') x (unsnoc_tl l'); l'
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 4, "end_line": 313, "start_col": 0, "start_line": 302 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
l: Prims.list a -> x: a -> Prims.Pure (Prims.list a)
Prims.Pure
[]
[]
[ "Prims.list", "Prims.unit", "CQueue.snoc_inj", "CQueue.unsnoc_hd", "CQueue.unsnoc_tl", "FStar.List.Tot.Properties.append_length", "Prims.Cons", "Prims.Nil", "FStar.List.Tot.Base.snoc", "FStar.Pervasives.Native.Mktuple2", "Prims.l_True", "Prims.l_and", "Prims.b2t", "Prims.uu___is_Cons", "...
[]
false
false
false
false
false
let snoc (#a: Type) (l: list a) (x: a) : Pure (list a) (requires True) (ensures (fun l' -> Cons? l' /\ unsnoc_hd l' == l /\ unsnoc_tl l' == x)) =
let l' = L.snoc (l, x) in L.append_length l [x]; snoc_inj l (unsnoc_hd l') x (unsnoc_tl l'); l'
false
CQueue.fst
CQueue.llist_fragment_tail
val llist_fragment_tail (#a: Type) (l: Ghost.erased (list a)) (phead: ref (ccell_ptrvalue a)) : Pure vprop (requires True) (ensures (fun v -> t_of v == ref (ccell_ptrvalue a))) (decreases (Ghost.reveal (L.length l)))
val llist_fragment_tail (#a: Type) (l: Ghost.erased (list a)) (phead: ref (ccell_ptrvalue a)) : Pure vprop (requires True) (ensures (fun v -> t_of v == ref (ccell_ptrvalue a))) (decreases (Ghost.reveal (L.length l)))
let rec llist_fragment_tail (#a: Type) (l: Ghost.erased (list a)) (phead: ref (ccell_ptrvalue a)) : Pure vprop (requires True) (ensures (fun v -> t_of v == ref (ccell_ptrvalue a))) (decreases (Ghost.reveal (L.length l))) = if Nil? l then vconst phead else llist_fragment_tail (Ghost.hide (unsnoc_hd (Ghost.reve...
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 237, "end_line": 392, "start_col": 0, "start_line": 386 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
l: FStar.Ghost.erased (Prims.list a) -> phead: Steel.Reference.ref (CQueue.Cell.ccell_ptrvalue a) -> Prims.Pure Steel.Effect.Common.vprop
Prims.Pure
[ "" ]
[]
[ "FStar.Ghost.erased", "Prims.list", "Steel.Reference.ref", "CQueue.Cell.ccell_ptrvalue", "Prims.uu___is_Nil", "FStar.Ghost.reveal", "CQueue.vconst", "Prims.bool", "Steel.Effect.Common.vrewrite", "Steel.Effect.Common.vdep", "CQueue.llist_fragment_tail", "FStar.Ghost.hide", "CQueue.unsnoc_hd",...
[ "recursion" ]
false
false
false
false
false
let rec llist_fragment_tail (#a: Type) (l: Ghost.erased (list a)) (phead: ref (ccell_ptrvalue a)) : Pure vprop (requires True) (ensures (fun v -> t_of v == ref (ccell_ptrvalue a))) (decreases (Ghost.reveal (L.length l))) =
if Nil? l then vconst phead else ((llist_fragment_tail (Ghost.hide (unsnoc_hd (Ghost.reveal l))) phead) `vdep` (llist_fragment_tail_cons_next_payload l)) `vrewrite` (llist_fragment_tail_cons_rewrite l (llist_fragment_tail (Ghost.hide (unsnoc_hd (Ghost.reveal l))) phead))
false
Vale.Arch.MachineHeap_s.fst
Vale.Arch.MachineHeap_s.machine_heap
val machine_heap : Type0
let machine_heap = Map.t int nat8
{ "file_name": "vale/specs/hardware/Vale.Arch.MachineHeap_s.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 33, "end_line": 14, "start_col": 0, "start_line": 14 }
module Vale.Arch.MachineHeap_s open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four_s open Vale.Def.Types_s unfold let (.[]) = Map.sel unfold let (.[]<-) = Map.upd
{ "checked_file": "/", "dependencies": [ "Vale.Def.Words_s.fsti.checked", "Vale.Def.Words.Two_s.fsti.checked", "Vale.Def.Words.Four_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "Vale.Def.Prop_s.fst.checked", "Vale.Def.Opaque_s.fsti.checked", "prims.fst.checked", "FStar.Set.fsti.c...
[ { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Four_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Two_s", "short_module": null }, { "abbrev": false, ...
{ "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" ]
[]
[ "FStar.Map.t", "Prims.int", "Vale.Def.Types_s.nat8" ]
[]
false
false
false
true
true
let machine_heap =
Map.t int nat8
false
CQueue.fst
CQueue.queue_tail_dep2
val queue_tail_dep2 (#a: Type) (x: t a) (l: Ghost.erased (list a)) (tail1: t_of (llist_fragment_tail l (cllist_head x))) (tail2: ref (ccell_ptrvalue a)) : Tot vprop
val queue_tail_dep2 (#a: Type) (x: t a) (l: Ghost.erased (list a)) (tail1: t_of (llist_fragment_tail l (cllist_head x))) (tail2: ref (ccell_ptrvalue a)) : Tot vprop
let queue_tail_dep2 (#a: Type) (x: t a) (l: Ghost.erased (list a)) (tail1: t_of (llist_fragment_tail l (cllist_head x))) (tail2: ref (ccell_ptrvalue a)) : Tot vprop = vptr tail2 `vrefine` queue_tail_refine tail1 tail2
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 52, "end_line": 647, "start_col": 0, "start_line": 640 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: CQueue.t a -> l: FStar.Ghost.erased (Prims.list a) -> tail1: Steel.Effect.Common.t_of (CQueue.llist_fragment_tail l (CQueue.LList.cllist_head x)) -> tail2: Steel.Reference.ref (CQueue.Cell.ccell_ptrvalue a) -> Steel.Effect.Common.vprop
Prims.Tot
[ "total" ]
[]
[ "CQueue.t", "FStar.Ghost.erased", "Prims.list", "Steel.Effect.Common.t_of", "CQueue.llist_fragment_tail", "CQueue.LList.cllist_head", "Steel.Reference.ref", "CQueue.Cell.ccell_ptrvalue", "Steel.Effect.Common.vrefine", "Steel.Reference.vptr", "CQueue.queue_tail_refine", "Steel.Effect.Common.vpr...
[]
false
false
false
false
false
let queue_tail_dep2 (#a: Type) (x: t a) (l: Ghost.erased (list a)) (tail1: t_of (llist_fragment_tail l (cllist_head x))) (tail2: ref (ccell_ptrvalue a)) : Tot vprop =
(vptr tail2) `vrefine` (queue_tail_refine tail1 tail2)
false
CQueue.fst
CQueue.llist_fragment_head
val llist_fragment_head (#a: Type) (l: Ghost.erased (list a)) (phead: ref (ccell_ptrvalue a)) (head: ccell_ptrvalue a) : Tot vprop (decreases (Ghost.reveal l))
val llist_fragment_head (#a: Type) (l: Ghost.erased (list a)) (phead: ref (ccell_ptrvalue a)) (head: ccell_ptrvalue a) : Tot vprop (decreases (Ghost.reveal l))
let rec llist_fragment_head (#a: Type) (l: Ghost.erased (list a)) (phead: ref (ccell_ptrvalue a)) (head: ccell_ptrvalue a) : Tot vprop (decreases (Ghost.reveal l)) = if Nil? l then vconst (phead, head) else vbind (ccell_is_lvalue head `star` (ccell head `vrefine` llist_fragment_head_data_refine (L.hd ...
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 110, "end_line": 767, "start_col": 0, "start_line": 758 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
l: FStar.Ghost.erased (Prims.list a) -> phead: Steel.Reference.ref (CQueue.Cell.ccell_ptrvalue a) -> head: CQueue.Cell.ccell_ptrvalue a -> Prims.Tot Steel.Effect.Common.vprop
Prims.Tot
[ "total", "" ]
[]
[ "FStar.Ghost.erased", "Prims.list", "Steel.Reference.ref", "CQueue.Cell.ccell_ptrvalue", "Prims.uu___is_Nil", "FStar.Ghost.reveal", "CQueue.vconst", "FStar.Pervasives.Native.tuple2", "FStar.Pervasives.Native.Mktuple2", "Prims.bool", "CQueue.vbind", "Steel.Effect.Common.star", "CQueue.Cell.cc...
[ "recursion" ]
false
false
false
true
false
let rec llist_fragment_head (#a: Type) (l: Ghost.erased (list a)) (phead: ref (ccell_ptrvalue a)) (head: ccell_ptrvalue a) : Tot vprop (decreases (Ghost.reveal l)) =
if Nil? l then vconst (phead, head) else vbind ((ccell_is_lvalue head) `star` ((ccell head) `vrefine` (llist_fragment_head_data_refine (L.hd (Ghost.reveal l))))) (ref (ccell_ptrvalue a) & ccell_ptrvalue a) (llist_fragment_head_payload head (L.hd (Ghost.reveal l)) (llist_fragment_he...
false
CQueue.fst
CQueue.llist_fragment_tail_cons_next_payload
val llist_fragment_tail_cons_next_payload (#a: Type) (l: Ghost.erased (list a) {Cons? (Ghost.reveal l)}) (ptail: ref (ccell_ptrvalue a)) : Tot vprop
val llist_fragment_tail_cons_next_payload (#a: Type) (l: Ghost.erased (list a) {Cons? (Ghost.reveal l)}) (ptail: ref (ccell_ptrvalue a)) : Tot vprop
let llist_fragment_tail_cons_next_payload (#a: Type) (l: Ghost.erased (list a) { Cons? (Ghost.reveal l) }) (ptail: ref (ccell_ptrvalue a)) : Tot vprop = vptr ptail `vrefine` ccell_is_lvalue_refine a `vdep` llist_fragment_tail_cons_lvalue_payload l
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 96, "end_line": 374, "start_col": 0, "start_line": 369 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
l: FStar.Ghost.erased (Prims.list a) {Cons? (FStar.Ghost.reveal l)} -> ptail: Steel.Reference.ref (CQueue.Cell.ccell_ptrvalue a) -> Steel.Effect.Common.vprop
Prims.Tot
[ "total" ]
[]
[ "FStar.Ghost.erased", "Prims.list", "Prims.b2t", "Prims.uu___is_Cons", "FStar.Ghost.reveal", "Steel.Reference.ref", "CQueue.Cell.ccell_ptrvalue", "Steel.Effect.Common.vdep", "Steel.Effect.Common.vrefine", "Steel.Reference.vptr", "CQueue.ccell_is_lvalue_refine", "CQueue.llist_fragment_tail_cons...
[]
false
false
false
false
false
let llist_fragment_tail_cons_next_payload (#a: Type) (l: Ghost.erased (list a) {Cons? (Ghost.reveal l)}) (ptail: ref (ccell_ptrvalue a)) : Tot vprop =
((vptr ptail) `vrefine` (ccell_is_lvalue_refine a)) `vdep` (llist_fragment_tail_cons_lvalue_payload l)
false
CQueue.fst
CQueue.llist_fragment_tail_cons_data_refine
val llist_fragment_tail_cons_data_refine (#a: Type) (l: Ghost.erased (list a) {Cons? (Ghost.reveal l)}) (d: a) : Tot prop
val llist_fragment_tail_cons_data_refine (#a: Type) (l: Ghost.erased (list a) {Cons? (Ghost.reveal l)}) (d: a) : Tot prop
let llist_fragment_tail_cons_data_refine (#a: Type) (l: Ghost.erased (list a) { Cons? (Ghost.reveal l) }) (d: a) : Tot prop = d == unsnoc_tl (Ghost.reveal l)
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 33, "end_line": 352, "start_col": 0, "start_line": 347 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
l: FStar.Ghost.erased (Prims.list a) {Cons? (FStar.Ghost.reveal l)} -> d: a -> Prims.prop
Prims.Tot
[ "total" ]
[]
[ "FStar.Ghost.erased", "Prims.list", "Prims.b2t", "Prims.uu___is_Cons", "FStar.Ghost.reveal", "CQueue.op_Equals_Equals", "CQueue.unsnoc_tl", "Prims.prop" ]
[]
false
false
false
false
true
let llist_fragment_tail_cons_data_refine (#a: Type) (l: Ghost.erased (list a) {Cons? (Ghost.reveal l)}) (d: a) : Tot prop =
d == unsnoc_tl (Ghost.reveal l)
false
LList2.fst
LList2.pllist_put
val pllist_put (#v: Ghost.erased (scalar_t (ptr cell))) (#l: Ghost.erased (list U32.t)) (p: ref (scalar (ptr cell))) (pc: ptr cell) : ST unit ((pts_to p v) `star` (llist pc l)) (fun _ -> pllist p l) (full (scalar (ptr cell)) v) (fun _ -> True)
val pllist_put (#v: Ghost.erased (scalar_t (ptr cell))) (#l: Ghost.erased (list U32.t)) (p: ref (scalar (ptr cell))) (pc: ptr cell) : ST unit ((pts_to p v) `star` (llist pc l)) (fun _ -> pllist p l) (full (scalar (ptr cell)) v) (fun _ -> True)
let pllist_put (#v: Ghost.erased (scalar_t (ptr cell))) (#l: Ghost.erased (list U32.t)) (p: ref (scalar (ptr cell))) (pc: ptr cell) : ST unit (pts_to p v `star` llist pc l) (fun _ -> pllist p l) (full (scalar (ptr cell)) v) (fun _ -> True) = write p pc; rewrite (pllist0 p l) (pllist p l)
{ "file_name": "share/steel/examples/steelc/LList2.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 36, "end_line": 129, "start_col": 0, "start_line": 118 }
module LList2 open Steel.ST.GenElim open Steel.ST.C.Types open Steel.ST.C.Types.Struct.Aux open Steel.ST.C.Types.UserStruct // hides Struct module U32 = FStar.UInt32 noeq type cell_t = { hd: scalar_t U32.t; tl: scalar_t (ptr_gen cell_t); } noextract inline_for_extraction [@@ norm_field_attr] let cell_struct_def ...
{ "checked_file": "/", "dependencies": [ "Steel.ST.GenElim.fsti.checked", "Steel.ST.C.Types.UserStruct.fsti.checked", "Steel.ST.C.Types.Struct.Aux.fsti.checked", "Steel.ST.C.Types.fst.checked", "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.Set.fsti.checked", "FStar.Pervasi...
[ { "abbrev": false, "full_module": "Steel.ST.C.Types.UserStruct // hides Struct", "short_module": null }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": false, "full_module": "Steel.ST.C.Types.UserStruct", "short_module": null }, ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
p: Steel.ST.C.Types.Base.ref (Steel.ST.C.Types.Scalar.scalar (Steel.ST.C.Types.Base.ptr LList2.cell )) -> pc: Steel.ST.C.Types.Base.ptr LList2.cell -> Steel.ST.Effect.ST Prims.unit
Steel.ST.Effect.ST
[]
[]
[ "FStar.Ghost.erased", "Steel.ST.C.Types.Scalar.scalar_t", "Steel.ST.C.Types.Base.ptr", "LList2.cell_t", "LList2.cell", "Prims.list", "FStar.UInt32.t", "Steel.ST.C.Types.Base.ref", "Steel.ST.C.Types.Scalar.scalar", "Steel.ST.Util.rewrite", "FStar.Ghost.hide", "FStar.Set.set", "Steel.Memory.in...
[]
false
true
false
false
false
let pllist_put (#v: Ghost.erased (scalar_t (ptr cell))) (#l: Ghost.erased (list U32.t)) (p: ref (scalar (ptr cell))) (pc: ptr cell) : ST unit ((pts_to p v) `star` (llist pc l)) (fun _ -> pllist p l) (full (scalar (ptr cell)) v) (fun _ -> True) =
write p pc; rewrite (pllist0 p l) (pllist p l)
false
CQueue.fst
CQueue.llist_fragment_head_payload
val llist_fragment_head_payload (#a: Type) (head: ccell_ptrvalue a) (d: a) (llist_fragment_head: (ref (ccell_ptrvalue a) -> ccell_ptrvalue a -> Tot vprop)) (x: t_of ((ccell_is_lvalue head) `star` ((ccell head) `vrefine` (llist_fragment_head_data_refine...
val llist_fragment_head_payload (#a: Type) (head: ccell_ptrvalue a) (d: a) (llist_fragment_head: (ref (ccell_ptrvalue a) -> ccell_ptrvalue a -> Tot vprop)) (x: t_of ((ccell_is_lvalue head) `star` ((ccell head) `vrefine` (llist_fragment_head_data_refine...
let llist_fragment_head_payload (#a: Type) (head: ccell_ptrvalue a) (d: a) (llist_fragment_head: (ref (ccell_ptrvalue a) -> ccell_ptrvalue a -> Tot vprop)) (x: t_of (ccell_is_lvalue head `star` (ccell head `vrefine` llist_fragment_head_data_refine d))) : Tot vprop = llist_fragment_head (ccell_next (fst x)) ...
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 61, "end_line": 756, "start_col": 0, "start_line": 748 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
head: CQueue.Cell.ccell_ptrvalue a -> d: a -> llist_fragment_head: (_: Steel.Reference.ref (CQueue.Cell.ccell_ptrvalue a) -> _: CQueue.Cell.ccell_ptrvalue a -> Steel.Effect.Common.vprop) -> x: Steel.Effect.Common.t_of (Steel.Effect.Common.star (CQueue.Cell.ccell_is_lvalue head) ...
Prims.Tot
[ "total" ]
[]
[ "CQueue.Cell.ccell_ptrvalue", "Steel.Reference.ref", "Steel.Effect.Common.vprop", "Steel.Effect.Common.t_of", "Steel.Effect.Common.star", "CQueue.Cell.ccell_is_lvalue", "Steel.Effect.Common.vrefine", "CQueue.Cell.ccell", "CQueue.llist_fragment_head_data_refine", "CQueue.Cell.ccell_next", "FStar....
[]
false
false
false
false
false
let llist_fragment_head_payload (#a: Type) (head: ccell_ptrvalue a) (d: a) (llist_fragment_head: (ref (ccell_ptrvalue a) -> ccell_ptrvalue a -> Tot vprop)) (x: t_of ((ccell_is_lvalue head) `star` ((ccell head) `vrefine` (llist_fragment_head_data_refine...
llist_fragment_head (ccell_next (fst x)) (snd x).vcell_next
false
CQueue.fst
CQueue.queue_head_dep1
val queue_head_dep1 (#a: Type) (x: t a) (l: Ghost.erased (list a)) (hd: ccell_ptrvalue a) (ptl: t_of (llist_fragment_head l (cllist_head x) hd)) : Tot vprop
val queue_head_dep1 (#a: Type) (x: t a) (l: Ghost.erased (list a)) (hd: ccell_ptrvalue a) (ptl: t_of (llist_fragment_head l (cllist_head x) hd)) : Tot vprop
let queue_head_dep1 (#a: Type) (x: t a) (l: Ghost.erased (list a)) (hd: ccell_ptrvalue a) (ptl: t_of (llist_fragment_head l (cllist_head x) hd)) : Tot vprop = vptr (cllist_tail x) `vrefine` queue_head_refine x l hd ptl
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 61, "end_line": 1175, "start_col": 0, "start_line": 1168 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: CQueue.t a -> l: FStar.Ghost.erased (Prims.list a) -> hd: CQueue.Cell.ccell_ptrvalue a -> ptl: Steel.Effect.Common.t_of (CQueue.llist_fragment_head l (CQueue.LList.cllist_head x) hd) -> Steel.Effect.Common.vprop
Prims.Tot
[ "total" ]
[]
[ "CQueue.t", "FStar.Ghost.erased", "Prims.list", "CQueue.Cell.ccell_ptrvalue", "Steel.Effect.Common.t_of", "CQueue.llist_fragment_head", "CQueue.LList.cllist_head", "Steel.Effect.Common.vrefine", "Steel.Reference.vptr", "Steel.Reference.ref", "CQueue.LList.cllist_tail", "CQueue.queue_head_refin...
[]
false
false
false
false
false
let queue_head_dep1 (#a: Type) (x: t a) (l: Ghost.erased (list a)) (hd: ccell_ptrvalue a) (ptl: t_of (llist_fragment_head l (cllist_head x) hd)) : Tot vprop =
(vptr (cllist_tail x)) `vrefine` (queue_head_refine x l hd ptl)
false
CQueue.fst
CQueue.queue_head_dep2
val queue_head_dep2 (#a: Type) (x: t a) (l: Ghost.erased (list a)) (hd: ccell_ptrvalue a) : Tot vprop
val queue_head_dep2 (#a: Type) (x: t a) (l: Ghost.erased (list a)) (hd: ccell_ptrvalue a) : Tot vprop
let queue_head_dep2 (#a: Type) (x: t a) (l: Ghost.erased (list a)) (hd: ccell_ptrvalue a) : Tot vprop = llist_fragment_head l (cllist_head x) hd `vdep` queue_head_dep1 x l hd
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 72, "end_line": 1183, "start_col": 0, "start_line": 1177 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: CQueue.t a -> l: FStar.Ghost.erased (Prims.list a) -> hd: CQueue.Cell.ccell_ptrvalue a -> Steel.Effect.Common.vprop
Prims.Tot
[ "total" ]
[]
[ "CQueue.t", "FStar.Ghost.erased", "Prims.list", "CQueue.Cell.ccell_ptrvalue", "Steel.Effect.Common.vdep", "CQueue.llist_fragment_head", "CQueue.LList.cllist_head", "CQueue.queue_head_dep1", "Steel.Effect.Common.vprop" ]
[]
false
false
false
true
false
let queue_head_dep2 (#a: Type) (x: t a) (l: Ghost.erased (list a)) (hd: ccell_ptrvalue a) : Tot vprop =
(llist_fragment_head l (cllist_head x) hd) `vdep` (queue_head_dep1 x l hd)
false
SelectorsLList3Example.fst
SelectorsLList3Example.tail
val tail (ptr: t) : Steel (t) (LL.llist ptr) (fun n -> (vptr ptr) `star` (LL.llist n)) (requires fun _ -> ptr =!= null_llist ()) (ensures fun h0 n h1 -> Cons? (LL.v_llist ptr h0) /\ sel ptr h1 == mk_cell n (L.hd (LL.v_llist ptr h0)) /\ LL.v_llist n h1 == L.tl (LL....
val tail (ptr: t) : Steel (t) (LL.llist ptr) (fun n -> (vptr ptr) `star` (LL.llist n)) (requires fun _ -> ptr =!= null_llist ()) (ensures fun h0 n h1 -> Cons? (LL.v_llist ptr h0) /\ sel ptr h1 == mk_cell n (L.hd (LL.v_llist ptr h0)) /\ LL.v_llist n h1 == L.tl (LL....
let tail (ptr:t) : Steel (t) (LL.llist ptr) (fun n -> vptr ptr `star` LL.llist n) (requires fun _ -> ptr =!= null_llist ()) (ensures fun h0 n h1 -> Cons? (LL.v_llist ptr h0) /\ sel ptr h1 == mk_cell n (L.hd (LL.v_llist ...
{ "file_name": "share/steel/examples/steel/llist3/SelectorsLList3Example.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 13, "end_line": 60, "start_col": 0, "start_line": 52 }
module SelectorsLList3Example open Steel.Memory open Steel.Effect.Atomic open Steel.Effect open Steel.ArrayRef module L = FStar.List.Tot module LL = Selectors.LList3 module U32 = FStar.UInt32 module MB = LowStar.Monotonic.Buffer // for is_null inline_for_extraction noextract let a = U32.t let cell = LL.cell a /// T...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "Steel.ArrayRef.fsti.checked", "Selectors.LList3.fsti.checked", "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "FStar.UInt32.fsti.chec...
[ { "abbrev": true, "full_module": "LowStar.Monotonic.Buffer // for is_null", "short_module": "MB" }, { "abbrev": true, "full_module": "LowStar.Monotonic.Buffer", "short_module": "MB" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "ab...
{ "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
ptr: SelectorsLList3Example.t -> Steel.Effect.Steel SelectorsLList3Example.t
Steel.Effect.Steel
[]
[]
[ "SelectorsLList3Example.t", "Selectors.LList3.tail", "SelectorsLList3Example.a", "Selectors.LList3.t", "Selectors.LList3.llist", "Steel.Effect.Common.star", "Steel.ArrayRef.vptr", "Selectors.LList3.cell", "Steel.Effect.Common.vprop", "Steel.Effect.Common.rmem", "Prims.l_not", "Prims.eq2", "S...
[]
false
true
false
false
false
let tail (ptr: t) : Steel (t) (LL.llist ptr) (fun n -> (vptr ptr) `star` (LL.llist n)) (requires fun _ -> ptr =!= null_llist ()) (ensures fun h0 n h1 -> Cons? (LL.v_llist ptr h0) /\ sel ptr h1 == mk_cell n (L.hd (LL.v_llist ptr h0)) /\ LL.v_llist n h1 == L.tl (LL....
LL.tail ptr
false
Vale.Arch.MachineHeap_s.fst
Vale.Arch.MachineHeap_s.is_machine_heap_update
val is_machine_heap_update : mh: Vale.Arch.MachineHeap_s.machine_heap -> mh': Vale.Arch.MachineHeap_s.machine_heap -> Prims.logical
let is_machine_heap_update (mh mh':machine_heap) = Set.equal (Map.domain mh) (Map.domain mh') /\ (forall (i:int).{:pattern Map.sel mh i \/ Map.sel mh' i} not (Map.contains mh i) ==> Map.sel mh i == Map.sel mh' i)
{ "file_name": "vale/specs/hardware/Vale.Arch.MachineHeap_s.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 62, "end_line": 19, "start_col": 0, "start_line": 16 }
module Vale.Arch.MachineHeap_s open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four_s open Vale.Def.Types_s unfold let (.[]) = Map.sel unfold let (.[]<-) = Map.upd let machine_heap = Map.t int nat8
{ "checked_file": "/", "dependencies": [ "Vale.Def.Words_s.fsti.checked", "Vale.Def.Words.Two_s.fsti.checked", "Vale.Def.Words.Four_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "Vale.Def.Prop_s.fst.checked", "Vale.Def.Opaque_s.fsti.checked", "prims.fst.checked", "FStar.Set.fsti.c...
[ { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Four_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Two_s", "short_module": null }, { "abbrev": false, ...
{ "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
mh: Vale.Arch.MachineHeap_s.machine_heap -> mh': Vale.Arch.MachineHeap_s.machine_heap -> Prims.logical
Prims.Tot
[ "total" ]
[]
[ "Vale.Arch.MachineHeap_s.machine_heap", "Prims.l_and", "FStar.Set.equal", "Prims.int", "FStar.Map.domain", "Vale.Def.Types_s.nat8", "Prims.l_Forall", "Prims.l_imp", "Prims.b2t", "Prims.op_Negation", "FStar.Map.contains", "Prims.eq2", "FStar.Map.sel", "Prims.logical" ]
[]
false
false
false
true
true
let is_machine_heap_update (mh mh': machine_heap) =
Set.equal (Map.domain mh) (Map.domain mh') /\ (forall (i: int). {:pattern Map.sel mh i\/Map.sel mh' i} not (Map.contains mh i) ==> Map.sel mh i == Map.sel mh' i)
false
CQueue.fst
CQueue.llist_fragment_tail_eq
val llist_fragment_tail_eq (#a: Type) (l: Ghost.erased (list a)) (phead: ref (ccell_ptrvalue a)) : Lemma (llist_fragment_tail l phead == (if Nil? l then vconst phead else ((llist_fragment_tail (Ghost.hide (unsnoc_hd (Ghost.reveal l))) phead) `vdep` (llist_...
val llist_fragment_tail_eq (#a: Type) (l: Ghost.erased (list a)) (phead: ref (ccell_ptrvalue a)) : Lemma (llist_fragment_tail l phead == (if Nil? l then vconst phead else ((llist_fragment_tail (Ghost.hide (unsnoc_hd (Ghost.reveal l))) phead) `vdep` (llist_...
let llist_fragment_tail_eq (#a: Type) (l: Ghost.erased (list a)) (phead: ref (ccell_ptrvalue a)) : Lemma (llist_fragment_tail l phead == ( if Nil? l then vconst phead else llist_fragment_tail (Ghost.hide (unsnoc_hd (Ghost.reveal l))) phead `vdep` llist_fragment_tail_cons_next_payload l `vrewrite` llist_...
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 4, "end_line": 407, "start_col": 0, "start_line": 394 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
l: FStar.Ghost.erased (Prims.list a) -> phead: Steel.Reference.ref (CQueue.Cell.ccell_ptrvalue a) -> FStar.Pervasives.Lemma (ensures CQueue.llist_fragment_tail l phead == (match Nil? (FStar.Ghost.reveal l) with | true -> CQueue.vconst phead | _ -> Steel.Effect.Common.vrewrite...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "FStar.Ghost.erased", "Prims.list", "Steel.Reference.ref", "CQueue.Cell.ccell_ptrvalue", "FStar.Pervasives.assert_norm", "CQueue.op_Equals_Equals", "Steel.Effect.Common.vprop", "CQueue.llist_fragment_tail", "Prims.uu___is_Nil", "FStar.Ghost.reveal", "CQueue.vconst", "Prims.bool", "Steel.Effe...
[]
false
false
true
false
false
let llist_fragment_tail_eq (#a: Type) (l: Ghost.erased (list a)) (phead: ref (ccell_ptrvalue a)) : Lemma (llist_fragment_tail l phead == (if Nil? l then vconst phead else ((llist_fragment_tail (Ghost.hide (unsnoc_hd (Ghost.reveal l))) phead) `vdep` (llist_...
assert_norm (llist_fragment_tail l phead == (if Nil? l then vconst phead else ((llist_fragment_tail (Ghost.hide (unsnoc_hd (Ghost.reveal l))) phead) `vdep` (llist_fragment_tail_cons_next_payload l)) `vrewrite` (llist_fragment_tail_cons_rewrite l (l...
false
CQueue.fst
CQueue.queue
val queue (#a: Type) (x: t a) (l: Ghost.erased (v a)) : Tot vprop
val queue (#a: Type) (x: t a) (l: Ghost.erased (v a)) : Tot vprop
let queue x l = queue_head x l
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 30, "end_line": 1290, "start_col": 0, "start_line": 1290 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: CQueue.t a -> l: FStar.Ghost.erased (CQueue.v a) -> Steel.Effect.Common.vprop
Prims.Tot
[ "total" ]
[]
[ "CQueue.t", "FStar.Ghost.erased", "CQueue.v", "CQueue.queue_head", "Steel.Effect.Common.vprop" ]
[]
false
false
false
true
false
let queue x l =
queue_head x l
false
Vale.Arch.MachineHeap_s.fst
Vale.Arch.MachineHeap_s.get_heap_val32
val get_heap_val32 : _: Prims.int -> _: Vale.Arch.MachineHeap_s.machine_heap -> Vale.Def.Types_s.nat32
let get_heap_val32 = opaque_make get_heap_val32_def
{ "file_name": "vale/specs/hardware/Vale.Arch.MachineHeap_s.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 70, "end_line": 28, "start_col": 19, "start_line": 28 }
module Vale.Arch.MachineHeap_s open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four_s open Vale.Def.Types_s unfold let (.[]) = Map.sel unfold let (.[]<-) = Map.upd let machine_heap = Map.t int nat8 let is_machine_heap_update (mh mh':mach...
{ "checked_file": "/", "dependencies": [ "Vale.Def.Words_s.fsti.checked", "Vale.Def.Words.Two_s.fsti.checked", "Vale.Def.Words.Four_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "Vale.Def.Prop_s.fst.checked", "Vale.Def.Opaque_s.fsti.checked", "prims.fst.checked", "FStar.Set.fsti.c...
[ { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Four_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Two_s", "short_module": null }, { "abbrev": false, ...
{ "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
_: Prims.int -> _: Vale.Arch.MachineHeap_s.machine_heap -> Vale.Def.Types_s.nat32
Prims.Tot
[ "total" ]
[]
[ "Vale.Def.Opaque_s.opaque_make", "Prims.int", "Vale.Arch.MachineHeap_s.machine_heap", "Vale.Def.Types_s.nat32", "Vale.Arch.MachineHeap_s.get_heap_val32_def" ]
[]
false
false
false
true
false
let get_heap_val32 =
opaque_make get_heap_val32_def
false
Vale.Arch.MachineHeap_s.fst
Vale.Arch.MachineHeap_s.get_heap_val32_reveal
val get_heap_val32_reveal : _: Prims.unit -> FStar.Pervasives.Lemma (ensures Vale.Arch.MachineHeap_s.get_heap_val32 == Vale.Arch.MachineHeap_s.get_heap_val32_def)
let get_heap_val32_reveal = opaque_revealer (`%get_heap_val32) get_heap_val32 get_heap_val32_def
{ "file_name": "vale/specs/hardware/Vale.Arch.MachineHeap_s.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 108, "end_line": 29, "start_col": 12, "start_line": 29 }
module Vale.Arch.MachineHeap_s open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four_s open Vale.Def.Types_s unfold let (.[]) = Map.sel unfold let (.[]<-) = Map.upd let machine_heap = Map.t int nat8 let is_machine_heap_update (mh mh':mach...
{ "checked_file": "/", "dependencies": [ "Vale.Def.Words_s.fsti.checked", "Vale.Def.Words.Two_s.fsti.checked", "Vale.Def.Words.Four_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "Vale.Def.Prop_s.fst.checked", "Vale.Def.Opaque_s.fsti.checked", "prims.fst.checked", "FStar.Set.fsti.c...
[ { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Four_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Two_s", "short_module": null }, { "abbrev": false, ...
{ "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
_: Prims.unit -> FStar.Pervasives.Lemma (ensures Vale.Arch.MachineHeap_s.get_heap_val32 == Vale.Arch.MachineHeap_s.get_heap_val32_def)
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.Def.Opaque_s.opaque_revealer", "Prims.int", "Vale.Arch.MachineHeap_s.machine_heap", "Vale.Def.Types_s.nat32", "Vale.Arch.MachineHeap_s.get_heap_val32", "Vale.Arch.MachineHeap_s.get_heap_val32_def" ]
[]
true
false
true
false
false
let get_heap_val32_reveal =
opaque_revealer (`%get_heap_val32) get_heap_val32 get_heap_val32_def
false
CQueue.fst
CQueue.sel_llist_fragment_tail
val sel_llist_fragment_tail (#a: Type) (#p: vprop) (l: Ghost.erased (list a)) (phead: ref (ccell_ptrvalue a)) (h: rmem p { FStar.Tactics.with_tactic selector_tactic (can_be_split p (llist_fragment_tail l phead) /\ True) }) : GTot (ref (ccell_ptrval...
val sel_llist_fragment_tail (#a: Type) (#p: vprop) (l: Ghost.erased (list a)) (phead: ref (ccell_ptrvalue a)) (h: rmem p { FStar.Tactics.with_tactic selector_tactic (can_be_split p (llist_fragment_tail l phead) /\ True) }) : GTot (ref (ccell_ptrval...
let sel_llist_fragment_tail (#a:Type) (#p:vprop) (l: Ghost.erased (list a)) (phead: ref (ccell_ptrvalue a)) (h: rmem p { FStar.Tactics.with_tactic selector_tactic (can_be_split p (llist_fragment_tail l phead) /\ True) }) : GTot (ref (ccell_ptrvalue a)) = coerce (h (llist_fragment_tail l phead)) (ref (ccell_ptrv...
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 67, "end_line": 426, "start_col": 0, "start_line": 420 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
l: FStar.Ghost.erased (Prims.list a) -> phead: Steel.Reference.ref (CQueue.Cell.ccell_ptrvalue a) -> h: Steel.Effect.Common.rmem p { FStar.Tactics.Effect.with_tactic Steel.Effect.Common.selector_tactic (Steel.Effect.Common.can_be_split p (CQueue.llist_fragment_tail l phead) /\ Pri...
Prims.GTot
[ "sometrivial" ]
[]
[ "Steel.Effect.Common.vprop", "FStar.Ghost.erased", "Prims.list", "Steel.Reference.ref", "CQueue.Cell.ccell_ptrvalue", "Steel.Effect.Common.rmem", "FStar.Tactics.Effect.with_tactic", "Steel.Effect.Common.selector_tactic", "Prims.l_and", "Steel.Effect.Common.can_be_split", "CQueue.llist_fragment_t...
[]
false
false
false
false
false
let sel_llist_fragment_tail (#a: Type) (#p: vprop) (l: Ghost.erased (list a)) (phead: ref (ccell_ptrvalue a)) (h: rmem p { FStar.Tactics.with_tactic selector_tactic (can_be_split p (llist_fragment_tail l phead) /\ True) }) : GTot (ref (ccell_ptrval...
coerce (h (llist_fragment_tail l phead)) (ref (ccell_ptrvalue a))
false
CQueue.fst
CQueue.queue_head
val queue_head (#a: Type) (x: t a) (l: Ghost.erased (list a)) : Tot vprop
val queue_head (#a: Type) (x: t a) (l: Ghost.erased (list a)) : Tot vprop
let queue_head (#a: Type) (x: t a) (l: Ghost.erased (list a)) : Tot vprop = vptr (cllist_head x) `vdep` queue_head_dep2 x l
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 49, "end_line": 1191, "start_col": 0, "start_line": 1186 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: CQueue.t a -> l: FStar.Ghost.erased (Prims.list a) -> Steel.Effect.Common.vprop
Prims.Tot
[ "total" ]
[]
[ "CQueue.t", "FStar.Ghost.erased", "Prims.list", "Steel.Effect.Common.vdep", "Steel.Reference.vptr", "CQueue.Cell.ccell_ptrvalue", "CQueue.LList.cllist_head", "CQueue.queue_head_dep2", "Steel.Effect.Common.vprop" ]
[]
false
false
false
true
false
let queue_head (#a: Type) (x: t a) (l: Ghost.erased (list a)) : Tot vprop =
(vptr (cllist_head x)) `vdep` (queue_head_dep2 x l)
false
Vale.Arch.MachineHeap_s.fst
Vale.Arch.MachineHeap_s.get_heap_val64
val get_heap_val64 : _: Prims.int -> _: Vale.Arch.MachineHeap_s.machine_heap -> Vale.Def.Types_s.nat64
let get_heap_val64 = opaque_make get_heap_val64_def
{ "file_name": "vale/specs/hardware/Vale.Arch.MachineHeap_s.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 70, "end_line": 37, "start_col": 19, "start_line": 37 }
module Vale.Arch.MachineHeap_s open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four_s open Vale.Def.Types_s unfold let (.[]) = Map.sel unfold let (.[]<-) = Map.upd let machine_heap = Map.t int nat8 let is_machine_heap_update (mh mh':mach...
{ "checked_file": "/", "dependencies": [ "Vale.Def.Words_s.fsti.checked", "Vale.Def.Words.Two_s.fsti.checked", "Vale.Def.Words.Four_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "Vale.Def.Prop_s.fst.checked", "Vale.Def.Opaque_s.fsti.checked", "prims.fst.checked", "FStar.Set.fsti.c...
[ { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Four_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Two_s", "short_module": null }, { "abbrev": false, ...
{ "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
_: Prims.int -> _: Vale.Arch.MachineHeap_s.machine_heap -> Vale.Def.Types_s.nat64
Prims.Tot
[ "total" ]
[]
[ "Vale.Def.Opaque_s.opaque_make", "Prims.int", "Vale.Arch.MachineHeap_s.machine_heap", "Vale.Def.Types_s.nat64", "Vale.Arch.MachineHeap_s.get_heap_val64_def" ]
[]
false
false
false
true
false
let get_heap_val64 =
opaque_make get_heap_val64_def
false
Vale.Arch.MachineHeap_s.fst
Vale.Arch.MachineHeap_s.get_heap_val128
val get_heap_val128 : _: Prims.int -> _: Vale.Arch.MachineHeap_s.machine_heap -> Vale.Def.Types_s.quad32
let get_heap_val128 = opaque_make get_heap_val128_def
{ "file_name": "vale/specs/hardware/Vale.Arch.MachineHeap_s.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 72, "end_line": 45, "start_col": 19, "start_line": 45 }
module Vale.Arch.MachineHeap_s open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four_s open Vale.Def.Types_s unfold let (.[]) = Map.sel unfold let (.[]<-) = Map.upd let machine_heap = Map.t int nat8 let is_machine_heap_update (mh mh':mach...
{ "checked_file": "/", "dependencies": [ "Vale.Def.Words_s.fsti.checked", "Vale.Def.Words.Two_s.fsti.checked", "Vale.Def.Words.Four_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "Vale.Def.Prop_s.fst.checked", "Vale.Def.Opaque_s.fsti.checked", "prims.fst.checked", "FStar.Set.fsti.c...
[ { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Four_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Two_s", "short_module": null }, { "abbrev": false, ...
{ "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
_: Prims.int -> _: Vale.Arch.MachineHeap_s.machine_heap -> Vale.Def.Types_s.quad32
Prims.Tot
[ "total" ]
[]
[ "Vale.Def.Opaque_s.opaque_make", "Prims.int", "Vale.Arch.MachineHeap_s.machine_heap", "Vale.Def.Types_s.quad32", "Vale.Arch.MachineHeap_s.get_heap_val128_def" ]
[]
false
false
false
true
false
let get_heap_val128 =
opaque_make get_heap_val128_def
false
Vale.Arch.MachineHeap_s.fst
Vale.Arch.MachineHeap_s.get_heap_val64_reveal
val get_heap_val64_reveal : _: Prims.unit -> FStar.Pervasives.Lemma (ensures Vale.Arch.MachineHeap_s.get_heap_val64 == Vale.Arch.MachineHeap_s.get_heap_val64_def)
let get_heap_val64_reveal = opaque_revealer (`%get_heap_val64) get_heap_val64 get_heap_val64_def
{ "file_name": "vale/specs/hardware/Vale.Arch.MachineHeap_s.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 108, "end_line": 38, "start_col": 12, "start_line": 38 }
module Vale.Arch.MachineHeap_s open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four_s open Vale.Def.Types_s unfold let (.[]) = Map.sel unfold let (.[]<-) = Map.upd let machine_heap = Map.t int nat8 let is_machine_heap_update (mh mh':mach...
{ "checked_file": "/", "dependencies": [ "Vale.Def.Words_s.fsti.checked", "Vale.Def.Words.Two_s.fsti.checked", "Vale.Def.Words.Four_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "Vale.Def.Prop_s.fst.checked", "Vale.Def.Opaque_s.fsti.checked", "prims.fst.checked", "FStar.Set.fsti.c...
[ { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Four_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Two_s", "short_module": null }, { "abbrev": false, ...
{ "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
_: Prims.unit -> FStar.Pervasives.Lemma (ensures Vale.Arch.MachineHeap_s.get_heap_val64 == Vale.Arch.MachineHeap_s.get_heap_val64_def)
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.Def.Opaque_s.opaque_revealer", "Prims.int", "Vale.Arch.MachineHeap_s.machine_heap", "Vale.Def.Types_s.nat64", "Vale.Arch.MachineHeap_s.get_heap_val64", "Vale.Arch.MachineHeap_s.get_heap_val64_def" ]
[]
true
false
true
false
false
let get_heap_val64_reveal =
opaque_revealer (`%get_heap_val64) get_heap_val64 get_heap_val64_def
false
CQueue.fst
CQueue.llist_fragment_tail_eq_cons
val llist_fragment_tail_eq_cons (#a: Type) (l: Ghost.erased (list a)) (phead: ref (ccell_ptrvalue a)) : Lemma (requires (Cons? l)) (ensures (Cons? l /\ llist_fragment_tail l phead == (((llist_fragment_tail (Ghost.hide (unsnoc_hd (Ghost.reveal l))) phead) ...
val llist_fragment_tail_eq_cons (#a: Type) (l: Ghost.erased (list a)) (phead: ref (ccell_ptrvalue a)) : Lemma (requires (Cons? l)) (ensures (Cons? l /\ llist_fragment_tail l phead == (((llist_fragment_tail (Ghost.hide (unsnoc_hd (Ghost.reveal l))) phead) ...
let llist_fragment_tail_eq_cons (#a: Type) (l: Ghost.erased (list a)) (phead: ref (ccell_ptrvalue a)) : Lemma (requires (Cons? l)) (ensures (Cons? l /\ llist_fragment_tail l phead == ( llist_fragment_tail (Ghost.hide (unsnoc_hd (Ghost.reveal l))) phead `vdep` llist_fragment_tail_cons_next_payload l `vrewr...
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 32, "end_line": 417, "start_col": 0, "start_line": 409 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
l: FStar.Ghost.erased (Prims.list a) -> phead: Steel.Reference.ref (CQueue.Cell.ccell_ptrvalue a) -> FStar.Pervasives.Lemma (requires Cons? (FStar.Ghost.reveal l)) (ensures Cons? (FStar.Ghost.reveal l) /\ CQueue.llist_fragment_tail l phead == Steel.Effect.Common.vrewrite (Steel.Effect.Co...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "FStar.Ghost.erased", "Prims.list", "Steel.Reference.ref", "CQueue.Cell.ccell_ptrvalue", "CQueue.llist_fragment_tail_eq", "Prims.unit", "Prims.b2t", "Prims.uu___is_Cons", "FStar.Ghost.reveal", "Prims.squash", "Prims.l_and", "CQueue.op_Equals_Equals", "Steel.Effect.Common.vprop", "CQueue.ll...
[]
true
false
true
false
false
let llist_fragment_tail_eq_cons (#a: Type) (l: Ghost.erased (list a)) (phead: ref (ccell_ptrvalue a)) : Lemma (requires (Cons? l)) (ensures (Cons? l /\ llist_fragment_tail l phead == (((llist_fragment_tail (Ghost.hide (unsnoc_hd (Ghost.reveal l))) phead) ...
llist_fragment_tail_eq l phead
false
Vale.Arch.MachineHeap_s.fst
Vale.Arch.MachineHeap_s.get_heap_val128_def
val get_heap_val128_def (ptr: int) (mem: machine_heap) : quad32
val get_heap_val128_def (ptr: int) (mem: machine_heap) : quad32
let get_heap_val128_def (ptr:int) (mem:machine_heap) : quad32 = Mkfour (get_heap_val32 ptr mem) (get_heap_val32 (ptr + 4) mem) (get_heap_val32 (ptr + 8) mem) (get_heap_val32 (ptr + 12) mem)
{ "file_name": "vale/specs/hardware/Vale.Arch.MachineHeap_s.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 33, "end_line": 44, "start_col": 0, "start_line": 40 }
module Vale.Arch.MachineHeap_s open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four_s open Vale.Def.Types_s unfold let (.[]) = Map.sel unfold let (.[]<-) = Map.upd let machine_heap = Map.t int nat8 let is_machine_heap_update (mh mh':mach...
{ "checked_file": "/", "dependencies": [ "Vale.Def.Words_s.fsti.checked", "Vale.Def.Words.Two_s.fsti.checked", "Vale.Def.Words.Four_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "Vale.Def.Prop_s.fst.checked", "Vale.Def.Opaque_s.fsti.checked", "prims.fst.checked", "FStar.Set.fsti.c...
[ { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Four_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Two_s", "short_module": null }, { "abbrev": false, ...
{ "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 -> mem: Vale.Arch.MachineHeap_s.machine_heap -> Vale.Def.Types_s.quad32
Prims.Tot
[ "total" ]
[]
[ "Prims.int", "Vale.Arch.MachineHeap_s.machine_heap", "Vale.Def.Words_s.Mkfour", "Vale.Def.Types_s.nat32", "Vale.Arch.MachineHeap_s.get_heap_val32", "Prims.op_Addition", "Vale.Def.Types_s.quad32" ]
[]
false
false
false
true
false
let get_heap_val128_def (ptr: int) (mem: machine_heap) : quad32 =
Mkfour (get_heap_val32 ptr mem) (get_heap_val32 (ptr + 4) mem) (get_heap_val32 (ptr + 8) mem) (get_heap_val32 (ptr + 12) mem)
false
Vale.Arch.MachineHeap_s.fst
Vale.Arch.MachineHeap_s.update_heap32_reveal
val update_heap32_reveal : _: Prims.unit -> FStar.Pervasives.Lemma (ensures Vale.Arch.MachineHeap_s.update_heap32 == Vale.Arch.MachineHeap_s.update_heap32_def)
let update_heap32_reveal = opaque_revealer (`%update_heap32) update_heap32 update_heap32_def
{ "file_name": "vale/specs/hardware/Vale.Arch.MachineHeap_s.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 104, "end_line": 56, "start_col": 12, "start_line": 56 }
module Vale.Arch.MachineHeap_s open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four_s open Vale.Def.Types_s unfold let (.[]) = Map.sel unfold let (.[]<-) = Map.upd let machine_heap = Map.t int nat8 let is_machine_heap_update (mh mh':mach...
{ "checked_file": "/", "dependencies": [ "Vale.Def.Words_s.fsti.checked", "Vale.Def.Words.Two_s.fsti.checked", "Vale.Def.Words.Four_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "Vale.Def.Prop_s.fst.checked", "Vale.Def.Opaque_s.fsti.checked", "prims.fst.checked", "FStar.Set.fsti.c...
[ { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Four_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Two_s", "short_module": null }, { "abbrev": false, ...
{ "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
_: Prims.unit -> FStar.Pervasives.Lemma (ensures Vale.Arch.MachineHeap_s.update_heap32 == Vale.Arch.MachineHeap_s.update_heap32_def)
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.Def.Opaque_s.opaque_revealer", "Prims.int", "Vale.Def.Types_s.nat32", "Vale.Arch.MachineHeap_s.machine_heap", "Vale.Arch.MachineHeap_s.update_heap32", "Vale.Arch.MachineHeap_s.update_heap32_def" ]
[]
true
false
true
false
false
let update_heap32_reveal =
opaque_revealer (`%update_heap32) update_heap32 update_heap32_def
false
FStar.DM4F.StExnC.fst
FStar.DM4F.StExnC.stexnc
val stexnc : a: Type -> Type
let stexnc a = int -> M (option a * (int * int))
{ "file_name": "examples/dm4free/FStar.DM4F.StExnC.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 35, "end_line": 31, "start_col": 0, "start_line": 30 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.DM4F.StExnC.fst" }
[ { "abbrev": false, "full_module": "FStar.DM4F", "short_module": null }, { "abbrev": false, "full_module": "FStar.DM4F", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Pri...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Type -> Type
Prims.Tot
[ "total" ]
[]
[ "Prims.int", "FStar.Pervasives.Native.tuple2", "FStar.Pervasives.Native.option" ]
[]
false
false
false
true
true
let stexnc a =
int -> M (option a * (int * int))
false
Vale.Arch.MachineHeap_s.fst
Vale.Arch.MachineHeap_s.get_heap_val128_reveal
val get_heap_val128_reveal : _: Prims.unit -> FStar.Pervasives.Lemma (ensures Vale.Arch.MachineHeap_s.get_heap_val128 == Vale.Arch.MachineHeap_s.get_heap_val128_def)
let get_heap_val128_reveal = opaque_revealer (`%get_heap_val128) get_heap_val128 get_heap_val128_def
{ "file_name": "vale/specs/hardware/Vale.Arch.MachineHeap_s.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 112, "end_line": 46, "start_col": 12, "start_line": 46 }
module Vale.Arch.MachineHeap_s open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four_s open Vale.Def.Types_s unfold let (.[]) = Map.sel unfold let (.[]<-) = Map.upd let machine_heap = Map.t int nat8 let is_machine_heap_update (mh mh':mach...
{ "checked_file": "/", "dependencies": [ "Vale.Def.Words_s.fsti.checked", "Vale.Def.Words.Two_s.fsti.checked", "Vale.Def.Words.Four_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "Vale.Def.Prop_s.fst.checked", "Vale.Def.Opaque_s.fsti.checked", "prims.fst.checked", "FStar.Set.fsti.c...
[ { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Four_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Two_s", "short_module": null }, { "abbrev": false, ...
{ "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
_: Prims.unit -> FStar.Pervasives.Lemma (ensures Vale.Arch.MachineHeap_s.get_heap_val128 == Vale.Arch.MachineHeap_s.get_heap_val128_def)
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.Def.Opaque_s.opaque_revealer", "Prims.int", "Vale.Arch.MachineHeap_s.machine_heap", "Vale.Def.Types_s.quad32", "Vale.Arch.MachineHeap_s.get_heap_val128", "Vale.Arch.MachineHeap_s.get_heap_val128_def" ]
[]
true
false
true
false
false
let get_heap_val128_reveal =
opaque_revealer (`%get_heap_val128) get_heap_val128 get_heap_val128_def
false
Vale.Arch.MachineHeap_s.fst
Vale.Arch.MachineHeap_s.update_heap32
val update_heap32 : _: Prims.int -> _: Vale.Def.Types_s.nat32 -> _: Vale.Arch.MachineHeap_s.machine_heap -> Vale.Arch.MachineHeap_s.machine_heap
let update_heap32 = opaque_make update_heap32_def
{ "file_name": "vale/specs/hardware/Vale.Arch.MachineHeap_s.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 68, "end_line": 55, "start_col": 19, "start_line": 55 }
module Vale.Arch.MachineHeap_s open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four_s open Vale.Def.Types_s unfold let (.[]) = Map.sel unfold let (.[]<-) = Map.upd let machine_heap = Map.t int nat8 let is_machine_heap_update (mh mh':mach...
{ "checked_file": "/", "dependencies": [ "Vale.Def.Words_s.fsti.checked", "Vale.Def.Words.Two_s.fsti.checked", "Vale.Def.Words.Four_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "Vale.Def.Prop_s.fst.checked", "Vale.Def.Opaque_s.fsti.checked", "prims.fst.checked", "FStar.Set.fsti.c...
[ { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Four_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Two_s", "short_module": null }, { "abbrev": false, ...
{ "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
_: Prims.int -> _: Vale.Def.Types_s.nat32 -> _: Vale.Arch.MachineHeap_s.machine_heap -> Vale.Arch.MachineHeap_s.machine_heap
Prims.Tot
[ "total" ]
[]
[ "Vale.Def.Opaque_s.opaque_make", "Prims.int", "Vale.Def.Types_s.nat32", "Vale.Arch.MachineHeap_s.machine_heap", "Vale.Arch.MachineHeap_s.update_heap32_def" ]
[]
false
false
false
true
false
let update_heap32 =
opaque_make update_heap32_def
false
FStar.DM4F.StExnC.fst
FStar.DM4F.StExnC.return
val return : (a:Type) -> (x:a) -> stexnc a
val return : (a:Type) -> (x:a) -> stexnc a
let return a x = fun s -> Some x, (s, 0)
{ "file_name": "examples/dm4free/FStar.DM4F.StExnC.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 40, "end_line": 35, "start_col": 0, "start_line": 35 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.DM4F.StExnC.fst" }
[ { "abbrev": false, "full_module": "FStar.DM4F", "short_module": null }, { "abbrev": false, "full_module": "FStar.DM4F", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Pri...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Type -> x: a -> FStar.DM4F.StExnC.stexnc a
Prims.Tot
[ "total" ]
[]
[ "Prims.int", "FStar.Pervasives.Native.Mktuple2", "FStar.Pervasives.Native.option", "FStar.Pervasives.Native.tuple2", "FStar.Pervasives.Native.Some" ]
[]
false
false
false
true
false
let return a x =
fun s -> Some x, (s, 0)
false
FStar.DM4F.StExnC.fst
FStar.DM4F.StExnC.raise
val raise (a: Type) : stexnc a
val raise (a: Type) : stexnc a
let raise (a:Type) : stexnc a = fun s0 -> (None, (s0, 1))
{ "file_name": "examples/dm4free/FStar.DM4F.StExnC.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 57, "end_line": 47, "start_col": 0, "start_line": 47 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.DM4F.StExnC.fst" }
[ { "abbrev": false, "full_module": "FStar.DM4F", "short_module": null }, { "abbrev": false, "full_module": "FStar.DM4F", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Pri...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Type -> FStar.DM4F.StExnC.stexnc a
Prims.Tot
[ "total" ]
[]
[ "Prims.int", "FStar.Pervasives.Native.Mktuple2", "FStar.Pervasives.Native.option", "FStar.Pervasives.Native.tuple2", "FStar.Pervasives.Native.None", "FStar.DM4F.StExnC.stexnc" ]
[]
false
false
false
true
false
let raise (a: Type) : stexnc a =
fun s0 -> (None, (s0, 1))
false
Vale.Arch.MachineHeap_s.fst
Vale.Arch.MachineHeap_s.update_heap128_def
val update_heap128_def : ptr: Prims.int -> v: Vale.Def.Types_s.quad32 -> mem: Vale.Arch.MachineHeap_s.machine_heap -> Vale.Arch.MachineHeap_s.machine_heap
let update_heap128_def (ptr:int) (v:quad32) (mem:machine_heap) = let mem = update_heap32 ptr v.lo0 mem in let mem = update_heap32 (ptr + 4) v.lo1 mem in let mem = update_heap32 (ptr + 8) v.hi2 mem in let mem = update_heap32 (ptr + 12) v.hi3 mem in mem
{ "file_name": "vale/specs/hardware/Vale.Arch.MachineHeap_s.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 5, "end_line": 79, "start_col": 0, "start_line": 74 }
module Vale.Arch.MachineHeap_s open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four_s open Vale.Def.Types_s unfold let (.[]) = Map.sel unfold let (.[]<-) = Map.upd let machine_heap = Map.t int nat8 let is_machine_heap_update (mh mh':mach...
{ "checked_file": "/", "dependencies": [ "Vale.Def.Words_s.fsti.checked", "Vale.Def.Words.Two_s.fsti.checked", "Vale.Def.Words.Four_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "Vale.Def.Prop_s.fst.checked", "Vale.Def.Opaque_s.fsti.checked", "prims.fst.checked", "FStar.Set.fsti.c...
[ { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Four_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Two_s", "short_module": null }, { "abbrev": false, ...
{ "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.Def.Types_s.quad32 -> mem: Vale.Arch.MachineHeap_s.machine_heap -> Vale.Arch.MachineHeap_s.machine_heap
Prims.Tot
[ "total" ]
[]
[ "Prims.int", "Vale.Def.Types_s.quad32", "Vale.Arch.MachineHeap_s.machine_heap", "Vale.Arch.MachineHeap_s.update_heap32", "Prims.op_Addition", "Vale.Def.Words_s.__proj__Mkfour__item__hi3", "Vale.Def.Types_s.nat32", "Vale.Def.Words_s.__proj__Mkfour__item__hi2", "Vale.Def.Words_s.__proj__Mkfour__item__...
[]
false
false
false
true
false
let update_heap128_def (ptr: int) (v: quad32) (mem: machine_heap) =
let mem = update_heap32 ptr v.lo0 mem in let mem = update_heap32 (ptr + 4) v.lo1 mem in let mem = update_heap32 (ptr + 8) v.hi2 mem in let mem = update_heap32 (ptr + 12) v.hi3 mem in mem
false
Vale.Arch.MachineHeap_s.fst
Vale.Arch.MachineHeap_s.update_heap64
val update_heap64 : _: Prims.int -> _: Vale.Def.Types_s.nat64 -> _: Vale.Arch.MachineHeap_s.machine_heap -> Vale.Arch.MachineHeap_s.machine_heap
let update_heap64 = opaque_make update_heap64_def
{ "file_name": "vale/specs/hardware/Vale.Arch.MachineHeap_s.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 68, "end_line": 71, "start_col": 19, "start_line": 71 }
module Vale.Arch.MachineHeap_s open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four_s open Vale.Def.Types_s unfold let (.[]) = Map.sel unfold let (.[]<-) = Map.upd let machine_heap = Map.t int nat8 let is_machine_heap_update (mh mh':mach...
{ "checked_file": "/", "dependencies": [ "Vale.Def.Words_s.fsti.checked", "Vale.Def.Words.Two_s.fsti.checked", "Vale.Def.Words.Four_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "Vale.Def.Prop_s.fst.checked", "Vale.Def.Opaque_s.fsti.checked", "prims.fst.checked", "FStar.Set.fsti.c...
[ { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Four_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Two_s", "short_module": null }, { "abbrev": false, ...
{ "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
_: Prims.int -> _: Vale.Def.Types_s.nat64 -> _: Vale.Arch.MachineHeap_s.machine_heap -> Vale.Arch.MachineHeap_s.machine_heap
Prims.Tot
[ "total" ]
[]
[ "Vale.Def.Opaque_s.opaque_make", "Prims.int", "Vale.Def.Types_s.nat64", "Vale.Arch.MachineHeap_s.machine_heap", "Vale.Arch.MachineHeap_s.update_heap64_def" ]
[]
false
false
false
true
false
let update_heap64 =
opaque_make update_heap64_def
false
Vale.Arch.MachineHeap_s.fst
Vale.Arch.MachineHeap_s.update_heap128
val update_heap128 : _: Prims.int -> _: Vale.Def.Types_s.quad32 -> _: Vale.Arch.MachineHeap_s.machine_heap -> Vale.Arch.MachineHeap_s.machine_heap
let update_heap128 = opaque_make update_heap128_def
{ "file_name": "vale/specs/hardware/Vale.Arch.MachineHeap_s.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 70, "end_line": 80, "start_col": 19, "start_line": 80 }
module Vale.Arch.MachineHeap_s open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four_s open Vale.Def.Types_s unfold let (.[]) = Map.sel unfold let (.[]<-) = Map.upd let machine_heap = Map.t int nat8 let is_machine_heap_update (mh mh':mach...
{ "checked_file": "/", "dependencies": [ "Vale.Def.Words_s.fsti.checked", "Vale.Def.Words.Two_s.fsti.checked", "Vale.Def.Words.Four_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "Vale.Def.Prop_s.fst.checked", "Vale.Def.Opaque_s.fsti.checked", "prims.fst.checked", "FStar.Set.fsti.c...
[ { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Four_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Two_s", "short_module": null }, { "abbrev": false, ...
{ "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
_: Prims.int -> _: Vale.Def.Types_s.quad32 -> _: Vale.Arch.MachineHeap_s.machine_heap -> Vale.Arch.MachineHeap_s.machine_heap
Prims.Tot
[ "total" ]
[]
[ "Vale.Def.Opaque_s.opaque_make", "Prims.int", "Vale.Def.Types_s.quad32", "Vale.Arch.MachineHeap_s.machine_heap", "Vale.Arch.MachineHeap_s.update_heap128_def" ]
[]
false
false
false
true
false
let update_heap128 =
opaque_make update_heap128_def
false
SelectorsLList3Example.fst
SelectorsLList3Example.intro_llist_cons
val intro_llist_cons (ptr1 ptr2: t) : Steel unit ((vptr ptr1) `star` (LL.llist ptr2)) (fun _ -> LL.llist ptr1) (requires fun h -> next (sel ptr1 h) == ptr2) (ensures fun h0 _ h1 -> LL.v_llist ptr1 h1 == (data (sel ptr1 h0)) :: LL.v_llist ptr2 h0)
val intro_llist_cons (ptr1 ptr2: t) : Steel unit ((vptr ptr1) `star` (LL.llist ptr2)) (fun _ -> LL.llist ptr1) (requires fun h -> next (sel ptr1 h) == ptr2) (ensures fun h0 _ h1 -> LL.v_llist ptr1 h1 == (data (sel ptr1 h0)) :: LL.v_llist ptr2 h0)
let intro_llist_cons (ptr1 ptr2:t) : Steel unit (vptr ptr1 `star` LL.llist ptr2) (fun _ -> LL.llist ptr1) (requires fun h -> next (sel ptr1 h) == ptr2) (ensures fun h0 _ h1 -> LL.v_llist ptr1 h1 == (data (sel ptr1 h0)) :: LL.v_llist ptr2 h0) = LL.intro_llist_cons ...
{ "file_name": "share/steel/examples/steel/llist3/SelectorsLList3Example.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 31, "end_line": 50, "start_col": 0, "start_line": 45 }
module SelectorsLList3Example open Steel.Memory open Steel.Effect.Atomic open Steel.Effect open Steel.ArrayRef module L = FStar.List.Tot module LL = Selectors.LList3 module U32 = FStar.UInt32 module MB = LowStar.Monotonic.Buffer // for is_null inline_for_extraction noextract let a = U32.t let cell = LL.cell a /// T...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "Steel.ArrayRef.fsti.checked", "Selectors.LList3.fsti.checked", "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "FStar.UInt32.fsti.chec...
[ { "abbrev": true, "full_module": "LowStar.Monotonic.Buffer // for is_null", "short_module": "MB" }, { "abbrev": true, "full_module": "LowStar.Monotonic.Buffer", "short_module": "MB" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "ab...
{ "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
ptr1: SelectorsLList3Example.t -> ptr2: SelectorsLList3Example.t -> Steel.Effect.Steel Prims.unit
Steel.Effect.Steel
[]
[]
[ "SelectorsLList3Example.t", "Selectors.LList3.intro_llist_cons", "SelectorsLList3Example.a", "Prims.unit", "Steel.Effect.Common.star", "Steel.ArrayRef.vptr", "Selectors.LList3.cell", "Selectors.LList3.llist", "Steel.Effect.Common.vprop", "Steel.Effect.Common.rmem", "Prims.eq2", "SelectorsLList...
[]
false
true
false
false
false
let intro_llist_cons (ptr1 ptr2: t) : Steel unit ((vptr ptr1) `star` (LL.llist ptr2)) (fun _ -> LL.llist ptr1) (requires fun h -> next (sel ptr1 h) == ptr2) (ensures fun h0 _ h1 -> LL.v_llist ptr1 h1 == (data (sel ptr1 h0)) :: LL.v_llist ptr2 h0) =
LL.intro_llist_cons ptr1 ptr2
false
Vale.Arch.MachineHeap_s.fst
Vale.Arch.MachineHeap_s.update_heap64_reveal
val update_heap64_reveal : _: Prims.unit -> FStar.Pervasives.Lemma (ensures Vale.Arch.MachineHeap_s.update_heap64 == Vale.Arch.MachineHeap_s.update_heap64_def)
let update_heap64_reveal = opaque_revealer (`%update_heap64) update_heap64 update_heap64_def
{ "file_name": "vale/specs/hardware/Vale.Arch.MachineHeap_s.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 104, "end_line": 72, "start_col": 12, "start_line": 72 }
module Vale.Arch.MachineHeap_s open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four_s open Vale.Def.Types_s unfold let (.[]) = Map.sel unfold let (.[]<-) = Map.upd let machine_heap = Map.t int nat8 let is_machine_heap_update (mh mh':mach...
{ "checked_file": "/", "dependencies": [ "Vale.Def.Words_s.fsti.checked", "Vale.Def.Words.Two_s.fsti.checked", "Vale.Def.Words.Four_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "Vale.Def.Prop_s.fst.checked", "Vale.Def.Opaque_s.fsti.checked", "prims.fst.checked", "FStar.Set.fsti.c...
[ { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Four_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Two_s", "short_module": null }, { "abbrev": false, ...
{ "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
_: Prims.unit -> FStar.Pervasives.Lemma (ensures Vale.Arch.MachineHeap_s.update_heap64 == Vale.Arch.MachineHeap_s.update_heap64_def)
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.Def.Opaque_s.opaque_revealer", "Prims.int", "Vale.Def.Types_s.nat64", "Vale.Arch.MachineHeap_s.machine_heap", "Vale.Arch.MachineHeap_s.update_heap64", "Vale.Arch.MachineHeap_s.update_heap64_def" ]
[]
true
false
true
false
false
let update_heap64_reveal =
opaque_revealer (`%update_heap64) update_heap64 update_heap64_def
false
CQueue.fst
CQueue.sel_llist_fragment_head
val sel_llist_fragment_head (#a: Type) (#p: vprop) (l: Ghost.erased (list a)) (phead: ref (ccell_ptrvalue a)) (head: ccell_ptrvalue a) (h: rmem p { FStar.Tactics.with_tactic selector_tactic (can_be_split p (llist_fragment_head l phead head) /\ Tr...
val sel_llist_fragment_head (#a: Type) (#p: vprop) (l: Ghost.erased (list a)) (phead: ref (ccell_ptrvalue a)) (head: ccell_ptrvalue a) (h: rmem p { FStar.Tactics.with_tactic selector_tactic (can_be_split p (llist_fragment_head l phead head) /\ Tr...
let sel_llist_fragment_head (#a:Type) (#p:vprop) (l: Ghost.erased (list a)) (phead: ref (ccell_ptrvalue a)) (head: ccell_ptrvalue a) (h: rmem p { FStar.Tactics.with_tactic selector_tactic (can_be_split p (llist_fragment_head l phead head) /\ True) }) : GTot (ref (ccell_ptrvalue a) & ccell_ptrvalue a) = coerce (...
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 91, "end_line": 782, "start_col": 0, "start_line": 776 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
l: FStar.Ghost.erased (Prims.list a) -> phead: Steel.Reference.ref (CQueue.Cell.ccell_ptrvalue a) -> head: CQueue.Cell.ccell_ptrvalue a -> h: Steel.Effect.Common.rmem p { FStar.Tactics.Effect.with_tactic Steel.Effect.Common.selector_tactic (Steel.Effect.Common.can_be_split p (...
Prims.GTot
[ "sometrivial" ]
[]
[ "Steel.Effect.Common.vprop", "FStar.Ghost.erased", "Prims.list", "Steel.Reference.ref", "CQueue.Cell.ccell_ptrvalue", "Steel.Effect.Common.rmem", "FStar.Tactics.Effect.with_tactic", "Steel.Effect.Common.selector_tactic", "Prims.l_and", "Steel.Effect.Common.can_be_split", "CQueue.llist_fragment_h...
[]
false
false
false
false
false
let sel_llist_fragment_head (#a: Type) (#p: vprop) (l: Ghost.erased (list a)) (phead: ref (ccell_ptrvalue a)) (head: ccell_ptrvalue a) (h: rmem p { FStar.Tactics.with_tactic selector_tactic (can_be_split p (llist_fragment_head l phead head) /\ Tr...
coerce (h (llist_fragment_head l phead head)) (ref (ccell_ptrvalue a) & ccell_ptrvalue a)
false
Vale.Arch.MachineHeap_s.fst
Vale.Arch.MachineHeap_s.update_heap128_reveal
val update_heap128_reveal : _: Prims.unit -> FStar.Pervasives.Lemma (ensures Vale.Arch.MachineHeap_s.update_heap128 == Vale.Arch.MachineHeap_s.update_heap128_def)
let update_heap128_reveal = opaque_revealer (`%update_heap128) update_heap128 update_heap128_def
{ "file_name": "vale/specs/hardware/Vale.Arch.MachineHeap_s.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 108, "end_line": 81, "start_col": 12, "start_line": 81 }
module Vale.Arch.MachineHeap_s open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four_s open Vale.Def.Types_s unfold let (.[]) = Map.sel unfold let (.[]<-) = Map.upd let machine_heap = Map.t int nat8 let is_machine_heap_update (mh mh':mach...
{ "checked_file": "/", "dependencies": [ "Vale.Def.Words_s.fsti.checked", "Vale.Def.Words.Two_s.fsti.checked", "Vale.Def.Words.Four_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "Vale.Def.Prop_s.fst.checked", "Vale.Def.Opaque_s.fsti.checked", "prims.fst.checked", "FStar.Set.fsti.c...
[ { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Four_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Two_s", "short_module": null }, { "abbrev": false, ...
{ "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
_: Prims.unit -> FStar.Pervasives.Lemma (ensures Vale.Arch.MachineHeap_s.update_heap128 == Vale.Arch.MachineHeap_s.update_heap128_def)
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.Def.Opaque_s.opaque_revealer", "Prims.int", "Vale.Def.Types_s.quad32", "Vale.Arch.MachineHeap_s.machine_heap", "Vale.Arch.MachineHeap_s.update_heap128", "Vale.Arch.MachineHeap_s.update_heap128_def" ]
[]
true
false
true
false
false
let update_heap128_reveal =
opaque_revealer (`%update_heap128) update_heap128 update_heap128_def
false
FStar.DM4F.StExnC.fst
FStar.DM4F.StExnC.lift_pure_stexnc
val lift_pure_stexnc : a: Type -> wp: Prims.pure_wp a -> h0: Prims.int -> p: FStar.DM4F.StExnC._dm4f_STEXNC_post a -> Prims.pure_pre
let lift_pure_stexnc (a:Type) (wp:pure_wp a) (h0:int) (p:STEXNC?.post a) = wp (fun a -> p (Some a, (h0, 0)))
{ "file_name": "examples/dm4free/FStar.DM4F.StExnC.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 41, "end_line": 63, "start_col": 7, "start_line": 62 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.DM4F.StExnC.fst" }
[ { "abbrev": false, "full_module": "FStar.DM4F", "short_module": null }, { "abbrev": false, "full_module": "FStar.DM4F", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Pri...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Type -> wp: Prims.pure_wp a -> h0: Prims.int -> p: FStar.DM4F.StExnC._dm4f_STEXNC_post a -> Prims.pure_pre
Prims.Tot
[ "total" ]
[]
[ "Prims.pure_wp", "Prims.int", "FStar.DM4F.StExnC._dm4f_STEXNC_post", "Prims.l_True", "FStar.Pervasives.Native.Mktuple2", "FStar.Pervasives.Native.option", "FStar.Pervasives.Native.tuple2", "FStar.Pervasives.Native.Some", "Prims.pure_pre" ]
[]
false
false
false
true
false
let lift_pure_stexnc (a: Type) (wp: pure_wp a) (h0: int) (p: STEXNC?.post a) =
wp (fun a -> p (Some a, (h0, 0)))
false
Vale.Arch.MachineHeap_s.fst
Vale.Arch.MachineHeap_s.valid_addr64
val valid_addr64 : ptr: Prims.int -> mem: Vale.Arch.MachineHeap_s.machine_heap -> Prims.bool
let valid_addr64 (ptr:int) (mem:machine_heap) = valid_addr ptr mem && valid_addr (ptr + 1) mem && valid_addr (ptr + 2) mem && valid_addr (ptr + 3) mem && valid_addr (ptr + 4) mem && valid_addr (ptr + 5) mem && valid_addr (ptr + 6) mem && valid_addr (ptr + 7) mem
{ "file_name": "vale/specs/hardware/Vale.Arch.MachineHeap_s.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 26, "end_line": 95, "start_col": 0, "start_line": 87 }
module Vale.Arch.MachineHeap_s open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four_s open Vale.Def.Types_s unfold let (.[]) = Map.sel unfold let (.[]<-) = Map.upd let machine_heap = Map.t int nat8 let is_machine_heap_update (mh mh':mach...
{ "checked_file": "/", "dependencies": [ "Vale.Def.Words_s.fsti.checked", "Vale.Def.Words.Two_s.fsti.checked", "Vale.Def.Words.Four_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "Vale.Def.Prop_s.fst.checked", "Vale.Def.Opaque_s.fsti.checked", "prims.fst.checked", "FStar.Set.fsti.c...
[ { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Four_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Two_s", "short_module": null }, { "abbrev": false, ...
{ "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 -> mem: Vale.Arch.MachineHeap_s.machine_heap -> Prims.bool
Prims.Tot
[ "total" ]
[]
[ "Prims.int", "Vale.Arch.MachineHeap_s.machine_heap", "Prims.op_AmpAmp", "Vale.Arch.MachineHeap_s.valid_addr", "Prims.op_Addition", "Prims.bool" ]
[]
false
false
false
true
false
let valid_addr64 (ptr: int) (mem: machine_heap) =
valid_addr ptr mem && valid_addr (ptr + 1) mem && valid_addr (ptr + 2) mem && valid_addr (ptr + 3) mem && valid_addr (ptr + 4) mem && valid_addr (ptr + 5) mem && valid_addr (ptr + 6) mem && valid_addr (ptr + 7) mem
false
Vale.Arch.MachineHeap_s.fst
Vale.Arch.MachineHeap_s.get_heap_val32_def
val get_heap_val32_def (ptr: int) (mem: machine_heap) : nat32
val get_heap_val32_def (ptr: int) (mem: machine_heap) : nat32
let get_heap_val32_def (ptr:int) (mem:machine_heap) : nat32 = four_to_nat 8 (Mkfour mem.[ptr] mem.[ptr + 1] mem.[ptr + 2] mem.[ptr + 3])
{ "file_name": "vale/specs/hardware/Vale.Arch.MachineHeap_s.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 18, "end_line": 27, "start_col": 0, "start_line": 21 }
module Vale.Arch.MachineHeap_s open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four_s open Vale.Def.Types_s unfold let (.[]) = Map.sel unfold let (.[]<-) = Map.upd let machine_heap = Map.t int nat8 let is_machine_heap_update (mh mh':mach...
{ "checked_file": "/", "dependencies": [ "Vale.Def.Words_s.fsti.checked", "Vale.Def.Words.Two_s.fsti.checked", "Vale.Def.Words.Four_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "Vale.Def.Prop_s.fst.checked", "Vale.Def.Opaque_s.fsti.checked", "prims.fst.checked", "FStar.Set.fsti.c...
[ { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Four_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Two_s", "short_module": null }, { "abbrev": false, ...
{ "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 -> mem: Vale.Arch.MachineHeap_s.machine_heap -> Vale.Def.Types_s.nat32
Prims.Tot
[ "total" ]
[]
[ "Prims.int", "Vale.Arch.MachineHeap_s.machine_heap", "Vale.Def.Words.Four_s.four_to_nat", "Vale.Def.Words_s.Mkfour", "Vale.Def.Words_s.natN", "Prims.pow2", "Vale.Arch.MachineHeap_s.op_String_Access", "Vale.Def.Types_s.nat8", "Prims.op_Addition", "Vale.Def.Types_s.nat32" ]
[]
false
false
false
true
false
let get_heap_val32_def (ptr: int) (mem: machine_heap) : nat32 =
four_to_nat 8 (Mkfour mem.[ ptr ] mem.[ ptr + 1 ] mem.[ ptr + 2 ] mem.[ ptr + 3 ])
false
Vale.Arch.MachineHeap_s.fst
Vale.Arch.MachineHeap_s.valid_addr128
val valid_addr128 : ptr: Prims.int -> mem: Vale.Arch.MachineHeap_s.machine_heap -> Prims.bool
let valid_addr128 (ptr:int) (mem:machine_heap) = valid_addr ptr mem && valid_addr (ptr + 1) mem && valid_addr (ptr + 2) mem && valid_addr (ptr + 3) mem && valid_addr (ptr + 4) mem && valid_addr (ptr + 5) mem && valid_addr (ptr + 6) mem && valid_addr (ptr + 7) mem && valid_addr (ptr + 8) mem && valid...
{ "file_name": "vale/specs/hardware/Vale.Arch.MachineHeap_s.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 27, "end_line": 114, "start_col": 0, "start_line": 98 }
module Vale.Arch.MachineHeap_s open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four_s open Vale.Def.Types_s unfold let (.[]) = Map.sel unfold let (.[]<-) = Map.upd let machine_heap = Map.t int nat8 let is_machine_heap_update (mh mh':mach...
{ "checked_file": "/", "dependencies": [ "Vale.Def.Words_s.fsti.checked", "Vale.Def.Words.Two_s.fsti.checked", "Vale.Def.Words.Four_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "Vale.Def.Prop_s.fst.checked", "Vale.Def.Opaque_s.fsti.checked", "prims.fst.checked", "FStar.Set.fsti.c...
[ { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Four_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Two_s", "short_module": null }, { "abbrev": false, ...
{ "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 -> mem: Vale.Arch.MachineHeap_s.machine_heap -> Prims.bool
Prims.Tot
[ "total" ]
[]
[ "Prims.int", "Vale.Arch.MachineHeap_s.machine_heap", "Prims.op_AmpAmp", "Vale.Arch.MachineHeap_s.valid_addr", "Prims.op_Addition", "Prims.bool" ]
[]
false
false
false
true
false
let valid_addr128 (ptr: int) (mem: machine_heap) =
valid_addr ptr mem && valid_addr (ptr + 1) mem && valid_addr (ptr + 2) mem && valid_addr (ptr + 3) mem && valid_addr (ptr + 4) mem && valid_addr (ptr + 5) mem && valid_addr (ptr + 6) mem && valid_addr (ptr + 7) mem && valid_addr (ptr + 8) mem && valid_addr (ptr + 9) mem && valid_addr (ptr + 10) mem && valid_addr (ptr +...
false
Vale.Arch.MachineHeap_s.fst
Vale.Arch.MachineHeap_s.valid_addr
val valid_addr (ptr: int) (mem: machine_heap) : bool
val valid_addr (ptr: int) (mem: machine_heap) : bool
let valid_addr (ptr:int) (mem:machine_heap) : bool = Map.contains mem ptr
{ "file_name": "vale/specs/hardware/Vale.Arch.MachineHeap_s.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 22, "end_line": 84, "start_col": 0, "start_line": 83 }
module Vale.Arch.MachineHeap_s open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four_s open Vale.Def.Types_s unfold let (.[]) = Map.sel unfold let (.[]<-) = Map.upd let machine_heap = Map.t int nat8 let is_machine_heap_update (mh mh':mach...
{ "checked_file": "/", "dependencies": [ "Vale.Def.Words_s.fsti.checked", "Vale.Def.Words.Two_s.fsti.checked", "Vale.Def.Words.Four_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "Vale.Def.Prop_s.fst.checked", "Vale.Def.Opaque_s.fsti.checked", "prims.fst.checked", "FStar.Set.fsti.c...
[ { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Four_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Two_s", "short_module": null }, { "abbrev": false, ...
{ "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 -> mem: Vale.Arch.MachineHeap_s.machine_heap -> Prims.bool
Prims.Tot
[ "total" ]
[]
[ "Prims.int", "Vale.Arch.MachineHeap_s.machine_heap", "FStar.Map.contains", "Vale.Def.Types_s.nat8", "Prims.bool" ]
[]
false
false
false
true
false
let valid_addr (ptr: int) (mem: machine_heap) : bool =
Map.contains mem ptr
false
FStar.DM4F.StExnC.fst
FStar.DM4F.StExnC.bind
val bind : (a:Type) -> (b:Type) -> (m:stexnc a) -> (f:a -> stexnc b) -> stexnc b
val bind : (a:Type) -> (b:Type) -> (m:stexnc a) -> (f:a -> stexnc b) -> stexnc b
let bind a b m f = fun s0 -> let r0 = m s0 in match r0 with | None, (s1, c1) -> None, (s1, c1) | Some r, (s1, c1) -> let res, (s, c2) = f r s1 in res, (s, c1 + c2)
{ "file_name": "examples/dm4free/FStar.DM4F.StExnC.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 47, "end_line": 45, "start_col": 0, "start_line": 39 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.DM4F.StExnC.fst" }
[ { "abbrev": false, "full_module": "FStar.DM4F", "short_module": null }, { "abbrev": false, "full_module": "FStar.DM4F", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Pri...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Type -> b: Type -> m: FStar.DM4F.StExnC.stexnc a -> f: (f: a -> FStar.DM4F.StExnC.stexnc b) -> FStar.DM4F.StExnC.stexnc b
Prims.Tot
[ "total" ]
[]
[ "FStar.DM4F.StExnC.stexnc", "Prims.int", "FStar.Pervasives.Native.Mktuple2", "FStar.Pervasives.Native.option", "FStar.Pervasives.Native.tuple2", "FStar.Pervasives.Native.None", "Prims.op_Addition" ]
[]
false
false
false
true
false
let bind a b m f =
fun s0 -> let r0 = m s0 in match r0 with | None, (s1, c1) -> None, (s1, c1) | Some r, (s1, c1) -> let res, (s, c2) = f r s1 in res, (s, c1 + c2)
false
CQueue.fst
CQueue.intro_vdep2
val intro_vdep2 (#opened:inames) (v: vprop) (q: vprop) (x: t_of v) (p: (t_of v -> Tot vprop)) : SteelGhost unit opened (v `star` q) (fun _ -> vdep v p) (requires (fun h -> q == p x /\ x == h v )) (ensures (fun h _ h' -> let x2 = h' (vdep v p) in q == p (h v) /\ ...
val intro_vdep2 (#opened:inames) (v: vprop) (q: vprop) (x: t_of v) (p: (t_of v -> Tot vprop)) : SteelGhost unit opened (v `star` q) (fun _ -> vdep v p) (requires (fun h -> q == p x /\ x == h v )) (ensures (fun h _ h' -> let x2 = h' (vdep v p) in q == p (h v) /\ ...
let intro_vdep2 v q x p = intro_vdep v q p
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 18, "end_line": 159, "start_col": 0, "start_line": 156 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
v: Steel.Effect.Common.vprop -> q: Steel.Effect.Common.vprop -> x: Steel.Effect.Common.t_of v -> p: (_: Steel.Effect.Common.t_of v -> Steel.Effect.Common.vprop) -> Steel.Effect.Atomic.SteelGhost Prims.unit
Steel.Effect.Atomic.SteelGhost
[]
[]
[ "Steel.Memory.inames", "Steel.Effect.Common.vprop", "Steel.Effect.Common.t_of", "Steel.Effect.Atomic.intro_vdep", "Prims.unit" ]
[]
false
true
false
false
false
let intro_vdep2 v q x p =
intro_vdep v q p
false
Vale.Arch.MachineHeap_s.fst
Vale.Arch.MachineHeap_s.get_heap_val64_def
val get_heap_val64_def (ptr: int) (mem: machine_heap) : nat64
val get_heap_val64_def (ptr: int) (mem: machine_heap) : nat64
let get_heap_val64_def (ptr:int) (mem:machine_heap) : nat64 = two_to_nat 32 (Mktwo (four_to_nat 8 (Mkfour mem.[ptr] mem.[ptr + 1] mem.[ptr + 2] mem.[ptr + 3])) (four_to_nat 8 (Mkfour mem.[ptr + 4] mem.[ptr + 5] mem.[ptr + 6] mem.[ptr + 7])) )
{ "file_name": "vale/specs/hardware/Vale.Arch.MachineHeap_s.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 3, "end_line": 36, "start_col": 0, "start_line": 31 }
module Vale.Arch.MachineHeap_s open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four_s open Vale.Def.Types_s unfold let (.[]) = Map.sel unfold let (.[]<-) = Map.upd let machine_heap = Map.t int nat8 let is_machine_heap_update (mh mh':mach...
{ "checked_file": "/", "dependencies": [ "Vale.Def.Words_s.fsti.checked", "Vale.Def.Words.Two_s.fsti.checked", "Vale.Def.Words.Four_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "Vale.Def.Prop_s.fst.checked", "Vale.Def.Opaque_s.fsti.checked", "prims.fst.checked", "FStar.Set.fsti.c...
[ { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Four_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Two_s", "short_module": null }, { "abbrev": false, ...
{ "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 -> mem: Vale.Arch.MachineHeap_s.machine_heap -> Vale.Def.Types_s.nat64
Prims.Tot
[ "total" ]
[]
[ "Prims.int", "Vale.Arch.MachineHeap_s.machine_heap", "Vale.Def.Words.Two_s.two_to_nat", "Vale.Def.Words_s.Mktwo", "Vale.Def.Words_s.natN", "Prims.pow2", "Vale.Def.Words.Four_s.four_to_nat", "Vale.Def.Words_s.Mkfour", "Vale.Arch.MachineHeap_s.op_String_Access", "Vale.Def.Types_s.nat8", "Prims.op_...
[]
false
false
false
true
false
let get_heap_val64_def (ptr: int) (mem: machine_heap) : nat64 =
two_to_nat 32 (Mktwo (four_to_nat 8 (Mkfour mem.[ ptr ] mem.[ ptr + 1 ] mem.[ ptr + 2 ] mem.[ ptr + 3 ])) (four_to_nat 8 (Mkfour mem.[ ptr + 4 ] mem.[ ptr + 5 ] mem.[ ptr + 6 ] mem.[ ptr + 7 ])))
false
CQueue.fst
CQueue.llist_fragment_head_eq_cons
val llist_fragment_head_eq_cons (#a: Type) (l: Ghost.erased (list a)) (phead: ref (ccell_ptrvalue a)) (head: ccell_ptrvalue a) : Lemma (requires (Cons? (Ghost.reveal l))) (ensures (llist_fragment_head l phead head == vbind ((ccell_is_lvalue head) `star` ...
val llist_fragment_head_eq_cons (#a: Type) (l: Ghost.erased (list a)) (phead: ref (ccell_ptrvalue a)) (head: ccell_ptrvalue a) : Lemma (requires (Cons? (Ghost.reveal l))) (ensures (llist_fragment_head l phead head == vbind ((ccell_is_lvalue head) `star` ...
let llist_fragment_head_eq_cons (#a: Type) (l: Ghost.erased (list a)) (phead: ref (ccell_ptrvalue a)) (head: ccell_ptrvalue a) : Lemma (requires (Cons? (Ghost.reveal l))) (ensures ( llist_fragment_head l phead head == vbind (ccell_is_lvalue head `star` (ccell head `vrefine` llist_fragment_head_data_...
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 6, "end_line": 844, "start_col": 0, "start_line": 824 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
l: FStar.Ghost.erased (Prims.list a) -> phead: Steel.Reference.ref (CQueue.Cell.ccell_ptrvalue a) -> head: CQueue.Cell.ccell_ptrvalue a -> FStar.Pervasives.Lemma (requires Cons? (FStar.Ghost.reveal l)) (ensures CQueue.llist_fragment_head l phead head == CQueue.vbind (Steel.Effect.Co...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "FStar.Ghost.erased", "Prims.list", "Steel.Reference.ref", "CQueue.Cell.ccell_ptrvalue", "FStar.Pervasives.assert_norm", "CQueue.op_Equals_Equals", "Steel.Effect.Common.vprop", "CQueue.llist_fragment_head", "Prims.uu___is_Nil", "FStar.Ghost.reveal", "CQueue.vconst", "FStar.Pervasives.Native.tu...
[]
false
false
true
false
false
let llist_fragment_head_eq_cons (#a: Type) (l: Ghost.erased (list a)) (phead: ref (ccell_ptrvalue a)) (head: ccell_ptrvalue a) : Lemma (requires (Cons? (Ghost.reveal l))) (ensures (llist_fragment_head l phead head == vbind ((ccell_is_lvalue head) `star` ...
assert_norm (llist_fragment_head l phead head == (if Nil? l then vconst (phead, head) else vbind ((ccell_is_lvalue head) `star` ((ccell head) `vrefine` (llist_fragment_head_data_refine (L.hd (Ghost.reveal l))))) (ref (ccell_ptrvalue a) & ccell_ptrvalue a) ...
false
Vale.Arch.MachineHeap_s.fst
Vale.Arch.MachineHeap_s.update_heap32_def
val update_heap32_def (ptr: int) (v: nat32) (mem: machine_heap) : machine_heap
val update_heap32_def (ptr: int) (v: nat32) (mem: machine_heap) : machine_heap
let update_heap32_def (ptr:int) (v:nat32) (mem:machine_heap) : machine_heap = let v = nat_to_four 8 v in let mem = mem.[ptr] <- v.lo0 in let mem = mem.[ptr + 1] <- v.lo1 in let mem = mem.[ptr + 2] <- v.hi2 in let mem = mem.[ptr + 3] <- v.hi3 in mem
{ "file_name": "vale/specs/hardware/Vale.Arch.MachineHeap_s.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 5, "end_line": 54, "start_col": 0, "start_line": 48 }
module Vale.Arch.MachineHeap_s open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four_s open Vale.Def.Types_s unfold let (.[]) = Map.sel unfold let (.[]<-) = Map.upd let machine_heap = Map.t int nat8 let is_machine_heap_update (mh mh':mach...
{ "checked_file": "/", "dependencies": [ "Vale.Def.Words_s.fsti.checked", "Vale.Def.Words.Two_s.fsti.checked", "Vale.Def.Words.Four_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "Vale.Def.Prop_s.fst.checked", "Vale.Def.Opaque_s.fsti.checked", "prims.fst.checked", "FStar.Set.fsti.c...
[ { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Four_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Two_s", "short_module": null }, { "abbrev": false, ...
{ "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.Def.Types_s.nat32 -> mem: Vale.Arch.MachineHeap_s.machine_heap -> Vale.Arch.MachineHeap_s.machine_heap
Prims.Tot
[ "total" ]
[]
[ "Prims.int", "Vale.Def.Types_s.nat32", "Vale.Arch.MachineHeap_s.machine_heap", "FStar.Map.t", "Vale.Def.Words_s.nat8", "Vale.Arch.MachineHeap_s.op_String_Assignment", "Vale.Def.Types_s.nat8", "Prims.op_Addition", "Vale.Def.Words_s.__proj__Mkfour__item__hi3", "Vale.Def.Words_s.natN", "Prims.pow2"...
[]
false
false
false
true
false
let update_heap32_def (ptr: int) (v: nat32) (mem: machine_heap) : machine_heap =
let v = nat_to_four 8 v in let mem = mem.[ ptr ] <- v.lo0 in let mem = mem.[ ptr + 1 ] <- v.lo1 in let mem = mem.[ ptr + 2 ] <- v.hi2 in let mem = mem.[ ptr + 3 ] <- v.hi3 in mem
false
Vale.Arch.MachineHeap_s.fst
Vale.Arch.MachineHeap_s.update_heap64_def
val update_heap64_def (ptr: int) (v: nat64) (mem: machine_heap) : machine_heap
val update_heap64_def (ptr: int) (v: nat64) (mem: machine_heap) : machine_heap
let update_heap64_def (ptr:int) (v:nat64) (mem:machine_heap) : machine_heap = let v = nat_to_two 32 v in let lo = nat_to_four 8 v.lo in let hi = nat_to_four 8 v.hi in let mem = mem.[ptr] <- lo.lo0 in let mem = mem.[ptr + 1] <- lo.lo1 in let mem = mem.[ptr + 2] <- lo.hi2 in let mem = mem.[ptr + 3] <- lo.hi...
{ "file_name": "vale/specs/hardware/Vale.Arch.MachineHeap_s.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 5, "end_line": 70, "start_col": 0, "start_line": 58 }
module Vale.Arch.MachineHeap_s open FStar.Mul open Vale.Def.Prop_s open Vale.Def.Opaque_s open Vale.Def.Words_s open Vale.Def.Words.Two_s open Vale.Def.Words.Four_s open Vale.Def.Types_s unfold let (.[]) = Map.sel unfold let (.[]<-) = Map.upd let machine_heap = Map.t int nat8 let is_machine_heap_update (mh mh':mach...
{ "checked_file": "/", "dependencies": [ "Vale.Def.Words_s.fsti.checked", "Vale.Def.Words.Two_s.fsti.checked", "Vale.Def.Words.Four_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "Vale.Def.Prop_s.fst.checked", "Vale.Def.Opaque_s.fsti.checked", "prims.fst.checked", "FStar.Set.fsti.c...
[ { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Four_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Two_s", "short_module": null }, { "abbrev": false, ...
{ "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.Def.Types_s.nat64 -> mem: Vale.Arch.MachineHeap_s.machine_heap -> Vale.Arch.MachineHeap_s.machine_heap
Prims.Tot
[ "total" ]
[]
[ "Prims.int", "Vale.Def.Types_s.nat64", "Vale.Arch.MachineHeap_s.machine_heap", "FStar.Map.t", "Vale.Def.Words_s.nat8", "Vale.Arch.MachineHeap_s.op_String_Assignment", "Vale.Def.Types_s.nat8", "Prims.op_Addition", "Vale.Def.Words_s.__proj__Mkfour__item__hi3", "Vale.Def.Words_s.natN", "Prims.pow2"...
[]
false
false
false
true
false
let update_heap64_def (ptr: int) (v: nat64) (mem: machine_heap) : machine_heap =
let v = nat_to_two 32 v in let lo = nat_to_four 8 v.lo in let hi = nat_to_four 8 v.hi in let mem = mem.[ ptr ] <- lo.lo0 in let mem = mem.[ ptr + 1 ] <- lo.lo1 in let mem = mem.[ ptr + 2 ] <- lo.hi2 in let mem = mem.[ ptr + 3 ] <- lo.hi3 in let mem = mem.[ ptr + 4 ] <- hi.lo0 in let mem = mem.[ ptr + 5 ] <- hi.lo1 in l...
false
Steel.MonotonicReference.fsti
Steel.MonotonicReference.property
val property : a: Type -> Type
let property (a:Type) = a -> prop
{ "file_name": "lib/steel/Steel.MonotonicReference.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 13, "end_line": 70, "start_col": 0, "start_line": 69 }
(* Copyright 2020 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.PCM.fst.checked"...
[ { "abbrev": true, "full_module": "FStar.Preorder", "short_module": "Preorder" }, { "abbrev": false, "full_module": "Steel.Effect", "short_module": null }, { "abbrev": false, "full_module": "Steel.Effect.Atomic", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Type -> Type
Prims.Tot
[ "total" ]
[]
[ "Prims.prop" ]
[]
false
false
false
true
true
let property (a: Type) =
a -> prop
false
Steel.MonotonicReference.fsti
Steel.MonotonicReference.stable_property
val stable_property : p: FStar.Preorder.preorder a -> Type
let stable_property (#a:Type) (p:Preorder.preorder a) = fact:property a { Preorder.stable fact p }
{ "file_name": "lib/steel/Steel.MonotonicReference.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 46, "end_line": 80, "start_col": 0, "start_line": 79 }
(* Copyright 2020 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.PCM.fst.checked"...
[ { "abbrev": true, "full_module": "FStar.Preorder", "short_module": "Preorder" }, { "abbrev": false, "full_module": "Steel.Effect", "short_module": null }, { "abbrev": false, "full_module": "Steel.Effect.Atomic", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
p: FStar.Preorder.preorder a -> Type
Prims.Tot
[ "total" ]
[]
[ "FStar.Preorder.preorder", "Steel.MonotonicReference.property", "FStar.Preorder.stable" ]
[]
false
false
false
true
true
let stable_property (#a: Type) (p: Preorder.preorder a) =
fact: property a {Preorder.stable fact p}
false
CQueue.fst
CQueue.llist_fragment_tail_cons_rewrite
val llist_fragment_tail_cons_rewrite (#a: Type) (l: Ghost.erased (list a) {Cons? (Ghost.reveal l)}) (llist_fragment_tail: vprop{t_of llist_fragment_tail == ref (ccell_ptrvalue a)}) (x: normal (t_of (llist_fragment_tail `vdep` (llist_fragment_tail_cons_next_payload l)))) : Tot (ref (ccell_ptr...
val llist_fragment_tail_cons_rewrite (#a: Type) (l: Ghost.erased (list a) {Cons? (Ghost.reveal l)}) (llist_fragment_tail: vprop{t_of llist_fragment_tail == ref (ccell_ptrvalue a)}) (x: normal (t_of (llist_fragment_tail `vdep` (llist_fragment_tail_cons_next_payload l)))) : Tot (ref (ccell_ptr...
let llist_fragment_tail_cons_rewrite (#a: Type) (l: Ghost.erased (list a) { Cons? (Ghost.reveal l) }) (llist_fragment_tail: vprop { t_of llist_fragment_tail == ref (ccell_ptrvalue a) }) (x: normal (t_of (llist_fragment_tail `vdep` (llist_fragment_tail_cons_next_payload l)))) : Tot (ref (ccell_ptrvalue a)) = let...
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 14, "end_line": 384, "start_col": 0, "start_line": 377 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
l: FStar.Ghost.erased (Prims.list a) {Cons? (FStar.Ghost.reveal l)} -> llist_fragment_tail: Steel.Effect.Common.vprop { Steel.Effect.Common.t_of llist_fragment_tail == Steel.Reference.ref (CQueue.Cell.ccell_ptrvalue a) } -> x: Steel.Effect.Common.normal (Steel.Effect.Common.t_...
Prims.Tot
[ "total" ]
[]
[ "FStar.Ghost.erased", "Prims.list", "Prims.b2t", "Prims.uu___is_Cons", "FStar.Ghost.reveal", "Steel.Effect.Common.vprop", "CQueue.op_Equals_Equals", "Steel.Effect.Common.t_of", "Steel.Reference.ref", "CQueue.Cell.ccell_ptrvalue", "Steel.Effect.Common.normal", "Steel.Effect.Common.vdep", "CQu...
[]
false
false
false
false
false
let llist_fragment_tail_cons_rewrite (#a: Type) (l: Ghost.erased (list a) {Cons? (Ghost.reveal l)}) (llist_fragment_tail: vprop{t_of llist_fragment_tail == ref (ccell_ptrvalue a)}) (x: normal (t_of (llist_fragment_tail `vdep` (llist_fragment_tail_cons_next_payload l)))) : Tot (ref (ccell_ptr...
let (| _ , (| c , _ |) |) = x in ccell_next c
false
Steel.MonotonicReference.fsti
Steel.MonotonicReference.pts_to
val pts_to (#a: Type) (#p: Preorder.preorder a) (r: ref a p) (f: perm) (v: a) : vprop
val pts_to (#a: Type) (#p: Preorder.preorder a) (r: ref a p) (f: perm) (v: a) : vprop
let pts_to (#a:Type) (#p:Preorder.preorder a) (r:ref a p) (f:perm) (v:a) : vprop = to_vprop (pts_to_sl r f v)
{ "file_name": "lib/steel/Steel.MonotonicReference.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 31, "end_line": 53, "start_col": 0, "start_line": 47 }
(* Copyright 2020 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.PCM.fst.checked"...
[ { "abbrev": true, "full_module": "FStar.Preorder", "short_module": "Preorder" }, { "abbrev": false, "full_module": "Steel.Effect", "short_module": null }, { "abbrev": false, "full_module": "Steel.Effect.Atomic", "short_module": null }, { "abbrev": false, "full...
{ "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
r: Steel.MonotonicReference.ref a p -> f: Steel.FractionalPermission.perm -> v: a -> Steel.Effect.Common.vprop
Prims.Tot
[ "total" ]
[]
[ "FStar.Preorder.preorder", "Steel.MonotonicReference.ref", "Steel.FractionalPermission.perm", "Steel.Effect.Common.to_vprop", "Steel.MonotonicReference.pts_to_sl", "Steel.Effect.Common.vprop" ]
[]
false
false
false
false
false
let pts_to (#a: Type) (#p: Preorder.preorder a) (r: ref a p) (f: perm) (v: a) : vprop =
to_vprop (pts_to_sl r f v)
false
Hacl.Impl.Blake2.Core.fsti
Hacl.Impl.Blake2.Core.row_len
val row_len (a: Spec.alg) (m: m_spec) : size_t
val row_len (a: Spec.alg) (m: m_spec) : size_t
let row_len (a:Spec.alg) (m:m_spec) : size_t = match a,m with | Spec.Blake2S,M128 -> 1ul | Spec.Blake2S,M256 -> 1ul | Spec.Blake2B,M256 -> 1ul | _ -> 4ul
{ "file_name": "code/blake2/Hacl.Impl.Blake2.Core.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 12, "end_line": 41, "start_col": 0, "start_line": 36 }
module Hacl.Impl.Blake2.Core module ST = FStar.HyperStack.ST open FStar.HyperStack open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Lib.IntVector module Spec = Spec.Blake2 #set-options "--max_fuel 0 --max_ifuel 1" type m_spec = | M32 | M128 | M256 noextract ...
{ "checked_file": "/", "dependencies": [ "Spec.Blake2.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntVector.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "Lib.ByteBuffer.fsti.checked", "Lib.Buffer.fsti.checked", "FStar.UInt3...
[ { "abbrev": true, "full_module": "Spec.Blake2", "short_module": "Spec" }, { "abbrev": false, "full_module": "Lib.IntVector", "short_module": null }, { "abbrev": false, "full_module": "Lib.ByteBuffer", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "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
a: Spec.Blake2.Definitions.alg -> m: Hacl.Impl.Blake2.Core.m_spec -> Lib.IntTypes.size_t
Prims.Tot
[ "total" ]
[]
[ "Spec.Blake2.Definitions.alg", "Hacl.Impl.Blake2.Core.m_spec", "FStar.Pervasives.Native.Mktuple2", "FStar.UInt32.__uint_to_t", "FStar.Pervasives.Native.tuple2", "Lib.IntTypes.size_t" ]
[]
false
false
false
true
false
let row_len (a: Spec.alg) (m: m_spec) : size_t =
match a, m with | Spec.Blake2S, M128 -> 1ul | Spec.Blake2S, M256 -> 1ul | Spec.Blake2B, M256 -> 1ul | _ -> 4ul
false
Hacl.Impl.Blake2.Core.fsti
Hacl.Impl.Blake2.Core.row_p
val row_p : a: Spec.Blake2.Definitions.alg -> m: Hacl.Impl.Blake2.Core.m_spec -> Type0
let row_p (a:Spec.alg) (m:m_spec) = lbuffer (element_t a m) (row_len a m)
{ "file_name": "code/blake2/Hacl.Impl.Blake2.Core.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 39, "end_line": 45, "start_col": 7, "start_line": 44 }
module Hacl.Impl.Blake2.Core module ST = FStar.HyperStack.ST open FStar.HyperStack open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Lib.IntVector module Spec = Spec.Blake2 #set-options "--max_fuel 0 --max_ifuel 1" type m_spec = | M32 | M128 | M256 noextract ...
{ "checked_file": "/", "dependencies": [ "Spec.Blake2.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntVector.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "Lib.ByteBuffer.fsti.checked", "Lib.Buffer.fsti.checked", "FStar.UInt3...
[ { "abbrev": true, "full_module": "Spec.Blake2", "short_module": "Spec" }, { "abbrev": false, "full_module": "Lib.IntVector", "short_module": null }, { "abbrev": false, "full_module": "Lib.ByteBuffer", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "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
a: Spec.Blake2.Definitions.alg -> m: Hacl.Impl.Blake2.Core.m_spec -> Type0
Prims.Tot
[ "total" ]
[]
[ "Spec.Blake2.Definitions.alg", "Hacl.Impl.Blake2.Core.m_spec", "Lib.Buffer.lbuffer", "Hacl.Impl.Blake2.Core.element_t", "Hacl.Impl.Blake2.Core.row_len" ]
[]
false
false
false
true
true
let row_p (a: Spec.alg) (m: m_spec) =
lbuffer (element_t a m) (row_len a m)
false
Hacl.Impl.Blake2.Core.fsti
Hacl.Impl.Blake2.Core.get_blake2s_salt
val get_blake2s_salt : p: Hacl.Impl.Blake2.Core.blake2s_params -> Lib.Buffer.lbuffer_t Lib.Buffer.MUT (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) (8ul <: FStar.UInt32.t)
let get_blake2s_salt (p: blake2s_params) = p.salt
{ "file_name": "code/blake2/Hacl.Impl.Blake2.Core.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 49, "end_line": 84, "start_col": 0, "start_line": 84 }
module Hacl.Impl.Blake2.Core module ST = FStar.HyperStack.ST open FStar.HyperStack open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Lib.IntVector module Spec = Spec.Blake2 #set-options "--max_fuel 0 --max_ifuel 1" type m_spec = | M32 | M128 | M256 noextract ...
{ "checked_file": "/", "dependencies": [ "Spec.Blake2.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntVector.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "Lib.ByteBuffer.fsti.checked", "Lib.Buffer.fsti.checked", "FStar.UInt3...
[ { "abbrev": true, "full_module": "Spec.Blake2", "short_module": "Spec" }, { "abbrev": false, "full_module": "Lib.IntVector", "short_module": null }, { "abbrev": false, "full_module": "Lib.ByteBuffer", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "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: Hacl.Impl.Blake2.Core.blake2s_params -> Lib.Buffer.lbuffer_t Lib.Buffer.MUT (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) (8ul <: FStar.UInt32.t)
Prims.Tot
[ "total" ]
[]
[ "Hacl.Impl.Blake2.Core.blake2s_params", "Hacl.Impl.Blake2.Core.__proj__Mkblake2s_params__item__salt", "Lib.Buffer.lbuffer_t", "Lib.Buffer.MUT", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "FStar.UInt32.uint_to_t", "FStar.UInt32.t" ]
[]
false
false
false
false
false
let get_blake2s_salt (p: blake2s_params) =
p.salt
false
CQueue.fst
CQueue.queue_head_refine
val queue_head_refine (#a: Type) (x: t a) (l: Ghost.erased (list a)) (hd: ccell_ptrvalue a) (ptl: t_of (llist_fragment_head l (cllist_head x) hd)) (tl: ref (ccell_ptrvalue a)) : Tot prop
val queue_head_refine (#a: Type) (x: t a) (l: Ghost.erased (list a)) (hd: ccell_ptrvalue a) (ptl: t_of (llist_fragment_head l (cllist_head x) hd)) (tl: ref (ccell_ptrvalue a)) : Tot prop
let queue_head_refine (#a: Type) (x: t a) (l: Ghost.erased (list a)) (hd: ccell_ptrvalue a) (ptl: t_of (llist_fragment_head l (cllist_head x) hd)) (tl: ref (ccell_ptrvalue a)) : Tot prop = let ptl : (ref (ccell_ptrvalue a) & ccell_ptrvalue a) = ptl in tl == fst ptl /\ ccell_ptrvalue_is_null (snd ptl) == t...
{ "file_name": "share/steel/examples/steel/CQueue.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 59, "end_line": 1166, "start_col": 0, "start_line": 1157 }
module CQueue open CQueue.LList #set-options "--ide_id_info_off" //Re-define squash, since this module explicitly //replies on proving equalities of the form `t_of v == squash p` //which are delicate in the presence of optimizations that //unfold `Prims.squash (p /\ q)`to _:unit{p /\ q} //See Issue #2496 let squash (...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "CQueue.LList.fsti.checked" ], "interface_file": true, "source...
[ { "abbrev": false, "full_module": "CQueue.LList", "short_module": null }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Steel.Reference", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: CQueue.t a -> l: FStar.Ghost.erased (Prims.list a) -> hd: CQueue.Cell.ccell_ptrvalue a -> ptl: Steel.Effect.Common.t_of (CQueue.llist_fragment_head l (CQueue.LList.cllist_head x) hd) -> tl: Steel.Reference.ref (CQueue.Cell.ccell_ptrvalue a) -> Prims.prop
Prims.Tot
[ "total" ]
[]
[ "CQueue.t", "FStar.Ghost.erased", "Prims.list", "CQueue.Cell.ccell_ptrvalue", "Steel.Effect.Common.t_of", "CQueue.llist_fragment_head", "CQueue.LList.cllist_head", "Steel.Reference.ref", "Prims.l_and", "CQueue.op_Equals_Equals", "FStar.Pervasives.Native.fst", "Prims.bool", "CQueue.Cell.ccell...
[]
false
false
false
false
true
let queue_head_refine (#a: Type) (x: t a) (l: Ghost.erased (list a)) (hd: ccell_ptrvalue a) (ptl: t_of (llist_fragment_head l (cllist_head x) hd)) (tl: ref (ccell_ptrvalue a)) : Tot prop =
let ptl:(ref (ccell_ptrvalue a) & ccell_ptrvalue a) = ptl in tl == fst ptl /\ ccell_ptrvalue_is_null (snd ptl) == true
false
Hacl.Impl.Blake2.Core.fsti
Hacl.Impl.Blake2.Core.get_blake2s_personal
val get_blake2s_personal : p: Hacl.Impl.Blake2.Core.blake2s_params -> Lib.Buffer.lbuffer_t Lib.Buffer.MUT (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) (8ul <: FStar.UInt32.t)
let get_blake2s_personal (p: blake2s_params) = p.personal
{ "file_name": "code/blake2/Hacl.Impl.Blake2.Core.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 57, "end_line": 87, "start_col": 0, "start_line": 87 }
module Hacl.Impl.Blake2.Core module ST = FStar.HyperStack.ST open FStar.HyperStack open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Lib.IntVector module Spec = Spec.Blake2 #set-options "--max_fuel 0 --max_ifuel 1" type m_spec = | M32 | M128 | M256 noextract ...
{ "checked_file": "/", "dependencies": [ "Spec.Blake2.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntVector.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "Lib.ByteBuffer.fsti.checked", "Lib.Buffer.fsti.checked", "FStar.UInt3...
[ { "abbrev": true, "full_module": "Spec.Blake2", "short_module": "Spec" }, { "abbrev": false, "full_module": "Lib.IntVector", "short_module": null }, { "abbrev": false, "full_module": "Lib.ByteBuffer", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "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: Hacl.Impl.Blake2.Core.blake2s_params -> Lib.Buffer.lbuffer_t Lib.Buffer.MUT (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) (8ul <: FStar.UInt32.t)
Prims.Tot
[ "total" ]
[]
[ "Hacl.Impl.Blake2.Core.blake2s_params", "Hacl.Impl.Blake2.Core.__proj__Mkblake2s_params__item__personal", "Lib.Buffer.lbuffer_t", "Lib.Buffer.MUT", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "FStar.UInt32.uint_to_t", "FStar.UInt32.t" ]
[]
false
false
false
false
false
let get_blake2s_personal (p: blake2s_params) =
p.personal
false
Hacl.Impl.Blake2.Core.fsti
Hacl.Impl.Blake2.Core.blake2s_params_loc
val blake2s_params_loc : p: Hacl.Impl.Blake2.Core.blake2s_params -> Prims.GTot LowStar.Monotonic.Buffer.loc
let blake2s_params_loc (p: blake2s_params) = loc p.salt `union` loc p.personal
{ "file_name": "code/blake2/Hacl.Impl.Blake2.Core.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 35, "end_line": 107, "start_col": 0, "start_line": 106 }
module Hacl.Impl.Blake2.Core module ST = FStar.HyperStack.ST open FStar.HyperStack open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Lib.IntVector module Spec = Spec.Blake2 #set-options "--max_fuel 0 --max_ifuel 1" type m_spec = | M32 | M128 | M256 noextract ...
{ "checked_file": "/", "dependencies": [ "Spec.Blake2.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntVector.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "Lib.ByteBuffer.fsti.checked", "Lib.Buffer.fsti.checked", "FStar.UInt3...
[ { "abbrev": true, "full_module": "Spec.Blake2", "short_module": "Spec" }, { "abbrev": false, "full_module": "Lib.IntVector", "short_module": null }, { "abbrev": false, "full_module": "Lib.ByteBuffer", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "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: Hacl.Impl.Blake2.Core.blake2s_params -> Prims.GTot LowStar.Monotonic.Buffer.loc
Prims.GTot
[ "sometrivial" ]
[]
[ "Hacl.Impl.Blake2.Core.blake2s_params", "Lib.Buffer.union", "Lib.Buffer.loc", "Lib.Buffer.MUT", "Lib.IntTypes.uint8", "Hacl.Impl.Blake2.Core.__proj__Mkblake2s_params__item__salt", "Hacl.Impl.Blake2.Core.__proj__Mkblake2s_params__item__personal", "LowStar.Monotonic.Buffer.loc" ]
[]
false
false
false
false
false
let blake2s_params_loc (p: blake2s_params) =
(loc p.salt) `union` (loc p.personal)
false
Hacl.Impl.Blake2.Core.fsti
Hacl.Impl.Blake2.Core.blake2b_params_loc
val blake2b_params_loc : p: Hacl.Impl.Blake2.Core.blake2b_params -> Prims.GTot LowStar.Monotonic.Buffer.loc
let blake2b_params_loc (p: blake2b_params) = loc p.salt `union` loc p.personal
{ "file_name": "code/blake2/Hacl.Impl.Blake2.Core.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 35, "end_line": 144, "start_col": 0, "start_line": 143 }
module Hacl.Impl.Blake2.Core module ST = FStar.HyperStack.ST open FStar.HyperStack open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Lib.IntVector module Spec = Spec.Blake2 #set-options "--max_fuel 0 --max_ifuel 1" type m_spec = | M32 | M128 | M256 noextract ...
{ "checked_file": "/", "dependencies": [ "Spec.Blake2.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntVector.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "Lib.ByteBuffer.fsti.checked", "Lib.Buffer.fsti.checked", "FStar.UInt3...
[ { "abbrev": true, "full_module": "Spec.Blake2", "short_module": "Spec" }, { "abbrev": false, "full_module": "Lib.IntVector", "short_module": null }, { "abbrev": false, "full_module": "Lib.ByteBuffer", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "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: Hacl.Impl.Blake2.Core.blake2b_params -> Prims.GTot LowStar.Monotonic.Buffer.loc
Prims.GTot
[ "sometrivial" ]
[]
[ "Hacl.Impl.Blake2.Core.blake2b_params", "Lib.Buffer.union", "Lib.Buffer.loc", "Lib.Buffer.MUT", "Lib.IntTypes.uint8", "Hacl.Impl.Blake2.Core.__proj__Mkblake2b_params__item__salt", "Hacl.Impl.Blake2.Core.__proj__Mkblake2b_params__item__personal", "LowStar.Monotonic.Buffer.loc" ]
[]
false
false
false
false
false
let blake2b_params_loc (p: blake2b_params) =
(loc p.salt) `union` (loc p.personal)
false
Hacl.Impl.Blake2.Core.fsti
Hacl.Impl.Blake2.Core.set_blake2s_key_length
val set_blake2s_key_length (p: blake2s_params) (kk: size_t{v kk <= Spec.max_key Spec.Blake2S}) : blake2s_params
val set_blake2s_key_length (p: blake2s_params) (kk: size_t{v kk <= Spec.max_key Spec.Blake2S}) : blake2s_params
let set_blake2s_key_length (p: blake2s_params) (kk: size_t{v kk <= Spec.max_key Spec.Blake2S}) : blake2s_params = {p with key_length = to_u8 kk}
{ "file_name": "code/blake2/Hacl.Impl.Blake2.Core.fsti", "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": 97 }
module Hacl.Impl.Blake2.Core module ST = FStar.HyperStack.ST open FStar.HyperStack open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Lib.IntVector module Spec = Spec.Blake2 #set-options "--max_fuel 0 --max_ifuel 1" type m_spec = | M32 | M128 | M256 noextract ...
{ "checked_file": "/", "dependencies": [ "Spec.Blake2.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntVector.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "Lib.ByteBuffer.fsti.checked", "Lib.Buffer.fsti.checked", "FStar.UInt3...
[ { "abbrev": true, "full_module": "Spec.Blake2", "short_module": "Spec" }, { "abbrev": false, "full_module": "Lib.IntVector", "short_module": null }, { "abbrev": false, "full_module": "Lib.ByteBuffer", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "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: Hacl.Impl.Blake2.Core.blake2s_params -> kk: Lib.IntTypes.size_t {Lib.IntTypes.v kk <= Spec.Blake2.Definitions.max_key Spec.Blake2.Definitions.Blake2S} -> Hacl.Impl.Blake2.Core.blake2s_params
Prims.Tot
[ "total" ]
[]
[ "Hacl.Impl.Blake2.Core.blake2s_params", "Lib.IntTypes.size_t", "Prims.b2t", "Prims.op_LessThanOrEqual", "Lib.IntTypes.v", "Lib.IntTypes.U32", "Lib.IntTypes.PUB", "Spec.Blake2.Definitions.max_key", "Spec.Blake2.Definitions.Blake2S", "Hacl.Impl.Blake2.Core.Mkblake2s_params", "Hacl.Impl.Blake2.Core...
[]
false
false
false
false
false
let set_blake2s_key_length (p: blake2s_params) (kk: size_t{v kk <= Spec.max_key Spec.Blake2S}) : blake2s_params =
{ p with key_length = to_u8 kk }
false
Hacl.Impl.Blake2.Core.fsti
Hacl.Impl.Blake2.Core.blake2s_params_inv
val blake2s_params_inv (h: mem) (p: blake2s_params) : GTot prop
val blake2s_params_inv (h: mem) (p: blake2s_params) : GTot prop
let blake2s_params_inv (h: mem) (p: blake2s_params): GTot prop = live h p.salt /\ live h p.personal
{ "file_name": "code/blake2/Hacl.Impl.Blake2.Core.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 36, "end_line": 104, "start_col": 0, "start_line": 103 }
module Hacl.Impl.Blake2.Core module ST = FStar.HyperStack.ST open FStar.HyperStack open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Lib.IntVector module Spec = Spec.Blake2 #set-options "--max_fuel 0 --max_ifuel 1" type m_spec = | M32 | M128 | M256 noextract ...
{ "checked_file": "/", "dependencies": [ "Spec.Blake2.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntVector.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "Lib.ByteBuffer.fsti.checked", "Lib.Buffer.fsti.checked", "FStar.UInt3...
[ { "abbrev": true, "full_module": "Spec.Blake2", "short_module": "Spec" }, { "abbrev": false, "full_module": "Lib.IntVector", "short_module": null }, { "abbrev": false, "full_module": "Lib.ByteBuffer", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "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: FStar.Monotonic.HyperStack.mem -> p: Hacl.Impl.Blake2.Core.blake2s_params -> Prims.GTot Prims.prop
Prims.GTot
[ "sometrivial" ]
[]
[ "FStar.Monotonic.HyperStack.mem", "Hacl.Impl.Blake2.Core.blake2s_params", "Prims.l_and", "Lib.Buffer.live", "Lib.Buffer.MUT", "Lib.IntTypes.uint8", "Hacl.Impl.Blake2.Core.__proj__Mkblake2s_params__item__salt", "Hacl.Impl.Blake2.Core.__proj__Mkblake2s_params__item__personal", "Prims.prop" ]
[]
false
false
false
false
true
let blake2s_params_inv (h: mem) (p: blake2s_params) : GTot prop =
live h p.salt /\ live h p.personal
false
Hacl.Impl.Blake2.Core.fsti
Hacl.Impl.Blake2.Core.set_blake2s_digest_length
val set_blake2s_digest_length (p: blake2s_params) (nn: size_t{1 <= v nn /\ v nn <= Spec.max_output Spec.Blake2S}) : blake2s_params
val set_blake2s_digest_length (p: blake2s_params) (nn: size_t{1 <= v nn /\ v nn <= Spec.max_output Spec.Blake2S}) : blake2s_params
let set_blake2s_digest_length (p: blake2s_params) (nn: size_t{1 <= v nn /\ v nn <= Spec.max_output Spec.Blake2S}) : blake2s_params = {p with digest_length = to_u8 nn}
{ "file_name": "code/blake2/Hacl.Impl.Blake2.Core.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 35, "end_line": 94, "start_col": 0, "start_line": 90 }
module Hacl.Impl.Blake2.Core module ST = FStar.HyperStack.ST open FStar.HyperStack open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Lib.IntVector module Spec = Spec.Blake2 #set-options "--max_fuel 0 --max_ifuel 1" type m_spec = | M32 | M128 | M256 noextract ...
{ "checked_file": "/", "dependencies": [ "Spec.Blake2.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntVector.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "Lib.ByteBuffer.fsti.checked", "Lib.Buffer.fsti.checked", "FStar.UInt3...
[ { "abbrev": true, "full_module": "Spec.Blake2", "short_module": "Spec" }, { "abbrev": false, "full_module": "Lib.IntVector", "short_module": null }, { "abbrev": false, "full_module": "Lib.ByteBuffer", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "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: Hacl.Impl.Blake2.Core.blake2s_params -> nn: Lib.IntTypes.size_t { 1 <= Lib.IntTypes.v nn /\ Lib.IntTypes.v nn <= Spec.Blake2.Definitions.max_output Spec.Blake2.Definitions.Blake2S } -> Hacl.Impl.Blake2.Core.blake2s_params
Prims.Tot
[ "total" ]
[]
[ "Hacl.Impl.Blake2.Core.blake2s_params", "Lib.IntTypes.size_t", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "Lib.IntTypes.v", "Lib.IntTypes.U32", "Lib.IntTypes.PUB", "Spec.Blake2.Definitions.max_output", "Spec.Blake2.Definitions.Blake2S", "Hacl.Impl.Blake2.Core.Mkblake2s_params", "L...
[]
false
false
false
false
false
let set_blake2s_digest_length (p: blake2s_params) (nn: size_t{1 <= v nn /\ v nn <= Spec.max_output Spec.Blake2S}) : blake2s_params =
{ p with digest_length = to_u8 nn }
false
Hacl.Impl.Blake2.Core.fsti
Hacl.Impl.Blake2.Core.blake2b_params_v
val blake2b_params_v (h: mem) (p: blake2b_params) : GTot Spec.blake2b_params
val blake2b_params_v (h: mem) (p: blake2b_params) : GTot Spec.blake2b_params
let blake2b_params_v (h: mem) (p: blake2b_params): GTot Spec.blake2b_params = Spec.Mkblake2b_params p.digest_length p.key_length p.fanout p.depth p.leaf_length p.node_offset p.xof_length p.node_depth p.inner_length (as_seq h p.salt) (as_seq h p.personal)
{ "file_name": "code/blake2/Hacl.Impl.Blake2.Core.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 25, "end_line": 158, "start_col": 0, "start_line": 146 }
module Hacl.Impl.Blake2.Core module ST = FStar.HyperStack.ST open FStar.HyperStack open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Lib.IntVector module Spec = Spec.Blake2 #set-options "--max_fuel 0 --max_ifuel 1" type m_spec = | M32 | M128 | M256 noextract ...
{ "checked_file": "/", "dependencies": [ "Spec.Blake2.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntVector.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "Lib.ByteBuffer.fsti.checked", "Lib.Buffer.fsti.checked", "FStar.UInt3...
[ { "abbrev": true, "full_module": "Spec.Blake2", "short_module": "Spec" }, { "abbrev": false, "full_module": "Lib.IntVector", "short_module": null }, { "abbrev": false, "full_module": "Lib.ByteBuffer", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "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: FStar.Monotonic.HyperStack.mem -> p: Hacl.Impl.Blake2.Core.blake2b_params -> Prims.GTot Spec.Blake2.Definitions.blake2b_params
Prims.GTot
[ "sometrivial" ]
[]
[ "FStar.Monotonic.HyperStack.mem", "Hacl.Impl.Blake2.Core.blake2b_params", "Spec.Blake2.Definitions.Mkblake2b_params", "Hacl.Impl.Blake2.Core.__proj__Mkblake2b_params__item__digest_length", "Hacl.Impl.Blake2.Core.__proj__Mkblake2b_params__item__key_length", "Hacl.Impl.Blake2.Core.__proj__Mkblake2b_params__...
[]
false
false
false
false
false
let blake2b_params_v (h: mem) (p: blake2b_params) : GTot Spec.blake2b_params =
Spec.Mkblake2b_params p.digest_length p.key_length p.fanout p.depth p.leaf_length p.node_offset p.xof_length p.node_depth p.inner_length (as_seq h p.salt) (as_seq h p.personal)
false
Hacl.Impl.Blake2.Core.fsti
Hacl.Impl.Blake2.Core.blake2b_params_inv
val blake2b_params_inv (h: mem) (p: blake2b_params) : GTot prop
val blake2b_params_inv (h: mem) (p: blake2b_params) : GTot prop
let blake2b_params_inv (h: mem) (p: blake2b_params): GTot prop = live h p.salt /\ live h p.personal
{ "file_name": "code/blake2/Hacl.Impl.Blake2.Core.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 36, "end_line": 141, "start_col": 0, "start_line": 140 }
module Hacl.Impl.Blake2.Core module ST = FStar.HyperStack.ST open FStar.HyperStack open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Lib.IntVector module Spec = Spec.Blake2 #set-options "--max_fuel 0 --max_ifuel 1" type m_spec = | M32 | M128 | M256 noextract ...
{ "checked_file": "/", "dependencies": [ "Spec.Blake2.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntVector.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "Lib.ByteBuffer.fsti.checked", "Lib.Buffer.fsti.checked", "FStar.UInt3...
[ { "abbrev": true, "full_module": "Spec.Blake2", "short_module": "Spec" }, { "abbrev": false, "full_module": "Lib.IntVector", "short_module": null }, { "abbrev": false, "full_module": "Lib.ByteBuffer", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "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: FStar.Monotonic.HyperStack.mem -> p: Hacl.Impl.Blake2.Core.blake2b_params -> Prims.GTot Prims.prop
Prims.GTot
[ "sometrivial" ]
[]
[ "FStar.Monotonic.HyperStack.mem", "Hacl.Impl.Blake2.Core.blake2b_params", "Prims.l_and", "Lib.Buffer.live", "Lib.Buffer.MUT", "Lib.IntTypes.uint8", "Hacl.Impl.Blake2.Core.__proj__Mkblake2b_params__item__salt", "Hacl.Impl.Blake2.Core.__proj__Mkblake2b_params__item__personal", "Prims.prop" ]
[]
false
false
false
false
true
let blake2b_params_inv (h: mem) (p: blake2b_params) : GTot prop =
live h p.salt /\ live h p.personal
false
Hacl.Impl.Blake2.Core.fsti
Hacl.Impl.Blake2.Core.blake2s_params_v
val blake2s_params_v (h: mem) (p: blake2s_params) : GTot Spec.blake2s_params
val blake2s_params_v (h: mem) (p: blake2s_params) : GTot Spec.blake2s_params
let blake2s_params_v (h: mem) (p: blake2s_params): GTot Spec.blake2s_params = Spec.Mkblake2s_params p.digest_length p.key_length p.fanout p.depth p.leaf_length p.node_offset p.xof_length p.node_depth p.inner_length (as_seq h p.salt) (as_seq h p.personal)
{ "file_name": "code/blake2/Hacl.Impl.Blake2.Core.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 25, "end_line": 121, "start_col": 0, "start_line": 109 }
module Hacl.Impl.Blake2.Core module ST = FStar.HyperStack.ST open FStar.HyperStack open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Lib.IntVector module Spec = Spec.Blake2 #set-options "--max_fuel 0 --max_ifuel 1" type m_spec = | M32 | M128 | M256 noextract ...
{ "checked_file": "/", "dependencies": [ "Spec.Blake2.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntVector.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "Lib.ByteBuffer.fsti.checked", "Lib.Buffer.fsti.checked", "FStar.UInt3...
[ { "abbrev": true, "full_module": "Spec.Blake2", "short_module": "Spec" }, { "abbrev": false, "full_module": "Lib.IntVector", "short_module": null }, { "abbrev": false, "full_module": "Lib.ByteBuffer", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "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: FStar.Monotonic.HyperStack.mem -> p: Hacl.Impl.Blake2.Core.blake2s_params -> Prims.GTot Spec.Blake2.Definitions.blake2s_params
Prims.GTot
[ "sometrivial" ]
[]
[ "FStar.Monotonic.HyperStack.mem", "Hacl.Impl.Blake2.Core.blake2s_params", "Spec.Blake2.Definitions.Mkblake2s_params", "Hacl.Impl.Blake2.Core.__proj__Mkblake2s_params__item__digest_length", "Hacl.Impl.Blake2.Core.__proj__Mkblake2s_params__item__key_length", "Hacl.Impl.Blake2.Core.__proj__Mkblake2s_params__...
[]
false
false
false
false
false
let blake2s_params_v (h: mem) (p: blake2s_params) : GTot Spec.blake2s_params =
Spec.Mkblake2s_params p.digest_length p.key_length p.fanout p.depth p.leaf_length p.node_offset p.xof_length p.node_depth p.inner_length (as_seq h p.salt) (as_seq h p.personal)
false
Hacl.Impl.Blake2.Core.fsti
Hacl.Impl.Blake2.Core.index_t
val index_t : Type0
let index_t = n:size_t{v n < 4}
{ "file_name": "code/blake2/Hacl.Impl.Blake2.Core.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 38, "end_line": 234, "start_col": 7, "start_line": 234 }
module Hacl.Impl.Blake2.Core module ST = FStar.HyperStack.ST open FStar.HyperStack open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Lib.IntVector module Spec = Spec.Blake2 #set-options "--max_fuel 0 --max_ifuel 1" type m_spec = | M32 | M128 | M256 noextract ...
{ "checked_file": "/", "dependencies": [ "Spec.Blake2.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntVector.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "Lib.ByteBuffer.fsti.checked", "Lib.Buffer.fsti.checked", "FStar.UInt3...
[ { "abbrev": true, "full_module": "Spec.Blake2", "short_module": "Spec" }, { "abbrev": false, "full_module": "Lib.IntVector", "short_module": null }, { "abbrev": false, "full_module": "Lib.ByteBuffer", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "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" ]
[]
[ "Lib.IntTypes.size_t", "Prims.b2t", "Prims.op_LessThan", "Lib.IntTypes.v", "Lib.IntTypes.U32", "Lib.IntTypes.PUB" ]
[]
false
false
false
true
true
let index_t =
n: size_t{v n < 4}
false