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
LowParse.Low.Bytes.fst
LowParse.Low.Bytes.bounded_vlbytes'_payload_length
val bounded_vlbytes'_payload_length (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (#rrel #rel: _) (input: slice rrel rel) (pos: U32.t) : HST.Stack U32.t (requires (fun h -> valid (parse_bounded_vlbytes' min max l) h in...
val bounded_vlbytes'_payload_length (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (#rrel #rel: _) (input: slice rrel rel) (pos: U32.t) : HST.Stack U32.t (requires (fun h -> valid (parse_bounded_vlbytes' min max l) h in...
let bounded_vlbytes'_payload_length (min: nat) // must be a constant (max: nat { min <= max /\ max > 0 /\ max < 4294967296 } ) (l: nat { l >= log256' max /\ l <= 4 } ) (#rrel #rel: _) (input: slice rrel rel) (pos: U32.t) : HST.Stack U32.t (requires (fun h -> valid (parse_bounded_vlbytes' min max l) h inpu...
{ "file_name": "src/lowparse/LowParse.Low.Bytes.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 5, "end_line": 519, "start_col": 0, "start_line": 497 }
module LowParse.Low.Bytes include LowParse.Spec.Bytes include LowParse.Low.Combinators include LowParse.Low.VLData include LowParse.Low.VLGen include LowParse.Low.Int module U32 = FStar.UInt32 module HS = FStar.HyperStack module B = LowStar.Monotonic.Buffer module BF = LowStar.Buffer // for local variables in store_by...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowStar.Buffer.fst.checked", "LowParse.Spec.Bytes.fst.checked", "LowParse.Low.VLGen.fst.checked", "LowParse.Low.VLData.fst.checked", "LowParse.Low.Int.fsti.checked", "LowParse.Low....
[ { "abbrev": true, "full_module": "LowStar.Buffer // for local variables in store_bytes", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.UInt64", "short_module": "U64" }, { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { ...
{ "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
min: Prims.nat -> max: Prims.nat{min <= max /\ max > 0 /\ max < 4294967296} -> l: Prims.nat{l >= LowParse.Spec.BoundedInt.log256' max /\ l <= 4} -> input: LowParse.Slice.slice rrel rel -> pos: FStar.UInt32.t -> FStar.HyperStack.ST.Stack FStar.UInt32.t
FStar.HyperStack.ST.Stack
[]
[]
[ "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_GreaterThan", "Prims.op_LessThan", "Prims.op_GreaterThanOrEqual", "LowParse.Spec.BoundedInt.log256'", "LowParse.Slice.srel", "LowParse.Bytes.byte", "LowParse.Slice.slice", "FStar.UInt32.t", "Prims.unit", "LowPar...
[]
false
true
false
false
false
let bounded_vlbytes'_payload_length (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (#rrel #rel: _) (input: slice rrel rel) (pos: U32.t) : HST.Stack U32.t (requires (fun h -> valid (parse_bounded_vlbytes' min max l) h in...
let h = HST.get () in [@@ inline_let ]let _ = valid_bounded_vlbytes'_elim h min max l input pos in let len = read_bounded_integer l input pos in [@@ inline_let ]let _ = valid_flbytes_elim h (U32.v len) input (pos `U32.add` (U32.uint_to_t l)) in len
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.ctag_of_effect_annot
val ctag_of_effect_annot : _: Pulse.Syntax.Base.effect_annot -> Pulse.Syntax.Base.ctag
let ctag_of_effect_annot = function | EffectAnnotSTT -> STT | EffectAnnotGhost -> STT_Ghost | _ -> STT_Atomic
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 19, "end_line": 198, "start_col": 0, "start_line": 194 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_modul...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
_: Pulse.Syntax.Base.effect_annot -> Pulse.Syntax.Base.ctag
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.effect_annot", "Pulse.Syntax.Base.STT", "Pulse.Syntax.Base.STT_Ghost", "Pulse.Syntax.Base.STT_Atomic", "Pulse.Syntax.Base.ctag" ]
[]
false
false
false
true
false
let ctag_of_effect_annot =
function | EffectAnnotSTT -> STT | EffectAnnotGhost -> STT_Ghost | _ -> STT_Atomic
false
LowParse.Low.Bytes.fst
LowParse.Low.Bytes.accessor_vlbytes_get
val accessor_vlbytes_get (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (i: U32.t) : Tot (accessor (gaccessor_vlbytes_get min max i))
val accessor_vlbytes_get (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (i: U32.t) : Tot (accessor (gaccessor_vlbytes_get min max i))
let accessor_vlbytes_get (min: nat) // must be a constant (max: nat { min <= max /\ max > 0 /\ max < 4294967296 } ) (i: U32.t) : Tot (accessor (gaccessor_vlbytes_get min max i)) = accessor_vlbytes'_get min max (log256' max) i
{ "file_name": "src/lowparse/LowParse.Low.Bytes.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 47, "end_line": 845, "start_col": 0, "start_line": 840 }
module LowParse.Low.Bytes include LowParse.Spec.Bytes include LowParse.Low.Combinators include LowParse.Low.VLData include LowParse.Low.VLGen include LowParse.Low.Int module U32 = FStar.UInt32 module HS = FStar.HyperStack module B = LowStar.Monotonic.Buffer module BF = LowStar.Buffer // for local variables in store_by...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowStar.Buffer.fst.checked", "LowParse.Spec.Bytes.fst.checked", "LowParse.Low.VLGen.fst.checked", "LowParse.Low.VLData.fst.checked", "LowParse.Low.Int.fsti.checked", "LowParse.Low....
[ { "abbrev": true, "full_module": "LowStar.Buffer // for local variables in store_bytes", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.UInt64", "short_module": "U64" }, { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { ...
{ "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
min: Prims.nat -> max: Prims.nat{min <= max /\ max > 0 /\ max < 4294967296} -> i: FStar.UInt32.t -> LowParse.Low.Base.accessor (LowParse.Low.Bytes.gaccessor_vlbytes_get min max i)
Prims.Tot
[ "total" ]
[]
[ "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_GreaterThan", "Prims.op_LessThan", "FStar.UInt32.t", "LowParse.Low.Bytes.accessor_vlbytes'_get", "LowParse.Spec.BoundedInt.log256'", "LowParse.Low.Base.accessor", "LowParse.Spec.VLData.parse_bounded_vldata_strong_kind...
[]
false
false
false
false
false
let accessor_vlbytes_get (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (i: U32.t) : Tot (accessor (gaccessor_vlbytes_get min max i)) =
accessor_vlbytes'_get min max (log256' max) i
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.as_fv
val as_fv : l: FStar.Stubs.Reflection.Types.name -> Pulse.Syntax.Base.fv
let as_fv l = { fv_name = l; fv_range = FStar.Range.range_0 }
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 61, "end_line": 83, "start_col": 0, "start_line": 83 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_modul...
{ "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.Stubs.Reflection.Types.name -> Pulse.Syntax.Base.fv
Prims.Tot
[ "total" ]
[]
[ "FStar.Stubs.Reflection.Types.name", "Pulse.Syntax.Base.Mkfv", "FStar.Range.range_0", "Pulse.Syntax.Base.fv" ]
[]
false
false
false
true
false
let as_fv l =
{ fv_name = l; fv_range = FStar.Range.range_0 }
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.empty_ascription
val empty_ascription : Pulse.Syntax.Base.comp_ascription
let empty_ascription = { annotated=None; elaborated=None }
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 58, "end_line": 229, "start_col": 0, "start_line": 229 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_modul...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Pulse.Syntax.Base.comp_ascription
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.Mkcomp_ascription", "FStar.Pervasives.Native.None", "Pulse.Syntax.Base.comp" ]
[]
false
false
false
true
false
let empty_ascription =
{ annotated = None; elaborated = None }
false
LowParse.Low.Bytes.fst
LowParse.Low.Bytes.valid_exact_all_bytes_elim
val valid_exact_all_bytes_elim (h: HS.mem) (#rrel #rel: _) (input: slice rrel rel) (pos pos': U32.t) : Lemma (requires (valid_exact parse_all_bytes h input pos pos')) (ensures (let x = contents_exact parse_all_bytes h input pos pos' in let length = U32.v pos' - U32.v pos in BY.leng...
val valid_exact_all_bytes_elim (h: HS.mem) (#rrel #rel: _) (input: slice rrel rel) (pos pos': U32.t) : Lemma (requires (valid_exact parse_all_bytes h input pos pos')) (ensures (let x = contents_exact parse_all_bytes h input pos pos' in let length = U32.v pos' - U32.v pos in BY.leng...
let valid_exact_all_bytes_elim (h: HS.mem) (#rrel #rel: _) (input: slice rrel rel) (pos pos' : U32.t) : Lemma (requires (valid_exact parse_all_bytes h input pos pos')) (ensures ( let x = contents_exact parse_all_bytes h input pos pos' in let length = U32.v pos' - U32.v pos in BY.length x == leng...
{ "file_name": "src/lowparse/LowParse.Low.Bytes.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 128, "end_line": 416, "start_col": 0, "start_line": 398 }
module LowParse.Low.Bytes include LowParse.Spec.Bytes include LowParse.Low.Combinators include LowParse.Low.VLData include LowParse.Low.VLGen include LowParse.Low.Int module U32 = FStar.UInt32 module HS = FStar.HyperStack module B = LowStar.Monotonic.Buffer module BF = LowStar.Buffer // for local variables in store_by...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowStar.Buffer.fst.checked", "LowParse.Spec.Bytes.fst.checked", "LowParse.Low.VLGen.fst.checked", "LowParse.Low.VLData.fst.checked", "LowParse.Low.Int.fsti.checked", "LowParse.Low....
[ { "abbrev": true, "full_module": "LowStar.Buffer // for local variables in store_bytes", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.UInt64", "short_module": "U64" }, { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { ...
{ "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
h: FStar.Monotonic.HyperStack.mem -> input: LowParse.Slice.slice rrel rel -> pos: FStar.UInt32.t -> pos': FStar.UInt32.t -> FStar.Pervasives.Lemma (requires LowParse.Low.Base.Spec.valid_exact LowParse.Spec.Bytes.parse_all_bytes h input pos pos') (ensures (let x = ...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "FStar.Monotonic.HyperStack.mem", "LowParse.Slice.srel", "LowParse.Bytes.byte", "LowParse.Slice.slice", "FStar.UInt32.t", "Prims._assert", "LowParse.Spec.Base.injective_postcond", "FStar.Bytes.lbytes", "LowParse.Spec.Bytes.parse_flbytes", "LowParse.Low.Base.Spec.bytes_of_slice_from_to", "LowPars...
[]
true
false
true
false
false
let valid_exact_all_bytes_elim (h: HS.mem) (#rrel #rel: _) (input: slice rrel rel) (pos pos': U32.t) : Lemma (requires (valid_exact parse_all_bytes h input pos pos')) (ensures (let x = contents_exact parse_all_bytes h input pos pos' in let length = U32.v pos' - U32.v pos in BY.leng...
valid_exact_equiv parse_all_bytes h input pos pos'; contents_exact_eq parse_all_bytes h input pos pos'; let length = U32.v pos' - U32.v pos in valid_facts (parse_flbytes length) h input pos; assert (no_lookahead_on (parse_flbytes length) (bytes_of_slice_from_to h input pos pos') (bytes_of_slice_from h input...
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.mk_ppname_no_range
val mk_ppname_no_range (s: string) : ppname
val mk_ppname_no_range (s: string) : ppname
let mk_ppname_no_range (s:string) : ppname = { name = FStar.Sealed.seal s; range = FStar.Range.range_0; }
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 1, "end_line": 60, "start_col": 0, "start_line": 57 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_modul...
{ "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
s: Prims.string -> Pulse.Syntax.Base.ppname
Prims.Tot
[ "total" ]
[]
[ "Prims.string", "Pulse.Syntax.Base.Mkppname", "FStar.Sealed.seal", "FStar.Range.range_0", "Pulse.Syntax.Base.ppname" ]
[]
false
false
false
true
false
let mk_ppname_no_range (s: string) : ppname =
{ name = FStar.Sealed.seal s; range = FStar.Range.range_0 }
false
MerkleTree.New.High.Correct.Base.fst
MerkleTree.New.High.Correct.Base.hash_seq_spec_full_even_next
val hash_seq_spec_full_even_next: #hsz:pos -> #f:MTS.hash_fun_t #hsz -> j:nat{j > 0} -> hs:hashes #hsz {S.length hs = j} -> nhs:hashes #hsz {S.length nhs = j / 2} -> acc:hash #hsz -> actd:bool -> Lemma (requires j % 2 = 0 /\ mt_hashes_next_rel #_ #f j hs nhs) (ensures S.equal (hash_seq_spec_full #_...
val hash_seq_spec_full_even_next: #hsz:pos -> #f:MTS.hash_fun_t #hsz -> j:nat{j > 0} -> hs:hashes #hsz {S.length hs = j} -> nhs:hashes #hsz {S.length nhs = j / 2} -> acc:hash #hsz -> actd:bool -> Lemma (requires j % 2 = 0 /\ mt_hashes_next_rel #_ #f j hs nhs) (ensures S.equal (hash_seq_spec_full #_...
let hash_seq_spec_full_even_next #hsz #f j hs nhs acc actd = log2c_div j; mt_hashes_next_rel_lift_even #_ #f j hs nhs; if actd then begin MTS.mt_next_rel_upd_even_pad #_ #f (log2c j) (hash_seq_spec #hsz hs) (hash_seq_spec #hsz nhs) (S.length hs / 2) (MTS.HRaw acc); let n = log2c j in let mt ...
{ "file_name": "src/MerkleTree.New.High.Correct.Base.fst", "git_rev": "7d7bdc20f2033171e279c176b26e84f9069d23c6", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
{ "end_col": 48, "end_line": 542, "start_col": 0, "start_line": 527 }
module MerkleTree.New.High.Correct.Base open FStar.Classical open FStar.Ghost open FStar.Seq module S = FStar.Seq module MTS = MerkleTree.Spec open MerkleTree.New.High #set-options "--z3rlimit 40 --max_fuel 0 --max_ifuel 0" /// Sequence helpers val seq_prefix: #a:Type -> s1:S.seq a -> s2:S.seq a{S.length s1 ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "MerkleTree.Spec.fst.checked", "MerkleTree.New.High.fst.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked", "FStar.Classical.fsti.checked" ], "interface_file": false, "source_f...
[ { "abbrev": false, "full_module": "MerkleTree.New.High", "short_module": null }, { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": false, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 3, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
j: Prims.nat{j > 0} -> hs: MerkleTree.New.High.hashes{FStar.Seq.Base.length hs = j} -> nhs: MerkleTree.New.High.hashes{FStar.Seq.Base.length nhs = j / 2} -> acc: MerkleTree.New.High.hash -> actd: Prims.bool -> FStar.Pervasives.Lemma (requires j % 2 = 0 /\ MerkleTree.New.High.Correct.Base.mt...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Prims.pos", "MerkleTree.Spec.hash_fun_t", "Prims.nat", "Prims.b2t", "Prims.op_GreaterThan", "MerkleTree.New.High.hashes", "Prims.op_Equality", "FStar.Seq.Base.length", "MerkleTree.New.High.hash", "Prims.int", "Prims.op_Division", "Prims.bool", "MerkleTree.Spec.mt_next_rel_next_lv", "FStar...
[]
false
false
true
false
false
let hash_seq_spec_full_even_next #hsz #f j hs nhs acc actd =
log2c_div j; mt_hashes_next_rel_lift_even #_ #f j hs nhs; if actd then (MTS.mt_next_rel_upd_even_pad #_ #f (log2c j) (hash_seq_spec #hsz hs) (hash_seq_spec #hsz nhs) (S.length hs / 2) (MTS.HRaw acc); let n = log2c j in let mt = S.upd (hash_seq_spec #hsz hs) (S.length hs) (M...
false
LowParse.Low.Bytes.fst
LowParse.Low.Bytes.gaccessor_vlbytes'_slice
val gaccessor_vlbytes'_slice (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (from: U32.t) (to: U32.t{U32.v from <= U32.v to /\ U32.v to <= max}) : Tot (gaccessor (parse_bounded_vlbytes' min max l) (parse_flbytes (U32.v ...
val gaccessor_vlbytes'_slice (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (from: U32.t) (to: U32.t{U32.v from <= U32.v to /\ U32.v to <= max}) : Tot (gaccessor (parse_bounded_vlbytes' min max l) (parse_flbytes (U32.v ...
let gaccessor_vlbytes'_slice (min: nat) // must be a constant (max: nat { min <= max /\ max > 0 /\ max < 4294967296 } ) (l: nat { l >= log256' max /\ l <= 4 } ) (from: U32.t) (to: U32.t {U32.v from <= U32.v to /\ U32.v to <= max } ) : Tot (gaccessor (parse_bounded_vlbytes' min max l) (parse_flbytes (U32.v to...
{ "file_name": "src/lowparse/LowParse.Low.Bytes.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 48, "end_line": 722, "start_col": 0, "start_line": 711 }
module LowParse.Low.Bytes include LowParse.Spec.Bytes include LowParse.Low.Combinators include LowParse.Low.VLData include LowParse.Low.VLGen include LowParse.Low.Int module U32 = FStar.UInt32 module HS = FStar.HyperStack module B = LowStar.Monotonic.Buffer module BF = LowStar.Buffer // for local variables in store_by...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowStar.Buffer.fst.checked", "LowParse.Spec.Bytes.fst.checked", "LowParse.Low.VLGen.fst.checked", "LowParse.Low.VLData.fst.checked", "LowParse.Low.Int.fsti.checked", "LowParse.Low....
[ { "abbrev": true, "full_module": "LowStar.Buffer // for local variables in store_bytes", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.UInt64", "short_module": "U64" }, { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { ...
{ "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
min: Prims.nat -> max: Prims.nat{min <= max /\ max > 0 /\ max < 4294967296} -> l: Prims.nat{l >= LowParse.Spec.BoundedInt.log256' max /\ l <= 4} -> from: FStar.UInt32.t -> to: FStar.UInt32.t{FStar.UInt32.v from <= FStar.UInt32.v to /\ FStar.UInt32.v to <= max} -> LowParse.Low.Base.Spec.gaccessor ...
Prims.Tot
[ "total" ]
[]
[ "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_GreaterThan", "Prims.op_LessThan", "Prims.op_GreaterThanOrEqual", "LowParse.Spec.BoundedInt.log256'", "FStar.UInt32.t", "FStar.UInt32.v", "LowParse.Low.Bytes.gaccessor_vlbytes'_slice_aux", "Prims.unit", "LowParse....
[]
false
false
false
false
false
let gaccessor_vlbytes'_slice (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (from: U32.t) (to: U32.t{U32.v from <= U32.v to /\ U32.v to <= max}) : Tot (gaccessor (parse_bounded_vlbytes' min max l) (parse_flbytes (U32.v ...
parser_kind_prop_equiv (parse_bounded_vldata_strong_kind min max l parse_all_bytes_kind) (parse_bounded_vlbytes' min max l); Classical.forall_intro (parse_bounded_vlbytes_eq min max l); assert (forall x. gaccessor_pre (parse_bounded_vlbytes' min max l) (parse_flbytes (U32.v to - U32.v from)) (cl...
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.tm_inv
val tm_inv : p: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.term
let tm_inv p = with_range (Tm_Inv p) FStar.Range.range_0
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 56, "end_line": 126, "start_col": 0, "start_line": 126 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_modul...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
p: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.with_range", "Pulse.Syntax.Base.Tm_Inv", "FStar.Range.range_0" ]
[]
false
false
false
true
false
let tm_inv p =
with_range (Tm_Inv p) FStar.Range.range_0
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.tm_vprop
val tm_vprop : Pulse.Syntax.Base.term
let tm_vprop = with_range Tm_VProp FStar.Range.range_0
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 54, "end_line": 125, "start_col": 0, "start_line": 125 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_modul...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.with_range", "Pulse.Syntax.Base.Tm_VProp", "FStar.Range.range_0" ]
[]
false
false
false
true
false
let tm_vprop =
with_range Tm_VProp FStar.Range.range_0
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.stateful_comp
val stateful_comp : c: Pulse.Syntax.Base.comp -> Prims.bool
let stateful_comp (c:comp) = C_ST? c || C_STAtomic? c || C_STGhost? c
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 42, "end_line": 396, "start_col": 0, "start_line": 395 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "FStar.Reflection.V2", "short_module": "R" }, { "abbrev": true, "full_module": "FStar.Reflection.Typing", "short_module": "RT" }, { "abbrev": true, "fu...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
c: Pulse.Syntax.Base.comp -> Prims.bool
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.comp", "Prims.op_BarBar", "Pulse.Syntax.Base.uu___is_C_ST", "Pulse.Syntax.Base.uu___is_C_STAtomic", "Pulse.Syntax.Base.uu___is_C_STGhost", "Prims.bool" ]
[]
false
false
false
true
false
let stateful_comp (c: comp) =
C_ST? c || C_STAtomic? c || C_STGhost? c
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.tm_emp_inames
val tm_emp_inames : Pulse.Syntax.Base.term
let tm_emp_inames = with_range Tm_EmpInames FStar.Range.range_0
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 63, "end_line": 129, "start_col": 0, "start_line": 129 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_modul...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.with_range", "Pulse.Syntax.Base.Tm_EmpInames", "FStar.Range.range_0" ]
[]
false
false
false
true
false
let tm_emp_inames =
with_range Tm_EmpInames FStar.Range.range_0
false
LowParse.Low.Bytes.fst
LowParse.Low.Bytes.gaccessor_vlbytes_get
val gaccessor_vlbytes_get (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (i: U32.t) : Tot (gaccessor (parse_bounded_vlbytes min max) (parse_u8) (clens_vlbytes_get min max i))
val gaccessor_vlbytes_get (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (i: U32.t) : Tot (gaccessor (parse_bounded_vlbytes min max) (parse_u8) (clens_vlbytes_get min max i))
let gaccessor_vlbytes_get (min: nat) // must be a constant (max: nat { min <= max /\ max > 0 /\ max < 4294967296 } ) (i: U32.t) : Tot (gaccessor (parse_bounded_vlbytes min max) (parse_u8) (clens_vlbytes_get min max i)) = gaccessor_vlbytes'_get min max (log256' max) i
{ "file_name": "src/lowparse/LowParse.Low.Bytes.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 48, "end_line": 837, "start_col": 0, "start_line": 832 }
module LowParse.Low.Bytes include LowParse.Spec.Bytes include LowParse.Low.Combinators include LowParse.Low.VLData include LowParse.Low.VLGen include LowParse.Low.Int module U32 = FStar.UInt32 module HS = FStar.HyperStack module B = LowStar.Monotonic.Buffer module BF = LowStar.Buffer // for local variables in store_by...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowStar.Buffer.fst.checked", "LowParse.Spec.Bytes.fst.checked", "LowParse.Low.VLGen.fst.checked", "LowParse.Low.VLData.fst.checked", "LowParse.Low.Int.fsti.checked", "LowParse.Low....
[ { "abbrev": true, "full_module": "LowStar.Buffer // for local variables in store_bytes", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.UInt64", "short_module": "U64" }, { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { ...
{ "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
min: Prims.nat -> max: Prims.nat{min <= max /\ max > 0 /\ max < 4294967296} -> i: FStar.UInt32.t -> LowParse.Low.Base.Spec.gaccessor (LowParse.Spec.Bytes.parse_bounded_vlbytes min max) LowParse.Spec.Int.parse_u8 (LowParse.Low.Bytes.clens_vlbytes_get min max i)
Prims.Tot
[ "total" ]
[]
[ "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_GreaterThan", "Prims.op_LessThan", "FStar.UInt32.t", "LowParse.Low.Bytes.gaccessor_vlbytes'_get", "LowParse.Spec.BoundedInt.log256'", "LowParse.Low.Base.Spec.gaccessor", "LowParse.Spec.VLData.parse_bounded_vldata_stro...
[]
false
false
false
false
false
let gaccessor_vlbytes_get (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (i: U32.t) : Tot (gaccessor (parse_bounded_vlbytes min max) (parse_u8) (clens_vlbytes_get min max i)) =
gaccessor_vlbytes'_get min max (log256' max) i
false
LowParse.Low.Bytes.fst
LowParse.Low.Bytes.gaccessor_vlbytes'_get
val gaccessor_vlbytes'_get (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (i: U32.t) : Tot (gaccessor (parse_bounded_vlbytes' min max l) (parse_u8) (clens_vlbytes_get min max i))
val gaccessor_vlbytes'_get (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (i: U32.t) : Tot (gaccessor (parse_bounded_vlbytes' min max l) (parse_u8) (clens_vlbytes_get min max i))
let gaccessor_vlbytes'_get (min: nat) // must be a constant (max: nat { min <= max /\ max > 0 /\ max < 4294967296 } ) (l: nat { l >= log256' max /\ l <= 4 } ) (i: U32.t) : Tot (gaccessor (parse_bounded_vlbytes' min max l) (parse_u8) (clens_vlbytes_get min max i)) = Classical.forall_intro (parse_bounded_vlbytes...
{ "file_name": "src/lowparse/LowParse.Low.Bytes.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 37, "end_line": 812, "start_col": 0, "start_line": 803 }
module LowParse.Low.Bytes include LowParse.Spec.Bytes include LowParse.Low.Combinators include LowParse.Low.VLData include LowParse.Low.VLGen include LowParse.Low.Int module U32 = FStar.UInt32 module HS = FStar.HyperStack module B = LowStar.Monotonic.Buffer module BF = LowStar.Buffer // for local variables in store_by...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowStar.Buffer.fst.checked", "LowParse.Spec.Bytes.fst.checked", "LowParse.Low.VLGen.fst.checked", "LowParse.Low.VLData.fst.checked", "LowParse.Low.Int.fsti.checked", "LowParse.Low....
[ { "abbrev": true, "full_module": "LowStar.Buffer // for local variables in store_bytes", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.UInt64", "short_module": "U64" }, { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { ...
{ "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
min: Prims.nat -> max: Prims.nat{min <= max /\ max > 0 /\ max < 4294967296} -> l: Prims.nat{l >= LowParse.Spec.BoundedInt.log256' max /\ l <= 4} -> i: FStar.UInt32.t -> LowParse.Low.Base.Spec.gaccessor (LowParse.Spec.Bytes.parse_bounded_vlbytes' min max l) LowParse.Spec.Int.parse_u8 (LowP...
Prims.Tot
[ "total" ]
[]
[ "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_GreaterThan", "Prims.op_LessThan", "Prims.op_GreaterThanOrEqual", "LowParse.Spec.BoundedInt.log256'", "FStar.UInt32.t", "LowParse.Low.Bytes.gaccessor_vlbytes'_get'", "Prims.unit", "LowParse.Low.Base.Spec.gaccessor_p...
[]
false
false
false
false
false
let gaccessor_vlbytes'_get (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (i: U32.t) : Tot (gaccessor (parse_bounded_vlbytes' min max l) (parse_u8) (clens_vlbytes_get min max i)) =
Classical.forall_intro (parse_bounded_vlbytes_eq min max l); assert (forall x. gaccessor_pre (parse_bounded_vlbytes' min max l) (parse_u8) (clens_vlbytes_get min max i) x ==> l + U32.v i < Seq.length x); gaccessor_prop_equiv (parse_bounded_vlbytes' min max l) (parse_u8) (clens_vlbytes_get min max i) (...
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.tm_inames
val tm_inames : Pulse.Syntax.Base.term
let tm_inames = with_range Tm_Inames FStar.Range.range_0
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 56, "end_line": 127, "start_col": 0, "start_line": 127 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_modul...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.with_range", "Pulse.Syntax.Base.Tm_Inames", "FStar.Range.range_0" ]
[]
false
false
false
true
false
let tm_inames =
with_range Tm_Inames FStar.Range.range_0
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.comp_u
val comp_u : c: Pulse.Syntax.Base.comp{Pulse.Syntax.Base.stateful_comp c} -> Pulse.Syntax.Base.universe
let comp_u (c:comp { stateful_comp c }) = (st_comp_of_comp c).u
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 63, "end_line": 410, "start_col": 0, "start_line": 410 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "FStar.Reflection.V2", "short_module": "R" }, { "abbrev": true, "full_module": "FStar.Reflection.Typing", "short_module": "RT" }, { "abbrev": true, "fu...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
c: Pulse.Syntax.Base.comp{Pulse.Syntax.Base.stateful_comp c} -> Pulse.Syntax.Base.universe
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.comp", "Prims.b2t", "Pulse.Syntax.Base.stateful_comp", "Pulse.Syntax.Base.__proj__Mkst_comp__item__u", "Pulse.Syntax.Base.st_comp_of_comp", "Pulse.Syntax.Base.universe" ]
[]
false
false
false
false
false
let comp_u (c: comp{stateful_comp c}) =
(st_comp_of_comp c).u
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.tm_star
val tm_star (l r: vprop) : term
val tm_star (l r: vprop) : term
let tm_star (l:vprop) (r:vprop) : term = { t = Tm_Star l r; range = RU.union_ranges l.range r.range }
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 101, "end_line": 132, "start_col": 0, "start_line": 132 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_modul...
{ "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: Pulse.Syntax.Base.vprop -> r: Pulse.Syntax.Base.vprop -> Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.vprop", "Pulse.Syntax.Base.Mkterm", "Pulse.Syntax.Base.Tm_Star", "Pulse.RuntimeUtils.union_ranges", "Pulse.Syntax.Base.__proj__Mkterm__item__range", "Pulse.Syntax.Base.term" ]
[]
false
false
false
true
false
let tm_star (l r: vprop) : term =
{ t = Tm_Star l r; range = RU.union_ranges l.range r.range }
false
LowParse.Low.Bytes.fst
LowParse.Low.Bytes.valid_bounded_vlbytes'_elim
val valid_bounded_vlbytes'_elim (h: HS.mem) (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (#rrel #rel: _) (input: slice rrel rel) (pos: U32.t) : Lemma (requires (valid (parse_bounded_vlbytes' min max l) h input pos)) ...
val valid_bounded_vlbytes'_elim (h: HS.mem) (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (#rrel #rel: _) (input: slice rrel rel) (pos: U32.t) : Lemma (requires (valid (parse_bounded_vlbytes' min max l) h input pos)) ...
let valid_bounded_vlbytes'_elim (h: HS.mem) (min: nat) (max: nat { min <= max /\ max > 0 /\ max < 4294967296 } ) (l: nat { l >= log256' max /\ l <= 4 } ) (#rrel #rel: _) (input: slice rrel rel) (pos: U32.t) : Lemma (requires ( valid (parse_bounded_vlbytes' min max l) h input pos )) (ensures ( ...
{ "file_name": "src/lowparse/LowParse.Low.Bytes.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 4, "end_line": 450, "start_col": 0, "start_line": 420 }
module LowParse.Low.Bytes include LowParse.Spec.Bytes include LowParse.Low.Combinators include LowParse.Low.VLData include LowParse.Low.VLGen include LowParse.Low.Int module U32 = FStar.UInt32 module HS = FStar.HyperStack module B = LowStar.Monotonic.Buffer module BF = LowStar.Buffer // for local variables in store_by...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowStar.Buffer.fst.checked", "LowParse.Spec.Bytes.fst.checked", "LowParse.Low.VLGen.fst.checked", "LowParse.Low.VLData.fst.checked", "LowParse.Low.Int.fsti.checked", "LowParse.Low....
[ { "abbrev": true, "full_module": "LowStar.Buffer // for local variables in store_bytes", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.UInt64", "short_module": "U64" }, { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { ...
{ "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
h: FStar.Monotonic.HyperStack.mem -> min: Prims.nat -> max: Prims.nat{min <= max /\ max > 0 /\ max < 4294967296} -> l: Prims.nat{l >= LowParse.Spec.BoundedInt.log256' max /\ l <= 4} -> input: LowParse.Slice.slice rrel rel -> pos: FStar.UInt32.t -> FStar.Pervasives.Lemma (requires ...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "FStar.Monotonic.HyperStack.mem", "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_GreaterThan", "Prims.op_LessThan", "Prims.op_GreaterThanOrEqual", "LowParse.Spec.BoundedInt.log256'", "LowParse.Slice.srel", "LowParse.Bytes.byte", "LowParse.Slice.slice", "FStar....
[]
true
false
true
false
false
let valid_bounded_vlbytes'_elim (h: HS.mem) (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (#rrel #rel: _) (input: slice rrel rel) (pos: U32.t) : Lemma (requires (valid (parse_bounded_vlbytes' min max l) h input pos)) ...
valid_synth h (parse_bounded_vlbytes_aux min max l) (synth_bounded_vlbytes min max) input pos; valid_bounded_vldata_strong'_elim h min max l serialize_all_bytes input pos; let sz = l in let len_payload = contents (parse_bounded_integer sz) h input pos in let pos_payload = pos `U32.add` (U32.uint_to_t sz) in valid_exact...
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.tm_unknown
val tm_unknown : Pulse.Syntax.Base.term
let tm_unknown = with_range Tm_Unknown FStar.Range.range_0
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 58, "end_line": 130, "start_col": 0, "start_line": 130 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_modul...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.with_range", "Pulse.Syntax.Base.Tm_Unknown", "FStar.Range.range_0" ]
[]
false
false
false
true
false
let tm_unknown =
with_range Tm_Unknown FStar.Range.range_0
false
LowParse.Low.Bytes.fst
LowParse.Low.Bytes.accessor_vlbytes'
val accessor_vlbytes' (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (length: U32.t) : Tot (accessor (gaccessor_vlbytes' min max l (U32.v length)))
val accessor_vlbytes' (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (length: U32.t) : Tot (accessor (gaccessor_vlbytes' min max l (U32.v length)))
let accessor_vlbytes' (min: nat) (max: nat { min <= max /\ max > 0 /\ max < 4294967296 } ) (l: nat { l >= log256' max /\ l <= 4 } ) (length: U32.t) : Tot (accessor (gaccessor_vlbytes' min max l (U32.v length))) = fun #rrel #rel sl pos -> let h = HST.get () in [@inline_let] let _ = slice_access_eq h (g...
{ "file_name": "src/lowparse/LowParse.Low.Bytes.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 31, "end_line": 671, "start_col": 0, "start_line": 657 }
module LowParse.Low.Bytes include LowParse.Spec.Bytes include LowParse.Low.Combinators include LowParse.Low.VLData include LowParse.Low.VLGen include LowParse.Low.Int module U32 = FStar.UInt32 module HS = FStar.HyperStack module B = LowStar.Monotonic.Buffer module BF = LowStar.Buffer // for local variables in store_by...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowStar.Buffer.fst.checked", "LowParse.Spec.Bytes.fst.checked", "LowParse.Low.VLGen.fst.checked", "LowParse.Low.VLData.fst.checked", "LowParse.Low.Int.fsti.checked", "LowParse.Low....
[ { "abbrev": true, "full_module": "LowStar.Buffer // for local variables in store_bytes", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.UInt64", "short_module": "U64" }, { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 6, "max_fuel": 2, "max_ifuel": 6, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
min: Prims.nat -> max: Prims.nat{min <= max /\ max > 0 /\ max < 4294967296} -> l: Prims.nat{l >= LowParse.Spec.BoundedInt.log256' max /\ l <= 4} -> length: FStar.UInt32.t -> LowParse.Low.Base.accessor (LowParse.Low.Bytes.gaccessor_vlbytes' min max l (FStar.UInt32.v lengt...
Prims.Tot
[ "total" ]
[]
[ "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_GreaterThan", "Prims.op_LessThan", "Prims.op_GreaterThanOrEqual", "LowParse.Spec.BoundedInt.log256'", "FStar.UInt32.t", "LowParse.Slice.srel", "LowParse.Bytes.byte", "LowParse.Slice.slice", "FStar.UInt32.add", "...
[]
false
false
false
false
false
let accessor_vlbytes' (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (length: U32.t) : Tot (accessor (gaccessor_vlbytes' min max l (U32.v length))) =
fun #rrel #rel sl pos -> let h = HST.get () in [@@ inline_let ]let _ = slice_access_eq h (gaccessor_vlbytes' min max l (U32.v length)) sl pos; valid_bounded_vlbytes'_elim h min max l sl pos; parse_bounded_vlbytes_eq min max l (bytes_of_slice_from h sl pos) in pos `U32.add` (U32.uint_to_t l)
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.comp_pre
val comp_pre : c: Pulse.Syntax.Base.comp{Pulse.Syntax.Base.stateful_comp c} -> Pulse.Syntax.Base.vprop
let comp_pre (c:comp { stateful_comp c }) = (st_comp_of_comp c).pre
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 67, "end_line": 417, "start_col": 0, "start_line": 417 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "FStar.Reflection.V2", "short_module": "R" }, { "abbrev": true, "full_module": "FStar.Reflection.Typing", "short_module": "RT" }, { "abbrev": true, "fu...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
c: Pulse.Syntax.Base.comp{Pulse.Syntax.Base.stateful_comp c} -> Pulse.Syntax.Base.vprop
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.comp", "Prims.b2t", "Pulse.Syntax.Base.stateful_comp", "Pulse.Syntax.Base.__proj__Mkst_comp__item__pre", "Pulse.Syntax.Base.st_comp_of_comp", "Pulse.Syntax.Base.vprop" ]
[]
false
false
false
false
false
let comp_pre (c: comp{stateful_comp c}) =
(st_comp_of_comp c).pre
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.comp_post
val comp_post : c: Pulse.Syntax.Base.comp{Pulse.Syntax.Base.stateful_comp c} -> Pulse.Syntax.Base.vprop
let comp_post (c:comp { stateful_comp c }) = (st_comp_of_comp c).post
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 69, "end_line": 419, "start_col": 0, "start_line": 419 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "FStar.Reflection.V2", "short_module": "R" }, { "abbrev": true, "full_module": "FStar.Reflection.Typing", "short_module": "RT" }, { "abbrev": true, "fu...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
c: Pulse.Syntax.Base.comp{Pulse.Syntax.Base.stateful_comp c} -> Pulse.Syntax.Base.vprop
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.comp", "Prims.b2t", "Pulse.Syntax.Base.stateful_comp", "Pulse.Syntax.Base.__proj__Mkst_comp__item__post", "Pulse.Syntax.Base.st_comp_of_comp", "Pulse.Syntax.Base.vprop" ]
[]
false
false
false
false
false
let comp_post (c: comp{stateful_comp c}) =
(st_comp_of_comp c).post
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.tm_emp
val tm_emp : Pulse.Syntax.Base.term
let tm_emp = with_range Tm_Emp FStar.Range.range_0
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 50, "end_line": 128, "start_col": 0, "start_line": 128 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_modul...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.with_range", "Pulse.Syntax.Base.Tm_Emp", "FStar.Range.range_0" ]
[]
false
false
false
true
false
let tm_emp =
with_range Tm_Emp FStar.Range.range_0
false
LowParse.Low.Bytes.fst
LowParse.Low.Bytes.get_vlbytes'_contents
val get_vlbytes'_contents (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (input: slice (srel_of_buffer_srel (BF.trivial_preorder _)) (srel_of_buffer_srel (BF.trivial_preorder _))) (pos: U32.t) : HST.Stack (BF....
val get_vlbytes'_contents (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (input: slice (srel_of_buffer_srel (BF.trivial_preorder _)) (srel_of_buffer_srel (BF.trivial_preorder _))) (pos: U32.t) : HST.Stack (BF....
let get_vlbytes'_contents (min: nat) // must be a constant (max: nat { min <= max /\ max > 0 /\ max < 4294967296 } ) (l: nat { l >= log256' max /\ l <= 4 } ) (input: slice (srel_of_buffer_srel (BF.trivial_preorder _)) (srel_of_buffer_srel (BF.trivial_preorder _))) (pos: U32.t) : HST.Stack (BF.buffer byte) (...
{ "file_name": "src/lowparse/LowParse.Low.Bytes.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 55, "end_line": 566, "start_col": 0, "start_line": 546 }
module LowParse.Low.Bytes include LowParse.Spec.Bytes include LowParse.Low.Combinators include LowParse.Low.VLData include LowParse.Low.VLGen include LowParse.Low.Int module U32 = FStar.UInt32 module HS = FStar.HyperStack module B = LowStar.Monotonic.Buffer module BF = LowStar.Buffer // for local variables in store_by...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowStar.Buffer.fst.checked", "LowParse.Spec.Bytes.fst.checked", "LowParse.Low.VLGen.fst.checked", "LowParse.Low.VLData.fst.checked", "LowParse.Low.Int.fsti.checked", "LowParse.Low....
[ { "abbrev": true, "full_module": "LowStar.Buffer // for local variables in store_bytes", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.UInt64", "short_module": "U64" }, { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { ...
{ "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
min: Prims.nat -> max: Prims.nat{min <= max /\ max > 0 /\ max < 4294967296} -> l: Prims.nat{l >= LowParse.Spec.BoundedInt.log256' max /\ l <= 4} -> input: LowParse.Slice.slice (LowParse.Slice.srel_of_buffer_srel (LowStar.Buffer.trivial_preorder LowParse.Bytes.byte )) (LowPar...
FStar.HyperStack.ST.Stack
[]
[]
[ "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_GreaterThan", "Prims.op_LessThan", "Prims.op_GreaterThanOrEqual", "LowParse.Spec.BoundedInt.log256'", "LowParse.Slice.slice", "LowParse.Slice.srel_of_buffer_srel", "LowParse.Bytes.byte", "LowStar.Buffer.trivial_preo...
[]
false
true
false
false
false
let get_vlbytes'_contents (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (input: slice (srel_of_buffer_srel (BF.trivial_preorder _)) (srel_of_buffer_srel (BF.trivial_preorder _))) (pos: U32.t) : HST.Stack (BF....
let h = HST.get () in [@@ inline_let ]let _ = valid_bounded_vlbytes'_elim h min max l input pos in let len = read_bounded_integer l input pos in [@@ inline_let ]let _ = valid_facts (parse_flbytes (U32.v len)) h input (pos `U32.add` (U32.uint_to_t l)) in BF.sub input.base (pos `U32.add` (U32.uint_to_t l)) len
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.tm_exists_sl
val tm_exists_sl (u: universe) (b: binder) (body: vprop) : term
val tm_exists_sl (u: universe) (b: binder) (body: vprop) : term
let tm_exists_sl (u:universe) (b:binder) (body:vprop) : term = { t = Tm_ExistsSL u b body; range = RU.union_ranges b.binder_ty.range body.range }
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 145, "end_line": 133, "start_col": 0, "start_line": 133 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_modul...
{ "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
u150: Pulse.Syntax.Base.universe -> b: Pulse.Syntax.Base.binder -> body: Pulse.Syntax.Base.vprop -> Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.universe", "Pulse.Syntax.Base.binder", "Pulse.Syntax.Base.vprop", "Pulse.Syntax.Base.Mkterm", "Pulse.Syntax.Base.Tm_ExistsSL", "Pulse.RuntimeUtils.union_ranges", "Pulse.Syntax.Base.__proj__Mkterm__item__range", "Pulse.Syntax.Base.__proj__Mkbinder__item__binder_ty", "Pulse.Syntax.B...
[]
false
false
false
true
false
let tm_exists_sl (u: universe) (b: binder) (body: vprop) : term =
{ t = Tm_ExistsSL u b body; range = RU.union_ranges b.binder_ty.range body.range }
false
LowParse.Low.Bytes.fst
LowParse.Low.Bytes.validate_bounded_vlgenbytes
val validate_bounded_vlgenbytes (vmin: der_length_t) (min: U32.t{U32.v min == vmin}) (vmax: der_length_t{vmax > 0}) (max: U32.t{U32.v max == vmax /\ U32.v min <= U32.v max}) (#kk: parser_kind) (#pk: parser kk (bounded_int32 (vmin) (vmax))) (vk: validator pk) (rk: leaf_rea...
val validate_bounded_vlgenbytes (vmin: der_length_t) (min: U32.t{U32.v min == vmin}) (vmax: der_length_t{vmax > 0}) (max: U32.t{U32.v max == vmax /\ U32.v min <= U32.v max}) (#kk: parser_kind) (#pk: parser kk (bounded_int32 (vmin) (vmax))) (vk: validator pk) (rk: leaf_rea...
let validate_bounded_vlgenbytes (vmin: der_length_t) (min: U32.t { U32.v min == vmin } ) (vmax: der_length_t { vmax > 0 }) (max: U32.t { U32.v max == vmax /\ U32.v min <= U32.v max } ) (#kk: parser_kind) (#pk: parser kk (bounded_int32 (vmin) (vmax))) (vk: validator pk) (rk: leaf_reader pk) : Tot (valida...
{ "file_name": "src/lowparse/LowParse.Low.Bytes.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 6, "end_line": 992, "start_col": 0, "start_line": 970 }
module LowParse.Low.Bytes include LowParse.Spec.Bytes include LowParse.Low.Combinators include LowParse.Low.VLData include LowParse.Low.VLGen include LowParse.Low.Int module U32 = FStar.UInt32 module HS = FStar.HyperStack module B = LowStar.Monotonic.Buffer module BF = LowStar.Buffer // for local variables in store_by...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowStar.Buffer.fst.checked", "LowParse.Spec.Bytes.fst.checked", "LowParse.Low.VLGen.fst.checked", "LowParse.Low.VLData.fst.checked", "LowParse.Low.Int.fsti.checked", "LowParse.Low....
[ { "abbrev": true, "full_module": "LowStar.Buffer // for local variables in store_bytes", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.UInt64", "short_module": "U64" }, { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { ...
{ "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
vmin: LowParse.Spec.DER.der_length_t -> min: FStar.UInt32.t{FStar.UInt32.v min == vmin} -> vmax: LowParse.Spec.DER.der_length_t{vmax > 0} -> max: FStar.UInt32.t{FStar.UInt32.v max == vmax /\ FStar.UInt32.v min <= FStar.UInt32.v max} -> vk: LowParse.Low.Base.validator pk -> rk: LowParse.Low.Base...
Prims.Tot
[ "total" ]
[]
[ "LowParse.Spec.DER.der_length_t", "FStar.UInt32.t", "Prims.eq2", "Prims.int", "Prims.l_or", "FStar.UInt.size", "FStar.UInt32.n", "Prims.l_and", "Prims.b2t", "Prims.op_GreaterThanOrEqual", "Prims.op_LessThanOrEqual", "LowParse.Spec.DER.der_length_max", "FStar.UInt32.v", "Prims.op_GreaterTha...
[]
false
false
false
false
false
let validate_bounded_vlgenbytes (vmin: der_length_t) (min: U32.t{U32.v min == vmin}) (vmax: der_length_t{vmax > 0}) (max: U32.t{U32.v max == vmax /\ U32.v min <= U32.v max}) (#kk: parser_kind) (#pk: parser kk (bounded_int32 (vmin) (vmax))) (vk: validator pk) (rk: leaf_rea...
validate_synth (validate_bounded_vlgen vmin min vmax max vk rk serialize_all_bytes (validate_all_bytes ())) (fun x -> (x <: parse_bounded_vlbytes_t vmin vmax)) ()
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.tm_forall_sl
val tm_forall_sl (u: universe) (b: binder) (body: vprop) : term
val tm_forall_sl (u: universe) (b: binder) (body: vprop) : term
let tm_forall_sl (u:universe) (b:binder) (body:vprop) : term = { t = Tm_ForallSL u b body; range = RU.union_ranges b.binder_ty.range body.range }
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 145, "end_line": 134, "start_col": 0, "start_line": 134 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_modul...
{ "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
u156: Pulse.Syntax.Base.universe -> b: Pulse.Syntax.Base.binder -> body: Pulse.Syntax.Base.vprop -> Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.universe", "Pulse.Syntax.Base.binder", "Pulse.Syntax.Base.vprop", "Pulse.Syntax.Base.Mkterm", "Pulse.Syntax.Base.Tm_ForallSL", "Pulse.RuntimeUtils.union_ranges", "Pulse.Syntax.Base.__proj__Mkterm__item__range", "Pulse.Syntax.Base.__proj__Mkbinder__item__binder_ty", "Pulse.Syntax.B...
[]
false
false
false
true
false
let tm_forall_sl (u: universe) (b: binder) (body: vprop) : term =
{ t = Tm_ForallSL u b body; range = RU.union_ranges b.binder_ty.range body.range }
false
LowParse.Low.Bytes.fst
LowParse.Low.Bytes.jump_bounded_vlgenbytes
val jump_bounded_vlgenbytes (vmin: der_length_t) (vmax: der_length_t{vmax > 0 /\ vmin <= vmax /\ vmax < 4294967296}) (#kk: parser_kind) (#pk: parser kk (bounded_int32 (vmin) (vmax))) (vk: jumper pk) (rk: leaf_reader pk) : Tot (jumper (parse_bounded_vlgenbytes vmin vmax pk))
val jump_bounded_vlgenbytes (vmin: der_length_t) (vmax: der_length_t{vmax > 0 /\ vmin <= vmax /\ vmax < 4294967296}) (#kk: parser_kind) (#pk: parser kk (bounded_int32 (vmin) (vmax))) (vk: jumper pk) (rk: leaf_reader pk) : Tot (jumper (parse_bounded_vlgenbytes vmin vmax pk))
let jump_bounded_vlgenbytes (vmin: der_length_t) (vmax: der_length_t { vmax > 0 /\ vmin <= vmax /\ vmax < 4294967296 }) (#kk: parser_kind) (#pk: parser kk (bounded_int32 (vmin) (vmax))) (vk: jumper pk) (rk: leaf_reader pk) : Tot (jumper (parse_bounded_vlgenbytes vmin vmax pk)) = jump_synth (jump_bounded...
{ "file_name": "src/lowparse/LowParse.Low.Bytes.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 6, "end_line": 1012, "start_col": 0, "start_line": 995 }
module LowParse.Low.Bytes include LowParse.Spec.Bytes include LowParse.Low.Combinators include LowParse.Low.VLData include LowParse.Low.VLGen include LowParse.Low.Int module U32 = FStar.UInt32 module HS = FStar.HyperStack module B = LowStar.Monotonic.Buffer module BF = LowStar.Buffer // for local variables in store_by...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowStar.Buffer.fst.checked", "LowParse.Spec.Bytes.fst.checked", "LowParse.Low.VLGen.fst.checked", "LowParse.Low.VLData.fst.checked", "LowParse.Low.Int.fsti.checked", "LowParse.Low....
[ { "abbrev": true, "full_module": "LowStar.Buffer // for local variables in store_bytes", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.UInt64", "short_module": "U64" }, { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { ...
{ "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
vmin: LowParse.Spec.DER.der_length_t -> vmax: LowParse.Spec.DER.der_length_t{vmax > 0 /\ vmin <= vmax /\ vmax < 4294967296} -> vk: LowParse.Low.Base.jumper pk -> rk: LowParse.Low.Base.leaf_reader pk -> LowParse.Low.Base.jumper (LowParse.Spec.Bytes.parse_bounded_vlgenbytes vmin vmax pk)
Prims.Tot
[ "total" ]
[]
[ "LowParse.Spec.DER.der_length_t", "Prims.l_and", "Prims.b2t", "Prims.op_GreaterThan", "Prims.op_LessThanOrEqual", "Prims.op_LessThan", "LowParse.Spec.Base.parser_kind", "LowParse.Spec.Base.parser", "LowParse.Spec.BoundedInt.bounded_int32", "LowParse.Low.Base.jumper", "LowParse.Low.Base.leaf_read...
[]
false
false
false
false
false
let jump_bounded_vlgenbytes (vmin: der_length_t) (vmax: der_length_t{vmax > 0 /\ vmin <= vmax /\ vmax < 4294967296}) (#kk: parser_kind) (#pk: parser kk (bounded_int32 (vmin) (vmax))) (vk: jumper pk) (rk: leaf_reader pk) : Tot (jumper (parse_bounded_vlgenbytes vmin vmax pk)) =
jump_synth (jump_bounded_vlgen vmin vmax vk rk serialize_all_bytes) (fun x -> (x <: parse_bounded_vlbytes_t vmin vmax)) ()
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.default_effect_hint
val default_effect_hint:effect_hint
val default_effect_hint:effect_hint
let default_effect_hint : effect_hint = FStar.Sealed.seal None
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 62, "end_line": 172, "start_col": 0, "start_line": 172 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_modul...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Pulse.Syntax.Base.effect_hint
Prims.Tot
[ "total" ]
[]
[ "FStar.Sealed.seal", "FStar.Pervasives.Native.option", "Pulse.Syntax.Base.ctag", "FStar.Pervasives.Native.None" ]
[]
false
false
false
true
false
let default_effect_hint:effect_hint =
FStar.Sealed.seal None
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.nvar
val nvar : Type0
let nvar = ppname & var
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 23, "end_line": 425, "start_col": 0, "start_line": 425 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "FStar.Reflection.V2", "short_module": "R" }, { "abbrev": true, "full_module": "FStar.Reflection.Typing", "short_module": "RT" }, { "abbrev": true, "fu...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Type0
Prims.Tot
[ "total" ]
[]
[ "FStar.Pervasives.Native.tuple2", "Pulse.Syntax.Base.ppname", "Pulse.Syntax.Base.var" ]
[]
false
false
false
true
true
let nvar =
ppname & var
false
Steel.ST.Array.Util.fsti
Steel.ST.Array.Util.compare
val compare (#a: eqtype) (#p0 #p1: perm) (a0 a1: A.array a) (#s0 #s1: G.erased (Seq.seq a)) (n: US.t{US.v n == A.length a0 /\ A.length a0 == A.length a1}) : ST bool ((A.pts_to a0 p0 s0) `star` (A.pts_to a1 p1 s1)) (fun _ -> (A.pts_to a0 p0 s0) `star` (A.pts_to a1 p1 s1)) ...
val compare (#a: eqtype) (#p0 #p1: perm) (a0 a1: A.array a) (#s0 #s1: G.erased (Seq.seq a)) (n: US.t{US.v n == A.length a0 /\ A.length a0 == A.length a1}) : ST bool ((A.pts_to a0 p0 s0) `star` (A.pts_to a1 p1 s1)) (fun _ -> (A.pts_to a0 p0 s0) `star` (A.pts_to a1 p1 s1)) ...
let compare (#a:eqtype) (#p0 #p1:perm) (a0 a1:A.array a) (#s0 #s1:G.erased (Seq.seq a)) (n:US.t{US.v n == A.length a0 /\ A.length a0 == A.length a1}) : ST bool (A.pts_to a0 p0 s0 `star` A.pts_to a1 p1 s1) (fun _ -> A.pts_to a0 p0 s0 `star` A.pts_to a1 p...
{ "file_name": "lib/steel/Steel.ST.Array.Util.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 12, "end_line": 113, "start_col": 0, "start_line": 94 }
(* Copyright 2021 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.ST.Util.fsti.checked", "Steel.ST.Effect.fsti.checked", "Steel.ST.Array.fsti.checked", "Steel.FractionalPermission.fst.checked", "prims.fst.checked", "FStar.SizeT.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.fsti.checked", ...
[ { "abbrev": false, "full_module": "Steel.ST.Util", "short_module": null }, { "abbrev": false, "full_module": "Steel.ST.Effect", "short_module": null }, { "abbrev": false, "full_module": "Steel.FractionalPermission", "short_module": null }, { "abbrev": true, "f...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a0: Steel.ST.Array.array a -> a1: Steel.ST.Array.array a -> n: FStar.SizeT.t { FStar.SizeT.v n == Steel.ST.Array.length a0 /\ Steel.ST.Array.length a0 == Steel.ST.Array.length a1 } -> Steel.ST.Effect.ST Prims.bool
Steel.ST.Effect.ST
[]
[]
[ "Prims.eqtype", "Steel.FractionalPermission.perm", "Steel.ST.Array.array", "FStar.Ghost.erased", "FStar.Seq.Base.seq", "FStar.SizeT.t", "Prims.l_and", "Prims.eq2", "Prims.nat", "FStar.SizeT.v", "Steel.ST.Array.length", "Steel.ST.Util.return", "Prims.bool", "FStar.Ghost.hide", "FStar.Set....
[]
false
true
false
false
false
let compare (#a: eqtype) (#p0 #p1: perm) (a0 a1: A.array a) (#s0 #s1: G.erased (Seq.seq a)) (n: US.t{US.v n == A.length a0 /\ A.length a0 == A.length a1}) : ST bool ((A.pts_to a0 p0 s0) `star` (A.pts_to a1 p1 s1)) (fun _ -> (A.pts_to a0 p0 s0) `star` (A.pts_to a1 p1 s1)) ...
let b = for_all2 n a0 a1 (fun x y -> x = y) in A.pts_to_length a0 s0; A.pts_to_length a1 s1; assert (b <==> Seq.equal s0 s1); return b
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.ctag_of_comp_st
val ctag_of_comp_st (c: comp_st) : ctag
val ctag_of_comp_st (c: comp_st) : ctag
let ctag_of_comp_st (c:comp_st) : ctag = match c with | C_ST _ -> STT | C_STAtomic _ _ _ -> STT_Atomic | C_STGhost _ -> STT_Ghost
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 28, "end_line": 179, "start_col": 0, "start_line": 175 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_modul...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
c: Pulse.Syntax.Base.comp_st -> Pulse.Syntax.Base.ctag
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.comp_st", "Pulse.Syntax.Base.st_comp", "Pulse.Syntax.Base.STT", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.observability", "Pulse.Syntax.Base.STT_Atomic", "Pulse.Syntax.Base.STT_Ghost", "Pulse.Syntax.Base.ctag" ]
[]
false
false
false
true
false
let ctag_of_comp_st (c: comp_st) : ctag =
match c with | C_ST _ -> STT | C_STAtomic _ _ _ -> STT_Atomic | C_STGhost _ -> STT_Ghost
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.as_binder
val as_binder : t: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.binder
let as_binder (t:term) = null_binder t
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 38, "end_line": 427, "start_col": 0, "start_line": 427 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "FStar.Reflection.V2", "short_module": "R" }, { "abbrev": true, "full_module": "FStar.Reflection.Typing", "short_module": "RT" }, { "abbrev": true, "fu...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
t: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.binder
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.null_binder", "Pulse.Syntax.Base.binder" ]
[]
false
false
false
true
false
let as_binder (t: term) =
null_binder t
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.as_effect_hint
val as_effect_hint (c: ctag) : effect_hint
val as_effect_hint (c: ctag) : effect_hint
let as_effect_hint (c:ctag) : effect_hint = FStar.Sealed.seal (Some c)
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 70, "end_line": 173, "start_col": 0, "start_line": 173 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_modul...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
c: Pulse.Syntax.Base.ctag -> Pulse.Syntax.Base.effect_hint
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.ctag", "FStar.Sealed.seal", "FStar.Pervasives.Native.option", "FStar.Pervasives.Native.Some", "Pulse.Syntax.Base.effect_hint" ]
[]
false
false
false
true
false
let as_effect_hint (c: ctag) : effect_hint =
FStar.Sealed.seal (Some c)
false
LowParse.Low.Bytes.fst
LowParse.Low.Bytes.get_bounded_vlgenbytes_contents
val get_bounded_vlgenbytes_contents (vmin: der_length_t) (vmax: der_length_t{vmax > 0 /\ vmin <= vmax /\ vmax < 4294967296}) (#kk: parser_kind) (#pk: parser kk (bounded_int32 (vmin) (vmax))) (rk: leaf_reader pk) (jk: jumper pk) (input: slice (BF.trivial_preorder _) (BF.trivial_...
val get_bounded_vlgenbytes_contents (vmin: der_length_t) (vmax: der_length_t{vmax > 0 /\ vmin <= vmax /\ vmax < 4294967296}) (#kk: parser_kind) (#pk: parser kk (bounded_int32 (vmin) (vmax))) (rk: leaf_reader pk) (jk: jumper pk) (input: slice (BF.trivial_preorder _) (BF.trivial_...
let get_bounded_vlgenbytes_contents (vmin: der_length_t) (vmax: der_length_t { vmax > 0 /\ vmin <= vmax /\ vmax < 4294967296 }) (#kk: parser_kind) (#pk: parser kk (bounded_int32 (vmin) (vmax))) (rk: leaf_reader pk) (jk: jumper pk) (input: slice (BF.trivial_preorder _) (BF.trivial_preorder _)) (pos: U32....
{ "file_name": "src/lowparse/LowParse.Low.Bytes.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 28, "end_line": 1086, "start_col": 0, "start_line": 1064 }
module LowParse.Low.Bytes include LowParse.Spec.Bytes include LowParse.Low.Combinators include LowParse.Low.VLData include LowParse.Low.VLGen include LowParse.Low.Int module U32 = FStar.UInt32 module HS = FStar.HyperStack module B = LowStar.Monotonic.Buffer module BF = LowStar.Buffer // for local variables in store_by...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowStar.Buffer.fst.checked", "LowParse.Spec.Bytes.fst.checked", "LowParse.Low.VLGen.fst.checked", "LowParse.Low.VLData.fst.checked", "LowParse.Low.Int.fsti.checked", "LowParse.Low....
[ { "abbrev": true, "full_module": "LowStar.Buffer // for local variables in store_bytes", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.UInt64", "short_module": "U64" }, { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { ...
{ "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
vmin: LowParse.Spec.DER.der_length_t -> vmax: LowParse.Spec.DER.der_length_t{vmax > 0 /\ vmin <= vmax /\ vmax < 4294967296} -> rk: LowParse.Low.Base.leaf_reader pk -> jk: LowParse.Low.Base.jumper pk -> input: LowParse.Slice.slice (LowStar.Buffer.trivial_preorder LowParse.Bytes.byte) (...
FStar.HyperStack.ST.Stack
[]
[]
[ "LowParse.Spec.DER.der_length_t", "Prims.l_and", "Prims.b2t", "Prims.op_GreaterThan", "Prims.op_LessThanOrEqual", "Prims.op_LessThan", "LowParse.Spec.Base.parser_kind", "LowParse.Spec.Base.parser", "LowParse.Spec.BoundedInt.bounded_int32", "LowParse.Low.Base.leaf_reader", "LowParse.Low.Base.jump...
[]
false
true
false
false
false
let get_bounded_vlgenbytes_contents (vmin: der_length_t) (vmax: der_length_t{vmax > 0 /\ vmin <= vmax /\ vmax < 4294967296}) (#kk: parser_kind) (#pk: parser kk (bounded_int32 (vmin) (vmax))) (rk: leaf_reader pk) (jk: jumper pk) (input: slice (BF.trivial_preorder _) (BF.trivial_...
let len = bounded_vlgenbytes_payload_length vmin vmax rk input pos in let pos1 = jk input pos in BF.sub input.base pos1 len
false
LowParse.Low.Bytes.fst
LowParse.Low.Bytes.gaccessor_vlbytes'_aux
val gaccessor_vlbytes'_aux (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (length: nat{length < 4294967296}) : Tot (gaccessor' (parse_bounded_vlbytes' min max l) (parse_flbytes length) (clens_vlbytes min max length))
val gaccessor_vlbytes'_aux (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (length: nat{length < 4294967296}) : Tot (gaccessor' (parse_bounded_vlbytes' min max l) (parse_flbytes length) (clens_vlbytes min max length))
let gaccessor_vlbytes'_aux (min: nat) (max: nat { min <= max /\ max > 0 /\ max < 4294967296 } ) (l: nat { l >= log256' max /\ l <= 4 } ) (length: nat { length < 4294967296 } ) : Tot (gaccessor' (parse_bounded_vlbytes' min max l) (parse_flbytes length) (clens_vlbytes min max length)) = fun (input: bytes) -> (beg...
{ "file_name": "src/lowparse/LowParse.Low.Bytes.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 6, "end_line": 632, "start_col": 0, "start_line": 613 }
module LowParse.Low.Bytes include LowParse.Spec.Bytes include LowParse.Low.Combinators include LowParse.Low.VLData include LowParse.Low.VLGen include LowParse.Low.Int module U32 = FStar.UInt32 module HS = FStar.HyperStack module B = LowStar.Monotonic.Buffer module BF = LowStar.Buffer // for local variables in store_by...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowStar.Buffer.fst.checked", "LowParse.Spec.Bytes.fst.checked", "LowParse.Low.VLGen.fst.checked", "LowParse.Low.VLData.fst.checked", "LowParse.Low.Int.fsti.checked", "LowParse.Low....
[ { "abbrev": true, "full_module": "LowStar.Buffer // for local variables in store_bytes", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.UInt64", "short_module": "U64" }, { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 6, "max_fuel": 2, "max_ifuel": 6, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
min: Prims.nat -> max: Prims.nat{min <= max /\ max > 0 /\ max < 4294967296} -> l: Prims.nat{l >= LowParse.Spec.BoundedInt.log256' max /\ l <= 4} -> length: Prims.nat{length < 4294967296} -> LowParse.Low.Base.Spec.gaccessor' (LowParse.Spec.Bytes.parse_bounded_vlbytes' min max l) (LowParse.Spec.B...
Prims.Tot
[ "total" ]
[]
[ "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_GreaterThan", "Prims.op_LessThan", "Prims.op_GreaterThanOrEqual", "LowParse.Spec.BoundedInt.log256'", "LowParse.Bytes.bytes", "Prims.unit", "FStar.Classical.move_requires", "LowParse.Low.Base.Spec.gaccessor_pre", ...
[]
false
false
false
false
false
let gaccessor_vlbytes'_aux (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (length: nat{length < 4294967296}) : Tot (gaccessor' (parse_bounded_vlbytes' min max l) (parse_flbytes length) (clens_vlbytes min max length)) ...
fun (input: bytes) -> (let res = if Seq.length input >= l then (l) else (0) in let g () : Lemma (requires (gaccessor_pre (parse_bounded_vlbytes' min max l) (parse_flbytes length) (clens_vlbytes min max length) input)) (ensures...
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.effect_annot_of_comp
val effect_annot_of_comp (c: comp_st) : effect_annot
val effect_annot_of_comp (c: comp_st) : effect_annot
let effect_annot_of_comp (c:comp_st) : effect_annot = match c with | C_ST _ -> EffectAnnotSTT | C_STGhost _ -> EffectAnnotGhost | C_STAtomic opens _ _ -> EffectAnnotAtomic { opens }
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 55, "end_line": 192, "start_col": 0, "start_line": 187 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_modul...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
c: Pulse.Syntax.Base.comp_st -> Pulse.Syntax.Base.effect_annot
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.comp_st", "Pulse.Syntax.Base.st_comp", "Pulse.Syntax.Base.EffectAnnotSTT", "Pulse.Syntax.Base.EffectAnnotGhost", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.observability", "Pulse.Syntax.Base.EffectAnnotAtomic", "Pulse.Syntax.Base.Mkeffect_annot__EffectAnnotAtomic__payload", "Pul...
[]
false
false
false
true
false
let effect_annot_of_comp (c: comp_st) : effect_annot =
match c with | C_ST _ -> EffectAnnotSTT | C_STGhost _ -> EffectAnnotGhost | C_STAtomic opens _ _ -> EffectAnnotAtomic ({ opens = opens })
false
LowParse.Low.Bytes.fst
LowParse.Low.Bytes.valid_bounded_vlbytes_intro
val valid_bounded_vlbytes_intro (h: HS.mem) (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (#rrel #rel: _) (input: slice rrel rel) (pos len: U32.t) : Lemma (requires (let sz = log256' max in min <= U32.v len /\ U32.v len <= max /\ valid (...
val valid_bounded_vlbytes_intro (h: HS.mem) (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (#rrel #rel: _) (input: slice rrel rel) (pos len: U32.t) : Lemma (requires (let sz = log256' max in min <= U32.v len /\ U32.v len <= max /\ valid (...
let valid_bounded_vlbytes_intro (h: HS.mem) (min: nat) (max: nat { min <= max /\ max > 0 /\ max < 4294967296 } ) (#rrel #rel: _) (input: slice rrel rel) (pos: U32.t) (len: U32.t) : Lemma (requires ( let sz = log256' max in min <= U32.v len /\ U32.v len <= max /\ valid (parse_bounded_integer ...
{ "file_name": "src/lowparse/LowParse.Low.Bytes.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 68, "end_line": 904, "start_col": 0, "start_line": 881 }
module LowParse.Low.Bytes include LowParse.Spec.Bytes include LowParse.Low.Combinators include LowParse.Low.VLData include LowParse.Low.VLGen include LowParse.Low.Int module U32 = FStar.UInt32 module HS = FStar.HyperStack module B = LowStar.Monotonic.Buffer module BF = LowStar.Buffer // for local variables in store_by...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowStar.Buffer.fst.checked", "LowParse.Spec.Bytes.fst.checked", "LowParse.Low.VLGen.fst.checked", "LowParse.Low.VLData.fst.checked", "LowParse.Low.Int.fsti.checked", "LowParse.Low....
[ { "abbrev": true, "full_module": "LowStar.Buffer // for local variables in store_bytes", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.UInt64", "short_module": "U64" }, { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { ...
{ "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
h: FStar.Monotonic.HyperStack.mem -> min: Prims.nat -> max: Prims.nat{min <= max /\ max > 0 /\ max < 4294967296} -> input: LowParse.Slice.slice rrel rel -> pos: FStar.UInt32.t -> len: FStar.UInt32.t -> FStar.Pervasives.Lemma (requires (let sz = LowParse.Spec.BoundedInt.log256' m...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "FStar.Monotonic.HyperStack.mem", "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_GreaterThan", "Prims.op_LessThan", "LowParse.Slice.srel", "LowParse.Bytes.byte", "LowParse.Slice.slice", "FStar.UInt32.t", "LowParse.Low.Bytes.valid_bounded_vlbytes'_intro", "LowP...
[]
true
false
true
false
false
let valid_bounded_vlbytes_intro (h: HS.mem) (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (#rrel #rel: _) (input: slice rrel rel) (pos len: U32.t) : Lemma (requires (let sz = log256' max in min <= U32.v len /\ U32.v len <= max /\ valid (...
valid_bounded_vlbytes'_intro h min max (log256' max) input pos len
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.mk_binder
val mk_binder (s: string) (r: range) (t: term) : binder
val mk_binder (s: string) (r: range) (t: term) : binder
let mk_binder (s:string) (r:range) (t:term) : binder = mk_binder_with_attrs t (mk_ppname (RT.seal_pp_name s) r) binder_attrs_default
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 79, "end_line": 362, "start_col": 0, "start_line": 361 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_modul...
{ "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
s: Prims.string -> r: Pulse.Syntax.Base.range -> t: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.binder
Prims.Tot
[ "total" ]
[]
[ "Prims.string", "Pulse.Syntax.Base.range", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.mk_binder_with_attrs", "Pulse.Syntax.Base.mk_ppname", "FStar.Reflection.Typing.seal_pp_name", "Pulse.Syntax.Base.binder_attrs_default", "Pulse.Syntax.Base.binder" ]
[]
false
false
false
true
false
let mk_binder (s: string) (r: range) (t: term) : binder =
mk_binder_with_attrs t (mk_ppname (RT.seal_pp_name s) r) binder_attrs_default
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.with_st_comp
val with_st_comp (c: comp{stateful_comp c}) (s: st_comp) : comp
val with_st_comp (c: comp{stateful_comp c}) (s: st_comp) : comp
let with_st_comp (c:comp{stateful_comp c}) (s:st_comp) : comp = match c with | C_ST _ -> C_ST s | C_STAtomic inames obs _ -> C_STAtomic inames obs s | C_STGhost _ -> C_STGhost s
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 30, "end_line": 408, "start_col": 0, "start_line": 404 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "FStar.Reflection.V2", "short_module": "R" }, { "abbrev": true, "full_module": "FStar.Reflection.Typing", "short_module": "RT" }, { "abbrev": true, "fu...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
c: Pulse.Syntax.Base.comp{Pulse.Syntax.Base.stateful_comp c} -> s: Pulse.Syntax.Base.st_comp -> Pulse.Syntax.Base.comp
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.comp", "Prims.b2t", "Pulse.Syntax.Base.stateful_comp", "Pulse.Syntax.Base.st_comp", "Pulse.Syntax.Base.C_ST", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.observability", "Pulse.Syntax.Base.C_STAtomic", "Pulse.Syntax.Base.C_STGhost" ]
[]
false
false
false
false
false
let with_st_comp (c: comp{stateful_comp c}) (s: st_comp) : comp =
match c with | C_ST _ -> C_ST s | C_STAtomic inames obs _ -> C_STAtomic inames obs s | C_STGhost _ -> C_STGhost s
false
LowParse.Low.Bytes.fst
LowParse.Low.Bytes.buffer_equals_bytes
val buffer_equals_bytes (const: BY.bytes) (#rrel #rel: _) (b: B.mbuffer byte rrel rel) (pos: U32.t) : HST.Stack bool (requires (fun h -> B.live h b /\ U32.v pos + BY.length const <= B.length b)) (ensures (fun h res h' -> B.modifies B.loc_none h h' /\ (res == true <==> ...
val buffer_equals_bytes (const: BY.bytes) (#rrel #rel: _) (b: B.mbuffer byte rrel rel) (pos: U32.t) : HST.Stack bool (requires (fun h -> B.live h b /\ U32.v pos + BY.length const <= B.length b)) (ensures (fun h res h' -> B.modifies B.loc_none h h' /\ (res == true <==> ...
let buffer_equals_bytes (const: BY.bytes) (#rrel #rel: _) (b: B.mbuffer byte rrel rel) (pos: U32.t) : HST.Stack bool (requires (fun h -> B.live h b /\ U32.v pos + BY.length const <= B.length b )) (ensures (fun h res h' -> B.modifies B.loc_none h h' /\ (res == true <==> Seq.slice (B.as_seq ...
{ "file_name": "src/lowparse/LowParse.Low.Bytes.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 5, "end_line": 322, "start_col": 0, "start_line": 264 }
module LowParse.Low.Bytes include LowParse.Spec.Bytes include LowParse.Low.Combinators include LowParse.Low.VLData include LowParse.Low.VLGen include LowParse.Low.Int module U32 = FStar.UInt32 module HS = FStar.HyperStack module B = LowStar.Monotonic.Buffer module BF = LowStar.Buffer // for local variables in store_by...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowStar.Buffer.fst.checked", "LowParse.Spec.Bytes.fst.checked", "LowParse.Low.VLGen.fst.checked", "LowParse.Low.VLData.fst.checked", "LowParse.Low.Int.fsti.checked", "LowParse.Low....
[ { "abbrev": true, "full_module": "LowStar.Buffer // for local variables in store_bytes", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.UInt64", "short_module": "U64" }, { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { ...
{ "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
const: FStar.Bytes.bytes -> b: LowStar.Monotonic.Buffer.mbuffer LowParse.Bytes.byte rrel rel -> pos: FStar.UInt32.t -> FStar.HyperStack.ST.Stack Prims.bool
FStar.HyperStack.ST.Stack
[]
[]
[ "FStar.Bytes.bytes", "LowStar.Monotonic.Buffer.srel", "LowParse.Bytes.byte", "LowStar.Monotonic.Buffer.mbuffer", "FStar.UInt32.t", "Prims.bool", "Prims.unit", "FStar.HyperStack.ST.pop_frame", "LowStar.Monotonic.Buffer.index", "LowStar.Buffer.trivial_preorder", "FStar.UInt32.__uint_to_t", "C.Lo...
[]
false
true
false
false
false
let buffer_equals_bytes (const: BY.bytes) (#rrel #rel: _) (b: B.mbuffer byte rrel rel) (pos: U32.t) : HST.Stack bool (requires (fun h -> B.live h b /\ U32.v pos + BY.length const <= B.length b)) (ensures (fun h res h' -> B.modifies B.loc_none h h' /\ (res == true <==> ...
let h0 = HST.get () in HST.push_frame (); let len = BY.len const in let bi = BF.alloca 0ul 1ul in let bres = BF.alloca true 1ul in let h1 = HST.get () in [@@ inline_let ]let inv (h: HS.mem) (stop: bool) : GTot Type0 = B.modifies (B.loc_union (B.loc_buffer bi) (B.loc_buffer bres)) h1 h /\ (let length = U32.v len in ...
false
LowParse.Low.Bytes.fst
LowParse.Low.Bytes.gaccessor_vlbytes'_slice_aux
val gaccessor_vlbytes'_slice_aux (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (from: U32.t) (to: U32.t{U32.v from <= U32.v to /\ U32.v to <= max}) : Tot (gaccessor' (parse_bounded_vlbytes' min max l) (parse_flbytes (U...
val gaccessor_vlbytes'_slice_aux (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (from: U32.t) (to: U32.t{U32.v from <= U32.v to /\ U32.v to <= max}) : Tot (gaccessor' (parse_bounded_vlbytes' min max l) (parse_flbytes (U...
let gaccessor_vlbytes'_slice_aux (min: nat) // must be a constant (max: nat { min <= max /\ max > 0 /\ max < 4294967296 } ) (l: nat { l >= log256' max /\ l <= 4 } ) (from: U32.t) (to: U32.t {U32.v from <= U32.v to /\ U32.v to <= max } ) : Tot (gaccessor' (parse_bounded_vlbytes' min max l) (parse_flbytes (U32...
{ "file_name": "src/lowparse/LowParse.Low.Bytes.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 6, "end_line": 709, "start_col": 0, "start_line": 696 }
module LowParse.Low.Bytes include LowParse.Spec.Bytes include LowParse.Low.Combinators include LowParse.Low.VLData include LowParse.Low.VLGen include LowParse.Low.Int module U32 = FStar.UInt32 module HS = FStar.HyperStack module B = LowStar.Monotonic.Buffer module BF = LowStar.Buffer // for local variables in store_by...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowStar.Buffer.fst.checked", "LowParse.Spec.Bytes.fst.checked", "LowParse.Low.VLGen.fst.checked", "LowParse.Low.VLData.fst.checked", "LowParse.Low.Int.fsti.checked", "LowParse.Low....
[ { "abbrev": true, "full_module": "LowStar.Buffer // for local variables in store_bytes", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.UInt64", "short_module": "U64" }, { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { ...
{ "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
min: Prims.nat -> max: Prims.nat{min <= max /\ max > 0 /\ max < 4294967296} -> l: Prims.nat{l >= LowParse.Spec.BoundedInt.log256' max /\ l <= 4} -> from: FStar.UInt32.t -> to: FStar.UInt32.t{FStar.UInt32.v from <= FStar.UInt32.v to /\ FStar.UInt32.v to <= max} -> LowParse.Low.Base.Spec.gaccessor'...
Prims.Tot
[ "total" ]
[]
[ "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_GreaterThan", "Prims.op_LessThan", "Prims.op_GreaterThanOrEqual", "LowParse.Spec.BoundedInt.log256'", "FStar.UInt32.t", "FStar.UInt32.v", "LowParse.Bytes.bytes", "FStar.Seq.Base.length", "LowParse.Bytes.byte", "...
[]
false
false
false
false
false
let gaccessor_vlbytes'_slice_aux (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (from: U32.t) (to: U32.t{U32.v from <= U32.v to /\ U32.v to <= max}) : Tot (gaccessor' (parse_bounded_vlbytes' min max l) (parse_flbytes (U...
fun (input: bytes) -> (parse_bounded_vlbytes_eq min max l input; if Seq.length input < l + U32.v to then (0) else (l + U32.v from))
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.mk_binder_ppname
val mk_binder_ppname (binder_ty: term) (binder_ppname: ppname) : binder
val mk_binder_ppname (binder_ty: term) (binder_ppname: ppname) : binder
let mk_binder_ppname (binder_ty:term) (binder_ppname:ppname) : binder = mk_binder_with_attrs binder_ty binder_ppname binder_attrs_default
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 67, "end_line": 365, "start_col": 0, "start_line": 364 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_modul...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
binder_ty: Pulse.Syntax.Base.term -> binder_ppname: Pulse.Syntax.Base.ppname -> Pulse.Syntax.Base.binder
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.ppname", "Pulse.Syntax.Base.mk_binder_with_attrs", "Pulse.Syntax.Base.binder_attrs_default", "Pulse.Syntax.Base.binder" ]
[]
false
false
false
true
false
let mk_binder_ppname (binder_ty: term) (binder_ppname: ppname) : binder =
mk_binder_with_attrs binder_ty binder_ppname binder_attrs_default
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.st_comp_of_comp
val st_comp_of_comp (c: comp{stateful_comp c}) : st_comp
val st_comp_of_comp (c: comp{stateful_comp c}) : st_comp
let st_comp_of_comp (c:comp{stateful_comp c}) : st_comp = match c with | C_ST s | C_STAtomic _ _ s | C_STGhost s -> s
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 20, "end_line": 402, "start_col": 0, "start_line": 398 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "FStar.Reflection.V2", "short_module": "R" }, { "abbrev": true, "full_module": "FStar.Reflection.Typing", "short_module": "RT" }, { "abbrev": true, "fu...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
c: Pulse.Syntax.Base.comp{Pulse.Syntax.Base.stateful_comp c} -> Pulse.Syntax.Base.st_comp
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.comp", "Prims.b2t", "Pulse.Syntax.Base.stateful_comp", "Pulse.Syntax.Base.st_comp", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.observability" ]
[]
false
false
false
false
false
let st_comp_of_comp (c: comp{stateful_comp c}) : st_comp =
match c with | C_ST s | C_STAtomic _ _ s | C_STGhost s -> s
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.universe_of_comp
val universe_of_comp : c: Pulse.Syntax.Base.comp_st -> FStar.Stubs.Reflection.Types.universe
let universe_of_comp (c:comp_st) = match c with | C_ST _ -> RT.u_zero | _ -> Pulse.Reflection.Util.u_max_two (comp_u c)
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 51, "end_line": 415, "start_col": 0, "start_line": 412 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "FStar.Reflection.V2", "short_module": "R" }, { "abbrev": true, "full_module": "FStar.Reflection.Typing", "short_module": "RT" }, { "abbrev": true, "fu...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
c: Pulse.Syntax.Base.comp_st -> FStar.Stubs.Reflection.Types.universe
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.comp_st", "Pulse.Syntax.Base.st_comp", "FStar.Reflection.Typing.u_zero", "Pulse.Syntax.Base.comp", "Pulse.Reflection.Util.u_max_two", "Pulse.Syntax.Base.comp_u", "FStar.Stubs.Reflection.Types.universe" ]
[]
false
false
false
true
false
let universe_of_comp (c: comp_st) =
match c with | C_ST _ -> RT.u_zero | _ -> Pulse.Reflection.Util.u_max_two (comp_u c)
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.comp_res
val comp_res (c: comp) : term
val comp_res (c: comp) : term
let comp_res (c:comp) : term = match c with | C_Tot ty -> ty | C_ST s | C_STAtomic _ _ s | C_STGhost s -> s.res
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 24, "end_line": 393, "start_col": 0, "start_line": 388 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "FStar.Reflection.V2", "short_module": "R" }, { "abbrev": true, "full_module": "FStar.Reflection.Typing", "short_module": "RT" }, { "abbrev": true, "fu...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
c: Pulse.Syntax.Base.comp -> Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.comp", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.st_comp", "Pulse.Syntax.Base.__proj__Mkst_comp__item__res", "Pulse.Syntax.Base.observability" ]
[]
false
false
false
true
false
let comp_res (c: comp) : term =
match c with | C_Tot ty -> ty | C_ST s | C_STAtomic _ _ s | C_STGhost s -> s.res
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.null_binder
val null_binder (t: term) : binder
val null_binder (t: term) : binder
let null_binder (t:term) : binder = mk_binder_with_attrs t ppname_default binder_attrs_default
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 60, "end_line": 359, "start_col": 0, "start_line": 358 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_modul...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
t: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.binder
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.mk_binder_with_attrs", "Pulse.Syntax.Base.ppname_default", "Pulse.Syntax.Base.binder_attrs_default", "Pulse.Syntax.Base.binder" ]
[]
false
false
false
true
false
let null_binder (t: term) : binder =
mk_binder_with_attrs t ppname_default binder_attrs_default
false
LowParse.Low.Bytes.fst
LowParse.Low.Bytes.gaccessor_vlbytes'_get'
val gaccessor_vlbytes'_get' (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (i: U32.t) : Tot (gaccessor' (parse_bounded_vlbytes' min max l) (parse_u8) (clens_vlbytes_get min max i))
val gaccessor_vlbytes'_get' (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (i: U32.t) : Tot (gaccessor' (parse_bounded_vlbytes' min max l) (parse_u8) (clens_vlbytes_get min max i))
let gaccessor_vlbytes'_get' (min: nat) // must be a constant (max: nat { min <= max /\ max > 0 /\ max < 4294967296 } ) (l: nat { l >= log256' max /\ l <= 4 } ) (i: U32.t) : Tot (gaccessor' (parse_bounded_vlbytes' min max l) (parse_u8) (clens_vlbytes_get min max i)) = fun (input: bytes) -> ( begin let res...
{ "file_name": "src/lowparse/LowParse.Low.Bytes.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 6, "end_line": 801, "start_col": 0, "start_line": 777 }
module LowParse.Low.Bytes include LowParse.Spec.Bytes include LowParse.Low.Combinators include LowParse.Low.VLData include LowParse.Low.VLGen include LowParse.Low.Int module U32 = FStar.UInt32 module HS = FStar.HyperStack module B = LowStar.Monotonic.Buffer module BF = LowStar.Buffer // for local variables in store_by...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowStar.Buffer.fst.checked", "LowParse.Spec.Bytes.fst.checked", "LowParse.Low.VLGen.fst.checked", "LowParse.Low.VLData.fst.checked", "LowParse.Low.Int.fsti.checked", "LowParse.Low....
[ { "abbrev": true, "full_module": "LowStar.Buffer // for local variables in store_bytes", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.UInt64", "short_module": "U64" }, { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { ...
{ "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
min: Prims.nat -> max: Prims.nat{min <= max /\ max > 0 /\ max < 4294967296} -> l: Prims.nat{l >= LowParse.Spec.BoundedInt.log256' max /\ l <= 4} -> i: FStar.UInt32.t -> LowParse.Low.Base.Spec.gaccessor' (LowParse.Spec.Bytes.parse_bounded_vlbytes' min max l) LowParse.Spec.Int.parse_u8 (Low...
Prims.Tot
[ "total" ]
[]
[ "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_GreaterThan", "Prims.op_LessThan", "Prims.op_GreaterThanOrEqual", "LowParse.Spec.BoundedInt.log256'", "FStar.UInt32.t", "LowParse.Bytes.bytes", "Prims.unit", "FStar.Classical.move_requires", "LowParse.Low.Base.Spe...
[]
false
false
false
false
false
let gaccessor_vlbytes'_get' (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (i: U32.t) : Tot (gaccessor' (parse_bounded_vlbytes' min max l) (parse_u8) (clens_vlbytes_get min max i)) =
fun (input: bytes) -> (let res = if Seq.length input <= l + U32.v i then (0) else (l + U32.v i) in let g () : Lemma (requires (gaccessor_pre (parse_bounded_vlbytes' min max l) parse_u8 (clens_vlbytes_get min max i) input)) (en...
false
LowParse.Low.Bytes.fst
LowParse.Low.Bytes.valid_exact_all_bytes_intro
val valid_exact_all_bytes_intro (h: HS.mem) (#rrel #rel: _) (input: slice rrel rel) (pos pos': U32.t) : Lemma (requires (U32.v pos <= U32.v pos' /\ (let length = U32.v pos' - U32.v pos in valid (parse_flbytes length) h input pos))) (ensures (valid_ex...
val valid_exact_all_bytes_intro (h: HS.mem) (#rrel #rel: _) (input: slice rrel rel) (pos pos': U32.t) : Lemma (requires (U32.v pos <= U32.v pos' /\ (let length = U32.v pos' - U32.v pos in valid (parse_flbytes length) h input pos))) (ensures (valid_ex...
let valid_exact_all_bytes_intro (h: HS.mem) (#rrel #rel: _) (input: slice rrel rel) (pos pos' : U32.t) : Lemma (requires ( U32.v pos <= U32.v pos' /\ ( let length = U32.v pos' - U32.v pos in valid (parse_flbytes length) h input pos ))) (ensures ( valid_exact parse_all_bytes h input pos pos...
{ "file_name": "src/lowparse/LowParse.Low.Bytes.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 52, "end_line": 1108, "start_col": 0, "start_line": 1088 }
module LowParse.Low.Bytes include LowParse.Spec.Bytes include LowParse.Low.Combinators include LowParse.Low.VLData include LowParse.Low.VLGen include LowParse.Low.Int module U32 = FStar.UInt32 module HS = FStar.HyperStack module B = LowStar.Monotonic.Buffer module BF = LowStar.Buffer // for local variables in store_by...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowStar.Buffer.fst.checked", "LowParse.Spec.Bytes.fst.checked", "LowParse.Low.VLGen.fst.checked", "LowParse.Low.VLData.fst.checked", "LowParse.Low.Int.fsti.checked", "LowParse.Low....
[ { "abbrev": true, "full_module": "LowStar.Buffer // for local variables in store_bytes", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.UInt64", "short_module": "U64" }, { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { ...
{ "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
h: FStar.Monotonic.HyperStack.mem -> input: LowParse.Slice.slice rrel rel -> pos: FStar.UInt32.t -> pos': FStar.UInt32.t -> FStar.Pervasives.Lemma (requires FStar.UInt32.v pos <= FStar.UInt32.v pos' /\ (let length = FStar.UInt32.v pos' - FStar.UInt32.v pos in LowParse....
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "FStar.Monotonic.HyperStack.mem", "LowParse.Slice.srel", "LowParse.Bytes.byte", "LowParse.Slice.slice", "FStar.UInt32.t", "LowParse.Low.Base.Spec.contents_exact_eq", "LowParse.Spec.Bytes.parse_all_bytes_kind", "FStar.Bytes.bytes", "LowParse.Spec.Bytes.parse_all_bytes", "Prims.unit", "LowParse.Lo...
[]
true
false
true
false
false
let valid_exact_all_bytes_intro (h: HS.mem) (#rrel #rel: _) (input: slice rrel rel) (pos pos': U32.t) : Lemma (requires (U32.v pos <= U32.v pos' /\ (let length = U32.v pos' - U32.v pos in valid (parse_flbytes length) h input pos))) (ensures (valid_ex...
let length = U32.v pos' - U32.v pos in valid_facts (parse_flbytes length) h input pos; assert (no_lookahead_on (parse_flbytes length) (bytes_of_slice_from_to h input pos pos') (bytes_of_slice_from h input pos)); assert (injective_postcond (parse_flbytes length) (bytes_of_slice_from_to h input pos pos'...
false
LowParse.Low.Bytes.fst
LowParse.Low.Bytes.accessor_vlbytes'_get
val accessor_vlbytes'_get (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (i: U32.t) : Tot (accessor (gaccessor_vlbytes'_get min max l i))
val accessor_vlbytes'_get (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (i: U32.t) : Tot (accessor (gaccessor_vlbytes'_get min max l i))
let accessor_vlbytes'_get (min: nat) // must be a constant (max: nat { min <= max /\ max > 0 /\ max < 4294967296 } ) (l: nat { l >= log256' max /\ l <= 4 } ) (i: U32.t) : Tot (accessor (gaccessor_vlbytes'_get min max l i)) = fun #rrel #rel input pos -> let h = HST.get () in [@inline_let] let _ = valid_...
{ "file_name": "src/lowparse/LowParse.Low.Bytes.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 43, "end_line": 828, "start_col": 0, "start_line": 815 }
module LowParse.Low.Bytes include LowParse.Spec.Bytes include LowParse.Low.Combinators include LowParse.Low.VLData include LowParse.Low.VLGen include LowParse.Low.Int module U32 = FStar.UInt32 module HS = FStar.HyperStack module B = LowStar.Monotonic.Buffer module BF = LowStar.Buffer // for local variables in store_by...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowStar.Buffer.fst.checked", "LowParse.Spec.Bytes.fst.checked", "LowParse.Low.VLGen.fst.checked", "LowParse.Low.VLData.fst.checked", "LowParse.Low.Int.fsti.checked", "LowParse.Low....
[ { "abbrev": true, "full_module": "LowStar.Buffer // for local variables in store_bytes", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.UInt64", "short_module": "U64" }, { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { ...
{ "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
min: Prims.nat -> max: Prims.nat{min <= max /\ max > 0 /\ max < 4294967296} -> l: Prims.nat{l >= LowParse.Spec.BoundedInt.log256' max /\ l <= 4} -> i: FStar.UInt32.t -> LowParse.Low.Base.accessor (LowParse.Low.Bytes.gaccessor_vlbytes'_get min max l i)
Prims.Tot
[ "total" ]
[]
[ "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_GreaterThan", "Prims.op_LessThan", "Prims.op_GreaterThanOrEqual", "LowParse.Spec.BoundedInt.log256'", "FStar.UInt32.t", "LowParse.Slice.srel", "LowParse.Bytes.byte", "LowParse.Slice.slice", "FStar.UInt32.add", "...
[]
false
false
false
false
false
let accessor_vlbytes'_get (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (i: U32.t) : Tot (accessor (gaccessor_vlbytes'_get min max l i)) =
fun #rrel #rel input pos -> let h = HST.get () in [@@ inline_let ]let _ = valid_facts (parse_bounded_vlbytes' min max l) h input pos; parse_bounded_vlbytes_eq min max l (bytes_of_slice_from h input pos); slice_access_eq h (gaccessor_vlbytes'_get min max l i) input pos in (pos `U32.add` (U32.uint_to_...
false
LowParse.Low.Bytes.fst
LowParse.Low.Bytes.finalize_bounded_vlbytes
val finalize_bounded_vlbytes (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (#rrel #rel: _) (input: slice rrel rel) (pos len: U32.t) : HST.Stack U32.t (requires (fun h -> let sz = log256' max in live_slice h input /\ min <= U32.v ...
val finalize_bounded_vlbytes (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (#rrel #rel: _) (input: slice rrel rel) (pos len: U32.t) : HST.Stack U32.t (requires (fun h -> let sz = log256' max in live_slice h input /\ min <= U32.v ...
let finalize_bounded_vlbytes (min: nat) (max: nat { min <= max /\ max > 0 /\ max < 4294967296 } ) (#rrel #rel: _) (input: slice rrel rel) (pos: U32.t) (len: U32.t) : HST.Stack U32.t (requires (fun h -> let sz = log256' max in live_slice h input /\ min <= U32.v len /\ U32.v len <= max /\ U3...
{ "file_name": "src/lowparse/LowParse.Low.Bytes.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 63, "end_line": 967, "start_col": 0, "start_line": 945 }
module LowParse.Low.Bytes include LowParse.Spec.Bytes include LowParse.Low.Combinators include LowParse.Low.VLData include LowParse.Low.VLGen include LowParse.Low.Int module U32 = FStar.UInt32 module HS = FStar.HyperStack module B = LowStar.Monotonic.Buffer module BF = LowStar.Buffer // for local variables in store_by...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowStar.Buffer.fst.checked", "LowParse.Spec.Bytes.fst.checked", "LowParse.Low.VLGen.fst.checked", "LowParse.Low.VLData.fst.checked", "LowParse.Low.Int.fsti.checked", "LowParse.Low....
[ { "abbrev": true, "full_module": "LowStar.Buffer // for local variables in store_bytes", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.UInt64", "short_module": "U64" }, { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { ...
{ "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
min: Prims.nat -> max: Prims.nat{min <= max /\ max > 0 /\ max < 4294967296} -> input: LowParse.Slice.slice rrel rel -> pos: FStar.UInt32.t -> len: FStar.UInt32.t -> FStar.HyperStack.ST.Stack FStar.UInt32.t
FStar.HyperStack.ST.Stack
[]
[]
[ "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_GreaterThan", "Prims.op_LessThan", "LowParse.Slice.srel", "LowParse.Bytes.byte", "LowParse.Slice.slice", "FStar.UInt32.t", "LowParse.Low.Bytes.finalize_bounded_vlbytes'", "LowParse.Spec.BoundedInt.log256'", "FStar...
[]
false
true
false
false
false
let finalize_bounded_vlbytes (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (#rrel #rel: _) (input: slice rrel rel) (pos len: U32.t) : HST.Stack U32.t (requires (fun h -> let sz = log256' max in live_slice h input /\ min <= U32.v ...
finalize_bounded_vlbytes' min max (log256' max) input pos len
false
LowParse.Low.Bytes.fst
LowParse.Low.Bytes.valid_bounded_vlgenbytes
val valid_bounded_vlgenbytes (vmin: der_length_t) (vmax: der_length_t{vmin <= vmax /\ vmax > 0 /\ vmax < 4294967296}) (#sk: parser_kind) (pk: parser sk (bounded_int32 (vmin) (vmax))) (#rrel #rel: _) (input: slice rrel rel) (pos: U32.t) (h: HS.mem) : Lemma (requi...
val valid_bounded_vlgenbytes (vmin: der_length_t) (vmax: der_length_t{vmin <= vmax /\ vmax > 0 /\ vmax < 4294967296}) (#sk: parser_kind) (pk: parser sk (bounded_int32 (vmin) (vmax))) (#rrel #rel: _) (input: slice rrel rel) (pos: U32.t) (h: HS.mem) : Lemma (requi...
let valid_bounded_vlgenbytes (vmin: der_length_t) (vmax: der_length_t { vmin <= vmax /\ vmax > 0 /\ vmax < 4294967296 } ) (#sk: parser_kind) (pk: parser sk (bounded_int32 (vmin) (vmax))) #rrel #rel (input: slice rrel rel) (pos: U32.t) (h: HS.mem) : Lemma (requires ( valid pk h input pos /\ ( l...
{ "file_name": "src/lowparse/LowParse.Low.Bytes.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 7, "end_line": 1150, "start_col": 0, "start_line": 1110 }
module LowParse.Low.Bytes include LowParse.Spec.Bytes include LowParse.Low.Combinators include LowParse.Low.VLData include LowParse.Low.VLGen include LowParse.Low.Int module U32 = FStar.UInt32 module HS = FStar.HyperStack module B = LowStar.Monotonic.Buffer module BF = LowStar.Buffer // for local variables in store_by...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowStar.Buffer.fst.checked", "LowParse.Spec.Bytes.fst.checked", "LowParse.Low.VLGen.fst.checked", "LowParse.Low.VLData.fst.checked", "LowParse.Low.Int.fsti.checked", "LowParse.Low....
[ { "abbrev": true, "full_module": "LowStar.Buffer // for local variables in store_bytes", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.UInt64", "short_module": "U64" }, { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { ...
{ "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
vmin: LowParse.Spec.DER.der_length_t -> vmax: LowParse.Spec.DER.der_length_t{vmin <= vmax /\ vmax > 0 /\ vmax < 4294967296} -> pk: LowParse.Spec.Base.parser sk (LowParse.Spec.BoundedInt.bounded_int32 vmin vmax) -> input: LowParse.Slice.slice rrel rel -> pos: FStar.UInt32.t -> h: FStar.Monotonic...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "LowParse.Spec.DER.der_length_t", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_GreaterThan", "Prims.op_LessThan", "LowParse.Spec.Base.parser_kind", "LowParse.Spec.Base.parser", "LowParse.Spec.BoundedInt.bounded_int32", "LowParse.Slice.srel", "LowParse.Bytes.byte", "LowPars...
[]
true
false
true
false
false
let valid_bounded_vlgenbytes (vmin: der_length_t) (vmax: der_length_t{vmin <= vmax /\ vmax > 0 /\ vmax < 4294967296}) (#sk: parser_kind) (pk: parser sk (bounded_int32 (vmin) (vmax))) #rrel #rel (input: slice rrel rel) (pos: U32.t) (h: HS.mem) : Lemma (requ...
let pos1 = get_valid_pos pk h input pos in let len = contents pk h input pos in valid_flbytes_intro h (U32.v len) input pos1; let pos' = pos1 `U32.add` len in valid_exact_all_bytes_intro h input pos1 pos'; valid_exact_all_bytes_elim h input pos1 pos'; valid_bounded_vlgen vmin vmax pk serialize_all_bytes input pos h; va...
false
Pulse.Syntax.Base.fsti
Pulse.Syntax.Base.comp_inames
val comp_inames (c: comp{C_STAtomic? c}) : term
val comp_inames (c: comp{C_STAtomic? c}) : term
let comp_inames (c:comp { C_STAtomic? c }) : term = match c with | C_STAtomic inames _ _ -> inames
{ "file_name": "lib/steel/pulse/Pulse.Syntax.Base.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 35, "end_line": 423, "start_col": 0, "start_line": 421 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Sealed.Inhabited.fst.checked", "FStar.Sealed.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflectio...
[ { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "FStar.Reflection.V2", "short_module": "R" }, { "abbrev": true, "full_module": "FStar.Reflection.Typing", "short_module": "RT" }, { "abbrev": true, "fu...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
c: Pulse.Syntax.Base.comp{C_STAtomic? c} -> Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.comp", "Prims.b2t", "Pulse.Syntax.Base.uu___is_C_STAtomic", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.observability", "Pulse.Syntax.Base.st_comp" ]
[]
false
false
false
false
false
let comp_inames (c: comp{C_STAtomic? c}) : term =
match c with | C_STAtomic inames _ _ -> inames
false
LowParse.Low.Bytes.fst
LowParse.Low.Bytes.finalize_bounded_vlbytes'
val finalize_bounded_vlbytes' (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (#rrel #rel: _) (input: slice rrel rel) (pos len: U32.t) : HST.Stack U32.t (requires (fun h -> let sz = l in l...
val finalize_bounded_vlbytes' (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (#rrel #rel: _) (input: slice rrel rel) (pos len: U32.t) : HST.Stack U32.t (requires (fun h -> let sz = l in l...
let finalize_bounded_vlbytes' (min: nat) (max: nat { min <= max /\ max > 0 /\ max < 4294967296 } ) (l: nat { l >= log256' max /\ l <= 4 } ) (#rrel #rel: _) (input: slice rrel rel) (pos: U32.t) (len: U32.t) : HST.Stack U32.t (requires (fun h -> let sz = l in live_slice h input /\ min <= U32.v...
{ "file_name": "src/lowparse/LowParse.Low.Bytes.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 27, "end_line": 942, "start_col": 0, "start_line": 907 }
module LowParse.Low.Bytes include LowParse.Spec.Bytes include LowParse.Low.Combinators include LowParse.Low.VLData include LowParse.Low.VLGen include LowParse.Low.Int module U32 = FStar.UInt32 module HS = FStar.HyperStack module B = LowStar.Monotonic.Buffer module BF = LowStar.Buffer // for local variables in store_by...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowStar.Buffer.fst.checked", "LowParse.Spec.Bytes.fst.checked", "LowParse.Low.VLGen.fst.checked", "LowParse.Low.VLData.fst.checked", "LowParse.Low.Int.fsti.checked", "LowParse.Low....
[ { "abbrev": true, "full_module": "LowStar.Buffer // for local variables in store_bytes", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.UInt64", "short_module": "U64" }, { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { ...
{ "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
min: Prims.nat -> max: Prims.nat{min <= max /\ max > 0 /\ max < 4294967296} -> l: Prims.nat{l >= LowParse.Spec.BoundedInt.log256' max /\ l <= 4} -> input: LowParse.Slice.slice rrel rel -> pos: FStar.UInt32.t -> len: FStar.UInt32.t -> FStar.HyperStack.ST.Stack FStar.UInt32.t
FStar.HyperStack.ST.Stack
[]
[]
[ "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_GreaterThan", "Prims.op_LessThan", "Prims.op_GreaterThanOrEqual", "LowParse.Spec.BoundedInt.log256'", "LowParse.Slice.srel", "LowParse.Bytes.byte", "LowParse.Slice.slice", "FStar.UInt32.t", "FStar.UInt32.add", "...
[]
false
true
false
false
false
let finalize_bounded_vlbytes' (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (#rrel #rel: _) (input: slice rrel rel) (pos len: U32.t) : HST.Stack U32.t (requires (fun h -> let sz = l in l...
let h0 = HST.get () in [@@ inline_let ]let sz = l in let pos_payload = write_bounded_integer sz len input pos in let h = HST.get () in [@@ inline_let ]let _ = valid_flbytes_intro h0 (U32.v len) input pos_payload; valid_bounded_vlbytes'_intro h min max l input pos len in pos_payload `U32.add` len
false
LowParse.Low.Bytes.fst
LowParse.Low.Bytes.accessor_vlbytes'_slice
val accessor_vlbytes'_slice (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (from: U32.t) (to: U32.t{U32.v from <= U32.v to /\ U32.v to <= max}) : Tot (accessor (gaccessor_vlbytes'_slice min max l from to))
val accessor_vlbytes'_slice (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (from: U32.t) (to: U32.t{U32.v from <= U32.v to /\ U32.v to <= max}) : Tot (accessor (gaccessor_vlbytes'_slice min max l from to))
let accessor_vlbytes'_slice (min: nat) // must be a constant (max: nat { min <= max /\ max > 0 /\ max < 4294967296 } ) (l: nat { l >= log256' max /\ l <= 4 } ) (from: U32.t) (to: U32.t {U32.v from <= U32.v to /\ U32.v to <= max } ) : Tot (accessor (gaccessor_vlbytes'_slice min max l from to)) = fun #rrel #re...
{ "file_name": "src/lowparse/LowParse.Low.Bytes.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 47, "end_line": 752, "start_col": 0, "start_line": 738 }
module LowParse.Low.Bytes include LowParse.Spec.Bytes include LowParse.Low.Combinators include LowParse.Low.VLData include LowParse.Low.VLGen include LowParse.Low.Int module U32 = FStar.UInt32 module HS = FStar.HyperStack module B = LowStar.Monotonic.Buffer module BF = LowStar.Buffer // for local variables in store_by...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowStar.Buffer.fst.checked", "LowParse.Spec.Bytes.fst.checked", "LowParse.Low.VLGen.fst.checked", "LowParse.Low.VLData.fst.checked", "LowParse.Low.Int.fsti.checked", "LowParse.Low....
[ { "abbrev": true, "full_module": "LowStar.Buffer // for local variables in store_bytes", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.UInt64", "short_module": "U64" }, { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { ...
{ "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
min: Prims.nat -> max: Prims.nat{min <= max /\ max > 0 /\ max < 4294967296} -> l: Prims.nat{l >= LowParse.Spec.BoundedInt.log256' max /\ l <= 4} -> from: FStar.UInt32.t -> to: FStar.UInt32.t{FStar.UInt32.v from <= FStar.UInt32.v to /\ FStar.UInt32.v to <= max} -> LowParse.Low.Base.accessor (LowPa...
Prims.Tot
[ "total" ]
[]
[ "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_GreaterThan", "Prims.op_LessThan", "Prims.op_GreaterThanOrEqual", "LowParse.Spec.BoundedInt.log256'", "FStar.UInt32.t", "FStar.UInt32.v", "LowParse.Slice.srel", "LowParse.Bytes.byte", "LowParse.Slice.slice", "FS...
[]
false
false
false
false
false
let accessor_vlbytes'_slice (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (from: U32.t) (to: U32.t{U32.v from <= U32.v to /\ U32.v to <= max}) : Tot (accessor (gaccessor_vlbytes'_slice min max l from to)) =
fun #rrel #rel input pos -> let h = HST.get () in [@@ inline_let ]let _ = valid_facts (parse_bounded_vlbytes' min max l) h input pos; parse_bounded_vlbytes_eq min max l (bytes_of_slice_from h input pos); slice_access_eq h (gaccessor_vlbytes'_slice min max l from to) input pos in (pos `U32.add` (U32....
false
LowParse.Low.Bytes.fst
LowParse.Low.Bytes.valid_bounded_vlbytes'_intro
val valid_bounded_vlbytes'_intro (h: HS.mem) (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (#rrel #rel: _) (input: slice rrel rel) (pos len: U32.t) : Lemma (requires (let sz = l in min <= U32.v ...
val valid_bounded_vlbytes'_intro (h: HS.mem) (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (#rrel #rel: _) (input: slice rrel rel) (pos len: U32.t) : Lemma (requires (let sz = l in min <= U32.v ...
let valid_bounded_vlbytes'_intro (h: HS.mem) (min: nat) (max: nat { min <= max /\ max > 0 /\ max < 4294967296 } ) (l: nat { l >= log256' max /\ l <= 4 } ) (#rrel #rel: _) (input: slice rrel rel) (pos: U32.t) (len: U32.t) : Lemma (requires ( let sz = l in min <= U32.v len /\ U32.v len <= max /\...
{ "file_name": "src/lowparse/LowParse.Low.Bytes.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 82, "end_line": 877, "start_col": 0, "start_line": 849 }
module LowParse.Low.Bytes include LowParse.Spec.Bytes include LowParse.Low.Combinators include LowParse.Low.VLData include LowParse.Low.VLGen include LowParse.Low.Int module U32 = FStar.UInt32 module HS = FStar.HyperStack module B = LowStar.Monotonic.Buffer module BF = LowStar.Buffer // for local variables in store_by...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowStar.Buffer.fst.checked", "LowParse.Spec.Bytes.fst.checked", "LowParse.Low.VLGen.fst.checked", "LowParse.Low.VLData.fst.checked", "LowParse.Low.Int.fsti.checked", "LowParse.Low....
[ { "abbrev": true, "full_module": "LowStar.Buffer // for local variables in store_bytes", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.UInt64", "short_module": "U64" }, { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 6, "max_fuel": 2, "max_ifuel": 6, "no_plugins": false, "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 -> min: Prims.nat -> max: Prims.nat{min <= max /\ max > 0 /\ max < 4294967296} -> l: Prims.nat{l >= LowParse.Spec.BoundedInt.log256' max /\ l <= 4} -> input: LowParse.Slice.slice rrel rel -> pos: FStar.UInt32.t -> len: FStar.UInt32.t -> FStar.Pervasives.L...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "FStar.Monotonic.HyperStack.mem", "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_GreaterThan", "Prims.op_LessThan", "Prims.op_GreaterThanOrEqual", "LowParse.Spec.BoundedInt.log256'", "LowParse.Slice.srel", "LowParse.Bytes.byte", "LowParse.Slice.slice", "FStar....
[]
true
false
true
false
false
let valid_bounded_vlbytes'_intro (h: HS.mem) (min: nat) (max: nat{min <= max /\ max > 0 /\ max < 4294967296}) (l: nat{l >= log256' max /\ l <= 4}) (#rrel #rel: _) (input: slice rrel rel) (pos len: U32.t) : Lemma (requires (let sz = l in min <= U32.v ...
valid_facts (parse_bounded_vlbytes' min max l) h input pos; parse_bounded_vlbytes_eq min max l (bytes_of_slice_from h input pos); let sz = l in valid_facts (parse_bounded_integer sz) h input pos; valid_facts (parse_flbytes (U32.v len)) h input (pos `U32.add` (U32.uint_to_t sz))
false
LowParse.Low.Bytes.fst
LowParse.Low.Bytes.bounded_vlgenbytes_payload_length
val bounded_vlgenbytes_payload_length (vmin: der_length_t) (vmax: der_length_t{vmax > 0 /\ vmin <= vmax /\ vmax < 4294967296}) (#kk: parser_kind) (#pk: parser kk (bounded_int32 (vmin) (vmax))) (rk: leaf_reader pk) (#rrel #rel: _) (input: slice rrel rel) (pos: U32.t) :...
val bounded_vlgenbytes_payload_length (vmin: der_length_t) (vmax: der_length_t{vmax > 0 /\ vmin <= vmax /\ vmax < 4294967296}) (#kk: parser_kind) (#pk: parser kk (bounded_int32 (vmin) (vmax))) (rk: leaf_reader pk) (#rrel #rel: _) (input: slice rrel rel) (pos: U32.t) :...
let bounded_vlgenbytes_payload_length (vmin: der_length_t) (vmax: der_length_t { vmax > 0 /\ vmin <= vmax /\ vmax < 4294967296 }) (#kk: parser_kind) (#pk: parser kk (bounded_int32 (vmin) (vmax))) (rk: leaf_reader pk) (#rrel #rel: _) (input: slice rrel rel) (pos: U32.t) : HST.Stack U32.t (requires (fun...
{ "file_name": "src/lowparse/LowParse.Low.Bytes.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 5, "end_line": 1061, "start_col": 0, "start_line": 1015 }
module LowParse.Low.Bytes include LowParse.Spec.Bytes include LowParse.Low.Combinators include LowParse.Low.VLData include LowParse.Low.VLGen include LowParse.Low.Int module U32 = FStar.UInt32 module HS = FStar.HyperStack module B = LowStar.Monotonic.Buffer module BF = LowStar.Buffer // for local variables in store_by...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowStar.Buffer.fst.checked", "LowParse.Spec.Bytes.fst.checked", "LowParse.Low.VLGen.fst.checked", "LowParse.Low.VLData.fst.checked", "LowParse.Low.Int.fsti.checked", "LowParse.Low....
[ { "abbrev": true, "full_module": "LowStar.Buffer // for local variables in store_bytes", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.UInt64", "short_module": "U64" }, { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { ...
{ "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
vmin: LowParse.Spec.DER.der_length_t -> vmax: LowParse.Spec.DER.der_length_t{vmax > 0 /\ vmin <= vmax /\ vmax < 4294967296} -> rk: LowParse.Low.Base.leaf_reader pk -> input: LowParse.Slice.slice rrel rel -> pos: FStar.UInt32.t -> FStar.HyperStack.ST.Stack FStar.UInt32.t
FStar.HyperStack.ST.Stack
[]
[]
[ "LowParse.Spec.DER.der_length_t", "Prims.l_and", "Prims.b2t", "Prims.op_GreaterThan", "Prims.op_LessThanOrEqual", "Prims.op_LessThan", "LowParse.Spec.Base.parser_kind", "LowParse.Spec.Base.parser", "LowParse.Spec.BoundedInt.bounded_int32", "LowParse.Low.Base.leaf_reader", "LowParse.Slice.srel", ...
[]
false
true
false
false
false
let bounded_vlgenbytes_payload_length (vmin: der_length_t) (vmax: der_length_t{vmax > 0 /\ vmin <= vmax /\ vmax < 4294967296}) (#kk: parser_kind) (#pk: parser kk (bounded_int32 (vmin) (vmax))) (rk: leaf_reader pk) (#rrel #rel: _) (input: slice rrel rel) (pos: U32.t) :...
let h = HST.get () in valid_synth h (parse_bounded_vlgen vmin vmax pk serialize_all_bytes) (synth_bounded_vlbytes vmin vmax) input pos; valid_bounded_vlgen_elim vmin vmax pk serialize_all_bytes input pos h; let len = rk input pos in let pos1 = Ghost.hide (get_valid_pos pk h input pos) in valid_exact_all_bytes_e...
false
Vale.Poly1305.X64.fst
Vale.Poly1305.X64.va_qcode_Poly1305_impl
val va_qcode_Poly1305_impl (va_mods: va_mods_t) (key_r key_s: nat128) (ctx_b inp_b: buffer64) (finish: nat64) : (va_quickCode (int) (va_code_Poly1305_impl ()))
val va_qcode_Poly1305_impl (va_mods: va_mods_t) (key_r key_s: nat128) (ctx_b inp_b: buffer64) (finish: nat64) : (va_quickCode (int) (va_code_Poly1305_impl ()))
let va_qcode_Poly1305_impl (va_mods:va_mods_t) (key_r:nat128) (key_s:nat128) (ctx_b:buffer64) (inp_b:buffer64) (finish:nat64) : (va_quickCode (int) (va_code_Poly1305_impl ())) = (qblock va_mods (fun (va_s:va_state) -> let (va_old_s:va_state) = va_s in let (n:(va_int_range 18446744073709551616 184467440737095516...
{ "file_name": "obj/Vale.Poly1305.X64.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 34, "end_line": 2555, "start_col": 0, "start_line": 2390 }
module Vale.Poly1305.X64 open Vale.Def.Opaque_s open Vale.Def.Types_s open Vale.Arch.Types 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.InsStack open Vale.X64.QuickCode open Va...
{ "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.InsStack.fsti.checked", "Vale.X64...
[ { "abbrev": false, "full_module": "Vale.Poly1305.Util", "short_module": null }, { "abbrev": false, "full_module": "Vale.Poly1305.Math", "short_module": null }, { "abbrev": false, "full_module": "Vale.Poly1305.Spec_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
va_mods: Vale.X64.QuickCode.va_mods_t -> key_r: Vale.X64.Machine_s.nat128 -> key_s: Vale.X64.Machine_s.nat128 -> ctx_b: Vale.X64.Memory.buffer64 -> inp_b: Vale.X64.Memory.buffer64 -> finish: Vale.X64.Memory.nat64 -> Vale.X64.QuickCode.va_quickCode Prims.int (Vale.Poly1305.X64.va_code_Poly1305...
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.QuickCode.va_mods_t", "Vale.X64.Machine_s.nat128", "Vale.X64.Memory.buffer64", "Vale.X64.Memory.nat64", "Vale.X64.QuickCodes.qblock", "Prims.int", "Prims.Cons", "Vale.X64.Decls.va_code", "Vale.X64.InsMem.va_code_Load64_buffer", "Vale.X64.Decls.va_op_heaplet_mem_heaplet", "Vale.X64.Decl...
[]
false
false
false
false
false
let va_qcode_Poly1305_impl (va_mods: va_mods_t) (key_r key_s: nat128) (ctx_b inp_b: buffer64) (finish: nat64) : (va_quickCode (int) (va_code_Poly1305_impl ())) =
(qblock va_mods (fun (va_s: va_state) -> let va_old_s:va_state = va_s in let n:(va_int_range 18446744073709551616 18446744073709551616) = pow2_64 in let inp_in:nat64 = va_get_reg64 rRsi va_s in let len_in:nat64 = va_get_reg64 rRdx va_s in let h0_in:Vale.Def.Types_s.nat64 = ...
false
FStar.DM4F.Exceptions.fst
FStar.DM4F.Exceptions.ex
val ex : a: Type -> Type
let ex (a:Type) = unit -> M (either a exn)
{ "file_name": "examples/dm4free/FStar.DM4F.Exceptions.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 42, "end_line": 29, "start_col": 0, "start_line": 29 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.DM4F.Exceptions.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.unit", "FStar.Pervasives.either", "Prims.exn" ]
[]
false
false
false
true
true
let ex (a: Type) =
unit -> M (either a exn)
false
FStar.DM4F.Exceptions.fst
FStar.DM4F.Exceptions.return_ex
val return_ex : (a:Type) -> (x:a) -> ex a
val return_ex : (a:Type) -> (x:a) -> ex a
let return_ex a x = fun _ -> Inl x
{ "file_name": "examples/dm4free/FStar.DM4F.Exceptions.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 34, "end_line": 33, "start_col": 0, "start_line": 33 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.DM4F.Exceptions.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.Exceptions.ex a
Prims.Tot
[ "total" ]
[]
[ "Prims.unit", "FStar.Pervasives.Inl", "Prims.exn", "FStar.Pervasives.either" ]
[]
false
false
false
true
false
let return_ex a x =
fun _ -> Inl x
false
FStar.DM4F.Exceptions.fst
FStar.DM4F.Exceptions.raise0
val raise0 (a: Type) (e: exn) : ex a
val raise0 (a: Type) (e: exn) : ex a
let raise0 (a:Type) (e:exn) : ex a = fun _ -> Inr e
{ "file_name": "examples/dm4free/FStar.DM4F.Exceptions.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 51, "end_line": 42, "start_col": 0, "start_line": 42 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.DM4F.Exceptions.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 -> e: Prims.exn -> FStar.DM4F.Exceptions.ex a
Prims.Tot
[ "total" ]
[]
[ "Prims.exn", "Prims.unit", "FStar.Pervasives.Inr", "FStar.Pervasives.either", "FStar.DM4F.Exceptions.ex" ]
[]
false
false
false
true
false
let raise0 (a: Type) (e: exn) : ex a =
fun _ -> Inr e
false
FStar.DM4F.Exceptions.fst
FStar.DM4F.Exceptions.bind_ex
val bind_ex : (a:Type) -> (b:Type) -> (f:ex a) -> (g:a -> ex b) -> ex b
val bind_ex : (a:Type) -> (b:Type) -> (f:ex a) -> (g:a -> ex b) -> ex b
let bind_ex a b f g = fun _ -> let r = f () in match r with | Inr e -> Inr e | Inl x -> g x ()
{ "file_name": "examples/dm4free/FStar.DM4F.Exceptions.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 19, "end_line": 40, "start_col": 0, "start_line": 36 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.DM4F.Exceptions.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 -> f: FStar.DM4F.Exceptions.ex a -> g: (g: a -> FStar.DM4F.Exceptions.ex b) -> FStar.DM4F.Exceptions.ex b
Prims.Tot
[ "total" ]
[]
[ "FStar.DM4F.Exceptions.ex", "Prims.unit", "Prims.exn", "FStar.Pervasives.Inr", "FStar.Pervasives.either" ]
[]
false
false
false
true
false
let bind_ex a b f g =
fun _ -> let r = f () in match r with | Inr e -> Inr e | Inl x -> g x ()
false
FStar.DM4F.Exceptions.fst
FStar.DM4F.Exceptions.div_intrinsic
val div_intrinsic : i:nat -> j:int -> Exn int (requires True) (ensures (function | Inr Division_by_zero -> j=0 | Inl z -> j<>0 /\ z = i / j | _ -> True))
val div_intrinsic : i:nat -> j:int -> Exn int (requires True) (ensures (function | Inr Division_by_zero -> j=0 | Inl z -> j<>0 /\ z = i / j | _ -> True))
let div_intrinsic i j = if j=0 then raise Division_by_zero else i / j
{ "file_name": "examples/dm4free/FStar.DM4F.Exceptions.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 12, "end_line": 100, "start_col": 0, "start_line": 98 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.DM4F.Exceptions.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
i: Prims.nat -> j: Prims.int -> FStar.DM4F.Exceptions.Exn Prims.int
FStar.DM4F.Exceptions.Exn
[]
[]
[ "Prims.nat", "Prims.int", "Prims.op_Equality", "FStar.DM4F.Exceptions.raise", "FStar.DM4F.Exceptions.Division_by_zero", "Prims.bool", "Prims.op_Division" ]
[]
false
true
false
false
false
let div_intrinsic i j =
if j = 0 then raise Division_by_zero else i / j
false
FStar.DM4F.Exceptions.fst
FStar.DM4F.Exceptions.div_extrinsic
val div_extrinsic (i: nat) (j: int) : Ex int
val div_extrinsic (i: nat) (j: int) : Ex int
let div_extrinsic (i:nat) (j:int) : Ex int = if j=0 then raise Division_by_zero else i / j
{ "file_name": "examples/dm4free/FStar.DM4F.Exceptions.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 12, "end_line": 104, "start_col": 1, "start_line": 102 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.DM4F.Exceptions.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
i: Prims.nat -> j: Prims.int -> FStar.DM4F.Exceptions.Ex Prims.int
FStar.DM4F.Exceptions.Ex
[]
[]
[ "Prims.nat", "Prims.int", "Prims.op_Equality", "FStar.DM4F.Exceptions.raise", "FStar.DM4F.Exceptions.Division_by_zero", "Prims.bool", "Prims.op_Division" ]
[]
false
true
false
false
false
let div_extrinsic (i: nat) (j: int) : Ex int =
if j = 0 then raise Division_by_zero else i / j
false
FStar.DM4F.Exceptions.fst
FStar.DM4F.Exceptions.raise_
val raise_ : a:Type -> e:exn -> Tot (EXN?.repr a (fun (_:unit) (p:EXN?.post a) -> p (Inr e)))
val raise_ : a:Type -> e:exn -> Tot (EXN?.repr a (fun (_:unit) (p:EXN?.post a) -> p (Inr e)))
let raise_ a (e:exn) (_:unit) = Inr e
{ "file_name": "examples/dm4free/FStar.DM4F.Exceptions.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 37, "end_line": 117, "start_col": 0, "start_line": 117 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.DM4F.Exceptions.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 -> e: Prims.exn -> FStar.DM4F.Exceptions._dm4f_EXN_repr a (fun _ p -> p (FStar.Pervasives.Inr e))
Prims.Tot
[ "total" ]
[]
[ "Prims.exn", "Prims.unit", "FStar.Pervasives.Inr", "FStar.Pervasives.either" ]
[]
false
false
false
false
false
let raise_ a (e: exn) (_: unit) =
Inr e
false
FStar.DM4F.Exceptions.fst
FStar.DM4F.Exceptions.raise__
val raise__ (a: Type) (e: exn) : Exn a True (fun r -> r == Inr e)
val raise__ (a: Type) (e: exn) : Exn a True (fun r -> r == Inr e)
let raise__ (a:Type) (e:exn) : Exn a True (fun r -> r == Inr e) = EXN?.reflect (raise_ a e)
{ "file_name": "examples/dm4free/FStar.DM4F.Exceptions.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 29, "end_line": 121, "start_col": 1, "start_line": 120 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.DM4F.Exceptions.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 -> e: Prims.exn -> FStar.DM4F.Exceptions.Exn a
FStar.DM4F.Exceptions.Exn
[]
[]
[ "Prims.exn", "FStar.DM4F.Exceptions.raise_", "Prims.l_True", "FStar.Pervasives.either", "Prims.eq2", "FStar.Pervasives.Inr" ]
[]
false
true
false
false
false
let raise__ (a: Type) (e: exn) : Exn a True (fun r -> r == Inr e) =
EXN?.reflect (raise_ a e)
false
Hacl.Test.SHA2.fst
Hacl.Test.SHA2.test1_expected_sha2_224
val test1_expected_sha2_224:b: lbuffer uint8 28ul {recallable b}
val test1_expected_sha2_224:b: lbuffer uint8 28ul {recallable b}
let test1_expected_sha2_224: b:lbuffer uint8 28ul{ recallable b } = [@ inline_let] let l:list uint8 = normalize_term (List.Tot.map u8 [0x23; 0x09; 0x7d; 0x22; 0x34; 0x05; 0xd8; 0x22; 0x86; 0x42; 0xa4; 0x77; 0xbd; 0xa2; 0x55; 0xb3; 0x2a; 0xad; 0xbc; 0xe4; 0xbd; 0xa0; 0xb3; 0xf7; 0xe3; 0x6c; 0x9d; 0xa7])...
{ "file_name": "code/tests/Hacl.Test.SHA2.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 19, "end_line": 71, "start_col": 0, "start_line": 63 }
module Hacl.Test.SHA2 open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.PrintBuffer open Hacl.Streaming.SHA2 open Hacl.Hash.SHA2 #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" val test_sha2: msg_len:size_t -> msg:lbuffer uint8 msg_len -> expected224:lbuffer uint8 28ul ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintBuffer.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Streaming.SHA2.fst.checked", "Hacl.Hash.SHA2.fsti.checked", "FStar.UInt32.fsti.checked", "FS...
[ { "abbrev": false, "full_module": "Hacl.Hash.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Streaming.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Lib.PrintBuffer", "short_module": null }, { "abbrev": false, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: Lib.Buffer.lbuffer_t Lib.Buffer.MUT (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) (28ul <: FStar.UInt32.t) {Lib.Buffer.recallable b}
Prims.Tot
[ "total" ]
[]
[ "Lib.Buffer.createL_mglobal", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Lib.Buffer.buffer", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Lib.Buffer.lbuffer_t", "Lib.Buffer.MUT", "FStar.UInt32.uint_to_t", "FStar.U...
[]
false
false
false
false
false
let test1_expected_sha2_224:b: lbuffer uint8 28ul {recallable b} =
[@@ inline_let ]let l:list uint8 = normalize_term (List.Tot.map u8 [ 0x23; 0x09; 0x7d; 0x22; 0x34; 0x05; 0xd8; 0x22; 0x86; 0x42; 0xa4; 0x77; 0xbd; 0xa2; 0x55; 0xb3; 0x2a; 0xad; 0xbc; 0xe4; 0xbd; 0xa0; 0xb3; 0xf7; 0xe3; 0x6c; 0x9d; 0xa7 ]) in assert_norm (List.Tot.length l == 28); c...
false
Hacl.Test.SHA2.fst
Hacl.Test.SHA2.test1_plaintext
val test1_plaintext:b: lbuffer uint8 3ul {recallable b}
val test1_plaintext:b: lbuffer uint8 3ul {recallable b}
let test1_plaintext: b:lbuffer uint8 3ul{ recallable b } = let open Lib.RawIntTypes in [@ inline_let] let l:list uint8 = normalize_term (List.Tot.map u8 [0x61; 0x62; 0x63]) in assert_norm (List.Tot.length l == 3); createL_mglobal l
{ "file_name": "code/tests/Hacl.Test.SHA2.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 19, "end_line": 61, "start_col": 0, "start_line": 54 }
module Hacl.Test.SHA2 open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.PrintBuffer open Hacl.Streaming.SHA2 open Hacl.Hash.SHA2 #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" val test_sha2: msg_len:size_t -> msg:lbuffer uint8 msg_len -> expected224:lbuffer uint8 28ul ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintBuffer.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Streaming.SHA2.fst.checked", "Hacl.Hash.SHA2.fsti.checked", "FStar.UInt32.fsti.checked", "FS...
[ { "abbrev": false, "full_module": "Hacl.Hash.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Streaming.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Lib.PrintBuffer", "short_module": null }, { "abbrev": false, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: Lib.Buffer.lbuffer_t Lib.Buffer.MUT (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) (3ul <: FStar.UInt32.t) {Lib.Buffer.recallable b}
Prims.Tot
[ "total" ]
[]
[ "Lib.Buffer.createL_mglobal", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Lib.Buffer.buffer", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Lib.Buffer.lbuffer_t", "Lib.Buffer.MUT", "FStar.UInt32.uint_to_t", "FStar.U...
[]
false
false
false
false
false
let test1_plaintext:b: lbuffer uint8 3ul {recallable b} =
let open Lib.RawIntTypes in [@@ inline_let ]let l:list uint8 = normalize_term (List.Tot.map u8 [0x61; 0x62; 0x63]) in assert_norm (List.Tot.length l == 3); createL_mglobal l
false
Hacl.Test.SHA2.fst
Hacl.Test.SHA2.u8
val u8: n:nat{n < 0x100} -> uint8
val u8: n:nat{n < 0x100} -> uint8
let u8 n = u8 n
{ "file_name": "code/tests/Hacl.Test.SHA2.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 15, "end_line": 49, "start_col": 0, "start_line": 49 }
module Hacl.Test.SHA2 open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.PrintBuffer open Hacl.Streaming.SHA2 open Hacl.Hash.SHA2 #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" val test_sha2: msg_len:size_t -> msg:lbuffer uint8 msg_len -> expected224:lbuffer uint8 28ul ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintBuffer.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Streaming.SHA2.fst.checked", "Hacl.Hash.SHA2.fsti.checked", "FStar.UInt32.fsti.checked", "FS...
[ { "abbrev": false, "full_module": "Hacl.Hash.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Streaming.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Lib.PrintBuffer", "short_module": null }, { "abbrev": false, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
n: Prims.nat{n < 0x100} -> Lib.IntTypes.uint8
Prims.Tot
[ "total" ]
[]
[ "Prims.nat", "Prims.b2t", "Prims.op_LessThan", "Lib.IntTypes.u8", "Lib.IntTypes.uint8" ]
[]
false
false
false
false
false
let u8 n =
u8 n
false
Hacl.Test.SHA2.fst
Hacl.Test.SHA2.test2_plaintext
val test2_plaintext:b: lbuffer uint8 0ul {recallable b}
val test2_plaintext:b: lbuffer uint8 0ul {recallable b}
let test2_plaintext: b:lbuffer uint8 0ul{ recallable b } = [@ inline_let] let l:list uint8 = normalize_term (List.Tot.map u8 []) in assert_norm (List.Tot.length l == 0); createL_mglobal l
{ "file_name": "code/tests/Hacl.Test.SHA2.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 19, "end_line": 115, "start_col": 0, "start_line": 109 }
module Hacl.Test.SHA2 open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.PrintBuffer open Hacl.Streaming.SHA2 open Hacl.Hash.SHA2 #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" val test_sha2: msg_len:size_t -> msg:lbuffer uint8 msg_len -> expected224:lbuffer uint8 28ul ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintBuffer.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Streaming.SHA2.fst.checked", "Hacl.Hash.SHA2.fsti.checked", "FStar.UInt32.fsti.checked", "FS...
[ { "abbrev": false, "full_module": "Hacl.Hash.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Streaming.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Lib.PrintBuffer", "short_module": null }, { "abbrev": false, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: Lib.Buffer.lbuffer_t Lib.Buffer.MUT (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) (0ul <: FStar.UInt32.t) {Lib.Buffer.recallable b}
Prims.Tot
[ "total" ]
[]
[ "Lib.Buffer.createL_mglobal", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Lib.Buffer.buffer", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Lib.Buffer.lbuffer_t", "Lib.Buffer.MUT", "FStar.UInt32.uint_to_t", "FStar.U...
[]
false
false
false
false
false
let test2_plaintext:b: lbuffer uint8 0ul {recallable b} =
[@@ inline_let ]let l:list uint8 = normalize_term (List.Tot.map u8 []) in assert_norm (List.Tot.length l == 0); createL_mglobal l
false
Hacl.Test.SHA2.fst
Hacl.Test.SHA2.test3_expected_sha2_256
val test3_expected_sha2_256:b: lbuffer uint8 32ul {recallable b}
val test3_expected_sha2_256:b: lbuffer uint8 32ul {recallable b}
let test3_expected_sha2_256: b:lbuffer uint8 32ul{ recallable b } = [@ inline_let] let l:list uint8 = normalize_term (List.Tot.map u8 [0x24; 0x8d; 0x6a; 0x61; 0xd2; 0x06; 0x38; 0xb8; 0xe5; 0xc0; 0x26; 0x93; 0x0c; 0x3e; 0x60; 0x39; 0xa3; 0x3c; 0xe4; 0x59; 0x64; 0xff; 0x21; 0x67; 0xf6; 0xec; 0xed; 0xd4; ...
{ "file_name": "code/tests/Hacl.Test.SHA2.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 19, "end_line": 193, "start_col": 0, "start_line": 185 }
module Hacl.Test.SHA2 open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.PrintBuffer open Hacl.Streaming.SHA2 open Hacl.Hash.SHA2 #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" val test_sha2: msg_len:size_t -> msg:lbuffer uint8 msg_len -> expected224:lbuffer uint8 28ul ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintBuffer.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Streaming.SHA2.fst.checked", "Hacl.Hash.SHA2.fsti.checked", "FStar.UInt32.fsti.checked", "FS...
[ { "abbrev": false, "full_module": "Hacl.Hash.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Streaming.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Lib.PrintBuffer", "short_module": null }, { "abbrev": false, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: Lib.Buffer.lbuffer_t Lib.Buffer.MUT (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) (32ul <: FStar.UInt32.t) {Lib.Buffer.recallable b}
Prims.Tot
[ "total" ]
[]
[ "Lib.Buffer.createL_mglobal", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Lib.Buffer.buffer", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Lib.Buffer.lbuffer_t", "Lib.Buffer.MUT", "FStar.UInt32.uint_to_t", "FStar.U...
[]
false
false
false
false
false
let test3_expected_sha2_256:b: lbuffer uint8 32ul {recallable b} =
[@@ inline_let ]let l:list uint8 = normalize_term (List.Tot.map u8 [ 0x24; 0x8d; 0x6a; 0x61; 0xd2; 0x06; 0x38; 0xb8; 0xe5; 0xc0; 0x26; 0x93; 0x0c; 0x3e; 0x60; 0x39; 0xa3; 0x3c; 0xe4; 0x59; 0x64; 0xff; 0x21; 0x67; 0xf6; 0xec; 0xed; 0xd4; 0x19; 0xdb; 0x06; 0xc1 ]) in assert...
false
Hacl.Test.SHA2.fst
Hacl.Test.SHA2.test2_expected_sha2_256
val test2_expected_sha2_256:b: lbuffer uint8 32ul {recallable b}
val test2_expected_sha2_256:b: lbuffer uint8 32ul {recallable b}
let test2_expected_sha2_256: b:lbuffer uint8 32ul{ recallable b } = [@ inline_let] let l:list uint8 = normalize_term (List.Tot.map u8 [0xe3; 0xb0; 0xc4; 0x42; 0x98; 0xfc; 0x1c; 0x14; 0x9a; 0xfb; 0xf4; 0xc8; 0x99; 0x6f; 0xb9; 0x24; 0x27; 0xae; 0x41; 0xe4; 0x64; 0x9b; 0x93; 0x4c; 0xa4; 0x95; 0x99; 0x1b; ...
{ "file_name": "code/tests/Hacl.Test.SHA2.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 19, "end_line": 135, "start_col": 0, "start_line": 127 }
module Hacl.Test.SHA2 open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.PrintBuffer open Hacl.Streaming.SHA2 open Hacl.Hash.SHA2 #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" val test_sha2: msg_len:size_t -> msg:lbuffer uint8 msg_len -> expected224:lbuffer uint8 28ul ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintBuffer.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Streaming.SHA2.fst.checked", "Hacl.Hash.SHA2.fsti.checked", "FStar.UInt32.fsti.checked", "FS...
[ { "abbrev": false, "full_module": "Hacl.Hash.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Streaming.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Lib.PrintBuffer", "short_module": null }, { "abbrev": false, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: Lib.Buffer.lbuffer_t Lib.Buffer.MUT (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) (32ul <: FStar.UInt32.t) {Lib.Buffer.recallable b}
Prims.Tot
[ "total" ]
[]
[ "Lib.Buffer.createL_mglobal", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Lib.Buffer.buffer", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Lib.Buffer.lbuffer_t", "Lib.Buffer.MUT", "FStar.UInt32.uint_to_t", "FStar.U...
[]
false
false
false
false
false
let test2_expected_sha2_256:b: lbuffer uint8 32ul {recallable b} =
[@@ inline_let ]let l:list uint8 = normalize_term (List.Tot.map u8 [ 0xe3; 0xb0; 0xc4; 0x42; 0x98; 0xfc; 0x1c; 0x14; 0x9a; 0xfb; 0xf4; 0xc8; 0x99; 0x6f; 0xb9; 0x24; 0x27; 0xae; 0x41; 0xe4; 0x64; 0x9b; 0x93; 0x4c; 0xa4; 0x95; 0x99; 0x1b; 0x78; 0x52; 0xb8; 0x55 ]) in assert...
false
Hacl.Test.SHA2.fst
Hacl.Test.SHA2.test1_expected_sha2_384
val test1_expected_sha2_384:b: lbuffer uint8 48ul {recallable b}
val test1_expected_sha2_384:b: lbuffer uint8 48ul {recallable b}
let test1_expected_sha2_384: b:lbuffer uint8 48ul{ recallable b } = [@ inline_let] let l:list uint8 = normalize_term (List.Tot.map u8 [0xcb; 0x00; 0x75; 0x3f; 0x45; 0xa3; 0x5e; 0x8b; 0xb5; 0xa0; 0x3d; 0x69; 0x9a; 0xc6; 0x50; 0x07; 0x27; 0x2c; 0x32; 0xab; 0x0e; 0xde; 0xd1; 0x63; 0x1a; 0x8b; 0x60; 0x5a; ...
{ "file_name": "code/tests/Hacl.Test.SHA2.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 19, "end_line": 92, "start_col": 0, "start_line": 83 }
module Hacl.Test.SHA2 open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.PrintBuffer open Hacl.Streaming.SHA2 open Hacl.Hash.SHA2 #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" val test_sha2: msg_len:size_t -> msg:lbuffer uint8 msg_len -> expected224:lbuffer uint8 28ul ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintBuffer.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Streaming.SHA2.fst.checked", "Hacl.Hash.SHA2.fsti.checked", "FStar.UInt32.fsti.checked", "FS...
[ { "abbrev": false, "full_module": "Hacl.Hash.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Streaming.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Lib.PrintBuffer", "short_module": null }, { "abbrev": false, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: Lib.Buffer.lbuffer_t Lib.Buffer.MUT (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) (48ul <: FStar.UInt32.t) {Lib.Buffer.recallable b}
Prims.Tot
[ "total" ]
[]
[ "Lib.Buffer.createL_mglobal", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Lib.Buffer.buffer", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Lib.Buffer.lbuffer_t", "Lib.Buffer.MUT", "FStar.UInt32.uint_to_t", "FStar.U...
[]
false
false
false
false
false
let test1_expected_sha2_384:b: lbuffer uint8 48ul {recallable b} =
[@@ inline_let ]let l:list uint8 = normalize_term (List.Tot.map u8 [ 0xcb; 0x00; 0x75; 0x3f; 0x45; 0xa3; 0x5e; 0x8b; 0xb5; 0xa0; 0x3d; 0x69; 0x9a; 0xc6; 0x50; 0x07; 0x27; 0x2c; 0x32; 0xab; 0x0e; 0xde; 0xd1; 0x63; 0x1a; 0x8b; 0x60; 0x5a; 0x43; 0xff; 0x5b; 0xed; 0x80; 0x86; 0x07; 0...
false
Hacl.Test.SHA2.fst
Hacl.Test.SHA2.test3_plaintext
val test3_plaintext:b: lbuffer uint8 56ul {recallable b}
val test3_plaintext:b: lbuffer uint8 56ul {recallable b}
let test3_plaintext: b:lbuffer uint8 56ul{ recallable b } = [@ inline_let] let l:list uint8 = normalize_term (List.Tot.map u8 [0x61; 0x62; 0x63; 0x64; 0x62; 0x63; 0x64; 0x65; 0x63; 0x64; 0x65; 0x66; 0x64; 0x65; 0x66; 0x67; 0x65; 0x66; 0x67; 0x68; 0x66; 0x67; 0x68; 0x69; 0x67; 0x68; 0x69; 0x6a; 0x68; 0x...
{ "file_name": "code/tests/Hacl.Test.SHA2.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 19, "end_line": 173, "start_col": 0, "start_line": 163 }
module Hacl.Test.SHA2 open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.PrintBuffer open Hacl.Streaming.SHA2 open Hacl.Hash.SHA2 #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" val test_sha2: msg_len:size_t -> msg:lbuffer uint8 msg_len -> expected224:lbuffer uint8 28ul ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintBuffer.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Streaming.SHA2.fst.checked", "Hacl.Hash.SHA2.fsti.checked", "FStar.UInt32.fsti.checked", "FS...
[ { "abbrev": false, "full_module": "Hacl.Hash.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Streaming.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Lib.PrintBuffer", "short_module": null }, { "abbrev": false, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: Lib.Buffer.lbuffer_t Lib.Buffer.MUT (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) (56ul <: FStar.UInt32.t) {Lib.Buffer.recallable b}
Prims.Tot
[ "total" ]
[]
[ "Lib.Buffer.createL_mglobal", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Lib.Buffer.buffer", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Lib.Buffer.lbuffer_t", "Lib.Buffer.MUT", "FStar.UInt32.uint_to_t", "FStar.U...
[]
false
false
false
false
false
let test3_plaintext:b: lbuffer uint8 56ul {recallable b} =
[@@ inline_let ]let l:list uint8 = normalize_term (List.Tot.map u8 [ 0x61; 0x62; 0x63; 0x64; 0x62; 0x63; 0x64; 0x65; 0x63; 0x64; 0x65; 0x66; 0x64; 0x65; 0x66; 0x67; 0x65; 0x66; 0x67; 0x68; 0x66; 0x67; 0x68; 0x69; 0x67; 0x68; 0x69; 0x6a; 0x68; 0x69; 0x6a; 0x6b; 0x69; 0x6a; 0x6b; 0...
false
Hacl.Test.SHA2.fst
Hacl.Test.SHA2.test1_expected_sha2_512
val test1_expected_sha2_512:b: lbuffer uint8 64ul {recallable b}
val test1_expected_sha2_512:b: lbuffer uint8 64ul {recallable b}
let test1_expected_sha2_512: b:lbuffer uint8 64ul{ recallable b } = [@ inline_let] let l:list uint8 = normalize_term (List.Tot.map u8 [0xdd; 0xaf; 0x35; 0xa1; 0x93; 0x61; 0x7a; 0xba; 0xcc; 0x41; 0x73; 0x49; 0xae; 0x20; 0x41; 0x31; 0x12; 0xe6; 0xfa; 0x4e; 0x89; 0xa9; 0x7e; 0xa2; 0x0a; 0x9e; 0xee; 0xe6; ...
{ "file_name": "code/tests/Hacl.Test.SHA2.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 19, "end_line": 104, "start_col": 0, "start_line": 94 }
module Hacl.Test.SHA2 open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.PrintBuffer open Hacl.Streaming.SHA2 open Hacl.Hash.SHA2 #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" val test_sha2: msg_len:size_t -> msg:lbuffer uint8 msg_len -> expected224:lbuffer uint8 28ul ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintBuffer.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Streaming.SHA2.fst.checked", "Hacl.Hash.SHA2.fsti.checked", "FStar.UInt32.fsti.checked", "FS...
[ { "abbrev": false, "full_module": "Hacl.Hash.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Streaming.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Lib.PrintBuffer", "short_module": null }, { "abbrev": false, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: Lib.Buffer.lbuffer_t Lib.Buffer.MUT (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) (64ul <: FStar.UInt32.t) {Lib.Buffer.recallable b}
Prims.Tot
[ "total" ]
[]
[ "Lib.Buffer.createL_mglobal", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Lib.Buffer.buffer", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Lib.Buffer.lbuffer_t", "Lib.Buffer.MUT", "FStar.UInt32.uint_to_t", "FStar.U...
[]
false
false
false
false
false
let test1_expected_sha2_512:b: lbuffer uint8 64ul {recallable b} =
[@@ inline_let ]let l:list uint8 = normalize_term (List.Tot.map u8 [ 0xdd; 0xaf; 0x35; 0xa1; 0x93; 0x61; 0x7a; 0xba; 0xcc; 0x41; 0x73; 0x49; 0xae; 0x20; 0x41; 0x31; 0x12; 0xe6; 0xfa; 0x4e; 0x89; 0xa9; 0x7e; 0xa2; 0x0a; 0x9e; 0xee; 0xe6; 0x4b; 0x55; 0xd3; 0x9a; 0x21; 0x92; 0x99; 0...
false
Hacl.Test.SHA2.fst
Hacl.Test.SHA2.test2_expected_sha2_384
val test2_expected_sha2_384:b: lbuffer uint8 48ul {recallable b}
val test2_expected_sha2_384:b: lbuffer uint8 48ul {recallable b}
let test2_expected_sha2_384: b:lbuffer uint8 48ul{ recallable b } = [@ inline_let] let l:list uint8 = normalize_term (List.Tot.map u8 [0x38; 0xb0; 0x60; 0xa7; 0x51; 0xac; 0x96; 0x38; 0x4c; 0xd9; 0x32; 0x7e; 0xb1; 0xb1; 0xe3; 0x6a; 0x21; 0xfd; 0xb7; 0x11; 0x14; 0xbe; 0x07; 0x43; 0x4c; 0x0c; 0xc7; 0xbf; ...
{ "file_name": "code/tests/Hacl.Test.SHA2.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 19, "end_line": 146, "start_col": 0, "start_line": 137 }
module Hacl.Test.SHA2 open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.PrintBuffer open Hacl.Streaming.SHA2 open Hacl.Hash.SHA2 #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" val test_sha2: msg_len:size_t -> msg:lbuffer uint8 msg_len -> expected224:lbuffer uint8 28ul ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintBuffer.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Streaming.SHA2.fst.checked", "Hacl.Hash.SHA2.fsti.checked", "FStar.UInt32.fsti.checked", "FS...
[ { "abbrev": false, "full_module": "Hacl.Hash.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Streaming.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Lib.PrintBuffer", "short_module": null }, { "abbrev": false, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: Lib.Buffer.lbuffer_t Lib.Buffer.MUT (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) (48ul <: FStar.UInt32.t) {Lib.Buffer.recallable b}
Prims.Tot
[ "total" ]
[]
[ "Lib.Buffer.createL_mglobal", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Lib.Buffer.buffer", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Lib.Buffer.lbuffer_t", "Lib.Buffer.MUT", "FStar.UInt32.uint_to_t", "FStar.U...
[]
false
false
false
false
false
let test2_expected_sha2_384:b: lbuffer uint8 48ul {recallable b} =
[@@ inline_let ]let l:list uint8 = normalize_term (List.Tot.map u8 [ 0x38; 0xb0; 0x60; 0xa7; 0x51; 0xac; 0x96; 0x38; 0x4c; 0xd9; 0x32; 0x7e; 0xb1; 0xb1; 0xe3; 0x6a; 0x21; 0xfd; 0xb7; 0x11; 0x14; 0xbe; 0x07; 0x43; 0x4c; 0x0c; 0xc7; 0xbf; 0x63; 0xf6; 0xe1; 0xda; 0x27; 0x4e; 0xde; 0...
false
Hacl.Test.SHA2.fst
Hacl.Test.SHA2.test3_expected_sha2_224
val test3_expected_sha2_224:b: lbuffer uint8 28ul {recallable b}
val test3_expected_sha2_224:b: lbuffer uint8 28ul {recallable b}
let test3_expected_sha2_224: b:lbuffer uint8 28ul{ recallable b } = [@ inline_let] let l:list uint8 = normalize_term (List.Tot.map u8 [0x75; 0x38; 0x8b; 0x16; 0x51; 0x27; 0x76; 0xcc; 0x5d; 0xba; 0x5d; 0xa1; 0xfd; 0x89; 0x01; 0x50; 0xb0; 0xc6; 0x45; 0x5c; 0xb4; 0xf5; 0x8b; 0x19; 0x52; 0x52; 0x25; 0x25])...
{ "file_name": "code/tests/Hacl.Test.SHA2.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 19, "end_line": 183, "start_col": 0, "start_line": 175 }
module Hacl.Test.SHA2 open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.PrintBuffer open Hacl.Streaming.SHA2 open Hacl.Hash.SHA2 #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" val test_sha2: msg_len:size_t -> msg:lbuffer uint8 msg_len -> expected224:lbuffer uint8 28ul ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintBuffer.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Streaming.SHA2.fst.checked", "Hacl.Hash.SHA2.fsti.checked", "FStar.UInt32.fsti.checked", "FS...
[ { "abbrev": false, "full_module": "Hacl.Hash.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Streaming.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Lib.PrintBuffer", "short_module": null }, { "abbrev": false, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: Lib.Buffer.lbuffer_t Lib.Buffer.MUT (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) (28ul <: FStar.UInt32.t) {Lib.Buffer.recallable b}
Prims.Tot
[ "total" ]
[]
[ "Lib.Buffer.createL_mglobal", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Lib.Buffer.buffer", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Lib.Buffer.lbuffer_t", "Lib.Buffer.MUT", "FStar.UInt32.uint_to_t", "FStar.U...
[]
false
false
false
false
false
let test3_expected_sha2_224:b: lbuffer uint8 28ul {recallable b} =
[@@ inline_let ]let l:list uint8 = normalize_term (List.Tot.map u8 [ 0x75; 0x38; 0x8b; 0x16; 0x51; 0x27; 0x76; 0xcc; 0x5d; 0xba; 0x5d; 0xa1; 0xfd; 0x89; 0x01; 0x50; 0xb0; 0xc6; 0x45; 0x5c; 0xb4; 0xf5; 0x8b; 0x19; 0x52; 0x52; 0x25; 0x25 ]) in assert_norm (List.Tot.length l == 28); c...
false
Hacl.Test.SHA2.fst
Hacl.Test.SHA2.test2_expected_sha2_224
val test2_expected_sha2_224:b: lbuffer uint8 28ul {recallable b}
val test2_expected_sha2_224:b: lbuffer uint8 28ul {recallable b}
let test2_expected_sha2_224: b:lbuffer uint8 28ul{ recallable b } = [@ inline_let] let l:list uint8 = normalize_term (List.Tot.map u8 [0xd1; 0x4a; 0x02; 0x8c; 0x2a; 0x3a; 0x2b; 0xc9; 0x47; 0x61; 0x02; 0xbb; 0x28; 0x82; 0x34; 0xc4; 0x15; 0xa2; 0xb0; 0x1f; 0x82; 0x8e; 0xa6; 0x2a; 0xc5; 0xb3; 0xe4; 0x2f])...
{ "file_name": "code/tests/Hacl.Test.SHA2.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 19, "end_line": 125, "start_col": 0, "start_line": 117 }
module Hacl.Test.SHA2 open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.PrintBuffer open Hacl.Streaming.SHA2 open Hacl.Hash.SHA2 #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" val test_sha2: msg_len:size_t -> msg:lbuffer uint8 msg_len -> expected224:lbuffer uint8 28ul ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintBuffer.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Streaming.SHA2.fst.checked", "Hacl.Hash.SHA2.fsti.checked", "FStar.UInt32.fsti.checked", "FS...
[ { "abbrev": false, "full_module": "Hacl.Hash.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Streaming.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Lib.PrintBuffer", "short_module": null }, { "abbrev": false, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: Lib.Buffer.lbuffer_t Lib.Buffer.MUT (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) (28ul <: FStar.UInt32.t) {Lib.Buffer.recallable b}
Prims.Tot
[ "total" ]
[]
[ "Lib.Buffer.createL_mglobal", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Lib.Buffer.buffer", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Lib.Buffer.lbuffer_t", "Lib.Buffer.MUT", "FStar.UInt32.uint_to_t", "FStar.U...
[]
false
false
false
false
false
let test2_expected_sha2_224:b: lbuffer uint8 28ul {recallable b} =
[@@ inline_let ]let l:list uint8 = normalize_term (List.Tot.map u8 [ 0xd1; 0x4a; 0x02; 0x8c; 0x2a; 0x3a; 0x2b; 0xc9; 0x47; 0x61; 0x02; 0xbb; 0x28; 0x82; 0x34; 0xc4; 0x15; 0xa2; 0xb0; 0x1f; 0x82; 0x8e; 0xa6; 0x2a; 0xc5; 0xb3; 0xe4; 0x2f ]) in assert_norm (List.Tot.length l == 28); c...
false
Steel.Semantics.Hoare.MST.fst
Steel.Semantics.Hoare.MST.associative
val associative : equals: (_: a -> _: a -> Prims.prop) -> f: (_: a -> _: a -> a) -> Prims.logical
let associative #a (equals: a -> a -> prop) (f: a -> a -> a)= forall x y z. f x (f y z) `equals` f (f x y) z
{ "file_name": "lib/steel/Steel.Semantics.Hoare.MST.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 36, "end_line": 69, "start_col": 0, "start_line": 67 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.Effect.fsti.checked", "FStar.Tactics.fst.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.NMSTTotal.fst.checked", "FStar.NMST.fst.checked...
[ { "abbrev": false, "full_module": "FStar.NMST", "short_module": null }, { "abbrev": false, "full_module": "FStar.Tactics", "short_module": null }, { "abbrev": true, "full_module": "FStar.Preorder", "short_module": "P" }, { "abbrev": false, "full_module": "Stee...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "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
equals: (_: a -> _: a -> Prims.prop) -> f: (_: a -> _: a -> a) -> Prims.logical
Prims.Tot
[ "total" ]
[]
[ "Prims.prop", "Prims.l_Forall", "Prims.logical" ]
[]
false
false
false
true
true
let associative #a (equals: (a -> a -> prop)) (f: (a -> a -> a)) =
forall x y z. (f x (f y z)) `equals` (f (f x y) z)
false
Steel.Semantics.Hoare.MST.fst
Steel.Semantics.Hoare.MST.symmetry
val symmetry : equals: (_: a -> _: a -> Prims.prop) -> Prims.logical
let symmetry #a (equals: a -> a -> prop) = forall x y. {:pattern (x `equals` y)} x `equals` y ==> y `equals` x
{ "file_name": "lib/steel/Steel.Semantics.Hoare.MST.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 33, "end_line": 62, "start_col": 0, "start_line": 60 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.Effect.fsti.checked", "FStar.Tactics.fst.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.NMSTTotal.fst.checked", "FStar.NMST.fst.checked...
[ { "abbrev": false, "full_module": "FStar.NMST", "short_module": null }, { "abbrev": false, "full_module": "FStar.Tactics", "short_module": null }, { "abbrev": true, "full_module": "FStar.Preorder", "short_module": "P" }, { "abbrev": false, "full_module": "Stee...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "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
equals: (_: a -> _: a -> Prims.prop) -> Prims.logical
Prims.Tot
[ "total" ]
[]
[ "Prims.prop", "Prims.l_Forall", "Prims.l_imp", "Prims.logical" ]
[]
false
false
false
true
true
let symmetry #a (equals: (a -> a -> prop)) =
forall x y. {:pattern (x `equals` y)} x `equals` y ==> y `equals` x
false
Hacl.Test.SHA2.fst
Hacl.Test.SHA2.test2_expected_sha2_512
val test2_expected_sha2_512:b: lbuffer uint8 64ul {recallable b}
val test2_expected_sha2_512:b: lbuffer uint8 64ul {recallable b}
let test2_expected_sha2_512: b:lbuffer uint8 64ul{ recallable b } = [@ inline_let] let l:list uint8 = normalize_term (List.Tot.map u8 [0xcf; 0x83; 0xe1; 0x35; 0x7e; 0xef; 0xb8; 0xbd; 0xf1; 0x54; 0x28; 0x50; 0xd6; 0x6d; 0x80; 0x07; 0xd6; 0x20; 0xe4; 0x05; 0x0b; 0x57; 0x15; 0xdc; 0x83; 0xf4; 0xa9; 0x21; ...
{ "file_name": "code/tests/Hacl.Test.SHA2.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 19, "end_line": 158, "start_col": 0, "start_line": 148 }
module Hacl.Test.SHA2 open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.PrintBuffer open Hacl.Streaming.SHA2 open Hacl.Hash.SHA2 #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" val test_sha2: msg_len:size_t -> msg:lbuffer uint8 msg_len -> expected224:lbuffer uint8 28ul ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintBuffer.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Streaming.SHA2.fst.checked", "Hacl.Hash.SHA2.fsti.checked", "FStar.UInt32.fsti.checked", "FS...
[ { "abbrev": false, "full_module": "Hacl.Hash.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Streaming.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Lib.PrintBuffer", "short_module": null }, { "abbrev": false, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: Lib.Buffer.lbuffer_t Lib.Buffer.MUT (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) (64ul <: FStar.UInt32.t) {Lib.Buffer.recallable b}
Prims.Tot
[ "total" ]
[]
[ "Lib.Buffer.createL_mglobal", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Lib.Buffer.buffer", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Lib.Buffer.lbuffer_t", "Lib.Buffer.MUT", "FStar.UInt32.uint_to_t", "FStar.U...
[]
false
false
false
false
false
let test2_expected_sha2_512:b: lbuffer uint8 64ul {recallable b} =
[@@ inline_let ]let l:list uint8 = normalize_term (List.Tot.map u8 [ 0xcf; 0x83; 0xe1; 0x35; 0x7e; 0xef; 0xb8; 0xbd; 0xf1; 0x54; 0x28; 0x50; 0xd6; 0x6d; 0x80; 0x07; 0xd6; 0x20; 0xe4; 0x05; 0x0b; 0x57; 0x15; 0xdc; 0x83; 0xf4; 0xa9; 0x21; 0xd3; 0x6c; 0xe9; 0xce; 0x47; 0xd0; 0xd1; 0...
false
Steel.Semantics.Hoare.MST.fst
Steel.Semantics.Hoare.MST.transitive
val transitive : equals: (_: a -> _: a -> Prims.prop) -> Prims.logical
let transitive #a (equals:a -> a -> prop) = forall x y z. x `equals` y /\ y `equals` z ==> x `equals` z
{ "file_name": "lib/steel/Steel.Semantics.Hoare.MST.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 61, "end_line": 65, "start_col": 0, "start_line": 64 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.Effect.fsti.checked", "FStar.Tactics.fst.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.NMSTTotal.fst.checked", "FStar.NMST.fst.checked...
[ { "abbrev": false, "full_module": "FStar.NMST", "short_module": null }, { "abbrev": false, "full_module": "FStar.Tactics", "short_module": null }, { "abbrev": true, "full_module": "FStar.Preorder", "short_module": "P" }, { "abbrev": false, "full_module": "Stee...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "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
equals: (_: a -> _: a -> Prims.prop) -> Prims.logical
Prims.Tot
[ "total" ]
[]
[ "Prims.prop", "Prims.l_Forall", "Prims.l_imp", "Prims.l_and", "Prims.logical" ]
[]
false
false
false
true
true
let transitive #a (equals: (a -> a -> prop)) =
forall x y z. x `equals` y /\ y `equals` z ==> x `equals` z
false
Steel.Semantics.Hoare.MST.fst
Steel.Semantics.Hoare.MST.commutative
val commutative : equals: (_: a -> _: a -> Prims.prop) -> f: (_: a -> _: a -> a) -> Prims.logical
let commutative #a (equals: a -> a -> prop) (f: a -> a -> a) = forall x y.{:pattern f x y} f x y `equals` f y x
{ "file_name": "lib/steel/Steel.Semantics.Hoare.MST.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 24, "end_line": 73, "start_col": 0, "start_line": 71 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.Effect.fsti.checked", "FStar.Tactics.fst.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.NMSTTotal.fst.checked", "FStar.NMST.fst.checked...
[ { "abbrev": false, "full_module": "FStar.NMST", "short_module": null }, { "abbrev": false, "full_module": "FStar.Tactics", "short_module": null }, { "abbrev": true, "full_module": "FStar.Preorder", "short_module": "P" }, { "abbrev": false, "full_module": "Stee...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "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
equals: (_: a -> _: a -> Prims.prop) -> f: (_: a -> _: a -> a) -> Prims.logical
Prims.Tot
[ "total" ]
[]
[ "Prims.prop", "Prims.l_Forall", "Prims.logical" ]
[]
false
false
false
true
true
let commutative #a (equals: (a -> a -> prop)) (f: (a -> a -> a)) =
forall x y. {:pattern f x y} (f x y) `equals` (f y x)
false
Steel.Semantics.Hoare.MST.fst
Steel.Semantics.Hoare.MST.fp_heap_0
val fp_heap_0 : interp: (_: hprop -> _: heap -> Prims.prop) -> pre: hprop -> Type
let fp_heap_0 (#heap:Type) (#hprop:Type) (interp:hprop -> heap -> prop) (pre:hprop) = h:heap{interp pre h}
{ "file_name": "lib/steel/Steel.Semantics.Hoare.MST.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 22, "end_line": 89, "start_col": 0, "start_line": 83 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.Effect.fsti.checked", "FStar.Tactics.fst.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.NMSTTotal.fst.checked", "FStar.NMST.fst.checked...
[ { "abbrev": false, "full_module": "FStar.NMST", "short_module": null }, { "abbrev": false, "full_module": "FStar.Tactics", "short_module": null }, { "abbrev": true, "full_module": "FStar.Preorder", "short_module": "P" }, { "abbrev": false, "full_module": "Stee...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "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
interp: (_: hprop -> _: heap -> Prims.prop) -> pre: hprop -> Type
Prims.Tot
[ "total" ]
[]
[ "Prims.prop" ]
[]
false
false
false
true
true
let fp_heap_0 (#heap #hprop: Type) (interp: (hprop -> heap -> prop)) (pre: hprop) =
h: heap{interp pre h}
false
Steel.Semantics.Hoare.MST.fst
Steel.Semantics.Hoare.MST.is_unit
val is_unit : x: a -> equals: (_: a -> _: a -> Prims.prop) -> f: (_: a -> _: a -> a) -> Prims.logical
let is_unit #a (x:a) (equals: a -> a -> prop) (f:a -> a -> a) = forall y. {:pattern f x y \/ f y x} f x y `equals` y /\ f y x `equals` y
{ "file_name": "lib/steel/Steel.Semantics.Hoare.MST.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 20, "end_line": 78, "start_col": 0, "start_line": 75 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.Effect.fsti.checked", "FStar.Tactics.fst.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.NMSTTotal.fst.checked", "FStar.NMST.fst.checked...
[ { "abbrev": false, "full_module": "FStar.NMST", "short_module": null }, { "abbrev": false, "full_module": "FStar.Tactics", "short_module": null }, { "abbrev": true, "full_module": "FStar.Preorder", "short_module": "P" }, { "abbrev": false, "full_module": "Stee...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "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 -> equals: (_: a -> _: a -> Prims.prop) -> f: (_: a -> _: a -> a) -> Prims.logical
Prims.Tot
[ "total" ]
[]
[ "Prims.prop", "Prims.l_Forall", "Prims.l_and", "Prims.logical" ]
[]
false
false
false
true
true
let is_unit #a (x: a) (equals: (a -> a -> prop)) (f: (a -> a -> a)) =
forall y. {:pattern f x y\/f y x} (f x y) `equals` y /\ (f y x) `equals` y
false
Steel.Semantics.Hoare.MST.fst
Steel.Semantics.Hoare.MST.equals_ext
val equals_ext : equals: (_: a -> _: a -> Prims.prop) -> f: (_: a -> _: a -> a) -> Prims.logical
let equals_ext #a (equals:a -> a -> prop) (f:a -> a -> a) = forall x1 x2 y. x1 `equals` x2 ==> f x1 y `equals` f x2 y
{ "file_name": "lib/steel/Steel.Semantics.Hoare.MST.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 59, "end_line": 81, "start_col": 0, "start_line": 80 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.Effect.fsti.checked", "FStar.Tactics.fst.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.NMSTTotal.fst.checked", "FStar.NMST.fst.checked...
[ { "abbrev": false, "full_module": "FStar.NMST", "short_module": null }, { "abbrev": false, "full_module": "FStar.Tactics", "short_module": null }, { "abbrev": true, "full_module": "FStar.Preorder", "short_module": "P" }, { "abbrev": false, "full_module": "Stee...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "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
equals: (_: a -> _: a -> Prims.prop) -> f: (_: a -> _: a -> a) -> Prims.logical
Prims.Tot
[ "total" ]
[]
[ "Prims.prop", "Prims.l_Forall", "Prims.l_imp", "Prims.logical" ]
[]
false
false
false
true
true
let equals_ext #a (equals: (a -> a -> prop)) (f: (a -> a -> a)) =
forall x1 x2 y. x1 `equals` x2 ==> (f x1 y) `equals` (f x2 y)
false
Hacl.Test.SHA2.fst
Hacl.Test.SHA2.test4_expected_sha2_224
val test4_expected_sha2_224:b: lbuffer uint8 28ul {recallable b}
val test4_expected_sha2_224:b: lbuffer uint8 28ul {recallable b}
let test4_expected_sha2_224: b:lbuffer uint8 28ul{ recallable b } = [@ inline_let] let l:list uint8 = normalize_term (List.Tot.map u8 [0xc9; 0x7c; 0xa9; 0xa5; 0x59; 0x85; 0x0c; 0xe9; 0x7a; 0x04; 0xa9; 0x6d; 0xef; 0x6d; 0x99; 0xa9; 0xe0; 0xe0; 0xe2; 0xab; 0x14; 0xe6; 0xb8; 0xdf; 0x26; 0x5f; 0xc0; 0xb3])...
{ "file_name": "code/tests/Hacl.Test.SHA2.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 19, "end_line": 244, "start_col": 0, "start_line": 236 }
module Hacl.Test.SHA2 open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.PrintBuffer open Hacl.Streaming.SHA2 open Hacl.Hash.SHA2 #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" val test_sha2: msg_len:size_t -> msg:lbuffer uint8 msg_len -> expected224:lbuffer uint8 28ul ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintBuffer.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Streaming.SHA2.fst.checked", "Hacl.Hash.SHA2.fsti.checked", "FStar.UInt32.fsti.checked", "FS...
[ { "abbrev": false, "full_module": "Hacl.Hash.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Streaming.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Lib.PrintBuffer", "short_module": null }, { "abbrev": false, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: Lib.Buffer.lbuffer_t Lib.Buffer.MUT (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) (28ul <: FStar.UInt32.t) {Lib.Buffer.recallable b}
Prims.Tot
[ "total" ]
[]
[ "Lib.Buffer.createL_mglobal", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Lib.Buffer.buffer", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Lib.Buffer.lbuffer_t", "Lib.Buffer.MUT", "FStar.UInt32.uint_to_t", "FStar.U...
[]
false
false
false
false
false
let test4_expected_sha2_224:b: lbuffer uint8 28ul {recallable b} =
[@@ inline_let ]let l:list uint8 = normalize_term (List.Tot.map u8 [ 0xc9; 0x7c; 0xa9; 0xa5; 0x59; 0x85; 0x0c; 0xe9; 0x7a; 0x04; 0xa9; 0x6d; 0xef; 0x6d; 0x99; 0xa9; 0xe0; 0xe0; 0xe2; 0xab; 0x14; 0xe6; 0xb8; 0xdf; 0x26; 0x5f; 0xc0; 0xb3 ]) in assert_norm (List.Tot.length l == 28); c...
false
Steel.Semantics.Hoare.MST.fst
Steel.Semantics.Hoare.MST.depends_only_on_0
val depends_only_on_0 : interp: (_: hprop -> _: heap -> Prims.prop) -> disjoint: (_: heap -> _: heap -> Prims.prop) -> join: (h0: heap -> h1: heap{disjoint h0 h1} -> heap) -> q: (_: heap -> Prims.prop) -> fp: hprop -> Prims.logical
let depends_only_on_0 (#heap:Type) (#hprop:Type) (interp:hprop -> heap -> prop) (disjoint: heap -> heap -> prop) (join: (h0:heap -> h1:heap{disjoint h0 h1} -> heap)) (q:heap -> prop) (fp: hprop) = forall (h0:fp_heap_0 interp fp) (h1:heap{disjoint h0 h1}). q h0 <==> q (join h0 h...
{ "file_name": "lib/steel/Steel.Semantics.Hoare.MST.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 85, "end_line": 99, "start_col": 0, "start_line": 91 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.Effect.fsti.checked", "FStar.Tactics.fst.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.NMSTTotal.fst.checked", "FStar.NMST.fst.checked...
[ { "abbrev": false, "full_module": "FStar.NMST", "short_module": null }, { "abbrev": false, "full_module": "FStar.Tactics", "short_module": null }, { "abbrev": true, "full_module": "FStar.Preorder", "short_module": "P" }, { "abbrev": false, "full_module": "Stee...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "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
interp: (_: hprop -> _: heap -> Prims.prop) -> disjoint: (_: heap -> _: heap -> Prims.prop) -> join: (h0: heap -> h1: heap{disjoint h0 h1} -> heap) -> q: (_: heap -> Prims.prop) -> fp: hprop -> Prims.logical
Prims.Tot
[ "total" ]
[]
[ "Prims.prop", "Prims.l_Forall", "Steel.Semantics.Hoare.MST.fp_heap_0", "Prims.l_iff", "Prims.logical" ]
[]
false
false
false
false
true
let depends_only_on_0 (#heap #hprop: Type) (interp: (hprop -> heap -> prop)) (disjoint: (heap -> heap -> prop)) (join: (h0: heap -> h1: heap{disjoint h0 h1} -> heap)) (q: (heap -> prop)) (fp: hprop) =
forall (h0: fp_heap_0 interp fp) (h1: heap{disjoint h0 h1}). q h0 <==> q (join h0 h1)
false
Hacl.Test.SHA2.fst
Hacl.Test.SHA2.test1_expected_sha2_256
val test1_expected_sha2_256:b: lbuffer uint8 32ul {recallable b}
val test1_expected_sha2_256:b: lbuffer uint8 32ul {recallable b}
let test1_expected_sha2_256: b:lbuffer uint8 32ul{ recallable b } = [@ inline_let] let l:list uint8 = normalize_term (List.Tot.map u8 [0xba; 0x78; 0x16; 0xbf; 0x8f; 0x01; 0xcf; 0xea; 0x41; 0x41; 0x40; 0xde; 0x5d; 0xae; 0x22; 0x23; 0xb0; 0x03; 0x61; 0xa3; 0x96; 0x17; 0x7a; 0x9c; 0xb4; 0x10; 0xff; 0x61; ...
{ "file_name": "code/tests/Hacl.Test.SHA2.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 19, "end_line": 81, "start_col": 0, "start_line": 73 }
module Hacl.Test.SHA2 open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.PrintBuffer open Hacl.Streaming.SHA2 open Hacl.Hash.SHA2 #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" val test_sha2: msg_len:size_t -> msg:lbuffer uint8 msg_len -> expected224:lbuffer uint8 28ul ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintBuffer.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Streaming.SHA2.fst.checked", "Hacl.Hash.SHA2.fsti.checked", "FStar.UInt32.fsti.checked", "FS...
[ { "abbrev": false, "full_module": "Hacl.Hash.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Streaming.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Lib.PrintBuffer", "short_module": null }, { "abbrev": false, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: Lib.Buffer.lbuffer_t Lib.Buffer.MUT (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) (32ul <: FStar.UInt32.t) {Lib.Buffer.recallable b}
Prims.Tot
[ "total" ]
[]
[ "Lib.Buffer.createL_mglobal", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Lib.Buffer.buffer", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Lib.Buffer.lbuffer_t", "Lib.Buffer.MUT", "FStar.UInt32.uint_to_t", "FStar.U...
[]
false
false
false
false
false
let test1_expected_sha2_256:b: lbuffer uint8 32ul {recallable b} =
[@@ inline_let ]let l:list uint8 = normalize_term (List.Tot.map u8 [ 0xba; 0x78; 0x16; 0xbf; 0x8f; 0x01; 0xcf; 0xea; 0x41; 0x41; 0x40; 0xde; 0x5d; 0xae; 0x22; 0x23; 0xb0; 0x03; 0x61; 0xa3; 0x96; 0x17; 0x7a; 0x9c; 0xb4; 0x10; 0xff; 0x61; 0xf2; 0x00; 0x15; 0xad ]) in assert...
false
Steel.Semantics.Hoare.MST.fst
Steel.Semantics.Hoare.MST.disjoint_sym
val disjoint_sym : st: Steel.Semantics.Hoare.MST.st0 -> Prims.logical
let disjoint_sym (st:st0) = forall h0 h1. st.disjoint h0 h1 <==> st.disjoint h1 h0
{ "file_name": "lib/steel/Steel.Semantics.Hoare.MST.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 56, "end_line": 136, "start_col": 0, "start_line": 135 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.Effect.fsti.checked", "FStar.Tactics.fst.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.NMSTTotal.fst.checked", "FStar.NMST.fst.checked...
[ { "abbrev": false, "full_module": "FStar.NMST", "short_module": null }, { "abbrev": false, "full_module": "FStar.Tactics", "short_module": null }, { "abbrev": true, "full_module": "FStar.Preorder", "short_module": "P" }, { "abbrev": false, "full_module": "Stee...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "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
st: Steel.Semantics.Hoare.MST.st0 -> Prims.logical
Prims.Tot
[ "total" ]
[]
[ "Steel.Semantics.Hoare.MST.st0", "Prims.l_Forall", "Steel.Semantics.Hoare.MST.__proj__Mkst0__item__mem", "Prims.l_iff", "Steel.Semantics.Hoare.MST.__proj__Mkst0__item__disjoint", "Prims.logical" ]
[]
false
false
false
true
true
let disjoint_sym (st: st0) =
forall h0 h1. st.disjoint h0 h1 <==> st.disjoint h1 h0
false
Steel.Semantics.Hoare.MST.fst
Steel.Semantics.Hoare.MST.interp_extensionality
val interp_extensionality : equals: (_: r -> _: r -> Prims.prop) -> f: (_: r -> _: s -> Prims.prop) -> Prims.logical
let interp_extensionality #r #s (equals:r -> r -> prop) (f:r -> s -> prop) = forall x y h. {:pattern equals x y; f x h} equals x y /\ f x h ==> f y h
{ "file_name": "lib/steel/Steel.Semantics.Hoare.MST.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 74, "end_line": 161, "start_col": 0, "start_line": 160 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.Effect.fsti.checked", "FStar.Tactics.fst.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.NMSTTotal.fst.checked", "FStar.NMST.fst.checked...
[ { "abbrev": false, "full_module": "FStar.NMST", "short_module": null }, { "abbrev": false, "full_module": "FStar.Tactics", "short_module": null }, { "abbrev": true, "full_module": "FStar.Preorder", "short_module": "P" }, { "abbrev": false, "full_module": "Stee...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "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
equals: (_: r -> _: r -> Prims.prop) -> f: (_: r -> _: s -> Prims.prop) -> Prims.logical
Prims.Tot
[ "total" ]
[]
[ "Prims.prop", "Prims.l_Forall", "Prims.l_imp", "Prims.l_and", "Prims.logical" ]
[]
false
false
false
true
true
let interp_extensionality #r #s (equals: (r -> r -> prop)) (f: (r -> s -> prop)) =
forall x y h. {:pattern equals x y; f x h} equals x y /\ f x h ==> f y h
false
Steel.Semantics.Hoare.MST.fst
Steel.Semantics.Hoare.MST.fp_prop_0
val fp_prop_0 : interp: (_: hprop -> _: heap -> Prims.prop) -> disjoint: (_: heap -> _: heap -> Prims.prop) -> join: (h0: heap -> h1: heap{disjoint h0 h1} -> heap) -> fp: hprop -> Type
let fp_prop_0 (#heap:Type) (#hprop:Type) (interp:hprop -> heap -> prop) (disjoint: heap -> heap -> prop) (join: (h0:heap -> h1:heap{disjoint h0 h1} -> heap)) (fp:hprop) = p:(heap -> prop){p `(depends_only_on_0 interp disjoint join)` fp}
{ "file_name": "lib/steel/Steel.Semantics.Hoare.MST.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 67, "end_line": 109, "start_col": 0, "start_line": 101 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.Effect.fsti.checked", "FStar.Tactics.fst.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.NMSTTotal.fst.checked", "FStar.NMST.fst.checked...
[ { "abbrev": false, "full_module": "FStar.NMST", "short_module": null }, { "abbrev": false, "full_module": "FStar.Tactics", "short_module": null }, { "abbrev": true, "full_module": "FStar.Preorder", "short_module": "P" }, { "abbrev": false, "full_module": "Stee...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "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
interp: (_: hprop -> _: heap -> Prims.prop) -> disjoint: (_: heap -> _: heap -> Prims.prop) -> join: (h0: heap -> h1: heap{disjoint h0 h1} -> heap) -> fp: hprop -> Type
Prims.Tot
[ "total" ]
[]
[ "Prims.prop", "Steel.Semantics.Hoare.MST.depends_only_on_0" ]
[]
false
false
false
false
true
let fp_prop_0 (#heap #hprop: Type) (interp: (hprop -> heap -> prop)) (disjoint: (heap -> heap -> prop)) (join: (h0: heap -> h1: heap{disjoint h0 h1} -> heap)) (fp: hprop) =
p: (heap -> prop){p `(depends_only_on_0 interp disjoint join)` fp}
false
Steel.Semantics.Hoare.MST.fst
Steel.Semantics.Hoare.MST.fp_prop
val fp_prop : fp: Mkst0?.hprop st -> Type
let fp_prop (#st:st0) (fp:st.hprop) = fp_prop_0 st.interp st.disjoint st.join fp
{ "file_name": "lib/steel/Steel.Semantics.Hoare.MST.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 44, "end_line": 173, "start_col": 0, "start_line": 172 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.Effect.fsti.checked", "FStar.Tactics.fst.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.NMSTTotal.fst.checked", "FStar.NMST.fst.checked...
[ { "abbrev": false, "full_module": "FStar.NMST", "short_module": null }, { "abbrev": false, "full_module": "FStar.Tactics", "short_module": null }, { "abbrev": true, "full_module": "FStar.Preorder", "short_module": "P" }, { "abbrev": false, "full_module": "Stee...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "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
fp: Mkst0?.hprop st -> Type
Prims.Tot
[ "total" ]
[]
[ "Steel.Semantics.Hoare.MST.st0", "Steel.Semantics.Hoare.MST.__proj__Mkst0__item__hprop", "Steel.Semantics.Hoare.MST.fp_prop_0", "Steel.Semantics.Hoare.MST.__proj__Mkst0__item__mem", "Steel.Semantics.Hoare.MST.__proj__Mkst0__item__interp", "Steel.Semantics.Hoare.MST.__proj__Mkst0__item__disjoint", "Steel...
[]
false
false
false
false
true
let fp_prop (#st: st0) (fp: st.hprop) =
fp_prop_0 st.interp st.disjoint st.join fp
false
Steel.Semantics.Hoare.MST.fst
Steel.Semantics.Hoare.MST.st
val st : Type
let st = s:st0 { st_laws s }
{ "file_name": "lib/steel/Steel.Semantics.Hoare.MST.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 28, "end_line": 201, "start_col": 0, "start_line": 201 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.Effect.fsti.checked", "FStar.Tactics.fst.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.NMSTTotal.fst.checked", "FStar.NMST.fst.checked...
[ { "abbrev": false, "full_module": "FStar.NMST", "short_module": null }, { "abbrev": false, "full_module": "FStar.Tactics", "short_module": null }, { "abbrev": true, "full_module": "FStar.Preorder", "short_module": "P" }, { "abbrev": false, "full_module": "Stee...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "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
Type
Prims.Tot
[ "total" ]
[]
[ "Steel.Semantics.Hoare.MST.st0", "Steel.Semantics.Hoare.MST.st_laws" ]
[]
false
false
false
true
true
let st =
s: st0{st_laws s}
false
Hacl.Test.SHA2.fst
Hacl.Test.SHA2.test4_expected_sha2_256
val test4_expected_sha2_256:b: lbuffer uint8 32ul {recallable b}
val test4_expected_sha2_256:b: lbuffer uint8 32ul {recallable b}
let test4_expected_sha2_256: b:lbuffer uint8 32ul{ recallable b } = [@ inline_let] let l:list uint8 = normalize_term (List.Tot.map u8 [0xcf; 0x5b; 0x16; 0xa7; 0x78; 0xaf; 0x83; 0x80; 0x03; 0x6c; 0xe5; 0x9e; 0x7b; 0x04; 0x92; 0x37; 0x0b; 0x24; 0x9b; 0x11; 0xe8; 0xf0; 0x7a; 0x51; 0xaf; 0xac; 0x45; 0x03; ...
{ "file_name": "code/tests/Hacl.Test.SHA2.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 19, "end_line": 254, "start_col": 0, "start_line": 246 }
module Hacl.Test.SHA2 open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.PrintBuffer open Hacl.Streaming.SHA2 open Hacl.Hash.SHA2 #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" val test_sha2: msg_len:size_t -> msg:lbuffer uint8 msg_len -> expected224:lbuffer uint8 28ul ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintBuffer.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Streaming.SHA2.fst.checked", "Hacl.Hash.SHA2.fsti.checked", "FStar.UInt32.fsti.checked", "FS...
[ { "abbrev": false, "full_module": "Hacl.Hash.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Streaming.SHA2", "short_module": null }, { "abbrev": false, "full_module": "Lib.PrintBuffer", "short_module": null }, { "abbrev": false, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: Lib.Buffer.lbuffer_t Lib.Buffer.MUT (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) (32ul <: FStar.UInt32.t) {Lib.Buffer.recallable b}
Prims.Tot
[ "total" ]
[]
[ "Lib.Buffer.createL_mglobal", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Lib.Buffer.buffer", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Lib.Buffer.lbuffer_t", "Lib.Buffer.MUT", "FStar.UInt32.uint_to_t", "FStar.U...
[]
false
false
false
false
false
let test4_expected_sha2_256:b: lbuffer uint8 32ul {recallable b} =
[@@ inline_let ]let l:list uint8 = normalize_term (List.Tot.map u8 [ 0xcf; 0x5b; 0x16; 0xa7; 0x78; 0xaf; 0x83; 0x80; 0x03; 0x6c; 0xe5; 0x9e; 0x7b; 0x04; 0x92; 0x37; 0x0b; 0x24; 0x9b; 0x11; 0xe8; 0xf0; 0x7a; 0x51; 0xaf; 0xac; 0x45; 0x03; 0x7a; 0xfe; 0xe9; 0xd1 ]) in assert...
false
Steel.Semantics.Hoare.MST.fst
Steel.Semantics.Hoare.MST.depends_only_on
val depends_only_on : q: (_: Mkst0?.mem st -> Prims.prop) -> fp: Mkst0?.hprop st -> Prims.logical
let depends_only_on (#st:st0) (q:st.mem -> prop) (fp: st.hprop) = depends_only_on_0 st.interp st.disjoint st.join q fp
{ "file_name": "lib/steel/Steel.Semantics.Hoare.MST.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 54, "end_line": 170, "start_col": 0, "start_line": 169 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.Effect.fsti.checked", "FStar.Tactics.fst.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.NMSTTotal.fst.checked", "FStar.NMST.fst.checked...
[ { "abbrev": false, "full_module": "FStar.NMST", "short_module": null }, { "abbrev": false, "full_module": "FStar.Tactics", "short_module": null }, { "abbrev": true, "full_module": "FStar.Preorder", "short_module": "P" }, { "abbrev": false, "full_module": "Stee...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
q: (_: Mkst0?.mem st -> Prims.prop) -> fp: Mkst0?.hprop st -> Prims.logical
Prims.Tot
[ "total" ]
[]
[ "Steel.Semantics.Hoare.MST.st0", "Steel.Semantics.Hoare.MST.__proj__Mkst0__item__mem", "Prims.prop", "Steel.Semantics.Hoare.MST.__proj__Mkst0__item__hprop", "Steel.Semantics.Hoare.MST.depends_only_on_0", "Steel.Semantics.Hoare.MST.__proj__Mkst0__item__interp", "Steel.Semantics.Hoare.MST.__proj__Mkst0__i...
[]
false
false
false
false
true
let depends_only_on (#st: st0) (q: (st.mem -> prop)) (fp: st.hprop) =
depends_only_on_0 st.interp st.disjoint st.join q fp
false
Steel.Semantics.Hoare.MST.fst
Steel.Semantics.Hoare.MST.affine
val affine : st: Steel.Semantics.Hoare.MST.st0 -> Prims.logical
let affine (st:st0) = forall r0 r1 s. {:pattern (st.interp (r0 `st.star` r1) s) } st.interp (r0 `st.star` r1) s ==> st.interp r0 s
{ "file_name": "lib/steel/Steel.Semantics.Hoare.MST.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 52, "end_line": 165, "start_col": 0, "start_line": 163 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.Effect.fsti.checked", "FStar.Tactics.fst.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.NMSTTotal.fst.checked", "FStar.NMST.fst.checked...
[ { "abbrev": false, "full_module": "FStar.NMST", "short_module": null }, { "abbrev": false, "full_module": "FStar.Tactics", "short_module": null }, { "abbrev": true, "full_module": "FStar.Preorder", "short_module": "P" }, { "abbrev": false, "full_module": "Stee...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "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
st: Steel.Semantics.Hoare.MST.st0 -> Prims.logical
Prims.Tot
[ "total" ]
[]
[ "Steel.Semantics.Hoare.MST.st0", "Prims.l_Forall", "Steel.Semantics.Hoare.MST.__proj__Mkst0__item__hprop", "Steel.Semantics.Hoare.MST.__proj__Mkst0__item__mem", "Prims.l_imp", "Steel.Semantics.Hoare.MST.__proj__Mkst0__item__interp", "Steel.Semantics.Hoare.MST.__proj__Mkst0__item__star", "Prims.logical...
[]
false
false
false
true
true
let affine (st: st0) =
forall r0 r1 s. {:pattern (st.interp (r0 `st.star` r1) s)} st.interp (r0 `st.star` r1) s ==> st.interp r0 s
false
Hacl.HPKE.Interface.HKDF.fst
Hacl.HPKE.Interface.HKDF.hkdf_extract256
val hkdf_extract256:HK.extract_st Hash.SHA2_256
val hkdf_extract256:HK.extract_st Hash.SHA2_256
let hkdf_extract256 : HK.extract_st Hash.SHA2_256 = Hacl.HKDF.extract_sha2_256
{ "file_name": "code/hpke/Hacl.HPKE.Interface.HKDF.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 78, "end_line": 26, "start_col": 0, "start_line": 26 }
module Hacl.HPKE.Interface.HKDF module S = Spec.Agile.HPKE module HK = Hacl.HKDF module Hash = Spec.Agile.Hash [@ Meta.Attribute.specialize ] noextract assume val hkdf_extract: #cs:S.ciphersuite -> HK.extract_st (S.hash_of_cs cs) [@ Meta.Attribute.specialize ] noextract assume val hkdf_expand: #cs:S.ciphersuite -> H...
{ "checked_file": "/", "dependencies": [ "Spec.Agile.HPKE.fsti.checked", "Spec.Agile.Hash.fsti.checked", "prims.fst.checked", "Meta.Attribute.fst.checked", "Hacl.HKDF.fsti.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Hacl.HPKE.Interface.HKDF.fst...
[ { "abbrev": true, "full_module": "Spec.Agile.Hash", "short_module": "Hash" }, { "abbrev": true, "full_module": "Hacl.HKDF", "short_module": "HK" }, { "abbrev": true, "full_module": "Spec.Agile.HPKE", "short_module": "S" }, { "abbrev": false, "full_module": "Ha...
{ "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
Hacl.HKDF.extract_st Spec.Hash.Definitions.SHA2_256
Prims.Tot
[ "total" ]
[]
[ "Hacl.HKDF.extract_sha2_256" ]
[]
false
false
false
true
false
let hkdf_extract256:HK.extract_st Hash.SHA2_256 =
Hacl.HKDF.extract_sha2_256
false
Steel.Semantics.Hoare.MST.fst
Steel.Semantics.Hoare.MST.depends_only_on_0_2
val depends_only_on_0_2 : interp: (_: hprop -> _: heap -> Prims.prop) -> disjoint: (_: heap -> _: heap -> Prims.prop) -> join: (h0: heap -> h1: heap{disjoint h0 h1} -> heap) -> q: (_: heap -> _: a -> _: heap -> Prims.prop) -> fp_pre: hprop -> fp_post: (_: a -> hprop) -> Prims.logical
let depends_only_on_0_2 (#a:Type) (#heap:Type) (#hprop:Type) (interp:hprop -> heap -> prop) (disjoint:heap -> heap -> prop) (join:(h0:heap -> h1:heap{disjoint h0 h1} -> heap)) (q:heap -> a -> heap -> prop) (fp_pre:hprop) (fp_post:a -> hprop) = //can join any disjoint heap ...
{ "file_name": "lib/steel/Steel.Semantics.Hoare.MST.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 53, "end_line": 248, "start_col": 0, "start_line": 234 }
(* 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": [ "prims.fst.checked", "FStar.Tactics.Effect.fsti.checked", "FStar.Tactics.fst.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.NMSTTotal.fst.checked", "FStar.NMST.fst.checked...
[ { "abbrev": false, "full_module": "FStar.NMST", "short_module": null }, { "abbrev": false, "full_module": "FStar.Tactics", "short_module": null }, { "abbrev": true, "full_module": "FStar.Preorder", "short_module": "P" }, { "abbrev": false, "full_module": "Stee...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "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
interp: (_: hprop -> _: heap -> Prims.prop) -> disjoint: (_: heap -> _: heap -> Prims.prop) -> join: (h0: heap -> h1: heap{disjoint h0 h1} -> heap) -> q: (_: heap -> _: a -> _: heap -> Prims.prop) -> fp_pre: hprop -> fp_post: (_: a -> hprop) -> Prims.logical
Prims.Tot
[ "total" ]
[]
[ "Prims.prop", "Prims.l_and", "Prims.l_Forall", "Steel.Semantics.Hoare.MST.fp_heap_0", "Prims.l_iff", "Prims.logical" ]
[]
false
false
false
false
true
let depends_only_on_0_2 (#a #heap #hprop: Type) (interp: (hprop -> heap -> prop)) (disjoint: (heap -> heap -> prop)) (join: (h0: heap -> h1: heap{disjoint h0 h1} -> heap)) (q: (heap -> a -> heap -> prop)) (fp_pre: hprop) (fp_post: (a -> hprop)) =
(forall x (h_pre: fp_heap_0 interp fp_pre) h_post (h: heap{disjoint h_pre h}). q h_pre x h_post <==> q (join h_pre h) x h_post) /\ (forall x h_pre (h_post: fp_heap_0 interp (fp_post x)) (h: heap{disjoint h_post h}). q h_pre x h_post <==> q h_pre x (join h_post h))
false