effect
stringclasses
48 values
original_source_type
stringlengths
0
23k
opens_and_abbrevs
listlengths
2
92
isa_cross_project_example
bool
1 class
source_definition
stringlengths
9
57.9k
partial_definition
stringlengths
7
23.3k
is_div
bool
2 classes
is_type
null
is_proof
bool
2 classes
completed_definiton
stringlengths
1
250k
dependencies
dict
effect_flags
listlengths
0
2
ideal_premises
listlengths
0
236
mutual_with
listlengths
0
11
file_context
stringlengths
0
407k
interleaved
bool
1 class
is_simply_typed
bool
2 classes
file_name
stringlengths
5
48
vconfig
dict
is_simple_lemma
null
source_type
stringlengths
10
23k
proof_features
listlengths
0
1
name
stringlengths
8
95
source
dict
verbose_type
stringlengths
1
7.42k
source_range
dict
Prims.Tot
[ { "abbrev": false, "full_module": "Vale.X64.Machine_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Lib.Seqs_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words.Four_s", "short_module": null }, { "abbrev": false, "...
false
let valid_layout_data_buffer (t:base_typ) (b:buffer t) (layout:vale_heap_layout_inner) (hid:heaplet_id) (write:bool) = exists (n:nat).{:pattern (Seq.index layout.vl_buffers n)} n < Seq.length layout.vl_buffers /\ ( let bi = Seq.index layout.vl_buffers n in t == bi.bi_typ /\ b == bi.bi_buffer /\ (write...
let valid_layout_data_buffer (t: base_typ) (b: buffer t) (layout: vale_heap_layout_inner) (hid: heaplet_id) (write: bool) =
false
null
false
exists (n: nat). {:pattern (Seq.index layout.vl_buffers n)} n < Seq.length layout.vl_buffers /\ (let bi = Seq.index layout.vl_buffers n in t == bi.bi_typ /\ b == bi.bi_buffer /\ (write ==> bi.bi_mutable == Mutable) /\ hid == bi.bi_heaplet)
{ "checked_file": "Vale.PPC64LE.Memory.fst.checked", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.Lib.Seqs_s.fst.checked", "Vale.Lib.BufferViewHelpers.fst.checked", "Vale.Interop.Views.fsti.checked", "Vale.Interop.Types.fst.checked", "Vale.Interop.Base.fst.checked", "Vale.In...
[ "total" ]
[ "Vale.Arch.HeapTypes_s.base_typ", "Vale.PPC64LE.Memory.buffer", "Vale.Arch.HeapImpl.vale_heap_layout_inner", "Vale.Arch.HeapImpl.heaplet_id", "Prims.bool", "Prims.l_Exists", "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_LessThan", "FStar.Seq.Base.length", "Vale.Arch.HeapImpl.buffer_info",...
[]
module Vale.PPC64LE.Memory include Vale.Interop.Types friend Vale.Arch.Heap open Vale.Def.Opaque_s open Vale.Arch.HeapImpl open Vale.Arch.Heap open Vale.Interop.Base module IB = Vale.Interop.Base module I = Vale.Interop module HS = FStar.HyperStack module HST = FStar.HyperStack.ST module MB = LowStar.Monotonic.Buffer m...
false
false
Vale.PPC64LE.Memory.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 1, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val valid_layout_data_buffer : t: Vale.Arch.HeapTypes_s.base_typ -> b: Vale.PPC64LE.Memory.buffer t -> layout: Vale.Arch.HeapImpl.vale_heap_layout_inner -> hid: Vale.Arch.HeapImpl.heaplet_id -> write: Prims.bool -> Prims.logical
[]
Vale.PPC64LE.Memory.valid_layout_data_buffer
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Memory.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
t: Vale.Arch.HeapTypes_s.base_typ -> b: Vale.PPC64LE.Memory.buffer t -> layout: Vale.Arch.HeapImpl.vale_heap_layout_inner -> hid: Vale.Arch.HeapImpl.heaplet_id -> write: Prims.bool -> Prims.logical
{ "end_col": 25, "end_line": 685, "start_col": 2, "start_line": 680 }
Prims.Tot
[ { "abbrev": false, "full_module": "Lib.IntTypes", "short_module": null }, { "abbrev": true, "full_module": "Lib.UpdateMulti", "short_module": "UpdateMulti" }, { "abbrev": true, "full_module": "Lib.LoopCombinators", "short_module": "Loops" }, { "abbrev": false, ...
false
let suffix (a: keccak_alg) = if is_shake a then byte 0x1f else byte 0x06
let suffix (a: keccak_alg) =
false
null
false
if is_shake a then byte 0x1f else byte 0x06
{ "checked_file": "Spec.SHA3.Incremental.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "Spec.Hash.Lemmas.fsti.checked", "Spec.Hash.Incremental.Definitions.fst.checked", "Spec.Hash.Definitions.fst.checked", "Spec.Agile.Hash.fst.checked", "Spec.Agile.Hash.fst.checked", "prims.fs...
[ "total" ]
[ "Spec.Hash.Definitions.keccak_alg", "Spec.Hash.Definitions.is_shake", "Lib.IntTypes.byte", "Prims.bool", "Lib.IntTypes.byte_t", "Prims.l_or", "Prims.eq2", "Prims.int", "Lib.IntTypes.range", "Lib.IntTypes.U8", "Prims.l_and", "Prims.b2t", "Prims.op_GreaterThanOrEqual", "Prims.op_LessThan", ...
[]
module Spec.SHA3.Incremental module S = FStar.Seq open Spec.Agile.Hash open Spec.Hash.Definitions open Spec.Hash.Incremental.Definitions open Spec.Hash.Lemmas friend Spec.Agile.Hash open FStar.Mul module Loops = Lib.LoopCombinators module UpdateMulti = Lib.UpdateMulti open Lib.IntTypes #set-options "--fuel 0 --if...
false
false
Spec.SHA3.Incremental.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val suffix : a: Spec.Hash.Definitions.keccak_alg -> b: Lib.IntTypes.byte_t{Lib.IntTypes.v b == 0x1f \/ Lib.IntTypes.v b == 0x06}
[]
Spec.SHA3.Incremental.suffix
{ "file_name": "specs/lemmas/Spec.SHA3.Incremental.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.keccak_alg -> b: Lib.IntTypes.byte_t{Lib.IntTypes.v b == 0x1f \/ Lib.IntTypes.v b == 0x06}
{ "end_col": 72, "end_line": 43, "start_col": 29, "start_line": 43 }
FStar.Pervasives.Lemma
val update_is_update_multi (a: keccak_alg) (inp: bytes{S.length inp == block_length a}) (s: words_state a) : Lemma (Spec.SHA3.absorb_inner (rate a / 8) inp s == update_multi a s () inp)
[ { "abbrev": false, "full_module": "Lib.IntTypes", "short_module": null }, { "abbrev": true, "full_module": "Lib.UpdateMulti", "short_module": "UpdateMulti" }, { "abbrev": true, "full_module": "Lib.LoopCombinators", "short_module": "Loops" }, { "abbrev": false, ...
false
let update_is_update_multi (a:keccak_alg) (inp:bytes{S.length inp == block_length a}) (s:words_state a) : Lemma (Spec.SHA3.absorb_inner (rate a/8) inp s == update_multi a s () inp) = let rateInBytes = rate a/8 in let f = Spec.SHA3.absorb_inner rateInBytes in let bs = block_length a in let f' = Lib.Seque...
val update_is_update_multi (a: keccak_alg) (inp: bytes{S.length inp == block_length a}) (s: words_state a) : Lemma (Spec.SHA3.absorb_inner (rate a / 8) inp s == update_multi a s () inp) let update_is_update_multi (a: keccak_alg) (inp: bytes{S.length inp == block_length a}) (s: wo...
false
null
true
let rateInBytes = rate a / 8 in let f = Spec.SHA3.absorb_inner rateInBytes in let bs = block_length a in let f' = Lib.Sequence.repeat_blocks_f bs inp f 1 in assert (bs == rateInBytes); calc ( == ) { update_multi a s () inp; ( == ) { () } Lib.Sequence.repeat_blocks_multi #_ #(words_state a) rateInBytes inp f s; ...
{ "checked_file": "Spec.SHA3.Incremental.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "Spec.Hash.Lemmas.fsti.checked", "Spec.Hash.Incremental.Definitions.fst.checked", "Spec.Hash.Definitions.fst.checked", "Spec.Agile.Hash.fst.checked", "Spec.Agile.Hash.fst.checked", "prims.fs...
[ "lemma" ]
[ "Spec.Hash.Definitions.keccak_alg", "Spec.Hash.Definitions.bytes", "Prims.eq2", "Prims.int", "Prims.l_or", "Prims.b2t", "Prims.op_GreaterThanOrEqual", "Prims.op_disEquality", "FStar.Seq.Base.length", "Lib.IntTypes.uint8", "Spec.Hash.Definitions.block_length", "Spec.Hash.Definitions.words_state...
[]
module Spec.SHA3.Incremental module S = FStar.Seq open Spec.Agile.Hash open Spec.Hash.Definitions open Spec.Hash.Incremental.Definitions open Spec.Hash.Lemmas friend Spec.Agile.Hash open FStar.Mul module Loops = Lib.LoopCombinators module UpdateMulti = Lib.UpdateMulti open Lib.IntTypes #set-options "--fuel 0 --if...
false
false
Spec.SHA3.Incremental.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val update_is_update_multi (a: keccak_alg) (inp: bytes{S.length inp == block_length a}) (s: words_state a) : Lemma (Spec.SHA3.absorb_inner (rate a / 8) inp s == update_multi a s () inp)
[]
Spec.SHA3.Incremental.update_is_update_multi
{ "file_name": "specs/lemmas/Spec.SHA3.Incremental.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.keccak_alg -> inp: Spec.Hash.Definitions.bytes{FStar.Seq.Base.length inp == Spec.Hash.Definitions.block_length a} -> s: Spec.Hash.Definitions.words_state a -> FStar.Pervasives.Lemma (ensures Spec.SHA3.absorb_inner (Spec.Hash.Definitions.rate a / 8) inp s == ...
{ "end_col": 5, "end_line": 41, "start_col": 3, "start_line": 22 }
FStar.Pervasives.Lemma
val sha3_is_incremental (a: keccak_alg) (input: bytes) (l: output_length a): Lemma (hash_incremental a input l `S.equal` hash' a input l)
[ { "abbrev": false, "full_module": "Lib.IntTypes", "short_module": null }, { "abbrev": true, "full_module": "Lib.UpdateMulti", "short_module": "UpdateMulti" }, { "abbrev": true, "full_module": "Lib.LoopCombinators", "short_module": "Loops" }, { "abbrev": false, ...
false
let sha3_is_incremental (a: keccak_alg) (input: bytes) (out_length: output_length a): Lemma (hash_incremental a input out_length `S.equal` hash' a input out_length) = calc (S.equal) { hash_incremental a input out_length; (S.equal) { sha3_is_incremental1 a input out_length } ( let s = Lib.Sequence.crea...
val sha3_is_incremental (a: keccak_alg) (input: bytes) (l: output_length a): Lemma (hash_incremental a input l `S.equal` hash' a input l) let sha3_is_incremental (a: keccak_alg) (input: bytes) (out_length: output_length a) : Lemma ((hash_incremental a input out_length) `S.equal` (hash' a input out_length)) =
false
null
true
calc (S.equal) { hash_incremental a input out_length; (S.equal) { sha3_is_incremental1 a input out_length } (let s = Lib.Sequence.create 25 (u64 0) in let rateInBytes = rate a / 8 in let delimitedSuffix = suffix a in let bs, l = UpdateMulti.split_at_last rateInBytes input in let s = update_multi a...
{ "checked_file": "Spec.SHA3.Incremental.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "Spec.Hash.Lemmas.fsti.checked", "Spec.Hash.Incremental.Definitions.fst.checked", "Spec.Hash.Definitions.fst.checked", "Spec.Agile.Hash.fst.checked", "Spec.Agile.Hash.fst.checked", "prims.fs...
[ "lemma" ]
[ "Spec.Hash.Definitions.keccak_alg", "Spec.Hash.Definitions.bytes", "Spec.Hash.Definitions.output_length", "FStar.Calc.calc_finish", "FStar.Seq.Base.seq", "Lib.IntTypes.uint_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "FStar.Seq.Base.equal", "Spec.Hash.Incremental.Definitions.hash_incremental", "S...
[]
module Spec.SHA3.Incremental module S = FStar.Seq open Spec.Agile.Hash open Spec.Hash.Definitions open Spec.Hash.Incremental.Definitions open Spec.Hash.Lemmas friend Spec.Agile.Hash open FStar.Mul module Loops = Lib.LoopCombinators module UpdateMulti = Lib.UpdateMulti open Lib.IntTypes #set-options "--fuel 0 --if...
false
false
Spec.SHA3.Incremental.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val sha3_is_incremental (a: keccak_alg) (input: bytes) (l: output_length a): Lemma (hash_incremental a input l `S.equal` hash' a input l)
[]
Spec.SHA3.Incremental.sha3_is_incremental
{ "file_name": "specs/lemmas/Spec.SHA3.Incremental.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.keccak_alg -> input: Spec.Hash.Definitions.bytes -> l: Spec.Hash.Definitions.output_length a -> FStar.Pervasives.Lemma (ensures FStar.Seq.Base.equal (Spec.Hash.Incremental.Definitions.hash_incremental a input l) (Spec.Agile.Hash.hash' a input l))
{ "end_col": 3, "end_line": 232, "start_col": 2, "start_line": 220 }
FStar.Pervasives.Lemma
val sha3_is_incremental2 (a: keccak_alg) (input: bytes) (out_length: output_length a) : Lemma ((hash' a input out_length) `S.equal` (let s = Lib.Sequence.create 25 (u64 0) in let rateInBytes = rate a / 8 in let delimitedSuffix = suffix a in let bs, l = UpdateMulti.split_at_la...
[ { "abbrev": false, "full_module": "Lib.IntTypes", "short_module": null }, { "abbrev": true, "full_module": "Lib.UpdateMulti", "short_module": "UpdateMulti" }, { "abbrev": true, "full_module": "Lib.LoopCombinators", "short_module": "Loops" }, { "abbrev": false, ...
false
let sha3_is_incremental2 (a: keccak_alg) (input: bytes) (out_length: output_length a): Lemma (hash' a input out_length `S.equal` ( let s = Lib.Sequence.create 25 (u64 0) in let rateInBytes = rate a / 8 in let delimitedSuffix = suffix a in let bs, l = UpdateMulti.split_at_last rateInBytes input in ...
val sha3_is_incremental2 (a: keccak_alg) (input: bytes) (out_length: output_length a) : Lemma ((hash' a input out_length) `S.equal` (let s = Lib.Sequence.create 25 (u64 0) in let rateInBytes = rate a / 8 in let delimitedSuffix = suffix a in let bs, l = UpdateMulti.split_at_la...
false
null
true
let rateInBytes = rate a / 8 in let delimitedSuffix = suffix a in let nb = S.length input / block_length a in let s = Lib.Sequence.create 25 (u64 0) in let bs, l = UpdateMulti.split_at_last rateInBytes input in assert (S.length bs / block_length a == nb); let f = Spec.SHA3.absorb_inner rateInBytes in calc ( == ) { ha...
{ "checked_file": "Spec.SHA3.Incremental.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "Spec.Hash.Lemmas.fsti.checked", "Spec.Hash.Incremental.Definitions.fst.checked", "Spec.Hash.Definitions.fst.checked", "Spec.Agile.Hash.fst.checked", "Spec.Agile.Hash.fst.checked", "prims.fs...
[ "lemma" ]
[ "Spec.Hash.Definitions.keccak_alg", "Spec.Hash.Definitions.bytes", "Spec.Hash.Definitions.output_length", "FStar.Seq.Base.seq", "Lib.UpdateMulti.uint8", "FStar.Calc.calc_finish", "Lib.ByteSequence.lbytes", "Spec.Hash.Definitions.hash_length'", "Prims.eq2", "Spec.Agile.Hash.hash'", "Spec.SHA3.squ...
[]
module Spec.SHA3.Incremental module S = FStar.Seq open Spec.Agile.Hash open Spec.Hash.Definitions open Spec.Hash.Incremental.Definitions open Spec.Hash.Lemmas friend Spec.Agile.Hash open FStar.Mul module Loops = Lib.LoopCombinators module UpdateMulti = Lib.UpdateMulti open Lib.IntTypes #set-options "--fuel 0 --if...
false
false
Spec.SHA3.Incremental.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val sha3_is_incremental2 (a: keccak_alg) (input: bytes) (out_length: output_length a) : Lemma ((hash' a input out_length) `S.equal` (let s = Lib.Sequence.create 25 (u64 0) in let rateInBytes = rate a / 8 in let delimitedSuffix = suffix a in let bs, l = UpdateMulti.split_at_la...
[]
Spec.SHA3.Incremental.sha3_is_incremental2
{ "file_name": "specs/lemmas/Spec.SHA3.Incremental.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.keccak_alg -> input: Spec.Hash.Definitions.bytes -> out_length: Spec.Hash.Definitions.output_length a -> FStar.Pervasives.Lemma (ensures FStar.Seq.Base.equal (Spec.Agile.Hash.hash' a input out_length) (let s = Lib.Sequence.create 25 (Lib.IntTypes.u64 0) in ...
{ "end_col": 5, "end_line": 213, "start_col": 1, "start_line": 183 }
FStar.Pervasives.Lemma
val sha3_is_incremental1 (a: keccak_alg) (input: bytes) (out_length: output_length a): Lemma (hash_incremental a input out_length `S.equal` ( let s = Lib.Sequence.create 25 (u64 0) in let rateInBytes = rate a / 8 in let delimitedSuffix = suffix a in let bs, l = UpdateMulti.split_at_last rateInBytes ...
[ { "abbrev": false, "full_module": "Lib.IntTypes", "short_module": null }, { "abbrev": true, "full_module": "Lib.UpdateMulti", "short_module": "UpdateMulti" }, { "abbrev": true, "full_module": "Lib.LoopCombinators", "short_module": "Loops" }, { "abbrev": false, ...
false
let sha3_is_incremental1 a input out_length = calc (==) { hash_incremental a input out_length; (==) { } (let s = init a in let bs, l = split_blocks a input in let s = update_multi a s () bs in let s = update_last a s () l in finish a s out_length); (==) { } ...
val sha3_is_incremental1 (a: keccak_alg) (input: bytes) (out_length: output_length a): Lemma (hash_incremental a input out_length `S.equal` ( let s = Lib.Sequence.create 25 (u64 0) in let rateInBytes = rate a / 8 in let delimitedSuffix = suffix a in let bs, l = UpdateMulti.split_at_last rateInBytes ...
false
null
true
calc ( == ) { hash_incremental a input out_length; ( == ) { () } (let s = init a in let bs, l = split_blocks a input in let s = update_multi a s () bs in let s = update_last a s () l in finish a s out_length); ( == ) { () } (let s = Lib.Sequence.create 25 (u64 0) in let rateInBytes = rate ...
{ "checked_file": "Spec.SHA3.Incremental.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "Spec.Hash.Lemmas.fsti.checked", "Spec.Hash.Incremental.Definitions.fst.checked", "Spec.Hash.Definitions.fst.checked", "Spec.Agile.Hash.fst.checked", "Spec.Agile.Hash.fst.checked", "prims.fs...
[ "lemma" ]
[ "Spec.Hash.Definitions.keccak_alg", "Spec.Hash.Definitions.bytes", "Spec.Hash.Definitions.output_length", "FStar.Calc.calc_finish", "FStar.Seq.Base.seq", "Lib.IntTypes.uint8", "FStar.Seq.Base.equal", "Lib.UpdateMulti.uint8", "Prims.op_Equality", "Prims.int", "FStar.Seq.Base.length", "Spec.Agil...
[]
module Spec.SHA3.Incremental module S = FStar.Seq open Spec.Agile.Hash open Spec.Hash.Definitions open Spec.Hash.Incremental.Definitions open Spec.Hash.Lemmas friend Spec.Agile.Hash open FStar.Mul module Loops = Lib.LoopCombinators module UpdateMulti = Lib.UpdateMulti open Lib.IntTypes #set-options "--fuel 0 --if...
false
false
Spec.SHA3.Incremental.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val sha3_is_incremental1 (a: keccak_alg) (input: bytes) (out_length: output_length a): Lemma (hash_incremental a input out_length `S.equal` ( let s = Lib.Sequence.create 25 (u64 0) in let rateInBytes = rate a / 8 in let delimitedSuffix = suffix a in let bs, l = UpdateMulti.split_at_last rateInBytes ...
[]
Spec.SHA3.Incremental.sha3_is_incremental1
{ "file_name": "specs/lemmas/Spec.SHA3.Incremental.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.Hash.Definitions.keccak_alg -> input: Spec.Hash.Definitions.bytes -> out_length: Spec.Hash.Definitions.output_length a -> FStar.Pervasives.Lemma (ensures FStar.Seq.Base.equal (Spec.Hash.Incremental.Definitions.hash_incremental a input out_length) (let s = Lib.Sequence.create 25 ...
{ "end_col": 3, "end_line": 171, "start_col": 2, "start_line": 57 }
Prims.Tot
val va_wp_Pclmulqdq (dst src: va_operand_xmm) (dstHi srcHi: bool) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0
[ { "abbrev": false, "full_module": "Vale.X64.CPU_Features_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.QuickCode", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Decls", "short_module": null }, { "abbrev": false, ...
false
let va_wp_Pclmulqdq (dst:va_operand_xmm) (src:va_operand_xmm) (dstHi:bool) (srcHi:bool) (va_s0:va_state) (va_k:(va_state -> unit -> Type0)) : Type0 = (va_is_dst_xmm dst va_s0 /\ va_is_src_xmm src va_s0 /\ va_get_ok va_s0 /\ pclmulqdq_enabled /\ (forall (va_x_dst:va_value_xmm) (va_x_efl:Vale.X64.Flags.t) . let v...
val va_wp_Pclmulqdq (dst src: va_operand_xmm) (dstHi srcHi: bool) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0 let va_wp_Pclmulqdq (dst src: va_operand_xmm) (dstHi srcHi: bool) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0 =
false
null
false
(va_is_dst_xmm dst va_s0 /\ va_is_src_xmm src va_s0 /\ va_get_ok va_s0 /\ pclmulqdq_enabled /\ (forall (va_x_dst: va_value_xmm) (va_x_efl: Vale.X64.Flags.t). let va_sM = va_upd_flags va_x_efl (va_upd_operand_xmm dst va_x_dst va_s0) in va_get_ok va_sM /\ va_eval_xmm va_sM dst == Vale.Math.Poly2...
{ "checked_file": "Vale.X64.InsAes.fsti.checked", "dependencies": [ "Vale.X64.State.fsti.checked", "Vale.X64.QuickCode.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Flags.fsti.checked", "Vale.X64.Decls.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.Math.Poly2_s.f...
[ "total" ]
[ "Vale.X64.Decls.va_operand_xmm", "Prims.bool", "Vale.X64.Decls.va_state", "Prims.unit", "Prims.l_and", "Vale.X64.Decls.va_is_dst_xmm", "Vale.X64.Decls.va_is_src_xmm", "Prims.b2t", "Vale.X64.Decls.va_get_ok", "Vale.X64.CPU_Features_s.pclmulqdq_enabled", "Prims.l_Forall", "Vale.X64.Decls.va_valu...
[]
module Vale.X64.InsAes open Vale.Def.Words_s open Vale.Def.Types_s open Vale.Arch.Types open Vale.AES.AES_s open Vale.Math.Poly2_s open Vale.Math.Poly2.Bits_s open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.Decls open Vale.X64.QuickCode open Vale.X64.CPU_Features_s //-- Pclmulqdq val va_code_Pclmulqdq : dst:...
false
true
Vale.X64.InsAes.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_wp_Pclmulqdq (dst src: va_operand_xmm) (dstHi srcHi: bool) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0
[]
Vale.X64.InsAes.va_wp_Pclmulqdq
{ "file_name": "obj/Vale.X64.InsAes.fsti", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
dst: Vale.X64.Decls.va_operand_xmm -> src: Vale.X64.Decls.va_operand_xmm -> dstHi: Prims.bool -> srcHi: Prims.bool -> va_s0: Vale.X64.Decls.va_state -> va_k: (_: Vale.X64.Decls.va_state -> _: Prims.unit -> Type0) -> Type0
{ "end_col": 86, "end_line": 44, "start_col": 2, "start_line": 37 }
Prims.Tot
val va_wp_AESNI_enc (dst src: va_operand_xmm) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0
[ { "abbrev": false, "full_module": "Vale.X64.CPU_Features_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.QuickCode", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Decls", "short_module": null }, { "abbrev": false, ...
false
let va_wp_AESNI_enc (dst:va_operand_xmm) (src:va_operand_xmm) (va_s0:va_state) (va_k:(va_state -> unit -> Type0)) : Type0 = (va_is_dst_xmm dst va_s0 /\ va_is_src_xmm src va_s0 /\ va_get_ok va_s0 /\ aesni_enabled /\ (forall (va_x_dst:va_value_xmm) (va_x_efl:Vale.X64.Flags.t) . let va_sM = va_upd_flags va_x_efl ...
val va_wp_AESNI_enc (dst src: va_operand_xmm) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0 let va_wp_AESNI_enc (dst src: va_operand_xmm) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0 =
false
null
false
(va_is_dst_xmm dst va_s0 /\ va_is_src_xmm src va_s0 /\ va_get_ok va_s0 /\ aesni_enabled /\ (forall (va_x_dst: va_value_xmm) (va_x_efl: Vale.X64.Flags.t). let va_sM = va_upd_flags va_x_efl (va_upd_operand_xmm dst va_x_dst va_s0) in va_get_ok va_sM /\ va_eval_xmm va_sM dst == Vale.Def.Types_s.qu...
{ "checked_file": "Vale.X64.InsAes.fsti.checked", "dependencies": [ "Vale.X64.State.fsti.checked", "Vale.X64.QuickCode.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Flags.fsti.checked", "Vale.X64.Decls.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.Math.Poly2_s.f...
[ "total" ]
[ "Vale.X64.Decls.va_operand_xmm", "Vale.X64.Decls.va_state", "Prims.unit", "Prims.l_and", "Vale.X64.Decls.va_is_dst_xmm", "Vale.X64.Decls.va_is_src_xmm", "Prims.b2t", "Vale.X64.Decls.va_get_ok", "Vale.X64.CPU_Features_s.aesni_enabled", "Prims.l_Forall", "Vale.X64.Decls.va_value_xmm", "Vale.X64....
[]
module Vale.X64.InsAes open Vale.Def.Words_s open Vale.Def.Types_s open Vale.Arch.Types open Vale.AES.AES_s open Vale.Math.Poly2_s open Vale.Math.Poly2.Bits_s open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.Decls open Vale.X64.QuickCode open Vale.X64.CPU_Features_s //-- Pclmulqdq val va_code_Pclmulqdq : dst:...
false
true
Vale.X64.InsAes.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_wp_AESNI_enc (dst src: va_operand_xmm) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0
[]
Vale.X64.InsAes.va_wp_AESNI_enc
{ "file_name": "obj/Vale.X64.InsAes.fsti", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
dst: Vale.X64.Decls.va_operand_xmm -> src: Vale.X64.Decls.va_operand_xmm -> va_s0: Vale.X64.Decls.va_state -> va_k: (_: Vale.X64.Decls.va_state -> _: Prims.unit -> Type0) -> Type0
{ "end_col": 10, "end_line": 131, "start_col": 2, "start_line": 126 }
Prims.Tot
val va_wp_AESNI_enc_last (dst src: va_operand_xmm) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0
[ { "abbrev": false, "full_module": "Vale.X64.CPU_Features_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.QuickCode", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Decls", "short_module": null }, { "abbrev": false, ...
false
let va_wp_AESNI_enc_last (dst:va_operand_xmm) (src:va_operand_xmm) (va_s0:va_state) (va_k:(va_state -> unit -> Type0)) : Type0 = (va_is_dst_xmm dst va_s0 /\ va_is_src_xmm src va_s0 /\ va_get_ok va_s0 /\ aesni_enabled /\ (forall (va_x_dst:va_value_xmm) (va_x_efl:Vale.X64.Flags.t) . let va_sM = va_upd_flags va_x_...
val va_wp_AESNI_enc_last (dst src: va_operand_xmm) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0 let va_wp_AESNI_enc_last (dst src: va_operand_xmm) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0 =
false
null
false
(va_is_dst_xmm dst va_s0 /\ va_is_src_xmm src va_s0 /\ va_get_ok va_s0 /\ aesni_enabled /\ (forall (va_x_dst: va_value_xmm) (va_x_efl: Vale.X64.Flags.t). let va_sM = va_upd_flags va_x_efl (va_upd_operand_xmm dst va_x_dst va_s0) in va_get_ok va_sM /\ va_eval_xmm va_sM dst == Vale.Def.Types_s.qu...
{ "checked_file": "Vale.X64.InsAes.fsti.checked", "dependencies": [ "Vale.X64.State.fsti.checked", "Vale.X64.QuickCode.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Flags.fsti.checked", "Vale.X64.Decls.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.Math.Poly2_s.f...
[ "total" ]
[ "Vale.X64.Decls.va_operand_xmm", "Vale.X64.Decls.va_state", "Prims.unit", "Prims.l_and", "Vale.X64.Decls.va_is_dst_xmm", "Vale.X64.Decls.va_is_src_xmm", "Prims.b2t", "Vale.X64.Decls.va_get_ok", "Vale.X64.CPU_Features_s.aesni_enabled", "Prims.l_Forall", "Vale.X64.Decls.va_value_xmm", "Vale.X64....
[]
module Vale.X64.InsAes open Vale.Def.Words_s open Vale.Def.Types_s open Vale.Arch.Types open Vale.AES.AES_s open Vale.Math.Poly2_s open Vale.Math.Poly2.Bits_s open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.Decls open Vale.X64.QuickCode open Vale.X64.CPU_Features_s //-- Pclmulqdq val va_code_Pclmulqdq : dst:...
false
true
Vale.X64.InsAes.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_wp_AESNI_enc_last (dst src: va_operand_xmm) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0
[]
Vale.X64.InsAes.va_wp_AESNI_enc_last
{ "file_name": "obj/Vale.X64.InsAes.fsti", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
dst: Vale.X64.Decls.va_operand_xmm -> src: Vale.X64.Decls.va_operand_xmm -> va_s0: Vale.X64.Decls.va_state -> va_k: (_: Vale.X64.Decls.va_state -> _: Prims.unit -> Type0) -> Type0
{ "end_col": 75, "end_line": 208, "start_col": 2, "start_line": 204 }
Prims.Tot
val va_wp_VPclmulqdq (dst src1 src2: va_operand_xmm) (src1Hi src2Hi: bool) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0
[ { "abbrev": false, "full_module": "Vale.X64.CPU_Features_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.QuickCode", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Decls", "short_module": null }, { "abbrev": false, ...
false
let va_wp_VPclmulqdq (dst:va_operand_xmm) (src1:va_operand_xmm) (src2:va_operand_xmm) (src1Hi:bool) (src2Hi:bool) (va_s0:va_state) (va_k:(va_state -> unit -> Type0)) : Type0 = (va_is_dst_xmm dst va_s0 /\ va_is_src_xmm src1 va_s0 /\ va_is_src_xmm src2 va_s0 /\ va_get_ok va_s0 /\ (pclmulqdq_enabled /\ avx_enabled...
val va_wp_VPclmulqdq (dst src1 src2: va_operand_xmm) (src1Hi src2Hi: bool) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0 let va_wp_VPclmulqdq (dst src1 src2: va_operand_xmm) (src1Hi src2Hi: bool) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) ...
false
null
false
(va_is_dst_xmm dst va_s0 /\ va_is_src_xmm src1 va_s0 /\ va_is_src_xmm src2 va_s0 /\ va_get_ok va_s0 /\ (pclmulqdq_enabled /\ avx_enabled) /\ (forall (va_x_dst: va_value_xmm) (va_x_efl: Vale.X64.Flags.t). let va_sM = va_upd_flags va_x_efl (va_upd_operand_xmm dst va_x_dst va_s0) in va_get_ok va_sM /\ ...
{ "checked_file": "Vale.X64.InsAes.fsti.checked", "dependencies": [ "Vale.X64.State.fsti.checked", "Vale.X64.QuickCode.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Flags.fsti.checked", "Vale.X64.Decls.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.Math.Poly2_s.f...
[ "total" ]
[ "Vale.X64.Decls.va_operand_xmm", "Prims.bool", "Vale.X64.Decls.va_state", "Prims.unit", "Prims.l_and", "Vale.X64.Decls.va_is_dst_xmm", "Vale.X64.Decls.va_is_src_xmm", "Prims.b2t", "Vale.X64.Decls.va_get_ok", "Vale.X64.CPU_Features_s.pclmulqdq_enabled", "Vale.X64.CPU_Features_s.avx_enabled", "P...
[]
module Vale.X64.InsAes open Vale.Def.Words_s open Vale.Def.Types_s open Vale.Arch.Types open Vale.AES.AES_s open Vale.Math.Poly2_s open Vale.Math.Poly2.Bits_s open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.Decls open Vale.X64.QuickCode open Vale.X64.CPU_Features_s //-- Pclmulqdq val va_code_Pclmulqdq : dst:...
false
true
Vale.X64.InsAes.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_wp_VPclmulqdq (dst src1 src2: va_operand_xmm) (src1Hi src2Hi: bool) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0
[]
Vale.X64.InsAes.va_wp_VPclmulqdq
{ "file_name": "obj/Vale.X64.InsAes.fsti", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
dst: Vale.X64.Decls.va_operand_xmm -> src1: Vale.X64.Decls.va_operand_xmm -> src2: Vale.X64.Decls.va_operand_xmm -> src1Hi: Prims.bool -> src2Hi: Prims.bool -> va_s0: Vale.X64.Decls.va_state -> va_k: (_: Vale.X64.Decls.va_state -> _: Prims.unit -> Type0) -> Type0
{ "end_col": 35, "end_line": 92, "start_col": 2, "start_line": 83 }
Prims.Tot
val va_wp_VAESNI_enc (dst src1 src2: va_operand_xmm) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0
[ { "abbrev": false, "full_module": "Vale.X64.CPU_Features_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.QuickCode", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Decls", "short_module": null }, { "abbrev": false, ...
false
let va_wp_VAESNI_enc (dst:va_operand_xmm) (src1:va_operand_xmm) (src2:va_operand_xmm) (va_s0:va_state) (va_k:(va_state -> unit -> Type0)) : Type0 = (va_is_dst_xmm dst va_s0 /\ va_is_src_xmm src1 va_s0 /\ va_is_src_xmm src2 va_s0 /\ va_get_ok va_s0 /\ (aesni_enabled /\ avx_enabled) /\ (forall (va_x_dst:va_value_...
val va_wp_VAESNI_enc (dst src1 src2: va_operand_xmm) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0 let va_wp_VAESNI_enc (dst src1 src2: va_operand_xmm) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0 =
false
null
false
(va_is_dst_xmm dst va_s0 /\ va_is_src_xmm src1 va_s0 /\ va_is_src_xmm src2 va_s0 /\ va_get_ok va_s0 /\ (aesni_enabled /\ avx_enabled) /\ (forall (va_x_dst: va_value_xmm) (va_x_efl: Vale.X64.Flags.t). let va_sM = va_upd_flags va_x_efl (va_upd_operand_xmm dst va_x_dst va_s0) in va_get_ok va_sM /\ va...
{ "checked_file": "Vale.X64.InsAes.fsti.checked", "dependencies": [ "Vale.X64.State.fsti.checked", "Vale.X64.QuickCode.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Flags.fsti.checked", "Vale.X64.Decls.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.Math.Poly2_s.f...
[ "total" ]
[ "Vale.X64.Decls.va_operand_xmm", "Vale.X64.Decls.va_state", "Prims.unit", "Prims.l_and", "Vale.X64.Decls.va_is_dst_xmm", "Vale.X64.Decls.va_is_src_xmm", "Prims.b2t", "Vale.X64.Decls.va_get_ok", "Vale.X64.CPU_Features_s.aesni_enabled", "Vale.X64.CPU_Features_s.avx_enabled", "Prims.l_Forall", "V...
[]
module Vale.X64.InsAes open Vale.Def.Words_s open Vale.Def.Types_s open Vale.Arch.Types open Vale.AES.AES_s open Vale.Math.Poly2_s open Vale.Math.Poly2.Bits_s open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.Decls open Vale.X64.QuickCode open Vale.X64.CPU_Features_s //-- Pclmulqdq val va_code_Pclmulqdq : dst:...
false
true
Vale.X64.InsAes.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_wp_VAESNI_enc (dst src1 src2: va_operand_xmm) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0
[]
Vale.X64.InsAes.va_wp_VAESNI_enc
{ "file_name": "obj/Vale.X64.InsAes.fsti", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
dst: Vale.X64.Decls.va_operand_xmm -> src1: Vale.X64.Decls.va_operand_xmm -> src2: Vale.X64.Decls.va_operand_xmm -> va_s0: Vale.X64.Decls.va_state -> va_k: (_: Vale.X64.Decls.va_state -> _: Prims.unit -> Type0) -> Type0
{ "end_col": 78, "end_line": 172, "start_col": 2, "start_line": 167 }
Prims.Tot
val va_wp_VAESNI_enc_last (dst src1 src2: va_operand_xmm) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0
[ { "abbrev": false, "full_module": "Vale.X64.CPU_Features_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.QuickCode", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Decls", "short_module": null }, { "abbrev": false, ...
false
let va_wp_VAESNI_enc_last (dst:va_operand_xmm) (src1:va_operand_xmm) (src2:va_operand_xmm) (va_s0:va_state) (va_k:(va_state -> unit -> Type0)) : Type0 = (va_is_dst_xmm dst va_s0 /\ va_is_src_xmm src1 va_s0 /\ va_is_src_xmm src2 va_s0 /\ va_get_ok va_s0 /\ (aesni_enabled /\ avx_enabled) /\ (forall (va_x_dst:va_v...
val va_wp_VAESNI_enc_last (dst src1 src2: va_operand_xmm) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0 let va_wp_VAESNI_enc_last (dst src1 src2: va_operand_xmm) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0 =
false
null
false
(va_is_dst_xmm dst va_s0 /\ va_is_src_xmm src1 va_s0 /\ va_is_src_xmm src2 va_s0 /\ va_get_ok va_s0 /\ (aesni_enabled /\ avx_enabled) /\ (forall (va_x_dst: va_value_xmm) (va_x_efl: Vale.X64.Flags.t). let va_sM = va_upd_flags va_x_efl (va_upd_operand_xmm dst va_x_dst va_s0) in va_get_ok va_sM /\ va...
{ "checked_file": "Vale.X64.InsAes.fsti.checked", "dependencies": [ "Vale.X64.State.fsti.checked", "Vale.X64.QuickCode.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Flags.fsti.checked", "Vale.X64.Decls.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.Math.Poly2_s.f...
[ "total" ]
[ "Vale.X64.Decls.va_operand_xmm", "Vale.X64.Decls.va_state", "Prims.unit", "Prims.l_and", "Vale.X64.Decls.va_is_dst_xmm", "Vale.X64.Decls.va_is_src_xmm", "Prims.b2t", "Vale.X64.Decls.va_get_ok", "Vale.X64.CPU_Features_s.aesni_enabled", "Vale.X64.CPU_Features_s.avx_enabled", "Prims.l_Forall", "V...
[]
module Vale.X64.InsAes open Vale.Def.Words_s open Vale.Def.Types_s open Vale.Arch.Types open Vale.AES.AES_s open Vale.Math.Poly2_s open Vale.Math.Poly2.Bits_s open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.Decls open Vale.X64.QuickCode open Vale.X64.CPU_Features_s //-- Pclmulqdq val va_code_Pclmulqdq : dst:...
false
true
Vale.X64.InsAes.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_wp_VAESNI_enc_last (dst src1 src2: va_operand_xmm) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0
[]
Vale.X64.InsAes.va_wp_VAESNI_enc_last
{ "file_name": "obj/Vale.X64.InsAes.fsti", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
dst: Vale.X64.Decls.va_operand_xmm -> src1: Vale.X64.Decls.va_operand_xmm -> src2: Vale.X64.Decls.va_operand_xmm -> va_s0: Vale.X64.Decls.va_state -> va_k: (_: Vale.X64.Decls.va_state -> _: Prims.unit -> Type0) -> Type0
{ "end_col": 50, "end_line": 249, "start_col": 2, "start_line": 244 }
Prims.Tot
val va_quick_Pclmulqdq (dst src: va_operand_xmm) (dstHi srcHi: bool) : (va_quickCode unit (va_code_Pclmulqdq dst src dstHi srcHi))
[ { "abbrev": false, "full_module": "Vale.X64.CPU_Features_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.QuickCode", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Decls", "short_module": null }, { "abbrev": false, ...
false
let va_quick_Pclmulqdq (dst:va_operand_xmm) (src:va_operand_xmm) (dstHi:bool) (srcHi:bool) : (va_quickCode unit (va_code_Pclmulqdq dst src dstHi srcHi)) = (va_QProc (va_code_Pclmulqdq dst src dstHi srcHi) ([va_Mod_flags; va_mod_xmm dst]) (va_wp_Pclmulqdq dst src dstHi srcHi) (va_wpProof_Pclmulqdq dst src dstHi ...
val va_quick_Pclmulqdq (dst src: va_operand_xmm) (dstHi srcHi: bool) : (va_quickCode unit (va_code_Pclmulqdq dst src dstHi srcHi)) let va_quick_Pclmulqdq (dst src: va_operand_xmm) (dstHi srcHi: bool) : (va_quickCode unit (va_code_Pclmulqdq dst src dstHi srcHi)) =
false
null
false
(va_QProc (va_code_Pclmulqdq dst src dstHi srcHi) ([va_Mod_flags; va_mod_xmm dst]) (va_wp_Pclmulqdq dst src dstHi srcHi) (va_wpProof_Pclmulqdq dst src dstHi srcHi))
{ "checked_file": "Vale.X64.InsAes.fsti.checked", "dependencies": [ "Vale.X64.State.fsti.checked", "Vale.X64.QuickCode.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Flags.fsti.checked", "Vale.X64.Decls.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.Math.Poly2_s.f...
[ "total" ]
[ "Vale.X64.Decls.va_operand_xmm", "Prims.bool", "Vale.X64.QuickCode.va_QProc", "Prims.unit", "Vale.X64.InsAes.va_code_Pclmulqdq", "Prims.Cons", "Vale.X64.QuickCode.mod_t", "Vale.X64.QuickCode.va_Mod_flags", "Vale.X64.QuickCode.va_mod_xmm", "Prims.Nil", "Vale.X64.InsAes.va_wp_Pclmulqdq", "Vale.X...
[]
module Vale.X64.InsAes open Vale.Def.Words_s open Vale.Def.Types_s open Vale.Arch.Types open Vale.AES.AES_s open Vale.Math.Poly2_s open Vale.Math.Poly2.Bits_s open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.Decls open Vale.X64.QuickCode open Vale.X64.CPU_Features_s //-- Pclmulqdq val va_code_Pclmulqdq : dst:...
false
false
Vale.X64.InsAes.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_quick_Pclmulqdq (dst src: va_operand_xmm) (dstHi srcHi: bool) : (va_quickCode unit (va_code_Pclmulqdq dst src dstHi srcHi))
[]
Vale.X64.InsAes.va_quick_Pclmulqdq
{ "file_name": "obj/Vale.X64.InsAes.fsti", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
dst: Vale.X64.Decls.va_operand_xmm -> src: Vale.X64.Decls.va_operand_xmm -> dstHi: Prims.bool -> srcHi: Prims.bool -> Vale.X64.QuickCode.va_quickCode Prims.unit (Vale.X64.InsAes.va_code_Pclmulqdq dst src dstHi srcHi)
{ "end_col": 85, "end_line": 56, "start_col": 2, "start_line": 55 }
Prims.Tot
val va_quick_VPclmulqdq (dst src1 src2: va_operand_xmm) (src1Hi src2Hi: bool) : (va_quickCode unit (va_code_VPclmulqdq dst src1 src2 src1Hi src2Hi))
[ { "abbrev": false, "full_module": "Vale.X64.CPU_Features_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.QuickCode", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Decls", "short_module": null }, { "abbrev": false, ...
false
let va_quick_VPclmulqdq (dst:va_operand_xmm) (src1:va_operand_xmm) (src2:va_operand_xmm) (src1Hi:bool) (src2Hi:bool) : (va_quickCode unit (va_code_VPclmulqdq dst src1 src2 src1Hi src2Hi)) = (va_QProc (va_code_VPclmulqdq dst src1 src2 src1Hi src2Hi) ([va_Mod_flags; va_mod_xmm dst]) (va_wp_VPclmulqdq dst src1 s...
val va_quick_VPclmulqdq (dst src1 src2: va_operand_xmm) (src1Hi src2Hi: bool) : (va_quickCode unit (va_code_VPclmulqdq dst src1 src2 src1Hi src2Hi)) let va_quick_VPclmulqdq (dst src1 src2: va_operand_xmm) (src1Hi src2Hi: bool) : (va_quickCode unit (va_code_VPclmulqdq dst src1 src2 src1Hi src2Hi)) =
false
null
false
(va_QProc (va_code_VPclmulqdq dst src1 src2 src1Hi src2Hi) ([va_Mod_flags; va_mod_xmm dst]) (va_wp_VPclmulqdq dst src1 src2 src1Hi src2Hi) (va_wpProof_VPclmulqdq dst src1 src2 src1Hi src2Hi))
{ "checked_file": "Vale.X64.InsAes.fsti.checked", "dependencies": [ "Vale.X64.State.fsti.checked", "Vale.X64.QuickCode.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Flags.fsti.checked", "Vale.X64.Decls.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.Math.Poly2_s.f...
[ "total" ]
[ "Vale.X64.Decls.va_operand_xmm", "Prims.bool", "Vale.X64.QuickCode.va_QProc", "Prims.unit", "Vale.X64.InsAes.va_code_VPclmulqdq", "Prims.Cons", "Vale.X64.QuickCode.mod_t", "Vale.X64.QuickCode.va_Mod_flags", "Vale.X64.QuickCode.va_mod_xmm", "Prims.Nil", "Vale.X64.InsAes.va_wp_VPclmulqdq", "Vale...
[]
module Vale.X64.InsAes open Vale.Def.Words_s open Vale.Def.Types_s open Vale.Arch.Types open Vale.AES.AES_s open Vale.Math.Poly2_s open Vale.Math.Poly2.Bits_s open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.Decls open Vale.X64.QuickCode open Vale.X64.CPU_Features_s //-- Pclmulqdq val va_code_Pclmulqdq : dst:...
false
false
Vale.X64.InsAes.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_quick_VPclmulqdq (dst src1 src2: va_operand_xmm) (src1Hi src2Hi: bool) : (va_quickCode unit (va_code_VPclmulqdq dst src1 src2 src1Hi src2Hi))
[]
Vale.X64.InsAes.va_quick_VPclmulqdq
{ "file_name": "obj/Vale.X64.InsAes.fsti", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
dst: Vale.X64.Decls.va_operand_xmm -> src1: Vale.X64.Decls.va_operand_xmm -> src2: Vale.X64.Decls.va_operand_xmm -> src1Hi: Prims.bool -> src2Hi: Prims.bool -> Vale.X64.QuickCode.va_quickCode Prims.unit (Vale.X64.InsAes.va_code_VPclmulqdq dst src1 src2 src1Hi src2Hi)
{ "end_col": 12, "end_line": 106, "start_col": 2, "start_line": 104 }
Prims.Tot
val va_quick_AESNI_enc (dst src: va_operand_xmm) : (va_quickCode unit (va_code_AESNI_enc dst src))
[ { "abbrev": false, "full_module": "Vale.X64.CPU_Features_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.QuickCode", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Decls", "short_module": null }, { "abbrev": false, ...
false
let va_quick_AESNI_enc (dst:va_operand_xmm) (src:va_operand_xmm) : (va_quickCode unit (va_code_AESNI_enc dst src)) = (va_QProc (va_code_AESNI_enc dst src) ([va_Mod_flags; va_mod_xmm dst]) (va_wp_AESNI_enc dst src) (va_wpProof_AESNI_enc dst src))
val va_quick_AESNI_enc (dst src: va_operand_xmm) : (va_quickCode unit (va_code_AESNI_enc dst src)) let va_quick_AESNI_enc (dst src: va_operand_xmm) : (va_quickCode unit (va_code_AESNI_enc dst src)) =
false
null
false
(va_QProc (va_code_AESNI_enc dst src) ([va_Mod_flags; va_mod_xmm dst]) (va_wp_AESNI_enc dst src) (va_wpProof_AESNI_enc dst src))
{ "checked_file": "Vale.X64.InsAes.fsti.checked", "dependencies": [ "Vale.X64.State.fsti.checked", "Vale.X64.QuickCode.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Flags.fsti.checked", "Vale.X64.Decls.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.Math.Poly2_s.f...
[ "total" ]
[ "Vale.X64.Decls.va_operand_xmm", "Vale.X64.QuickCode.va_QProc", "Prims.unit", "Vale.X64.InsAes.va_code_AESNI_enc", "Prims.Cons", "Vale.X64.QuickCode.mod_t", "Vale.X64.QuickCode.va_Mod_flags", "Vale.X64.QuickCode.va_mod_xmm", "Prims.Nil", "Vale.X64.InsAes.va_wp_AESNI_enc", "Vale.X64.InsAes.va_wpP...
[]
module Vale.X64.InsAes open Vale.Def.Words_s open Vale.Def.Types_s open Vale.Arch.Types open Vale.AES.AES_s open Vale.Math.Poly2_s open Vale.Math.Poly2.Bits_s open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.Decls open Vale.X64.QuickCode open Vale.X64.CPU_Features_s //-- Pclmulqdq val va_code_Pclmulqdq : dst:...
false
false
Vale.X64.InsAes.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_quick_AESNI_enc (dst src: va_operand_xmm) : (va_quickCode unit (va_code_AESNI_enc dst src))
[]
Vale.X64.InsAes.va_quick_AESNI_enc
{ "file_name": "obj/Vale.X64.InsAes.fsti", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
dst: Vale.X64.Decls.va_operand_xmm -> src: Vale.X64.Decls.va_operand_xmm -> Vale.X64.QuickCode.va_quickCode Prims.unit (Vale.X64.InsAes.va_code_AESNI_enc dst src)
{ "end_col": 35, "end_line": 143, "start_col": 2, "start_line": 142 }
Prims.Tot
val va_quick_VAESNI_enc (dst src1 src2: va_operand_xmm) : (va_quickCode unit (va_code_VAESNI_enc dst src1 src2))
[ { "abbrev": false, "full_module": "Vale.X64.CPU_Features_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.QuickCode", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Decls", "short_module": null }, { "abbrev": false, ...
false
let va_quick_VAESNI_enc (dst:va_operand_xmm) (src1:va_operand_xmm) (src2:va_operand_xmm) : (va_quickCode unit (va_code_VAESNI_enc dst src1 src2)) = (va_QProc (va_code_VAESNI_enc dst src1 src2) ([va_Mod_flags; va_mod_xmm dst]) (va_wp_VAESNI_enc dst src1 src2) (va_wpProof_VAESNI_enc dst src1 src2))
val va_quick_VAESNI_enc (dst src1 src2: va_operand_xmm) : (va_quickCode unit (va_code_VAESNI_enc dst src1 src2)) let va_quick_VAESNI_enc (dst src1 src2: va_operand_xmm) : (va_quickCode unit (va_code_VAESNI_enc dst src1 src2)) =
false
null
false
(va_QProc (va_code_VAESNI_enc dst src1 src2) ([va_Mod_flags; va_mod_xmm dst]) (va_wp_VAESNI_enc dst src1 src2) (va_wpProof_VAESNI_enc dst src1 src2))
{ "checked_file": "Vale.X64.InsAes.fsti.checked", "dependencies": [ "Vale.X64.State.fsti.checked", "Vale.X64.QuickCode.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Flags.fsti.checked", "Vale.X64.Decls.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.Math.Poly2_s.f...
[ "total" ]
[ "Vale.X64.Decls.va_operand_xmm", "Vale.X64.QuickCode.va_QProc", "Prims.unit", "Vale.X64.InsAes.va_code_VAESNI_enc", "Prims.Cons", "Vale.X64.QuickCode.mod_t", "Vale.X64.QuickCode.va_Mod_flags", "Vale.X64.QuickCode.va_mod_xmm", "Prims.Nil", "Vale.X64.InsAes.va_wp_VAESNI_enc", "Vale.X64.InsAes.va_w...
[]
module Vale.X64.InsAes open Vale.Def.Words_s open Vale.Def.Types_s open Vale.Arch.Types open Vale.AES.AES_s open Vale.Math.Poly2_s open Vale.Math.Poly2.Bits_s open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.Decls open Vale.X64.QuickCode open Vale.X64.CPU_Features_s //-- Pclmulqdq val va_code_Pclmulqdq : dst:...
false
false
Vale.X64.InsAes.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_quick_VAESNI_enc (dst src1 src2: va_operand_xmm) : (va_quickCode unit (va_code_VAESNI_enc dst src1 src2))
[]
Vale.X64.InsAes.va_quick_VAESNI_enc
{ "file_name": "obj/Vale.X64.InsAes.fsti", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
dst: Vale.X64.Decls.va_operand_xmm -> src1: Vale.X64.Decls.va_operand_xmm -> src2: Vale.X64.Decls.va_operand_xmm -> Vale.X64.QuickCode.va_quickCode Prims.unit (Vale.X64.InsAes.va_code_VAESNI_enc dst src1 src2)
{ "end_col": 57, "end_line": 184, "start_col": 2, "start_line": 183 }
Prims.Tot
val va_quick_AESNI_enc_last (dst src: va_operand_xmm) : (va_quickCode unit (va_code_AESNI_enc_last dst src))
[ { "abbrev": false, "full_module": "Vale.X64.CPU_Features_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.QuickCode", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Decls", "short_module": null }, { "abbrev": false, ...
false
let va_quick_AESNI_enc_last (dst:va_operand_xmm) (src:va_operand_xmm) : (va_quickCode unit (va_code_AESNI_enc_last dst src)) = (va_QProc (va_code_AESNI_enc_last dst src) ([va_Mod_flags; va_mod_xmm dst]) (va_wp_AESNI_enc_last dst src) (va_wpProof_AESNI_enc_last dst src))
val va_quick_AESNI_enc_last (dst src: va_operand_xmm) : (va_quickCode unit (va_code_AESNI_enc_last dst src)) let va_quick_AESNI_enc_last (dst src: va_operand_xmm) : (va_quickCode unit (va_code_AESNI_enc_last dst src)) =
false
null
false
(va_QProc (va_code_AESNI_enc_last dst src) ([va_Mod_flags; va_mod_xmm dst]) (va_wp_AESNI_enc_last dst src) (va_wpProof_AESNI_enc_last dst src))
{ "checked_file": "Vale.X64.InsAes.fsti.checked", "dependencies": [ "Vale.X64.State.fsti.checked", "Vale.X64.QuickCode.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Flags.fsti.checked", "Vale.X64.Decls.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.Math.Poly2_s.f...
[ "total" ]
[ "Vale.X64.Decls.va_operand_xmm", "Vale.X64.QuickCode.va_QProc", "Prims.unit", "Vale.X64.InsAes.va_code_AESNI_enc_last", "Prims.Cons", "Vale.X64.QuickCode.mod_t", "Vale.X64.QuickCode.va_Mod_flags", "Vale.X64.QuickCode.va_mod_xmm", "Prims.Nil", "Vale.X64.InsAes.va_wp_AESNI_enc_last", "Vale.X64.Ins...
[]
module Vale.X64.InsAes open Vale.Def.Words_s open Vale.Def.Types_s open Vale.Arch.Types open Vale.AES.AES_s open Vale.Math.Poly2_s open Vale.Math.Poly2.Bits_s open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.Decls open Vale.X64.QuickCode open Vale.X64.CPU_Features_s //-- Pclmulqdq val va_code_Pclmulqdq : dst:...
false
false
Vale.X64.InsAes.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_quick_AESNI_enc_last (dst src: va_operand_xmm) : (va_quickCode unit (va_code_AESNI_enc_last dst src))
[]
Vale.X64.InsAes.va_quick_AESNI_enc_last
{ "file_name": "obj/Vale.X64.InsAes.fsti", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
dst: Vale.X64.Decls.va_operand_xmm -> src: Vale.X64.Decls.va_operand_xmm -> Vale.X64.QuickCode.va_quickCode Prims.unit (Vale.X64.InsAes.va_code_AESNI_enc_last dst src)
{ "end_col": 49, "end_line": 220, "start_col": 2, "start_line": 219 }
Prims.Tot
val va_quick_AESNI_keygen_assist (dst src: va_operand_xmm) (imm: nat8) : (va_quickCode unit (va_code_AESNI_keygen_assist dst src imm))
[ { "abbrev": false, "full_module": "Vale.X64.CPU_Features_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.QuickCode", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Decls", "short_module": null }, { "abbrev": false, ...
false
let va_quick_AESNI_keygen_assist (dst:va_operand_xmm) (src:va_operand_xmm) (imm:nat8) : (va_quickCode unit (va_code_AESNI_keygen_assist dst src imm)) = (va_QProc (va_code_AESNI_keygen_assist dst src imm) ([va_Mod_flags; va_mod_xmm dst]) (va_wp_AESNI_keygen_assist dst src imm) (va_wpProof_AESNI_keygen_assist dst...
val va_quick_AESNI_keygen_assist (dst src: va_operand_xmm) (imm: nat8) : (va_quickCode unit (va_code_AESNI_keygen_assist dst src imm)) let va_quick_AESNI_keygen_assist (dst src: va_operand_xmm) (imm: nat8) : (va_quickCode unit (va_code_AESNI_keygen_assist dst src imm)) =
false
null
false
(va_QProc (va_code_AESNI_keygen_assist dst src imm) ([va_Mod_flags; va_mod_xmm dst]) (va_wp_AESNI_keygen_assist dst src imm) (va_wpProof_AESNI_keygen_assist dst src imm))
{ "checked_file": "Vale.X64.InsAes.fsti.checked", "dependencies": [ "Vale.X64.State.fsti.checked", "Vale.X64.QuickCode.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Flags.fsti.checked", "Vale.X64.Decls.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.Math.Poly2_s.f...
[ "total" ]
[ "Vale.X64.Decls.va_operand_xmm", "Vale.Def.Types_s.nat8", "Vale.X64.QuickCode.va_QProc", "Prims.unit", "Vale.X64.InsAes.va_code_AESNI_keygen_assist", "Prims.Cons", "Vale.X64.QuickCode.mod_t", "Vale.X64.QuickCode.va_Mod_flags", "Vale.X64.QuickCode.va_mod_xmm", "Prims.Nil", "Vale.X64.InsAes.va_wp_...
[]
module Vale.X64.InsAes open Vale.Def.Words_s open Vale.Def.Types_s open Vale.Arch.Types open Vale.AES.AES_s open Vale.Math.Poly2_s open Vale.Math.Poly2.Bits_s open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.Decls open Vale.X64.QuickCode open Vale.X64.CPU_Features_s //-- Pclmulqdq val va_code_Pclmulqdq : dst:...
false
false
Vale.X64.InsAes.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_quick_AESNI_keygen_assist (dst src: va_operand_xmm) (imm: nat8) : (va_quickCode unit (va_code_AESNI_keygen_assist dst src imm))
[]
Vale.X64.InsAes.va_quick_AESNI_keygen_assist
{ "file_name": "obj/Vale.X64.InsAes.fsti", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
dst: Vale.X64.Decls.va_operand_xmm -> src: Vale.X64.Decls.va_operand_xmm -> imm: Vale.Def.Types_s.nat8 -> Vale.X64.QuickCode.va_quickCode Prims.unit (Vale.X64.InsAes.va_code_AESNI_keygen_assist dst src imm)
{ "end_col": 89, "end_line": 310, "start_col": 2, "start_line": 309 }
Prims.Tot
val va_quick_VAESNI_enc_last (dst src1 src2: va_operand_xmm) : (va_quickCode unit (va_code_VAESNI_enc_last dst src1 src2))
[ { "abbrev": false, "full_module": "Vale.X64.CPU_Features_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.QuickCode", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Decls", "short_module": null }, { "abbrev": false, ...
false
let va_quick_VAESNI_enc_last (dst:va_operand_xmm) (src1:va_operand_xmm) (src2:va_operand_xmm) : (va_quickCode unit (va_code_VAESNI_enc_last dst src1 src2)) = (va_QProc (va_code_VAESNI_enc_last dst src1 src2) ([va_Mod_flags; va_mod_xmm dst]) (va_wp_VAESNI_enc_last dst src1 src2) (va_wpProof_VAESNI_enc_last dst s...
val va_quick_VAESNI_enc_last (dst src1 src2: va_operand_xmm) : (va_quickCode unit (va_code_VAESNI_enc_last dst src1 src2)) let va_quick_VAESNI_enc_last (dst src1 src2: va_operand_xmm) : (va_quickCode unit (va_code_VAESNI_enc_last dst src1 src2)) =
false
null
false
(va_QProc (va_code_VAESNI_enc_last dst src1 src2) ([va_Mod_flags; va_mod_xmm dst]) (va_wp_VAESNI_enc_last dst src1 src2) (va_wpProof_VAESNI_enc_last dst src1 src2))
{ "checked_file": "Vale.X64.InsAes.fsti.checked", "dependencies": [ "Vale.X64.State.fsti.checked", "Vale.X64.QuickCode.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Flags.fsti.checked", "Vale.X64.Decls.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.Math.Poly2_s.f...
[ "total" ]
[ "Vale.X64.Decls.va_operand_xmm", "Vale.X64.QuickCode.va_QProc", "Prims.unit", "Vale.X64.InsAes.va_code_VAESNI_enc_last", "Prims.Cons", "Vale.X64.QuickCode.mod_t", "Vale.X64.QuickCode.va_Mod_flags", "Vale.X64.QuickCode.va_mod_xmm", "Prims.Nil", "Vale.X64.InsAes.va_wp_VAESNI_enc_last", "Vale.X64.I...
[]
module Vale.X64.InsAes open Vale.Def.Words_s open Vale.Def.Types_s open Vale.Arch.Types open Vale.AES.AES_s open Vale.Math.Poly2_s open Vale.Math.Poly2.Bits_s open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.Decls open Vale.X64.QuickCode open Vale.X64.CPU_Features_s //-- Pclmulqdq val va_code_Pclmulqdq : dst:...
false
false
Vale.X64.InsAes.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_quick_VAESNI_enc_last (dst src1 src2: va_operand_xmm) : (va_quickCode unit (va_code_VAESNI_enc_last dst src1 src2))
[]
Vale.X64.InsAes.va_quick_VAESNI_enc_last
{ "file_name": "obj/Vale.X64.InsAes.fsti", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
dst: Vale.X64.Decls.va_operand_xmm -> src1: Vale.X64.Decls.va_operand_xmm -> src2: Vale.X64.Decls.va_operand_xmm -> Vale.X64.QuickCode.va_quickCode Prims.unit (Vale.X64.InsAes.va_code_VAESNI_enc_last dst src1 src2)
{ "end_col": 85, "end_line": 261, "start_col": 2, "start_line": 260 }
Prims.Tot
val va_wp_AESNI_keygen_assist (dst src: va_operand_xmm) (imm: nat8) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0
[ { "abbrev": false, "full_module": "Vale.X64.CPU_Features_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.QuickCode", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Decls", "short_module": null }, { "abbrev": false, ...
false
let va_wp_AESNI_keygen_assist (dst:va_operand_xmm) (src:va_operand_xmm) (imm:nat8) (va_s0:va_state) (va_k:(va_state -> unit -> Type0)) : Type0 = (va_is_dst_xmm dst va_s0 /\ va_is_src_xmm src va_s0 /\ va_get_ok va_s0 /\ aesni_enabled /\ (forall (va_x_dst:va_value_xmm) (va_x_efl:Vale.X64.Flags.t) . let va_sM = va...
val va_wp_AESNI_keygen_assist (dst src: va_operand_xmm) (imm: nat8) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0 let va_wp_AESNI_keygen_assist (dst src: va_operand_xmm) (imm: nat8) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0 =
false
null
false
(va_is_dst_xmm dst va_s0 /\ va_is_src_xmm src va_s0 /\ va_get_ok va_s0 /\ aesni_enabled /\ (forall (va_x_dst: va_value_xmm) (va_x_efl: Vale.X64.Flags.t). let va_sM = va_upd_flags va_x_efl (va_upd_operand_xmm dst va_x_dst va_s0) in va_get_ok va_sM /\ va_eval_xmm va_sM dst == Vale.Def.Words_s.Mk...
{ "checked_file": "Vale.X64.InsAes.fsti.checked", "dependencies": [ "Vale.X64.State.fsti.checked", "Vale.X64.QuickCode.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Flags.fsti.checked", "Vale.X64.Decls.fsti.checked", "Vale.X64.CPU_Features_s.fst.checked", "Vale.Math.Poly2_s.f...
[ "total" ]
[ "Vale.X64.Decls.va_operand_xmm", "Vale.Def.Types_s.nat8", "Vale.X64.Decls.va_state", "Prims.unit", "Prims.l_and", "Vale.X64.Decls.va_is_dst_xmm", "Vale.X64.Decls.va_is_src_xmm", "Prims.b2t", "Vale.X64.Decls.va_get_ok", "Vale.X64.CPU_Features_s.aesni_enabled", "Prims.l_Forall", "Vale.X64.Decls....
[]
module Vale.X64.InsAes open Vale.Def.Words_s open Vale.Def.Types_s open Vale.Arch.Types open Vale.AES.AES_s open Vale.Math.Poly2_s open Vale.Math.Poly2.Bits_s open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.Decls open Vale.X64.QuickCode open Vale.X64.CPU_Features_s //-- Pclmulqdq val va_code_Pclmulqdq : dst:...
false
true
Vale.X64.InsAes.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_wp_AESNI_keygen_assist (dst src: va_operand_xmm) (imm: nat8) (va_s0: va_state) (va_k: (va_state -> unit -> Type0)) : Type0
[]
Vale.X64.InsAes.va_wp_AESNI_keygen_assist
{ "file_name": "obj/Vale.X64.InsAes.fsti", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
dst: Vale.X64.Decls.va_operand_xmm -> src: Vale.X64.Decls.va_operand_xmm -> imm: Vale.Def.Types_s.nat8 -> va_s0: Vale.X64.Decls.va_state -> va_k: (_: Vale.X64.Decls.va_state -> _: Prims.unit -> Type0) -> Type0
{ "end_col": 10, "end_line": 298, "start_col": 2, "start_line": 288 }
Prims.Tot
val jump_bounded_integer (i: integer_size) : Tot (jumper (parse_bounded_integer i))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let jump_bounded_integer (i: integer_size) // must be a constant : Tot (jumper (parse_bounded_integer i)) = jump_constant_size (parse_bounded_integer i) (U32.uint_to_t i) ()
val jump_bounded_integer (i: integer_size) : Tot (jumper (parse_bounded_integer i)) let jump_bounded_integer (i: integer_size) : Tot (jumper (parse_bounded_integer i)) =
false
null
false
jump_constant_size (parse_bounded_integer i) (U32.uint_to_t i) ()
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "LowParse.Spec.BoundedInt.integer_size", "LowParse.Low.Base.jump_constant_size", "LowParse.Spec.BoundedInt.parse_bounded_integer_kind", "LowParse.Spec.BoundedInt.bounded_integer", "LowParse.Spec.BoundedInt.parse_bounded_integer", "FStar.UInt32.uint_to_t", "LowParse.Low.Base.jumper" ]
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
false
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val jump_bounded_integer (i: integer_size) : Tot (jumper (parse_bounded_integer i))
[]
LowParse.Low.BoundedInt.jump_bounded_integer
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
i: LowParse.Spec.BoundedInt.integer_size -> LowParse.Low.Base.jumper (LowParse.Spec.BoundedInt.parse_bounded_integer i)
{ "end_col": 67, "end_line": 91, "start_col": 2, "start_line": 91 }
Prims.Tot
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let write_bounded_integer_1 () = leaf_writer_strong_of_serializer32 (serialize32_bounded_integer_1 ()) ()
let write_bounded_integer_1 () =
false
null
false
leaf_writer_strong_of_serializer32 (serialize32_bounded_integer_1 ()) ()
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "Prims.unit", "LowParse.Low.Base.leaf_writer_strong_of_serializer32", "LowParse.Spec.BoundedInt.parse_bounded_integer_kind", "LowParse.Spec.BoundedInt.bounded_integer", "LowParse.Spec.BoundedInt.parse_bounded_integer", "LowParse.Spec.BoundedInt.serialize_bounded_integer", "LowParse.Low.BoundedInt.serial...
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
false
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val write_bounded_integer_1 : _: Prims.unit -> LowParse.Low.Base.leaf_writer_strong (LowParse.Spec.BoundedInt.serialize_bounded_integer 1)
[]
LowParse.Low.BoundedInt.write_bounded_integer_1
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
_: Prims.unit -> LowParse.Low.Base.leaf_writer_strong (LowParse.Spec.BoundedInt.serialize_bounded_integer 1)
{ "end_col": 105, "end_line": 119, "start_col": 33, "start_line": 119 }
Prims.Tot
val write_bounded_integer_3_weak: unit -> Tot (leaf_writer_weak (serialize_bounded_integer 3))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let write_bounded_integer_3_weak (_ : unit) : Tot (leaf_writer_weak (serialize_bounded_integer 3)) = leaf_writer_weak_of_strong_constant_size (write_bounded_integer_3 ()) 3ul ()
val write_bounded_integer_3_weak: unit -> Tot (leaf_writer_weak (serialize_bounded_integer 3)) let write_bounded_integer_3_weak (_: unit) : Tot (leaf_writer_weak (serialize_bounded_integer 3)) =
false
null
false
leaf_writer_weak_of_strong_constant_size (write_bounded_integer_3 ()) 3ul ()
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "Prims.unit", "LowParse.Low.Base.leaf_writer_weak_of_strong_constant_size", "LowParse.Spec.BoundedInt.parse_bounded_integer_kind", "LowParse.Spec.BoundedInt.bounded_integer", "LowParse.Spec.BoundedInt.parse_bounded_integer", "LowParse.Spec.BoundedInt.serialize_bounded_integer", "LowParse.Low.BoundedInt....
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
false
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val write_bounded_integer_3_weak: unit -> Tot (leaf_writer_weak (serialize_bounded_integer 3))
[]
LowParse.Low.BoundedInt.write_bounded_integer_3_weak
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
_: Prims.unit -> LowParse.Low.Base.leaf_writer_weak (LowParse.Spec.BoundedInt.serialize_bounded_integer 3)
{ "end_col": 78, "end_line": 166, "start_col": 2, "start_line": 166 }
Prims.Tot
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let write_bounded_integer_3 () = leaf_writer_strong_of_serializer32 (serialize32_bounded_integer_3 ()) ()
let write_bounded_integer_3 () =
false
null
false
leaf_writer_strong_of_serializer32 (serialize32_bounded_integer_3 ()) ()
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "Prims.unit", "LowParse.Low.Base.leaf_writer_strong_of_serializer32", "LowParse.Spec.BoundedInt.parse_bounded_integer_kind", "LowParse.Spec.BoundedInt.bounded_integer", "LowParse.Spec.BoundedInt.parse_bounded_integer", "LowParse.Spec.BoundedInt.serialize_bounded_integer", "LowParse.Low.BoundedInt.serial...
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
false
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val write_bounded_integer_3 : _: Prims.unit -> LowParse.Low.Base.leaf_writer_strong (LowParse.Spec.BoundedInt.serialize_bounded_integer 3)
[]
LowParse.Low.BoundedInt.write_bounded_integer_3
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
_: Prims.unit -> LowParse.Low.Base.leaf_writer_strong (LowParse.Spec.BoundedInt.serialize_bounded_integer 3)
{ "end_col": 105, "end_line": 125, "start_col": 33, "start_line": 125 }
Prims.Tot
val validate_bounded_integer (i: integer_size) : Tot (validator (parse_bounded_integer i))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let validate_bounded_integer (i: integer_size) // must be a constant : Tot (validator (parse_bounded_integer i)) = validate_total_constant_size (parse_bounded_integer i) (U64.uint_to_t i) ()
val validate_bounded_integer (i: integer_size) : Tot (validator (parse_bounded_integer i)) let validate_bounded_integer (i: integer_size) : Tot (validator (parse_bounded_integer i)) =
false
null
false
validate_total_constant_size (parse_bounded_integer i) (U64.uint_to_t i) ()
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "LowParse.Spec.BoundedInt.integer_size", "LowParse.Low.Base.validate_total_constant_size", "LowParse.Spec.BoundedInt.parse_bounded_integer_kind", "LowParse.Spec.BoundedInt.bounded_integer", "LowParse.Spec.BoundedInt.parse_bounded_integer", "FStar.UInt64.uint_to_t", "LowParse.Low.Base.validator" ]
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
false
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val validate_bounded_integer (i: integer_size) : Tot (validator (parse_bounded_integer i))
[]
LowParse.Low.BoundedInt.validate_bounded_integer
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
i: LowParse.Spec.BoundedInt.integer_size -> LowParse.Low.Base.validator (LowParse.Spec.BoundedInt.parse_bounded_integer i)
{ "end_col": 77, "end_line": 71, "start_col": 2, "start_line": 71 }
Prims.Tot
val write_bounded_integer (i: integer_size) : Tot (leaf_writer_strong (serialize_bounded_integer i))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let write_bounded_integer (i: integer_size) : Tot (leaf_writer_strong (serialize_bounded_integer i)) = [@inline_let] let _ = integer_size_values i in match i with | 1 -> write_bounded_integer_1 () | 2 -> write_bounded_integer_2 () | 3 -> write_bounded_integer_3 () | 4 -> write_bounded_integer_4 ()
val write_bounded_integer (i: integer_size) : Tot (leaf_writer_strong (serialize_bounded_integer i)) let write_bounded_integer (i: integer_size) : Tot (leaf_writer_strong (serialize_bounded_integer i)) =
false
null
false
[@@ inline_let ]let _ = integer_size_values i in match i with | 1 -> write_bounded_integer_1 () | 2 -> write_bounded_integer_2 () | 3 -> write_bounded_integer_3 () | 4 -> write_bounded_integer_4 ()
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "LowParse.Spec.BoundedInt.integer_size", "LowParse.Low.BoundedInt.write_bounded_integer_1", "LowParse.Low.BoundedInt.write_bounded_integer_2", "LowParse.Low.BoundedInt.write_bounded_integer_3", "LowParse.Low.BoundedInt.write_bounded_integer_4", "LowParse.Low.Base.leaf_writer_strong", "LowParse.Spec.Boun...
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
false
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val write_bounded_integer (i: integer_size) : Tot (leaf_writer_strong (serialize_bounded_integer i))
[]
LowParse.Low.BoundedInt.write_bounded_integer
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
i: LowParse.Spec.BoundedInt.integer_size -> LowParse.Low.Base.leaf_writer_strong (LowParse.Spec.BoundedInt.serialize_bounded_integer i)
{ "end_col": 35, "end_line": 141, "start_col": 2, "start_line": 135 }
Prims.Tot
val read_bounded_integer (i: integer_size) : Tot (leaf_reader (parse_bounded_integer i))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let read_bounded_integer (i: integer_size) : Tot (leaf_reader (parse_bounded_integer i)) = [@inline_let] let _ = integer_size_values i in match i with | 1 -> read_bounded_integer_1 () | 2 -> read_bounded_integer_2 () | 3 -> read_bounded_integer_3 () | 4 -> read_bounded_integer_4 ()
val read_bounded_integer (i: integer_size) : Tot (leaf_reader (parse_bounded_integer i)) let read_bounded_integer (i: integer_size) : Tot (leaf_reader (parse_bounded_integer i)) =
false
null
false
[@@ inline_let ]let _ = integer_size_values i in match i with | 1 -> read_bounded_integer_1 () | 2 -> read_bounded_integer_2 () | 3 -> read_bounded_integer_3 () | 4 -> read_bounded_integer_4 ()
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "LowParse.Spec.BoundedInt.integer_size", "LowParse.Low.BoundedInt.read_bounded_integer_1", "LowParse.Low.BoundedInt.read_bounded_integer_2", "LowParse.Low.BoundedInt.read_bounded_integer_3", "LowParse.Low.BoundedInt.read_bounded_integer_4", "LowParse.Low.Base.leaf_reader", "LowParse.Spec.BoundedInt.pars...
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
false
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val read_bounded_integer (i: integer_size) : Tot (leaf_reader (parse_bounded_integer i))
[]
LowParse.Low.BoundedInt.read_bounded_integer
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
i: LowParse.Spec.BoundedInt.integer_size -> LowParse.Low.Base.leaf_reader (LowParse.Spec.BoundedInt.parse_bounded_integer i)
{ "end_col": 34, "end_line": 35, "start_col": 2, "start_line": 29 }
Prims.Tot
val validate_bounded_integer_le (i: integer_size) : Tot (validator (parse_bounded_integer_le i))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let validate_bounded_integer_le (i: integer_size) // must be a constant : Tot (validator (parse_bounded_integer_le i)) = validate_total_constant_size (parse_bounded_integer_le i) (U64.uint_to_t i) ()
val validate_bounded_integer_le (i: integer_size) : Tot (validator (parse_bounded_integer_le i)) let validate_bounded_integer_le (i: integer_size) : Tot (validator (parse_bounded_integer_le i)) =
false
null
false
validate_total_constant_size (parse_bounded_integer_le i) (U64.uint_to_t i) ()
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "LowParse.Spec.BoundedInt.integer_size", "LowParse.Low.Base.validate_total_constant_size", "LowParse.Spec.BoundedInt.parse_bounded_integer_kind", "LowParse.Spec.BoundedInt.bounded_integer", "LowParse.Spec.BoundedInt.parse_bounded_integer_le", "FStar.UInt64.uint_to_t", "LowParse.Low.Base.validator" ]
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
false
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val validate_bounded_integer_le (i: integer_size) : Tot (validator (parse_bounded_integer_le i))
[]
LowParse.Low.BoundedInt.validate_bounded_integer_le
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
i: LowParse.Spec.BoundedInt.integer_size -> LowParse.Low.Base.validator (LowParse.Spec.BoundedInt.parse_bounded_integer_le i)
{ "end_col": 80, "end_line": 84, "start_col": 2, "start_line": 84 }
Prims.Tot
val write_bounded_integer_2_weak: unit -> Tot (leaf_writer_weak (serialize_bounded_integer 2))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let write_bounded_integer_2_weak (_ : unit) : Tot (leaf_writer_weak (serialize_bounded_integer 2)) = leaf_writer_weak_of_strong_constant_size (write_bounded_integer_2 ()) 2ul ()
val write_bounded_integer_2_weak: unit -> Tot (leaf_writer_weak (serialize_bounded_integer 2)) let write_bounded_integer_2_weak (_: unit) : Tot (leaf_writer_weak (serialize_bounded_integer 2)) =
false
null
false
leaf_writer_weak_of_strong_constant_size (write_bounded_integer_2 ()) 2ul ()
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "Prims.unit", "LowParse.Low.Base.leaf_writer_weak_of_strong_constant_size", "LowParse.Spec.BoundedInt.parse_bounded_integer_kind", "LowParse.Spec.BoundedInt.bounded_integer", "LowParse.Spec.BoundedInt.parse_bounded_integer", "LowParse.Spec.BoundedInt.serialize_bounded_integer", "LowParse.Low.BoundedInt....
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
false
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val write_bounded_integer_2_weak: unit -> Tot (leaf_writer_weak (serialize_bounded_integer 2))
[]
LowParse.Low.BoundedInt.write_bounded_integer_2_weak
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
_: Prims.unit -> LowParse.Low.Base.leaf_writer_weak (LowParse.Spec.BoundedInt.serialize_bounded_integer 2)
{ "end_col": 78, "end_line": 162, "start_col": 2, "start_line": 162 }
Prims.Tot
val jump_bounded_integer_le (i: integer_size) : Tot (jumper (parse_bounded_integer_le i))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let jump_bounded_integer_le (i: integer_size) // must be a constant : Tot (jumper (parse_bounded_integer_le i)) = jump_constant_size (parse_bounded_integer_le i) (U32.uint_to_t i) ()
val jump_bounded_integer_le (i: integer_size) : Tot (jumper (parse_bounded_integer_le i)) let jump_bounded_integer_le (i: integer_size) : Tot (jumper (parse_bounded_integer_le i)) =
false
null
false
jump_constant_size (parse_bounded_integer_le i) (U32.uint_to_t i) ()
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "LowParse.Spec.BoundedInt.integer_size", "LowParse.Low.Base.jump_constant_size", "LowParse.Spec.BoundedInt.parse_bounded_integer_kind", "LowParse.Spec.BoundedInt.bounded_integer", "LowParse.Spec.BoundedInt.parse_bounded_integer_le", "FStar.UInt32.uint_to_t", "LowParse.Low.Base.jumper" ]
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
false
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val jump_bounded_integer_le (i: integer_size) : Tot (jumper (parse_bounded_integer_le i))
[]
LowParse.Low.BoundedInt.jump_bounded_integer_le
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
i: LowParse.Spec.BoundedInt.integer_size -> LowParse.Low.Base.jumper (LowParse.Spec.BoundedInt.parse_bounded_integer_le i)
{ "end_col": 70, "end_line": 104, "start_col": 2, "start_line": 104 }
Prims.Tot
val jump_u16_le:jumper parse_u16_le
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let jump_u16_le : jumper parse_u16_le = jump_constant_size parse_u16_le 2ul ()
val jump_u16_le:jumper parse_u16_le let jump_u16_le:jumper parse_u16_le =
false
null
false
jump_constant_size parse_u16_le 2ul ()
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "LowParse.Low.Base.jump_constant_size", "LowParse.Spec.Int.parse_u16_kind", "FStar.UInt16.t", "LowParse.Spec.BoundedInt.parse_u16_le", "FStar.UInt32.__uint_to_t" ]
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
true
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val jump_u16_le:jumper parse_u16_le
[]
LowParse.Low.BoundedInt.jump_u16_le
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.Low.Base.jumper LowParse.Spec.BoundedInt.parse_u16_le
{ "end_col": 40, "end_line": 343, "start_col": 2, "start_line": 343 }
Prims.Tot
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let write_bounded_integer_2 () = leaf_writer_strong_of_serializer32 (serialize32_bounded_integer_2 ()) ()
let write_bounded_integer_2 () =
false
null
false
leaf_writer_strong_of_serializer32 (serialize32_bounded_integer_2 ()) ()
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "Prims.unit", "LowParse.Low.Base.leaf_writer_strong_of_serializer32", "LowParse.Spec.BoundedInt.parse_bounded_integer_kind", "LowParse.Spec.BoundedInt.bounded_integer", "LowParse.Spec.BoundedInt.parse_bounded_integer", "LowParse.Spec.BoundedInt.serialize_bounded_integer", "LowParse.Low.BoundedInt.serial...
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
false
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val write_bounded_integer_2 : _: Prims.unit -> LowParse.Low.Base.leaf_writer_strong (LowParse.Spec.BoundedInt.serialize_bounded_integer 2)
[]
LowParse.Low.BoundedInt.write_bounded_integer_2
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
_: Prims.unit -> LowParse.Low.Base.leaf_writer_strong (LowParse.Spec.BoundedInt.serialize_bounded_integer 2)
{ "end_col": 105, "end_line": 122, "start_col": 33, "start_line": 122 }
Prims.Tot
val validate_u32_le: Prims.unit -> validator parse_u32_le
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let validate_u32_le () : validator parse_u32_le = validate_total_constant_size parse_u32_le 4uL ()
val validate_u32_le: Prims.unit -> validator parse_u32_le let validate_u32_le () : validator parse_u32_le =
false
null
false
validate_total_constant_size parse_u32_le 4uL ()
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "Prims.unit", "LowParse.Low.Base.validate_total_constant_size", "LowParse.Spec.Int.parse_u32_kind", "FStar.UInt32.t", "LowParse.Spec.BoundedInt.parse_u32_le", "FStar.UInt64.__uint_to_t", "LowParse.Low.Base.validator" ]
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
true
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val validate_u32_le: Prims.unit -> validator parse_u32_le
[]
LowParse.Low.BoundedInt.validate_u32_le
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
_: Prims.unit -> LowParse.Low.Base.validator LowParse.Spec.BoundedInt.parse_u32_le
{ "end_col": 50, "end_line": 335, "start_col": 2, "start_line": 335 }
Prims.Tot
val validate_u32_le_with_error_code (c: error_code) : validator parse_u32_le
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let validate_u32_le_with_error_code (c: error_code) : validator parse_u32_le = validate_total_constant_size_with_error_code parse_u32_le 4uL c
val validate_u32_le_with_error_code (c: error_code) : validator parse_u32_le let validate_u32_le_with_error_code (c: error_code) : validator parse_u32_le =
false
null
false
validate_total_constant_size_with_error_code parse_u32_le 4uL c
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "LowParse.Low.ErrorCode.error_code", "LowParse.Low.Base.validate_total_constant_size_with_error_code", "LowParse.Spec.Int.parse_u32_kind", "FStar.UInt32.t", "LowParse.Spec.BoundedInt.parse_u32_le", "FStar.UInt64.__uint_to_t", "LowParse.Low.Base.validator" ]
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
true
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val validate_u32_le_with_error_code (c: error_code) : validator parse_u32_le
[]
LowParse.Low.BoundedInt.validate_u32_le_with_error_code
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
c: LowParse.Low.ErrorCode.error_code -> LowParse.Low.Base.validator LowParse.Spec.BoundedInt.parse_u32_le
{ "end_col": 65, "end_line": 339, "start_col": 2, "start_line": 339 }
Prims.Tot
val jump_u32_le:jumper parse_u32_le
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let jump_u32_le : jumper parse_u32_le = jump_constant_size parse_u32_le 4ul ()
val jump_u32_le:jumper parse_u32_le let jump_u32_le:jumper parse_u32_le =
false
null
false
jump_constant_size parse_u32_le 4ul ()
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "LowParse.Low.Base.jump_constant_size", "LowParse.Spec.Int.parse_u32_kind", "FStar.UInt32.t", "LowParse.Spec.BoundedInt.parse_u32_le", "FStar.UInt32.__uint_to_t" ]
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
true
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val jump_u32_le:jumper parse_u32_le
[]
LowParse.Low.BoundedInt.jump_u32_le
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
LowParse.Low.Base.jumper LowParse.Spec.BoundedInt.parse_u32_le
{ "end_col": 40, "end_line": 347, "start_col": 2, "start_line": 347 }
Prims.Tot
val validate_u16_le: Prims.unit -> validator parse_u16_le
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let validate_u16_le () : validator parse_u16_le = validate_total_constant_size parse_u16_le 2uL ()
val validate_u16_le: Prims.unit -> validator parse_u16_le let validate_u16_le () : validator parse_u16_le =
false
null
false
validate_total_constant_size parse_u16_le 2uL ()
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "Prims.unit", "LowParse.Low.Base.validate_total_constant_size", "LowParse.Spec.Int.parse_u16_kind", "FStar.UInt16.t", "LowParse.Spec.BoundedInt.parse_u16_le", "FStar.UInt64.__uint_to_t", "LowParse.Low.Base.validator" ]
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
true
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val validate_u16_le: Prims.unit -> validator parse_u16_le
[]
LowParse.Low.BoundedInt.validate_u16_le
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
_: Prims.unit -> LowParse.Low.Base.validator LowParse.Spec.BoundedInt.parse_u16_le
{ "end_col": 50, "end_line": 327, "start_col": 2, "start_line": 327 }
Prims.Tot
val read_bounded_integer_le (i: integer_size) : Tot (leaf_reader (parse_bounded_integer_le i))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let read_bounded_integer_le (i: integer_size) : Tot (leaf_reader (parse_bounded_integer_le i)) = [@inline_let] let _ = integer_size_values i in match i with | 1 -> read_bounded_integer_le_1 | 2 -> read_bounded_integer_le_2 | 3 -> read_bounded_integer_le_3 | 4 -> read_bounded_integer_le_4
val read_bounded_integer_le (i: integer_size) : Tot (leaf_reader (parse_bounded_integer_le i)) let read_bounded_integer_le (i: integer_size) : Tot (leaf_reader (parse_bounded_integer_le i)) =
false
null
false
[@@ inline_let ]let _ = integer_size_values i in match i with | 1 -> read_bounded_integer_le_1 | 2 -> read_bounded_integer_le_2 | 3 -> read_bounded_integer_le_3 | 4 -> read_bounded_integer_le_4
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "LowParse.Spec.BoundedInt.integer_size", "LowParse.Low.BoundedInt.read_bounded_integer_le_1", "LowParse.Low.BoundedInt.read_bounded_integer_le_2", "LowParse.Low.BoundedInt.read_bounded_integer_le_3", "LowParse.Low.BoundedInt.read_bounded_integer_le_4", "LowParse.Low.Base.leaf_reader", "LowParse.Spec.Bou...
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
false
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val read_bounded_integer_le (i: integer_size) : Tot (leaf_reader (parse_bounded_integer_le i))
[]
LowParse.Low.BoundedInt.read_bounded_integer_le
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
i: LowParse.Spec.BoundedInt.integer_size -> LowParse.Low.Base.leaf_reader (LowParse.Spec.BoundedInt.parse_bounded_integer_le i)
{ "end_col": 34, "end_line": 372, "start_col": 2, "start_line": 366 }
Prims.Tot
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let write_bounded_integer_4 () = leaf_writer_strong_of_serializer32 (serialize32_bounded_integer_4 ()) ()
let write_bounded_integer_4 () =
false
null
false
leaf_writer_strong_of_serializer32 (serialize32_bounded_integer_4 ()) ()
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "Prims.unit", "LowParse.Low.Base.leaf_writer_strong_of_serializer32", "LowParse.Spec.BoundedInt.parse_bounded_integer_kind", "LowParse.Spec.BoundedInt.bounded_integer", "LowParse.Spec.BoundedInt.parse_bounded_integer", "LowParse.Spec.BoundedInt.serialize_bounded_integer", "LowParse.Low.BoundedInt.serial...
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
false
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val write_bounded_integer_4 : _: Prims.unit -> LowParse.Low.Base.leaf_writer_strong (LowParse.Spec.BoundedInt.serialize_bounded_integer 4)
[]
LowParse.Low.BoundedInt.write_bounded_integer_4
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
_: Prims.unit -> LowParse.Low.Base.leaf_writer_strong (LowParse.Spec.BoundedInt.serialize_bounded_integer 4)
{ "end_col": 105, "end_line": 128, "start_col": 33, "start_line": 128 }
Prims.Tot
val validate_bounded_integer' (i: U32.t{1 <= U32.v i /\ U32.v i <= 4}) : Tot (validator (parse_bounded_integer (U32.v i)))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let validate_bounded_integer' (i: U32.t { 1 <= U32.v i /\ U32.v i <= 4 }) : Tot (validator (parse_bounded_integer (U32.v i))) = validate_total_constant_size (parse_bounded_integer (U32.v i)) (FStar.Int.Cast.uint32_to_uint64 i) ()
val validate_bounded_integer' (i: U32.t{1 <= U32.v i /\ U32.v i <= 4}) : Tot (validator (parse_bounded_integer (U32.v i))) let validate_bounded_integer' (i: U32.t{1 <= U32.v i /\ U32.v i <= 4}) : Tot (validator (parse_bounded_integer (U32.v i))) =
false
null
false
validate_total_constant_size (parse_bounded_integer (U32.v i)) (FStar.Int.Cast.uint32_to_uint64 i) ()
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "FStar.UInt32.t", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "FStar.UInt32.v", "LowParse.Low.Base.validate_total_constant_size", "LowParse.Spec.BoundedInt.parse_bounded_integer_kind", "LowParse.Spec.BoundedInt.bounded_integer", "LowParse.Spec.BoundedInt.parse_bounded_integer", "FStar....
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
false
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val validate_bounded_integer' (i: U32.t{1 <= U32.v i /\ U32.v i <= 4}) : Tot (validator (parse_bounded_integer (U32.v i)))
[]
LowParse.Low.BoundedInt.validate_bounded_integer'
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
i: FStar.UInt32.t{1 <= FStar.UInt32.v i /\ FStar.UInt32.v i <= 4} -> LowParse.Low.Base.validator (LowParse.Spec.BoundedInt.parse_bounded_integer (FStar.UInt32.v i))
{ "end_col": 103, "end_line": 77, "start_col": 2, "start_line": 77 }
Prims.Tot
val write_bounded_integer_4_weak: unit -> Tot (leaf_writer_weak (serialize_bounded_integer 4))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let write_bounded_integer_4_weak (_ : unit) : Tot (leaf_writer_weak (serialize_bounded_integer 4)) = leaf_writer_weak_of_strong_constant_size (write_bounded_integer_4 ()) 4ul ()
val write_bounded_integer_4_weak: unit -> Tot (leaf_writer_weak (serialize_bounded_integer 4)) let write_bounded_integer_4_weak (_: unit) : Tot (leaf_writer_weak (serialize_bounded_integer 4)) =
false
null
false
leaf_writer_weak_of_strong_constant_size (write_bounded_integer_4 ()) 4ul ()
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "Prims.unit", "LowParse.Low.Base.leaf_writer_weak_of_strong_constant_size", "LowParse.Spec.BoundedInt.parse_bounded_integer_kind", "LowParse.Spec.BoundedInt.bounded_integer", "LowParse.Spec.BoundedInt.parse_bounded_integer", "LowParse.Spec.BoundedInt.serialize_bounded_integer", "LowParse.Low.BoundedInt....
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
false
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val write_bounded_integer_4_weak: unit -> Tot (leaf_writer_weak (serialize_bounded_integer 4))
[]
LowParse.Low.BoundedInt.write_bounded_integer_4_weak
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
_: Prims.unit -> LowParse.Low.Base.leaf_writer_weak (LowParse.Spec.BoundedInt.serialize_bounded_integer 4)
{ "end_col": 78, "end_line": 170, "start_col": 2, "start_line": 170 }
Prims.Tot
val write_bounded_integer_weak (i: integer_size) : Tot (leaf_writer_weak (serialize_bounded_integer i))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let write_bounded_integer_weak (i: integer_size) : Tot (leaf_writer_weak (serialize_bounded_integer i)) = [@inline_let] let _ = integer_size_values i in match i with | 1 -> write_bounded_integer_1_weak () | 2 -> write_bounded_integer_2_weak () | 3 -> write_bounded_integer_3_weak () | 4 -> write_bounded_in...
val write_bounded_integer_weak (i: integer_size) : Tot (leaf_writer_weak (serialize_bounded_integer i)) let write_bounded_integer_weak (i: integer_size) : Tot (leaf_writer_weak (serialize_bounded_integer i)) =
false
null
false
[@@ inline_let ]let _ = integer_size_values i in match i with | 1 -> write_bounded_integer_1_weak () | 2 -> write_bounded_integer_2_weak () | 3 -> write_bounded_integer_3_weak () | 4 -> write_bounded_integer_4_weak ()
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "LowParse.Spec.BoundedInt.integer_size", "LowParse.Low.BoundedInt.write_bounded_integer_1_weak", "LowParse.Low.BoundedInt.write_bounded_integer_2_weak", "LowParse.Low.BoundedInt.write_bounded_integer_3_weak", "LowParse.Low.BoundedInt.write_bounded_integer_4_weak", "LowParse.Low.Base.leaf_writer_weak", "...
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
false
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val write_bounded_integer_weak (i: integer_size) : Tot (leaf_writer_weak (serialize_bounded_integer i))
[]
LowParse.Low.BoundedInt.write_bounded_integer_weak
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
i: LowParse.Spec.BoundedInt.integer_size -> LowParse.Low.Base.leaf_writer_weak (LowParse.Spec.BoundedInt.serialize_bounded_integer i)
{ "end_col": 40, "end_line": 183, "start_col": 2, "start_line": 177 }
Prims.Tot
val write_bounded_integer_1_weak: unit -> Tot (leaf_writer_weak (serialize_bounded_integer 1))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let write_bounded_integer_1_weak (_ : unit) : Tot (leaf_writer_weak (serialize_bounded_integer 1)) = leaf_writer_weak_of_strong_constant_size (write_bounded_integer_1 ()) 1ul ()
val write_bounded_integer_1_weak: unit -> Tot (leaf_writer_weak (serialize_bounded_integer 1)) let write_bounded_integer_1_weak (_: unit) : Tot (leaf_writer_weak (serialize_bounded_integer 1)) =
false
null
false
leaf_writer_weak_of_strong_constant_size (write_bounded_integer_1 ()) 1ul ()
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "Prims.unit", "LowParse.Low.Base.leaf_writer_weak_of_strong_constant_size", "LowParse.Spec.BoundedInt.parse_bounded_integer_kind", "LowParse.Spec.BoundedInt.bounded_integer", "LowParse.Spec.BoundedInt.parse_bounded_integer", "LowParse.Spec.BoundedInt.serialize_bounded_integer", "LowParse.Low.BoundedInt....
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
false
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val write_bounded_integer_1_weak: unit -> Tot (leaf_writer_weak (serialize_bounded_integer 1))
[]
LowParse.Low.BoundedInt.write_bounded_integer_1_weak
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
_: Prims.unit -> LowParse.Low.Base.leaf_writer_weak (LowParse.Spec.BoundedInt.serialize_bounded_integer 1)
{ "end_col": 78, "end_line": 158, "start_col": 2, "start_line": 158 }
Prims.Tot
val validate_u16_le_with_error_code (c: error_code) : validator parse_u16_le
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let validate_u16_le_with_error_code (c: error_code) : validator parse_u16_le = validate_total_constant_size_with_error_code parse_u16_le 2uL c
val validate_u16_le_with_error_code (c: error_code) : validator parse_u16_le let validate_u16_le_with_error_code (c: error_code) : validator parse_u16_le =
false
null
false
validate_total_constant_size_with_error_code parse_u16_le 2uL c
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "LowParse.Low.ErrorCode.error_code", "LowParse.Low.Base.validate_total_constant_size_with_error_code", "LowParse.Spec.Int.parse_u16_kind", "FStar.UInt16.t", "LowParse.Spec.BoundedInt.parse_u16_le", "FStar.UInt64.__uint_to_t", "LowParse.Low.Base.validator" ]
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
true
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val validate_u16_le_with_error_code (c: error_code) : validator parse_u16_le
[]
LowParse.Low.BoundedInt.validate_u16_le_with_error_code
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
c: LowParse.Low.ErrorCode.error_code -> LowParse.Low.Base.validator LowParse.Spec.BoundedInt.parse_u16_le
{ "end_col": 65, "end_line": 331, "start_col": 2, "start_line": 331 }
Prims.Tot
val write_bounded_integer_le (i: integer_size) : Tot (leaf_writer_strong (serialize_bounded_integer_le i))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let write_bounded_integer_le (i: integer_size) : Tot (leaf_writer_strong (serialize_bounded_integer_le i)) = [@inline_let] let _ = integer_size_values i in match i with | 1 -> write_bounded_integer_le_1 | 2 -> write_bounded_integer_le_2 | 3 -> write_bounded_integer_le_3 | 4 -> write_bounded_integer_le_4
val write_bounded_integer_le (i: integer_size) : Tot (leaf_writer_strong (serialize_bounded_integer_le i)) let write_bounded_integer_le (i: integer_size) : Tot (leaf_writer_strong (serialize_bounded_integer_le i)) =
false
null
false
[@@ inline_let ]let _ = integer_size_values i in match i with | 1 -> write_bounded_integer_le_1 | 2 -> write_bounded_integer_le_2 | 3 -> write_bounded_integer_le_3 | 4 -> write_bounded_integer_le_4
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "LowParse.Spec.BoundedInt.integer_size", "LowParse.Low.BoundedInt.write_bounded_integer_le_1", "LowParse.Low.BoundedInt.write_bounded_integer_le_2", "LowParse.Low.BoundedInt.write_bounded_integer_le_3", "LowParse.Low.BoundedInt.write_bounded_integer_le_4", "LowParse.Low.Base.leaf_writer_strong", "LowPar...
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
false
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val write_bounded_integer_le (i: integer_size) : Tot (leaf_writer_strong (serialize_bounded_integer_le i))
[]
LowParse.Low.BoundedInt.write_bounded_integer_le
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
i: LowParse.Spec.BoundedInt.integer_size -> LowParse.Low.Base.leaf_writer_strong (LowParse.Spec.BoundedInt.serialize_bounded_integer_le i)
{ "end_col": 35, "end_line": 415, "start_col": 2, "start_line": 409 }
Prims.Tot
val jump_bounded_integer' (i: U32.t{1 <= U32.v i /\ U32.v i <= 4}) : Tot (jumper (parse_bounded_integer (U32.v i)))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let jump_bounded_integer' (i: U32.t { 1 <= U32.v i /\ U32.v i <= 4 }) : Tot (jumper (parse_bounded_integer (U32.v i))) = jump_constant_size (parse_bounded_integer (U32.v i)) (i) ()
val jump_bounded_integer' (i: U32.t{1 <= U32.v i /\ U32.v i <= 4}) : Tot (jumper (parse_bounded_integer (U32.v i))) let jump_bounded_integer' (i: U32.t{1 <= U32.v i /\ U32.v i <= 4}) : Tot (jumper (parse_bounded_integer (U32.v i))) =
false
null
false
jump_constant_size (parse_bounded_integer (U32.v i)) (i) ()
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "FStar.UInt32.t", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "FStar.UInt32.v", "LowParse.Low.Base.jump_constant_size", "LowParse.Spec.BoundedInt.parse_bounded_integer_kind", "LowParse.Spec.BoundedInt.bounded_integer", "LowParse.Spec.BoundedInt.parse_bounded_integer", "LowParse.Low.Bas...
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
false
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val jump_bounded_integer' (i: U32.t{1 <= U32.v i /\ U32.v i <= 4}) : Tot (jumper (parse_bounded_integer (U32.v i)))
[]
LowParse.Low.BoundedInt.jump_bounded_integer'
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
i: FStar.UInt32.t{1 <= FStar.UInt32.v i /\ FStar.UInt32.v i <= 4} -> LowParse.Low.Base.jumper (LowParse.Spec.BoundedInt.parse_bounded_integer (FStar.UInt32.v i))
{ "end_col": 61, "end_line": 97, "start_col": 2, "start_line": 97 }
Prims.Tot
val read_bounded_integer' (i: U32.t{1 <= U32.v i /\ U32.v i <= 4}) : Tot (leaf_reader (parse_bounded_integer (U32.v i)))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let read_bounded_integer' (i: U32.t { 1 <= U32.v i /\ U32.v i <= 4 }) : Tot (leaf_reader (parse_bounded_integer (U32.v i))) = fun #rrel #rel sl pos -> if i = 1ul then read_bounded_integer_1 () sl pos else if i = 2ul then read_bounded_integer_2 () sl pos else if i = 3ul then read_bounded_integer_3 () sl po...
val read_bounded_integer' (i: U32.t{1 <= U32.v i /\ U32.v i <= 4}) : Tot (leaf_reader (parse_bounded_integer (U32.v i))) let read_bounded_integer' (i: U32.t{1 <= U32.v i /\ U32.v i <= 4}) : Tot (leaf_reader (parse_bounded_integer (U32.v i))) =
false
null
false
fun #rrel #rel sl pos -> if i = 1ul then read_bounded_integer_1 () sl pos else if i = 2ul then read_bounded_integer_2 () sl pos else if i = 3ul then read_bounded_integer_3 () sl pos else read_bounded_integer_4 () sl pos
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "FStar.UInt32.t", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "FStar.UInt32.v", "LowParse.Slice.srel", "LowParse.Bytes.byte", "LowParse.Slice.slice", "Prims.op_Equality", "FStar.UInt32.__uint_to_t", "LowParse.Low.BoundedInt.read_bounded_integer_1", "LowParse.Spec.BoundedInt.bounded...
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
false
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val read_bounded_integer' (i: U32.t{1 <= U32.v i /\ U32.v i <= 4}) : Tot (leaf_reader (parse_bounded_integer (U32.v i)))
[]
LowParse.Low.BoundedInt.read_bounded_integer'
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
i: FStar.UInt32.t{1 <= FStar.UInt32.v i /\ FStar.UInt32.v i <= 4} -> LowParse.Low.Base.leaf_reader (LowParse.Spec.BoundedInt.parse_bounded_integer (FStar.UInt32.v i ))
{ "end_col": 39, "end_line": 47, "start_col": 2, "start_line": 40 }
Prims.Tot
val write_bounded_int32 (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296}) : Tot (leaf_writer_strong (serialize_bounded_int32 (U32.v min32) (U32.v max32)))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let write_bounded_int32 (min32: U32.t) (max32: U32.t { 0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296 }) : Tot (leaf_writer_strong (serialize_bounded_int32 (U32.v min32) (U32.v max32))) = fun input #rrel #rel out pos -> ( if (U32.v max32) < 256 then write_bounded_int32_1 min32 max32 i...
val write_bounded_int32 (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296}) : Tot (leaf_writer_strong (serialize_bounded_int32 (U32.v min32) (U32.v max32))) let write_bounded_int32 (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v min3...
false
null
false
fun input #rrel #rel out pos -> (if (U32.v max32) < 256 then write_bounded_int32_1 min32 max32 input out pos else if (U32.v max32) < 65536 then write_bounded_int32_2 min32 max32 input out pos else if (U32.v max32) < 16777216 then write_bounded_int32_3 min32 max32 input out po...
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "FStar.UInt32.t", "Prims.l_and", "Prims.b2t", "Prims.op_LessThan", "FStar.UInt32.v", "Prims.op_LessThanOrEqual", "LowParse.Spec.BoundedInt.bounded_int32", "LowParse.Slice.srel", "LowParse.Bytes.byte", "LowParse.Slice.slice", "LowParse.Low.BoundedInt.write_bounded_int32_1", "Prims.bool", "Low...
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
false
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val write_bounded_int32 (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296}) : Tot (leaf_writer_strong (serialize_bounded_int32 (U32.v min32) (U32.v max32)))
[]
LowParse.Low.BoundedInt.write_bounded_int32
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
min32: FStar.UInt32.t -> max32: FStar.UInt32.t { 0 < FStar.UInt32.v max32 /\ FStar.UInt32.v min32 <= FStar.UInt32.v max32 /\ FStar.UInt32.v max32 < 4294967296 } -> LowParse.Low.Base.leaf_writer_strong (LowParse.Spec.BoundedInt.serialize_bounded_int32 (FStar.UInt32.v min3...
{ "end_col": 3, "end_line": 218, "start_col": 2, "start_line": 210 }
Prims.Tot
val jump_bounded_int32_le_fixed_size (min32: U32.t) (max32: U32.t{U32.v min32 <= U32.v max32}) : Tot (jumper (parse_bounded_int32_le_fixed_size (U32.v min32) (U32.v max32)))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let jump_bounded_int32_le_fixed_size (min32: U32.t) (max32: U32.t { U32.v min32 <= U32.v max32 }) : Tot (jumper (parse_bounded_int32_le_fixed_size (U32.v min32) (U32.v max32))) = jump_constant_size (parse_bounded_int32_le_fixed_size (U32.v min32) (U32.v max32)) 4ul ()
val jump_bounded_int32_le_fixed_size (min32: U32.t) (max32: U32.t{U32.v min32 <= U32.v max32}) : Tot (jumper (parse_bounded_int32_le_fixed_size (U32.v min32) (U32.v max32))) let jump_bounded_int32_le_fixed_size (min32: U32.t) (max32: U32.t{U32.v min32 <= U32.v max32}) : Tot (jumper (parse_bounded_int32_le_fixed...
false
null
false
jump_constant_size (parse_bounded_int32_le_fixed_size (U32.v min32) (U32.v max32)) 4ul ()
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "FStar.UInt32.t", "Prims.b2t", "Prims.op_LessThanOrEqual", "FStar.UInt32.v", "LowParse.Low.Base.jump_constant_size", "LowParse.Spec.BoundedInt.parse_bounded_int32_fixed_size_kind", "LowParse.Spec.BoundedInt.bounded_int32", "LowParse.Spec.BoundedInt.parse_bounded_int32_le_fixed_size", "FStar.UInt32._...
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
false
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val jump_bounded_int32_le_fixed_size (min32: U32.t) (max32: U32.t{U32.v min32 <= U32.v max32}) : Tot (jumper (parse_bounded_int32_le_fixed_size (U32.v min32) (U32.v max32)))
[]
LowParse.Low.BoundedInt.jump_bounded_int32_le_fixed_size
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
min32: FStar.UInt32.t -> max32: FStar.UInt32.t{FStar.UInt32.v min32 <= FStar.UInt32.v max32} -> LowParse.Low.Base.jumper (LowParse.Spec.BoundedInt.parse_bounded_int32_le_fixed_size (FStar.UInt32.v min32) (FStar.UInt32.v max32))
{ "end_col": 91, "end_line": 574, "start_col": 2, "start_line": 574 }
Prims.Tot
val validate_bounded_int32_le (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296}) : Tot (validator (parse_bounded_int32_le (U32.v min32) (U32.v max32)))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let validate_bounded_int32_le (min32: U32.t) (max32: U32.t { 0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296 }) : Tot (validator (parse_bounded_int32_le (U32.v min32) (U32.v max32))) = fun #rrel #rel sl pos -> ( if (U32.v max32) < 256 then validate_bounded_int32_le_1 min32 max32 sl pos...
val validate_bounded_int32_le (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296}) : Tot (validator (parse_bounded_int32_le (U32.v min32) (U32.v max32))) let validate_bounded_int32_le (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v mi...
false
null
false
fun #rrel #rel sl pos -> (if (U32.v max32) < 256 then validate_bounded_int32_le_1 min32 max32 sl pos else if (U32.v max32) < 65536 then validate_bounded_int32_le_2 min32 max32 sl pos else if (U32.v max32) < 16777216 then validate_bounded_int32_le_3 min32 max32 sl pos ...
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "FStar.UInt32.t", "Prims.l_and", "Prims.b2t", "Prims.op_LessThan", "FStar.UInt32.v", "Prims.op_LessThanOrEqual", "LowParse.Slice.srel", "LowParse.Bytes.byte", "LowParse.Slice.slice", "FStar.UInt64.t", "LowParse.Low.BoundedInt.validate_bounded_int32_le_1", "Prims.bool", "LowParse.Low.BoundedI...
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
false
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val validate_bounded_int32_le (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296}) : Tot (validator (parse_bounded_int32_le (U32.v min32) (U32.v max32)))
[]
LowParse.Low.BoundedInt.validate_bounded_int32_le
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
min32: FStar.UInt32.t -> max32: FStar.UInt32.t { 0 < FStar.UInt32.v max32 /\ FStar.UInt32.v min32 <= FStar.UInt32.v max32 /\ FStar.UInt32.v max32 < 4294967296 } -> LowParse.Low.Base.validator (LowParse.Spec.BoundedInt.parse_bounded_int32_le (FStar.UInt32.v min32 ) ...
{ "end_col": 3, "end_line": 457, "start_col": 2, "start_line": 449 }
Prims.Tot
val jump_bounded_int32_le (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296}) : Tot (jumper (parse_bounded_int32_le (U32.v min32) (U32.v max32)))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let jump_bounded_int32_le (min32: U32.t) (max32: U32.t { 0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296 }) : Tot (jumper (parse_bounded_int32_le (U32.v min32) (U32.v max32))) = fun #rrel #rel sl pos -> ( if (U32.v max32) < 256 then jump_bounded_int32_le_1 min32 max32 sl pos else if ...
val jump_bounded_int32_le (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296}) : Tot (jumper (parse_bounded_int32_le (U32.v min32) (U32.v max32))) let jump_bounded_int32_le (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v min32 <= U32....
false
null
false
fun #rrel #rel sl pos -> (if (U32.v max32) < 256 then jump_bounded_int32_le_1 min32 max32 sl pos else if (U32.v max32) < 65536 then jump_bounded_int32_le_2 min32 max32 sl pos else if (U32.v max32) < 16777216 then jump_bounded_int32_le_3 min32 max32 sl pos else jump_bo...
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "FStar.UInt32.t", "Prims.l_and", "Prims.b2t", "Prims.op_LessThan", "FStar.UInt32.v", "Prims.op_LessThanOrEqual", "LowParse.Slice.srel", "LowParse.Bytes.byte", "LowParse.Slice.slice", "LowParse.Low.BoundedInt.jump_bounded_int32_le_1", "Prims.bool", "LowParse.Low.BoundedInt.jump_bounded_int32_le...
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
false
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val jump_bounded_int32_le (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296}) : Tot (jumper (parse_bounded_int32_le (U32.v min32) (U32.v max32)))
[]
LowParse.Low.BoundedInt.jump_bounded_int32_le
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
min32: FStar.UInt32.t -> max32: FStar.UInt32.t { 0 < FStar.UInt32.v max32 /\ FStar.UInt32.v min32 <= FStar.UInt32.v max32 /\ FStar.UInt32.v max32 < 4294967296 } -> LowParse.Low.Base.jumper (LowParse.Spec.BoundedInt.parse_bounded_int32_le (FStar.UInt32.v min32 ) (FS...
{ "end_col": 3, "end_line": 492, "start_col": 2, "start_line": 484 }
Prims.Tot
val write_bounded_integer' (i: U32.t{1 <= U32.v i /\ U32.v i <= 4}) : Tot (leaf_writer_strong (serialize_bounded_integer (U32.v i)))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let write_bounded_integer' (i: U32.t { 1 <= U32.v i /\ U32.v i <= 4 }) : Tot (leaf_writer_strong (serialize_bounded_integer (U32.v i))) = fun v #rrel #rel sl pos -> if i = 1ul then write_bounded_integer_1 () v sl pos else if i = 2ul then write_bounded_integer_2 () v sl pos else if i = 3ul then write_bound...
val write_bounded_integer' (i: U32.t{1 <= U32.v i /\ U32.v i <= 4}) : Tot (leaf_writer_strong (serialize_bounded_integer (U32.v i))) let write_bounded_integer' (i: U32.t{1 <= U32.v i /\ U32.v i <= 4}) : Tot (leaf_writer_strong (serialize_bounded_integer (U32.v i))) =
false
null
false
fun v #rrel #rel sl pos -> if i = 1ul then write_bounded_integer_1 () v sl pos else if i = 2ul then write_bounded_integer_2 () v sl pos else if i = 3ul then write_bounded_integer_3 () v sl pos else write_bounded_integer_4 () v sl pos
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "FStar.UInt32.t", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "FStar.UInt32.v", "LowParse.Spec.BoundedInt.bounded_integer", "LowParse.Slice.srel", "LowParse.Bytes.byte", "LowParse.Slice.slice", "Prims.op_Equality", "FStar.UInt32.__uint_to_t", "LowParse.Low.BoundedInt.write_bounded_...
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
false
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val write_bounded_integer' (i: U32.t{1 <= U32.v i /\ U32.v i <= 4}) : Tot (leaf_writer_strong (serialize_bounded_integer (U32.v i)))
[]
LowParse.Low.BoundedInt.write_bounded_integer'
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
i: FStar.UInt32.t{1 <= FStar.UInt32.v i /\ FStar.UInt32.v i <= 4} -> LowParse.Low.Base.leaf_writer_strong (LowParse.Spec.BoundedInt.serialize_bounded_integer (FStar.UInt32.v i))
{ "end_col": 42, "end_line": 154, "start_col": 2, "start_line": 147 }
Prims.Tot
val jump_bounded_int32 (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296}) : Tot (jumper (parse_bounded_int32 (U32.v min32) (U32.v max32)))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let jump_bounded_int32 (min32: U32.t) (max32: U32.t { 0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296 }) : Tot (jumper (parse_bounded_int32 (U32.v min32) (U32.v max32))) = fun #rrel #rel sl pos -> ( if (U32.v max32) < 256 then jump_bounded_int32_1 min32 max32 sl pos else if (U32.v ma...
val jump_bounded_int32 (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296}) : Tot (jumper (parse_bounded_int32 (U32.v min32) (U32.v max32))) let jump_bounded_int32 (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /...
false
null
false
fun #rrel #rel sl pos -> (if (U32.v max32) < 256 then jump_bounded_int32_1 min32 max32 sl pos else if (U32.v max32) < 65536 then jump_bounded_int32_2 min32 max32 sl pos else if (U32.v max32) < 16777216 then jump_bounded_int32_3 min32 max32 sl pos else jump_bounded_int...
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "FStar.UInt32.t", "Prims.l_and", "Prims.b2t", "Prims.op_LessThan", "FStar.UInt32.v", "Prims.op_LessThanOrEqual", "LowParse.Slice.srel", "LowParse.Bytes.byte", "LowParse.Slice.slice", "LowParse.Low.BoundedInt.jump_bounded_int32_1", "Prims.bool", "LowParse.Low.BoundedInt.jump_bounded_int32_2", ...
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
false
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val jump_bounded_int32 (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296}) : Tot (jumper (parse_bounded_int32 (U32.v min32) (U32.v max32)))
[]
LowParse.Low.BoundedInt.jump_bounded_int32
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
min32: FStar.UInt32.t -> max32: FStar.UInt32.t { 0 < FStar.UInt32.v max32 /\ FStar.UInt32.v min32 <= FStar.UInt32.v max32 /\ FStar.UInt32.v max32 < 4294967296 } -> LowParse.Low.Base.jumper (LowParse.Spec.BoundedInt.parse_bounded_int32 (FStar.UInt32.v min32) (FStar.UInt32.v m...
{ "end_col": 3, "end_line": 323, "start_col": 2, "start_line": 315 }
Prims.Tot
val read_bounded_int32 (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296}) : Tot (leaf_reader (parse_bounded_int32 (U32.v min32) (U32.v max32)))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let read_bounded_int32 (min32: U32.t) (max32: U32.t { 0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296 }) : Tot (leaf_reader (parse_bounded_int32 (U32.v min32) (U32.v max32))) = fun #rrel #rel sl pos -> ( if (U32.v max32) < 256 then read_bounded_int32_1 min32 max32 sl pos else if (U32...
val read_bounded_int32 (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296}) : Tot (leaf_reader (parse_bounded_int32 (U32.v min32) (U32.v max32))) let read_bounded_int32 (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v min32 <= U32.v ma...
false
null
false
fun #rrel #rel sl pos -> (if (U32.v max32) < 256 then read_bounded_int32_1 min32 max32 sl pos else if (U32.v max32) < 65536 then read_bounded_int32_2 min32 max32 sl pos else if (U32.v max32) < 16777216 then read_bounded_int32_3 min32 max32 sl pos else read_bounded_int...
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "FStar.UInt32.t", "Prims.l_and", "Prims.b2t", "Prims.op_LessThan", "FStar.UInt32.v", "Prims.op_LessThanOrEqual", "LowParse.Slice.srel", "LowParse.Bytes.byte", "LowParse.Slice.slice", "LowParse.Low.BoundedInt.read_bounded_int32_1", "LowParse.Spec.BoundedInt.bounded_int32", "Prims.bool", "LowP...
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
false
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val read_bounded_int32 (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296}) : Tot (leaf_reader (parse_bounded_int32 (U32.v min32) (U32.v max32)))
[]
LowParse.Low.BoundedInt.read_bounded_int32
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
min32: FStar.UInt32.t -> max32: FStar.UInt32.t { 0 < FStar.UInt32.v max32 /\ FStar.UInt32.v min32 <= FStar.UInt32.v max32 /\ FStar.UInt32.v max32 < 4294967296 } -> LowParse.Low.Base.leaf_reader (LowParse.Spec.BoundedInt.parse_bounded_int32 (FStar.UInt32.v min32 ) ...
{ "end_col": 3, "end_line": 253, "start_col": 2, "start_line": 245 }
Prims.Tot
val write_bounded_int32_le (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296}) : Tot (leaf_writer_strong (serialize_bounded_int32_le (U32.v min32) (U32.v max32)))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let write_bounded_int32_le (min32: U32.t) (max32: U32.t { 0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296 }) : Tot (leaf_writer_strong (serialize_bounded_int32_le (U32.v min32) (U32.v max32))) = fun input #rrel #rel out pos -> ( if (U32.v max32) < 256 then write_bounded_int32_le_1 min3...
val write_bounded_int32_le (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296}) : Tot (leaf_writer_strong (serialize_bounded_int32_le (U32.v min32) (U32.v max32))) let write_bounded_int32_le (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U...
false
null
false
fun input #rrel #rel out pos -> (if (U32.v max32) < 256 then write_bounded_int32_le_1 min32 max32 input out pos else if (U32.v max32) < 65536 then write_bounded_int32_le_2 min32 max32 input out pos else if (U32.v max32) < 16777216 then write_bounded_int32_le_3 min32 max32 inp...
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "FStar.UInt32.t", "Prims.l_and", "Prims.b2t", "Prims.op_LessThan", "FStar.UInt32.v", "Prims.op_LessThanOrEqual", "LowParse.Spec.BoundedInt.bounded_int32", "LowParse.Slice.srel", "LowParse.Bytes.byte", "LowParse.Slice.slice", "LowParse.Low.BoundedInt.write_bounded_int32_le_1", "Prims.bool", "...
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
false
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val write_bounded_int32_le (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296}) : Tot (leaf_writer_strong (serialize_bounded_int32_le (U32.v min32) (U32.v max32)))
[]
LowParse.Low.BoundedInt.write_bounded_int32_le
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
min32: FStar.UInt32.t -> max32: FStar.UInt32.t { 0 < FStar.UInt32.v max32 /\ FStar.UInt32.v min32 <= FStar.UInt32.v max32 /\ FStar.UInt32.v max32 < 4294967296 } -> LowParse.Low.Base.leaf_writer_strong (LowParse.Spec.BoundedInt.serialize_bounded_int32_le (FStar.UInt32.v m...
{ "end_col": 3, "end_line": 527, "start_col": 2, "start_line": 519 }
Prims.Tot
val validate_bounded_int32 (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296}) : Tot (validator (parse_bounded_int32 (U32.v min32) (U32.v max32)))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let validate_bounded_int32 (min32: U32.t) (max32: U32.t { 0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296 }) : Tot (validator (parse_bounded_int32 (U32.v min32) (U32.v max32))) = fun #rrel #rel sl pos -> ( if (U32.v max32) < 256 then validate_bounded_int32_1 min32 max32 sl pos else i...
val validate_bounded_int32 (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296}) : Tot (validator (parse_bounded_int32 (U32.v min32) (U32.v max32))) let validate_bounded_int32 (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v min32 <= U3...
false
null
false
fun #rrel #rel sl pos -> (if (U32.v max32) < 256 then validate_bounded_int32_1 min32 max32 sl pos else if (U32.v max32) < 65536 then validate_bounded_int32_2 min32 max32 sl pos else if (U32.v max32) < 16777216 then validate_bounded_int32_3 min32 max32 sl pos else vali...
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "FStar.UInt32.t", "Prims.l_and", "Prims.b2t", "Prims.op_LessThan", "FStar.UInt32.v", "Prims.op_LessThanOrEqual", "LowParse.Slice.srel", "LowParse.Bytes.byte", "LowParse.Slice.slice", "FStar.UInt64.t", "LowParse.Low.BoundedInt.validate_bounded_int32_1", "Prims.bool", "LowParse.Low.BoundedInt....
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
false
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val validate_bounded_int32 (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296}) : Tot (validator (parse_bounded_int32 (U32.v min32) (U32.v max32)))
[]
LowParse.Low.BoundedInt.validate_bounded_int32
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
min32: FStar.UInt32.t -> max32: FStar.UInt32.t { 0 < FStar.UInt32.v max32 /\ FStar.UInt32.v min32 <= FStar.UInt32.v max32 /\ FStar.UInt32.v max32 < 4294967296 } -> LowParse.Low.Base.validator (LowParse.Spec.BoundedInt.parse_bounded_int32 (FStar.UInt32.v min32 ) (FS...
{ "end_col": 3, "end_line": 288, "start_col": 2, "start_line": 280 }
Prims.Tot
val read_bounded_int32_le (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296}) : Tot (leaf_reader (parse_bounded_int32_le (U32.v min32) (U32.v max32)))
[ { "abbrev": true, "full_module": "FStar.Int.Cast", "short_module": "Cast" }, { "abbrev": true, "full_module": "LowParse.Low.Endianness", "short_module": "LE" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "f...
false
let read_bounded_int32_le (min32: U32.t) (max32: U32.t { 0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296 }) : Tot (leaf_reader (parse_bounded_int32_le (U32.v min32) (U32.v max32))) = fun #rrel #rel sl pos -> ( if (U32.v max32) < 256 then read_bounded_int32_le_1 min32 max32 sl pos els...
val read_bounded_int32_le (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296}) : Tot (leaf_reader (parse_bounded_int32_le (U32.v min32) (U32.v max32))) let read_bounded_int32_le (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v min32 <=...
false
null
false
fun #rrel #rel sl pos -> (if (U32.v max32) < 256 then read_bounded_int32_le_1 min32 max32 sl pos else if (U32.v max32) < 65536 then read_bounded_int32_le_2 min32 max32 sl pos else if (U32.v max32) < 16777216 then read_bounded_int32_le_3 min32 max32 sl pos else read_bo...
{ "checked_file": "LowParse.Low.BoundedInt.fsti.checked", "dependencies": [ "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "LowParse.Spec.BoundedInt.fsti.checked", "LowParse.Low.Base.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives....
[ "total" ]
[ "FStar.UInt32.t", "Prims.l_and", "Prims.b2t", "Prims.op_LessThan", "FStar.UInt32.v", "Prims.op_LessThanOrEqual", "LowParse.Slice.srel", "LowParse.Bytes.byte", "LowParse.Slice.slice", "LowParse.Low.BoundedInt.read_bounded_int32_le_1", "LowParse.Spec.BoundedInt.bounded_int32", "Prims.bool", "L...
[]
module LowParse.Low.BoundedInt include LowParse.Spec.BoundedInt include LowParse.Low.Base module U32 = FStar.UInt32 module HST = FStar.HyperStack.ST module B = LowStar.Monotonic.Buffer module U64 = FStar.UInt64 (* bounded integers *) inline_for_extraction val read_bounded_integer_1 : unit -> Tot (leaf_reader (parse_...
false
false
LowParse.Low.BoundedInt.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val read_bounded_int32_le (min32: U32.t) (max32: U32.t{0 < U32.v max32 /\ U32.v min32 <= U32.v max32 /\ U32.v max32 < 4294967296}) : Tot (leaf_reader (parse_bounded_int32_le (U32.v min32) (U32.v max32)))
[]
LowParse.Low.BoundedInt.read_bounded_int32_le
{ "file_name": "src/lowparse/LowParse.Low.BoundedInt.fsti", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
min32: FStar.UInt32.t -> max32: FStar.UInt32.t { 0 < FStar.UInt32.v max32 /\ FStar.UInt32.v min32 <= FStar.UInt32.v max32 /\ FStar.UInt32.v max32 < 4294967296 } -> LowParse.Low.Base.leaf_reader (LowParse.Spec.BoundedInt.parse_bounded_int32_le (FStar.UInt32.v min32 ) ...
{ "end_col": 3, "end_line": 562, "start_col": 2, "start_line": 554 }
Prims.Tot
[ { "abbrev": false, "full_module": "Hacl.Spec.K256.GLV", "short_module": null }, { "abbrev": true, "full_module": "Hacl.Spec.K256.ECSM.Lemmas", "short_module": "SM" }, { "abbrev": true, "full_module": "Spec.K256.Lemmas", "short_module": "LS" }, { "abbrev": true, ...
false
let point_mul_def a p = SE.pow S.mk_k256_concrete_ops p a
let point_mul_def a p =
false
null
false
SE.pow S.mk_k256_concrete_ops p a
{ "checked_file": "Hacl.Spec.K256.GLV.Lemmas.fst.checked", "dependencies": [ "Spec.K256.Lemmas.fsti.checked", "Spec.K256.fst.checked", "Spec.Exponentiation.fsti.checked", "prims.fst.checked", "Lib.NatMod.fsti.checked", "Lib.Exponentiation.fsti.checked", "Hacl.Spec.K256.GLV.fst.checked", ...
[ "total" ]
[ "Prims.nat", "Spec.K256.PointOps.proj_point", "Spec.Exponentiation.pow", "Spec.K256.mk_k256_concrete_ops" ]
[]
module Hacl.Spec.K256.GLV.Lemmas open FStar.Mul module M = Lib.NatMod module LE = Lib.Exponentiation module SE = Spec.Exponentiation module S = Spec.K256 module LS = Spec.K256.Lemmas module SM = Hacl.Spec.K256.ECSM.Lemmas open Hacl.Spec.K256.GLV #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" // [lambda](px, py) ...
false
true
Hacl.Spec.K256.GLV.Lemmas.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val point_mul_def : a: Prims.nat -> p: Spec.K256.PointOps.proj_point -> Spec.K256.PointOps.proj_point
[]
Hacl.Spec.K256.GLV.Lemmas.point_mul_def
{ "file_name": "code/k256/Hacl.Spec.K256.GLV.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Prims.nat -> p: Spec.K256.PointOps.proj_point -> Spec.K256.PointOps.proj_point
{ "end_col": 57, "end_line": 236, "start_col": 24, "start_line": 236 }
Prims.Tot
val aff_proj_point_mul_double_split_lambda (k1: S.qelem) (p1: S.proj_point) (k2: S.qelem) (p2: S.proj_point) : S.aff_point
[ { "abbrev": false, "full_module": "Hacl.Spec.K256.GLV", "short_module": null }, { "abbrev": true, "full_module": "Hacl.Spec.K256.ECSM.Lemmas", "short_module": "SM" }, { "abbrev": true, "full_module": "Spec.K256.Lemmas", "short_module": "LS" }, { "abbrev": true, ...
false
let aff_proj_point_mul_double_split_lambda (k1:S.qelem) (p1:S.proj_point) (k2:S.qelem) (p2:S.proj_point) : S.aff_point = let r11, p11, r12, p12 = ecmult_endo_split k1 p1 in let r21, p21, r22, p22 = ecmult_endo_split k2 p2 in if r11 < pow2 128 && r12 < pow2 128 && r21 < pow2 128 && r22 < pow2 128 then LE.exp...
val aff_proj_point_mul_double_split_lambda (k1: S.qelem) (p1: S.proj_point) (k2: S.qelem) (p2: S.proj_point) : S.aff_point let aff_proj_point_mul_double_split_lambda (k1: S.qelem) (p1: S.proj_point) (k2: S.qelem) (p2: S.proj_point) : S.aff_point =
false
null
false
let r11, p11, r12, p12 = ecmult_endo_split k1 p1 in let r21, p21, r22, p22 = ecmult_endo_split k2 p2 in if r11 < pow2 128 && r12 < pow2 128 && r21 < pow2 128 && r22 < pow2 128 then LE.exp_four_fw S.mk_k256_comm_monoid (S.to_aff_point p11) 128 r11 (S.to_aff_point p12) r12 (S.to_aff_point p21) r21 (S.to_aff_point p...
{ "checked_file": "Hacl.Spec.K256.GLV.Lemmas.fst.checked", "dependencies": [ "Spec.K256.Lemmas.fsti.checked", "Spec.K256.fst.checked", "Spec.Exponentiation.fsti.checked", "prims.fst.checked", "Lib.NatMod.fsti.checked", "Lib.Exponentiation.fsti.checked", "Hacl.Spec.K256.GLV.fst.checked", ...
[ "total" ]
[ "Spec.K256.PointOps.qelem", "Spec.K256.PointOps.proj_point", "Prims.op_AmpAmp", "Prims.op_LessThan", "Prims.pow2", "Lib.Exponentiation.exp_four_fw", "Spec.K256.PointOps.aff_point", "Spec.K256.mk_k256_comm_monoid", "Spec.K256.PointOps.to_aff_point", "Prims.bool", "Spec.K256.point_mul_double", "...
[]
module Hacl.Spec.K256.GLV.Lemmas open FStar.Mul module M = Lib.NatMod module LE = Lib.Exponentiation module SE = Spec.Exponentiation module S = Spec.K256 module LS = Spec.K256.Lemmas module SM = Hacl.Spec.K256.ECSM.Lemmas open Hacl.Spec.K256.GLV #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" // [lambda](px, py) ...
false
true
Hacl.Spec.K256.GLV.Lemmas.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val aff_proj_point_mul_double_split_lambda (k1: S.qelem) (p1: S.proj_point) (k2: S.qelem) (p2: S.proj_point) : S.aff_point
[]
Hacl.Spec.K256.GLV.Lemmas.aff_proj_point_mul_double_split_lambda
{ "file_name": "code/k256/Hacl.Spec.K256.GLV.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
k1: Spec.K256.PointOps.qelem -> p1: Spec.K256.PointOps.proj_point -> k2: Spec.K256.PointOps.qelem -> p2: Spec.K256.PointOps.proj_point -> Spec.K256.PointOps.aff_point
{ "end_col": 51, "end_line": 187, "start_col": 79, "start_line": 179 }
FStar.Pervasives.Lemma
val lemma_glv : p:S.proj_point -> Lemma (S.to_aff_point (point_mul_lambda p) == aff_point_mul lambda (S.to_aff_point p))
[ { "abbrev": false, "full_module": "Hacl.Spec.K256.GLV", "short_module": null }, { "abbrev": true, "full_module": "Hacl.Spec.K256.ECSM.Lemmas", "short_module": "SM" }, { "abbrev": true, "full_module": "Spec.K256.Lemmas", "short_module": "LS" }, { "abbrev": true, ...
false
let lemma_glv p = let (pX, pY, pZ) = p in let (px, py) = S.to_aff_point p in assert (px = S.(pX /% pZ) /\ py = S.(pY /% pZ)); let (qx, qy) = aff_point_mul lambda (px, py) in lemma_glv_aff (px, py); assert (qx = S.(beta *% px) /\ qy = py); assert (qx = S.(beta *% (pX /% pZ)) /\ qy = S.(pY /% pZ)); let (...
val lemma_glv : p:S.proj_point -> Lemma (S.to_aff_point (point_mul_lambda p) == aff_point_mul lambda (S.to_aff_point p)) let lemma_glv p =
false
null
true
let pX, pY, pZ = p in let px, py = S.to_aff_point p in assert (px = S.(pX /% pZ) /\ py = S.(pY /% pZ)); let qx, qy = aff_point_mul lambda (px, py) in lemma_glv_aff (px, py); assert (qx = S.(beta *% px) /\ qy = py); assert (qx = S.(beta *% (pX /% pZ)) /\ qy = S.(pY /% pZ)); let rX, rY, rZ = point_mul_lambda p in assert ...
{ "checked_file": "Hacl.Spec.K256.GLV.Lemmas.fst.checked", "dependencies": [ "Spec.K256.Lemmas.fsti.checked", "Spec.K256.fst.checked", "Spec.Exponentiation.fsti.checked", "prims.fst.checked", "Lib.NatMod.fsti.checked", "Lib.Exponentiation.fsti.checked", "Hacl.Spec.K256.GLV.fst.checked", ...
[ "lemma" ]
[ "Spec.K256.PointOps.proj_point", "Spec.K256.PointOps.felem", "Prims._assert", "Prims.b2t", "Prims.op_Equality", "Spec.K256.PointOps.op_Star_Percent", "Hacl.Spec.K256.GLV.beta", "Spec.K256.PointOps.finv", "Prims.unit", "Lib.NatMod.lemma_mul_mod_assoc", "Spec.K256.PointOps.prime", "Spec.K256.Poi...
[]
module Hacl.Spec.K256.GLV.Lemmas open FStar.Mul module M = Lib.NatMod module LE = Lib.Exponentiation module SE = Spec.Exponentiation module S = Spec.K256 module LS = Spec.K256.Lemmas module SM = Hacl.Spec.K256.ECSM.Lemmas open Hacl.Spec.K256.GLV #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" // [lambda](px, py) ...
false
false
Hacl.Spec.K256.GLV.Lemmas.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val lemma_glv : p:S.proj_point -> Lemma (S.to_aff_point (point_mul_lambda p) == aff_point_mul lambda (S.to_aff_point p))
[]
Hacl.Spec.K256.GLV.Lemmas.lemma_glv
{ "file_name": "code/k256/Hacl.Spec.K256.GLV.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
p: Spec.K256.PointOps.proj_point -> FStar.Pervasives.Lemma (ensures Spec.K256.PointOps.to_aff_point (Hacl.Spec.K256.GLV.point_mul_lambda p) == Hacl.Spec.K256.GLV.aff_point_mul Hacl.Spec.K256.GLV.lambda (Spec.K256.PointOps.to_aff_point p) )
{ "end_col": 70, "end_line": 43, "start_col": 17, "start_line": 24 }
FStar.Pervasives.Lemma
val aff_point_negate_cond_pow_lemma: is_negate:bool -> p:S.proj_point -> k:nat -> Lemma (aff_point_negate_cond (S.to_aff_point (point_mul_def k p)) is_negate == aff_point_mul k (S.to_aff_point (point_negate_cond p is_negate)))
[ { "abbrev": false, "full_module": "Hacl.Spec.K256.GLV", "short_module": null }, { "abbrev": true, "full_module": "Hacl.Spec.K256.ECSM.Lemmas", "short_module": "SM" }, { "abbrev": true, "full_module": "Spec.K256.Lemmas", "short_module": "LS" }, { "abbrev": true, ...
false
let aff_point_negate_cond_pow_lemma is_negate p k = let p_aff = S.to_aff_point p in if is_negate then calc (==) { S.aff_point_negate (S.to_aff_point (point_mul_def k p)); (==) { SE.pow_lemma S.mk_k256_concrete_ops p k } S.aff_point_negate (aff_point_mul k p_aff); (==) { SM.aff_point_mul_...
val aff_point_negate_cond_pow_lemma: is_negate:bool -> p:S.proj_point -> k:nat -> Lemma (aff_point_negate_cond (S.to_aff_point (point_mul_def k p)) is_negate == aff_point_mul k (S.to_aff_point (point_negate_cond p is_negate))) let aff_point_negate_cond_pow_lemma is_negate p k =
false
null
true
let p_aff = S.to_aff_point p in if is_negate then calc ( == ) { S.aff_point_negate (S.to_aff_point (point_mul_def k p)); ( == ) { SE.pow_lemma S.mk_k256_concrete_ops p k } S.aff_point_negate (aff_point_mul k p_aff); ( == ) { SM.aff_point_mul_neg_lemma k p_aff } aff_point_mul k (S.aff_point_negate ...
{ "checked_file": "Hacl.Spec.K256.GLV.Lemmas.fst.checked", "dependencies": [ "Spec.K256.Lemmas.fsti.checked", "Spec.K256.fst.checked", "Spec.Exponentiation.fsti.checked", "prims.fst.checked", "Lib.NatMod.fsti.checked", "Lib.Exponentiation.fsti.checked", "Hacl.Spec.K256.GLV.fst.checked", ...
[ "lemma" ]
[ "Prims.bool", "Spec.K256.PointOps.proj_point", "Prims.nat", "FStar.Calc.calc_finish", "Spec.K256.PointOps.aff_point", "Prims.eq2", "Spec.K256.PointOps.aff_point_negate", "Spec.K256.PointOps.to_aff_point", "Hacl.Spec.K256.GLV.Lemmas.point_mul_def", "Hacl.Spec.K256.GLV.aff_point_mul", "Spec.K256.P...
[]
module Hacl.Spec.K256.GLV.Lemmas open FStar.Mul module M = Lib.NatMod module LE = Lib.Exponentiation module SE = Spec.Exponentiation module S = Spec.K256 module LS = Spec.K256.Lemmas module SM = Hacl.Spec.K256.ECSM.Lemmas open Hacl.Spec.K256.GLV #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" // [lambda](px, py) ...
false
false
Hacl.Spec.K256.GLV.Lemmas.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val aff_point_negate_cond_pow_lemma: is_negate:bool -> p:S.proj_point -> k:nat -> Lemma (aff_point_negate_cond (S.to_aff_point (point_mul_def k p)) is_negate == aff_point_mul k (S.to_aff_point (point_negate_cond p is_negate)))
[]
Hacl.Spec.K256.GLV.Lemmas.aff_point_negate_cond_pow_lemma
{ "file_name": "code/k256/Hacl.Spec.K256.GLV.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
is_negate: Prims.bool -> p: Spec.K256.PointOps.proj_point -> k: Prims.nat -> FStar.Pervasives.Lemma (ensures Hacl.Spec.K256.GLV.aff_point_negate_cond (Spec.K256.PointOps.to_aff_point (Hacl.Spec.K256.GLV.Lemmas.point_mul_def k p)) is_negate == Hacl.Spec.K256.GLV....
{ "end_col": 43, "end_line": 256, "start_col": 51, "start_line": 243 }
FStar.Pervasives.Lemma
val lemma_aff_point_mul_endo_split: k:S.qelem -> p:S.aff_point -> Lemma (aff_point_mul_endo_split k p == aff_point_mul k p)
[ { "abbrev": false, "full_module": "Hacl.Spec.K256.GLV", "short_module": null }, { "abbrev": true, "full_module": "Hacl.Spec.K256.ECSM.Lemmas", "short_module": "SM" }, { "abbrev": true, "full_module": "Spec.K256.Lemmas", "short_module": "LS" }, { "abbrev": true, ...
false
let lemma_aff_point_mul_endo_split k p = let r10, r20 = scalar_split_lambda k in let lambda_p = aff_point_mul_lambda p in let r1, p1 = aff_negate_point_and_scalar_cond r10 p in let r2, p2 = aff_negate_point_and_scalar_cond r20 lambda_p in assert ((r1, p1, r2, p2) == aff_ecmult_endo_split k p); let is_high1 ...
val lemma_aff_point_mul_endo_split: k:S.qelem -> p:S.aff_point -> Lemma (aff_point_mul_endo_split k p == aff_point_mul k p) let lemma_aff_point_mul_endo_split k p =
false
null
true
let r10, r20 = scalar_split_lambda k in let lambda_p = aff_point_mul_lambda p in let r1, p1 = aff_negate_point_and_scalar_cond r10 p in let r2, p2 = aff_negate_point_and_scalar_cond r20 lambda_p in assert ((r1, p1, r2, p2) == aff_ecmult_endo_split k p); let is_high1 = S.scalar_is_high r10 in let is_high2 = S.scalar_is_...
{ "checked_file": "Hacl.Spec.K256.GLV.Lemmas.fst.checked", "dependencies": [ "Spec.K256.Lemmas.fsti.checked", "Spec.K256.fst.checked", "Spec.Exponentiation.fsti.checked", "prims.fst.checked", "Lib.NatMod.fsti.checked", "Lib.Exponentiation.fsti.checked", "Hacl.Spec.K256.GLV.fst.checked", ...
[ "lemma" ]
[ "Spec.K256.PointOps.qelem", "Spec.K256.PointOps.aff_point", "Prims.op_AmpAmp", "Hacl.Spec.K256.GLV.Lemmas.lemma_aff_point_mul_split_lambda", "Prims.unit", "Hacl.Spec.K256.ECSM.Lemmas.lemma_aff_point_mul_neg", "Prims.bool", "Prims.op_Negation", "Spec.K256.PointOps.scalar_is_high", "Prims._assert", ...
[]
module Hacl.Spec.K256.GLV.Lemmas open FStar.Mul module M = Lib.NatMod module LE = Lib.Exponentiation module SE = Spec.Exponentiation module S = Spec.K256 module LS = Spec.K256.Lemmas module SM = Hacl.Spec.K256.ECSM.Lemmas open Hacl.Spec.K256.GLV #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" // [lambda](px, py) ...
false
false
Hacl.Spec.K256.GLV.Lemmas.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val lemma_aff_point_mul_endo_split: k:S.qelem -> p:S.aff_point -> Lemma (aff_point_mul_endo_split k p == aff_point_mul k p)
[]
Hacl.Spec.K256.GLV.Lemmas.lemma_aff_point_mul_endo_split
{ "file_name": "code/k256/Hacl.Spec.K256.GLV.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
k: Spec.K256.PointOps.qelem -> p: Spec.K256.PointOps.aff_point -> FStar.Pervasives.Lemma (ensures Hacl.Spec.K256.GLV.aff_point_mul_endo_split k p == Hacl.Spec.K256.GLV.aff_point_mul k p )
{ "end_col": 5, "end_line": 132, "start_col": 40, "start_line": 109 }
FStar.Pervasives.Lemma
val lemma_ecmult_endo_split_to_aff: k:S.qelem -> p:S.proj_point -> Lemma (let r1, p1, r2, p2 = ecmult_endo_split k p in let ar1, ap1, ar2, ap2 = aff_ecmult_endo_split k (S.to_aff_point p) in r1 == ar1 /\ S.to_aff_point p1 == ap1 /\ r2 == ar2 /\ S.to_aff_point p2 == ap2)
[ { "abbrev": false, "full_module": "Hacl.Spec.K256.GLV", "short_module": null }, { "abbrev": true, "full_module": "Hacl.Spec.K256.ECSM.Lemmas", "short_module": "SM" }, { "abbrev": true, "full_module": "Spec.K256.Lemmas", "short_module": "LS" }, { "abbrev": true, ...
false
let lemma_ecmult_endo_split_to_aff k p = let r1, p1, r2, p2 = ecmult_endo_split k p in let ar1, ap1, ar2, ap2 = aff_ecmult_endo_split k (S.to_aff_point p) in assert (r1 == ar1 /\ r2 == ar2); let r10, r20 = scalar_split_lambda k in let p_aff = S.to_aff_point p in let lambda_p = point_mul_lambda p in let ...
val lemma_ecmult_endo_split_to_aff: k:S.qelem -> p:S.proj_point -> Lemma (let r1, p1, r2, p2 = ecmult_endo_split k p in let ar1, ap1, ar2, ap2 = aff_ecmult_endo_split k (S.to_aff_point p) in r1 == ar1 /\ S.to_aff_point p1 == ap1 /\ r2 == ar2 /\ S.to_aff_point p2 == ap2) let lemma_ecmult_endo_split_to_aff k p =
false
null
true
let r1, p1, r2, p2 = ecmult_endo_split k p in let ar1, ap1, ar2, ap2 = aff_ecmult_endo_split k (S.to_aff_point p) in assert (r1 == ar1 /\ r2 == ar2); let r10, r20 = scalar_split_lambda k in let p_aff = S.to_aff_point p in let lambda_p = point_mul_lambda p in let lambda_p_aff = aff_point_mul_lambda p_aff in lemma_glv p;...
{ "checked_file": "Hacl.Spec.K256.GLV.Lemmas.fst.checked", "dependencies": [ "Spec.K256.Lemmas.fsti.checked", "Spec.K256.fst.checked", "Spec.Exponentiation.fsti.checked", "prims.fst.checked", "Lib.NatMod.fsti.checked", "Lib.Exponentiation.fsti.checked", "Hacl.Spec.K256.GLV.fst.checked", ...
[ "lemma" ]
[ "Spec.K256.PointOps.qelem", "Spec.K256.PointOps.proj_point", "Spec.K256.PointOps.aff_point", "Prims.op_AmpAmp", "Prims.op_Negation", "Prims.bool", "Spec.K256.Lemmas.to_aff_point_negate_lemma", "Prims.unit", "Spec.K256.PointOps.scalar_is_high", "Prims._assert", "Prims.eq2", "Spec.K256.PointOps....
[]
module Hacl.Spec.K256.GLV.Lemmas open FStar.Mul module M = Lib.NatMod module LE = Lib.Exponentiation module SE = Spec.Exponentiation module S = Spec.K256 module LS = Spec.K256.Lemmas module SM = Hacl.Spec.K256.ECSM.Lemmas open Hacl.Spec.K256.GLV #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" // [lambda](px, py) ...
false
false
Hacl.Spec.K256.GLV.Lemmas.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val lemma_ecmult_endo_split_to_aff: k:S.qelem -> p:S.proj_point -> Lemma (let r1, p1, r2, p2 = ecmult_endo_split k p in let ar1, ap1, ar2, ap2 = aff_ecmult_endo_split k (S.to_aff_point p) in r1 == ar1 /\ S.to_aff_point p1 == ap1 /\ r2 == ar2 /\ S.to_aff_point p2 == ap2)
[]
Hacl.Spec.K256.GLV.Lemmas.lemma_ecmult_endo_split_to_aff
{ "file_name": "code/k256/Hacl.Spec.K256.GLV.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
k: Spec.K256.PointOps.qelem -> p: Spec.K256.PointOps.proj_point -> FStar.Pervasives.Lemma (ensures (let _ = Hacl.Spec.K256.GLV.ecmult_endo_split k p in (let FStar.Pervasives.Native.Mktuple4 #_ #_ #_ #_ r1 p1 r2 p2 = _ in let _ = Hacl.Spec.K256.GLV.aff_ecmult_endo_split k (Spec.K256.PointOp...
{ "end_col": 5, "end_line": 168, "start_col": 40, "start_line": 141 }
FStar.Pervasives.Lemma
val aff_point_negate_cond_lambda_pow_lemma: is_negate:bool -> p:S.proj_point -> k:nat -> Lemma (aff_point_mul lambda (aff_point_negate_cond (S.to_aff_point (point_mul_def k p)) is_negate) == aff_point_mul k (S.to_aff_point (point_negate_cond (point_mul_lambda p) is_negate)))
[ { "abbrev": false, "full_module": "Hacl.Spec.K256.GLV", "short_module": null }, { "abbrev": true, "full_module": "Hacl.Spec.K256.ECSM.Lemmas", "short_module": "SM" }, { "abbrev": true, "full_module": "Spec.K256.Lemmas", "short_module": "LS" }, { "abbrev": true, ...
false
let aff_point_negate_cond_lambda_pow_lemma is_negate p k = let p_aff = S.to_aff_point p in let p_lambda = point_mul_lambda p in if is_negate then calc (==) { aff_point_mul lambda (S.aff_point_negate (S.to_aff_point (point_mul_def k p))); (==) { SE.pow_lemma S.mk_k256_concrete_ops p k } aff_...
val aff_point_negate_cond_lambda_pow_lemma: is_negate:bool -> p:S.proj_point -> k:nat -> Lemma (aff_point_mul lambda (aff_point_negate_cond (S.to_aff_point (point_mul_def k p)) is_negate) == aff_point_mul k (S.to_aff_point (point_negate_cond (point_mul_lambda p) is_negate))) let aff_point_negate_cond_lambda_pow_le...
false
null
true
let p_aff = S.to_aff_point p in let p_lambda = point_mul_lambda p in if is_negate then calc ( == ) { aff_point_mul lambda (S.aff_point_negate (S.to_aff_point (point_mul_def k p))); ( == ) { SE.pow_lemma S.mk_k256_concrete_ops p k } aff_point_mul lambda (S.aff_point_negate (aff_point_mul k p_aff)); ( =...
{ "checked_file": "Hacl.Spec.K256.GLV.Lemmas.fst.checked", "dependencies": [ "Spec.K256.Lemmas.fsti.checked", "Spec.K256.fst.checked", "Spec.Exponentiation.fsti.checked", "prims.fst.checked", "Lib.NatMod.fsti.checked", "Lib.Exponentiation.fsti.checked", "Hacl.Spec.K256.GLV.fst.checked", ...
[ "lemma" ]
[ "Prims.bool", "Spec.K256.PointOps.proj_point", "Prims.nat", "FStar.Calc.calc_finish", "Spec.K256.PointOps.aff_point", "Prims.eq2", "Hacl.Spec.K256.GLV.aff_point_mul", "Hacl.Spec.K256.GLV.lambda", "Spec.K256.PointOps.aff_point_negate", "Spec.K256.PointOps.to_aff_point", "Hacl.Spec.K256.GLV.Lemmas...
[]
module Hacl.Spec.K256.GLV.Lemmas open FStar.Mul module M = Lib.NatMod module LE = Lib.Exponentiation module SE = Spec.Exponentiation module S = Spec.K256 module LS = Spec.K256.Lemmas module SM = Hacl.Spec.K256.ECSM.Lemmas open Hacl.Spec.K256.GLV #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" // [lambda](px, py) ...
false
false
Hacl.Spec.K256.GLV.Lemmas.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val aff_point_negate_cond_lambda_pow_lemma: is_negate:bool -> p:S.proj_point -> k:nat -> Lemma (aff_point_mul lambda (aff_point_negate_cond (S.to_aff_point (point_mul_def k p)) is_negate) == aff_point_mul k (S.to_aff_point (point_negate_cond (point_mul_lambda p) is_negate)))
[]
Hacl.Spec.K256.GLV.Lemmas.aff_point_negate_cond_lambda_pow_lemma
{ "file_name": "code/k256/Hacl.Spec.K256.GLV.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
is_negate: Prims.bool -> p: Spec.K256.PointOps.proj_point -> k: Prims.nat -> FStar.Pervasives.Lemma (ensures Hacl.Spec.K256.GLV.aff_point_mul Hacl.Spec.K256.GLV.lambda (Hacl.Spec.K256.GLV.aff_point_negate_cond (Spec.K256.PointOps.to_aff_point (Hacl.Spec.K256.GLV.Lemmas.point_mul_def ...
{ "end_col": 5, "end_line": 289, "start_col": 58, "start_line": 264 }
FStar.Pervasives.Lemma
val lemma_aff_proj_point_mul_double_split_lambda: k1:S.qelem -> p1:S.proj_point -> k2:S.qelem -> p2:S.proj_point -> Lemma (aff_proj_point_mul_double_split_lambda k1 p1 k2 p2 == S.aff_point_add (aff_point_mul k1 (S.to_aff_point p1)) (aff_point_mul k2 (S.to_aff_point p2)))
[ { "abbrev": false, "full_module": "Hacl.Spec.K256.GLV", "short_module": null }, { "abbrev": true, "full_module": "Hacl.Spec.K256.ECSM.Lemmas", "short_module": "SM" }, { "abbrev": true, "full_module": "Spec.K256.Lemmas", "short_module": "LS" }, { "abbrev": true, ...
false
let lemma_aff_proj_point_mul_double_split_lambda k1 p1 k2 p2 = let r11, p11, r12, p12 = ecmult_endo_split k1 p1 in let r21, p21, r22, p22 = ecmult_endo_split k2 p2 in if r11 < pow2 128 && r12 < pow2 128 && r21 < pow2 128 && r22 < pow2 128 then begin let p1_aff = S.to_aff_point p1 in let p2_aff = S.to_a...
val lemma_aff_proj_point_mul_double_split_lambda: k1:S.qelem -> p1:S.proj_point -> k2:S.qelem -> p2:S.proj_point -> Lemma (aff_proj_point_mul_double_split_lambda k1 p1 k2 p2 == S.aff_point_add (aff_point_mul k1 (S.to_aff_point p1)) (aff_point_mul k2 (S.to_aff_point p2))) let lemma_aff_proj_point_mul_double_spli...
false
null
true
let r11, p11, r12, p12 = ecmult_endo_split k1 p1 in let r21, p21, r22, p22 = ecmult_endo_split k2 p2 in if r11 < pow2 128 && r12 < pow2 128 && r21 < pow2 128 && r22 < pow2 128 then let p1_aff = S.to_aff_point p1 in let p2_aff = S.to_aff_point p2 in let p11_aff = S.to_aff_point p11 in let p12_aff = S.to_aff_poin...
{ "checked_file": "Hacl.Spec.K256.GLV.Lemmas.fst.checked", "dependencies": [ "Spec.K256.Lemmas.fsti.checked", "Spec.K256.fst.checked", "Spec.Exponentiation.fsti.checked", "prims.fst.checked", "Lib.NatMod.fsti.checked", "Lib.Exponentiation.fsti.checked", "Hacl.Spec.K256.GLV.fst.checked", ...
[ "lemma" ]
[ "Spec.K256.PointOps.qelem", "Spec.K256.PointOps.proj_point", "Prims.op_AmpAmp", "Prims.op_LessThan", "Prims.pow2", "FStar.Calc.calc_finish", "Spec.K256.PointOps.aff_point", "Prims.eq2", "Hacl.Spec.K256.GLV.Lemmas.aff_proj_point_mul_double_split_lambda", "Spec.K256.PointOps.aff_point_add", "Hacl....
[]
module Hacl.Spec.K256.GLV.Lemmas open FStar.Mul module M = Lib.NatMod module LE = Lib.Exponentiation module SE = Spec.Exponentiation module S = Spec.K256 module LS = Spec.K256.Lemmas module SM = Hacl.Spec.K256.ECSM.Lemmas open Hacl.Spec.K256.GLV #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" // [lambda](px, py) ...
false
false
Hacl.Spec.K256.GLV.Lemmas.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val lemma_aff_proj_point_mul_double_split_lambda: k1:S.qelem -> p1:S.proj_point -> k2:S.qelem -> p2:S.proj_point -> Lemma (aff_proj_point_mul_double_split_lambda k1 p1 k2 p2 == S.aff_point_add (aff_point_mul k1 (S.to_aff_point p1)) (aff_point_mul k2 (S.to_aff_point p2)))
[]
Hacl.Spec.K256.GLV.Lemmas.lemma_aff_proj_point_mul_double_split_lambda
{ "file_name": "code/k256/Hacl.Spec.K256.GLV.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
k1: Spec.K256.PointOps.qelem -> p1: Spec.K256.PointOps.proj_point -> k2: Spec.K256.PointOps.qelem -> p2: Spec.K256.PointOps.proj_point -> FStar.Pervasives.Lemma (ensures Hacl.Spec.K256.GLV.Lemmas.aff_proj_point_mul_double_split_lambda k1 p1 k2 p2 == Spec.K256.PointOps.aff_point_add (H...
{ "end_col": 61, "end_line": 231, "start_col": 62, "start_line": 195 }
FStar.Pervasives.Lemma
val lemma_scalar_split_lambda_eval (k:S.qelem) : Lemma (let r1, r2 = scalar_split_lambda k in k == S.(r1 +^ r2 *^ lambda))
[ { "abbrev": false, "full_module": "Hacl.Spec.K256.GLV", "short_module": null }, { "abbrev": true, "full_module": "Hacl.Spec.K256.ECSM.Lemmas", "short_module": "SM" }, { "abbrev": true, "full_module": "Spec.K256.Lemmas", "short_module": "LS" }, { "abbrev": true, ...
false
let lemma_scalar_split_lambda_eval k = assert_norm ((minus_lambda + lambda) % S.q = 0); let r1, r2 = scalar_split_lambda k in assert (r1 = S.(k +^ r2 *^ minus_lambda)); calc (==) { (r1 + (r2 * lambda % S.q)) % S.q; (==) { Math.Lemmas.lemma_mod_plus_distr_r r1 (r2 * lambda) S.q } (r1 + r2 * lambda) ...
val lemma_scalar_split_lambda_eval (k:S.qelem) : Lemma (let r1, r2 = scalar_split_lambda k in k == S.(r1 +^ r2 *^ lambda)) let lemma_scalar_split_lambda_eval k =
false
null
true
assert_norm ((minus_lambda + lambda) % S.q = 0); let r1, r2 = scalar_split_lambda k in assert (r1 = S.(k +^ r2 *^ minus_lambda)); calc ( == ) { (r1 + (r2 * lambda % S.q)) % S.q; ( == ) { Math.Lemmas.lemma_mod_plus_distr_r r1 (r2 * lambda) S.q } (r1 + r2 * lambda) % S.q; ( == ) { () } ((k + (r2 * minus_lambda ...
{ "checked_file": "Hacl.Spec.K256.GLV.Lemmas.fst.checked", "dependencies": [ "Spec.K256.Lemmas.fsti.checked", "Spec.K256.fst.checked", "Spec.Exponentiation.fsti.checked", "prims.fst.checked", "Lib.NatMod.fsti.checked", "Lib.Exponentiation.fsti.checked", "Hacl.Spec.K256.GLV.fst.checked", ...
[ "lemma" ]
[ "Spec.K256.PointOps.qelem", "FStar.Calc.calc_finish", "Prims.int", "Prims.eq2", "Prims.op_Modulus", "Prims.op_Addition", "FStar.Mul.op_Star", "Hacl.Spec.K256.GLV.lambda", "Spec.K256.PointOps.q", "Prims.Cons", "FStar.Preorder.relation", "Prims.Nil", "Prims.unit", "FStar.Calc.calc_step", "...
[]
module Hacl.Spec.K256.GLV.Lemmas open FStar.Mul module M = Lib.NatMod module LE = Lib.Exponentiation module SE = Spec.Exponentiation module S = Spec.K256 module LS = Spec.K256.Lemmas module SM = Hacl.Spec.K256.ECSM.Lemmas open Hacl.Spec.K256.GLV #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" // [lambda](px, py) ...
false
false
Hacl.Spec.K256.GLV.Lemmas.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val lemma_scalar_split_lambda_eval (k:S.qelem) : Lemma (let r1, r2 = scalar_split_lambda k in k == S.(r1 +^ r2 *^ lambda))
[]
Hacl.Spec.K256.GLV.Lemmas.lemma_scalar_split_lambda_eval
{ "file_name": "code/k256/Hacl.Spec.K256.GLV.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
k: Spec.K256.PointOps.qelem -> FStar.Pervasives.Lemma (ensures (let _ = Hacl.Spec.K256.GLV.scalar_split_lambda k in (let FStar.Pervasives.Native.Mktuple2 #_ #_ r1 r2 = _ in k == r1 +^ r2 *^ Hacl.Spec.K256.GLV.lambda) <: Type0))
{ "end_col": 3, "end_line": 75, "start_col": 2, "start_line": 51 }
FStar.Pervasives.Lemma
val lemma_aff_point_mul_split_lambda: k:S.qelem -> p:S.aff_point -> Lemma (let r1, r2 = scalar_split_lambda k in aff_point_mul k p == S.aff_point_add (aff_point_mul r1 p) (aff_point_mul r2 (aff_point_mul_lambda p)))
[ { "abbrev": false, "full_module": "Hacl.Spec.K256.GLV", "short_module": null }, { "abbrev": true, "full_module": "Hacl.Spec.K256.ECSM.Lemmas", "short_module": "SM" }, { "abbrev": true, "full_module": "Spec.K256.Lemmas", "short_module": "LS" }, { "abbrev": true, ...
false
let lemma_aff_point_mul_split_lambda k p = let r1, r2 = scalar_split_lambda k in calc (==) { aff_point_mul k p; (==) { lemma_scalar_split_lambda_eval k } aff_point_mul S.(r1 +^ r2 *^ lambda) p; (==) { Math.Lemmas.lemma_mod_plus_distr_r r1 (r2 * lambda) S.q } aff_point_mul ((r1 + r2 * lambda) % S...
val lemma_aff_point_mul_split_lambda: k:S.qelem -> p:S.aff_point -> Lemma (let r1, r2 = scalar_split_lambda k in aff_point_mul k p == S.aff_point_add (aff_point_mul r1 p) (aff_point_mul r2 (aff_point_mul_lambda p))) let lemma_aff_point_mul_split_lambda k p =
false
null
true
let r1, r2 = scalar_split_lambda k in calc ( == ) { aff_point_mul k p; ( == ) { lemma_scalar_split_lambda_eval k } aff_point_mul S.(r1 +^ r2 *^ lambda) p; ( == ) { Math.Lemmas.lemma_mod_plus_distr_r r1 (r2 * lambda) S.q } aff_point_mul ((r1 + r2 * lambda) % S.q) p; ( == ) { SM.lemma_aff_point_mul_neg_modq (...
{ "checked_file": "Hacl.Spec.K256.GLV.Lemmas.fst.checked", "dependencies": [ "Spec.K256.Lemmas.fsti.checked", "Spec.K256.fst.checked", "Spec.Exponentiation.fsti.checked", "prims.fst.checked", "Lib.NatMod.fsti.checked", "Lib.Exponentiation.fsti.checked", "Hacl.Spec.K256.GLV.fst.checked", ...
[ "lemma" ]
[ "Spec.K256.PointOps.qelem", "Spec.K256.PointOps.aff_point", "FStar.Calc.calc_finish", "Prims.eq2", "Hacl.Spec.K256.GLV.aff_point_mul", "Spec.K256.PointOps.aff_point_add", "Hacl.Spec.K256.GLV.aff_point_mul_lambda", "Prims.Cons", "FStar.Preorder.relation", "Prims.Nil", "Prims.unit", "FStar.Calc....
[]
module Hacl.Spec.K256.GLV.Lemmas open FStar.Mul module M = Lib.NatMod module LE = Lib.Exponentiation module SE = Spec.Exponentiation module S = Spec.K256 module LS = Spec.K256.Lemmas module SM = Hacl.Spec.K256.ECSM.Lemmas open Hacl.Spec.K256.GLV #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" // [lambda](px, py) ...
false
false
Hacl.Spec.K256.GLV.Lemmas.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val lemma_aff_point_mul_split_lambda: k:S.qelem -> p:S.aff_point -> Lemma (let r1, r2 = scalar_split_lambda k in aff_point_mul k p == S.aff_point_add (aff_point_mul r1 p) (aff_point_mul r2 (aff_point_mul_lambda p)))
[]
Hacl.Spec.K256.GLV.Lemmas.lemma_aff_point_mul_split_lambda
{ "file_name": "code/k256/Hacl.Spec.K256.GLV.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
k: Spec.K256.PointOps.qelem -> p: Spec.K256.PointOps.aff_point -> FStar.Pervasives.Lemma (ensures (let _ = Hacl.Spec.K256.GLV.scalar_split_lambda k in (let FStar.Pervasives.Native.Mktuple2 #_ #_ r1 r2 = _ in Hacl.Spec.K256.GLV.aff_point_mul k p == Spec.K256.PointOps.aff_point_add...
{ "end_col": 3, "end_line": 103, "start_col": 42, "start_line": 87 }
Prims.Tot
[ { "abbrev": true, "full_module": "FStar.Universe", "short_module": "U" }, { "abbrev": true, "full_module": "Steel.HigherReference", "short_module": "H" }, { "abbrev": true, "full_module": "Steel.Memory", "short_module": "Mem" }, { "abbrev": false, "full_module...
false
let pts_to (#a:Type0) (r:ref a) ([@@@smt_fallback] p:perm) ([@@@ smt_fallback] v:a) = to_vprop (pts_to_sl r p v)
let pts_to (#a: Type0) (r: ref a) ([@@@ smt_fallback]p: perm) ([@@@ smt_fallback]v: a) =
false
null
false
to_vprop (pts_to_sl r p v)
{ "checked_file": "Steel.Reference.fsti.checked", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.Tactics.fst.checked", "...
[ "total" ]
[ "Steel.Reference.ref", "Steel.FractionalPermission.perm", "Steel.Effect.Common.to_vprop", "Steel.Reference.pts_to_sl", "Steel.Effect.Common.vprop" ]
[]
(* 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...
false
false
Steel.Reference.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val pts_to : r: Steel.Reference.ref a -> p: Steel.FractionalPermission.perm -> v: a -> Steel.Effect.Common.vprop
[]
Steel.Reference.pts_to
{ "file_name": "lib/steel/Steel.Reference.fsti", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
r: Steel.Reference.ref a -> p: Steel.FractionalPermission.perm -> v: a -> Steel.Effect.Common.vprop
{ "end_col": 30, "end_line": 61, "start_col": 4, "start_line": 61 }
Prims.Tot
val ptr_sel (#a: Type0) (r: ref a) : selector a (ptr r)
[ { "abbrev": true, "full_module": "FStar.Universe", "short_module": "U" }, { "abbrev": true, "full_module": "Steel.HigherReference", "short_module": "H" }, { "abbrev": true, "full_module": "Steel.Memory", "short_module": "Mem" }, { "abbrev": false, "full_module...
false
let ptr_sel (#a:Type0) (r:ref a) : selector a (ptr r) = ptrp_sel r full_perm
val ptr_sel (#a: Type0) (r: ref a) : selector a (ptr r) let ptr_sel (#a: Type0) (r: ref a) : selector a (ptr r) =
false
null
false
ptrp_sel r full_perm
{ "checked_file": "Steel.Reference.fsti.checked", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.Tactics.fst.checked", "...
[ "total" ]
[ "Steel.Reference.ref", "Steel.Reference.ptrp_sel", "Steel.FractionalPermission.full_perm", "Steel.Effect.Common.selector", "Steel.Reference.ptr" ]
[]
(* 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...
false
false
Steel.Reference.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val ptr_sel (#a: Type0) (r: ref a) : selector a (ptr r)
[]
Steel.Reference.ptr_sel
{ "file_name": "lib/steel/Steel.Reference.fsti", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
r: Steel.Reference.ref a -> Steel.Effect.Common.selector a (Steel.Reference.ptr r)
{ "end_col": 76, "end_line": 198, "start_col": 56, "start_line": 198 }
Prims.Tot
[ { "abbrev": true, "full_module": "FStar.Universe", "short_module": "U" }, { "abbrev": true, "full_module": "Steel.HigherReference", "short_module": "H" }, { "abbrev": true, "full_module": "Steel.Memory", "short_module": "Mem" }, { "abbrev": false, "full_module...
false
let vptrp (#a: Type) (r: ref a) ([@@@smt_fallback] p: perm) = VUnit (vptr' r p)
let vptrp (#a: Type) (r: ref a) ([@@@ smt_fallback]p: perm) =
false
null
false
VUnit (vptr' r p)
{ "checked_file": "Steel.Reference.fsti.checked", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.Tactics.fst.checked", "...
[ "total" ]
[ "Steel.Reference.ref", "Steel.FractionalPermission.perm", "Steel.Effect.Common.VUnit", "Steel.Reference.vptr'", "Steel.Effect.Common.vprop" ]
[]
(* 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...
false
false
Steel.Reference.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val vptrp : r: Steel.Reference.ref a -> p: Steel.FractionalPermission.perm -> Steel.Effect.Common.vprop
[]
Steel.Reference.vptrp
{ "file_name": "lib/steel/Steel.Reference.fsti", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
r: Steel.Reference.ref a -> p: Steel.FractionalPermission.perm -> Steel.Effect.Common.vprop
{ "end_col": 79, "end_line": 229, "start_col": 62, "start_line": 229 }
Prims.Tot
val ghost_ptr_sel (#a: Type0) (r: ghost_ref a) : selector a (ghost_ptr r)
[ { "abbrev": true, "full_module": "FStar.Universe", "short_module": "U" }, { "abbrev": true, "full_module": "Steel.HigherReference", "short_module": "H" }, { "abbrev": true, "full_module": "Steel.Memory", "short_module": "Mem" }, { "abbrev": false, "full_module...
false
let ghost_ptr_sel (#a:Type0) (r:ghost_ref a) : selector a (ghost_ptr r) = ghost_ptrp_sel r full_perm
val ghost_ptr_sel (#a: Type0) (r: ghost_ref a) : selector a (ghost_ptr r) let ghost_ptr_sel (#a: Type0) (r: ghost_ref a) : selector a (ghost_ptr r) =
false
null
false
ghost_ptrp_sel r full_perm
{ "checked_file": "Steel.Reference.fsti.checked", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.Tactics.fst.checked", "...
[ "total" ]
[ "Steel.Reference.ghost_ref", "Steel.Reference.ghost_ptrp_sel", "Steel.FractionalPermission.full_perm", "Steel.Effect.Common.selector", "Steel.Reference.ghost_ptr" ]
[]
(* 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...
false
false
Steel.Reference.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val ghost_ptr_sel (#a: Type0) (r: ghost_ref a) : selector a (ghost_ptr r)
[]
Steel.Reference.ghost_ptr_sel
{ "file_name": "lib/steel/Steel.Reference.fsti", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
r: Steel.Reference.ghost_ref a -> Steel.Effect.Common.selector a (Steel.Reference.ghost_ptr r)
{ "end_col": 28, "end_line": 434, "start_col": 2, "start_line": 434 }
Prims.Tot
[ { "abbrev": true, "full_module": "FStar.Universe", "short_module": "U" }, { "abbrev": true, "full_module": "Steel.HigherReference", "short_module": "H" }, { "abbrev": true, "full_module": "Steel.Memory", "short_module": "Mem" }, { "abbrev": false, "full_module...
false
let ghost_vptr r = ghost_vptrp r full_perm
let ghost_vptr r =
false
null
false
ghost_vptrp r full_perm
{ "checked_file": "Steel.Reference.fsti.checked", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.Tactics.fst.checked", "...
[ "total" ]
[ "Steel.Reference.ghost_ref", "Steel.Reference.ghost_vptrp", "Steel.FractionalPermission.full_perm", "Steel.Effect.Common.vprop" ]
[]
(* 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...
false
false
Steel.Reference.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val ghost_vptr : r: Steel.Reference.ghost_ref _ -> Steel.Effect.Common.vprop
[]
Steel.Reference.ghost_vptr
{ "file_name": "lib/steel/Steel.Reference.fsti", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
r: Steel.Reference.ghost_ref _ -> Steel.Effect.Common.vprop
{ "end_col": 42, "end_line": 457, "start_col": 19, "start_line": 457 }
Prims.Tot
val ptr (#a: Type0) (r: ref a) : slprop u#1
[ { "abbrev": true, "full_module": "FStar.Universe", "short_module": "U" }, { "abbrev": true, "full_module": "Steel.HigherReference", "short_module": "H" }, { "abbrev": true, "full_module": "Steel.Memory", "short_module": "Mem" }, { "abbrev": false, "full_module...
false
let ptr (#a:Type0) (r:ref a) : slprop u#1 = ptrp r full_perm
val ptr (#a: Type0) (r: ref a) : slprop u#1 let ptr (#a: Type0) (r: ref a) : slprop u#1 =
false
null
false
ptrp r full_perm
{ "checked_file": "Steel.Reference.fsti.checked", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.Tactics.fst.checked", "...
[ "total" ]
[ "Steel.Reference.ref", "Steel.Reference.ptrp", "Steel.FractionalPermission.full_perm", "Steel.Memory.slprop" ]
[]
(* 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...
false
false
Steel.Reference.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val ptr (#a: Type0) (r: ref a) : slprop u#1
[]
Steel.Reference.ptr
{ "file_name": "lib/steel/Steel.Reference.fsti", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
r: Steel.Reference.ref a -> Steel.Memory.slprop
{ "end_col": 60, "end_line": 190, "start_col": 44, "start_line": 190 }
Prims.Tot
[ { "abbrev": true, "full_module": "FStar.Universe", "short_module": "U" }, { "abbrev": true, "full_module": "Steel.HigherReference", "short_module": "H" }, { "abbrev": true, "full_module": "Steel.Memory", "short_module": "Mem" }, { "abbrev": false, "full_module...
false
let vptr r = vptrp r full_perm
let vptr r =
false
null
false
vptrp r full_perm
{ "checked_file": "Steel.Reference.fsti.checked", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.Tactics.fst.checked", "...
[ "total" ]
[ "Steel.Reference.ref", "Steel.Reference.vptrp", "Steel.FractionalPermission.full_perm", "Steel.Effect.Common.vprop" ]
[]
(* 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...
false
false
Steel.Reference.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val vptr : r: Steel.Reference.ref _ -> Steel.Effect.Common.vprop
[]
Steel.Reference.vptr
{ "file_name": "lib/steel/Steel.Reference.fsti", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
r: Steel.Reference.ref _ -> Steel.Effect.Common.vprop
{ "end_col": 30, "end_line": 233, "start_col": 13, "start_line": 233 }
FStar.Pervasives.Lemma
val intro_ptr_interp (#a: Type0) (r: ref a) (v: erased a) (m: mem) : Lemma (requires interp (pts_to_sl r full_perm v) m) (ensures interp (ptr r) m)
[ { "abbrev": true, "full_module": "FStar.Universe", "short_module": "U" }, { "abbrev": true, "full_module": "Steel.HigherReference", "short_module": "H" }, { "abbrev": true, "full_module": "Steel.Memory", "short_module": "Mem" }, { "abbrev": false, "full_module...
false
let intro_ptr_interp (#a:Type0) (r:ref a) (v:erased a) (m:mem) : Lemma (requires interp (pts_to_sl r full_perm v) m) (ensures interp (ptr r) m) = intro_ptrp_interp r full_perm v m
val intro_ptr_interp (#a: Type0) (r: ref a) (v: erased a) (m: mem) : Lemma (requires interp (pts_to_sl r full_perm v) m) (ensures interp (ptr r) m) let intro_ptr_interp (#a: Type0) (r: ref a) (v: erased a) (m: mem) : Lemma (requires interp (pts_to_sl r full_perm v) m) (ensures interp (ptr r) m) =
false
null
true
intro_ptrp_interp r full_perm v m
{ "checked_file": "Steel.Reference.fsti.checked", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.Tactics.fst.checked", "...
[ "lemma" ]
[ "Steel.Reference.ref", "FStar.Ghost.erased", "Steel.Memory.mem", "Steel.Reference.intro_ptrp_interp", "Steel.FractionalPermission.full_perm", "Prims.unit", "Steel.Memory.interp", "Steel.Reference.pts_to_sl", "FStar.Ghost.reveal", "Prims.squash", "Steel.Reference.ptr", "Prims.Nil", "FStar.Per...
[]
(* 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...
false
false
Steel.Reference.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val intro_ptr_interp (#a: Type0) (r: ref a) (v: erased a) (m: mem) : Lemma (requires interp (pts_to_sl r full_perm v) m) (ensures interp (ptr r) m)
[]
Steel.Reference.intro_ptr_interp
{ "file_name": "lib/steel/Steel.Reference.fsti", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
r: Steel.Reference.ref a -> v: FStar.Ghost.erased a -> m: Steel.Memory.mem -> FStar.Pervasives.Lemma (requires Steel.Memory.interp (Steel.Reference.pts_to_sl r Steel.FractionalPermission.full_perm (FStar.Ghost.reveal v)) m) (ensures Steel.Memory.interp (Steel.Refere...
{ "end_col": 35, "end_line": 218, "start_col": 2, "start_line": 218 }
Prims.Tot
val ghost_pts_to (#a: Type0) (r: ghost_ref a) ([@@@ smt_fallback]p: perm) ([@@@ smt_fallback]v: a) : vprop
[ { "abbrev": true, "full_module": "FStar.Universe", "short_module": "U" }, { "abbrev": true, "full_module": "Steel.HigherReference", "short_module": "H" }, { "abbrev": true, "full_module": "Steel.Memory", "short_module": "Mem" }, { "abbrev": false, "full_module...
false
let ghost_pts_to (#a:Type0) (r:ghost_ref a) ([@@@smt_fallback] p:perm) ([@@@ smt_fallback] v:a) : vprop = to_vprop (ghost_pts_to_sl r p v)
val ghost_pts_to (#a: Type0) (r: ghost_ref a) ([@@@ smt_fallback]p: perm) ([@@@ smt_fallback]v: a) : vprop let ghost_pts_to (#a: Type0) (r: ghost_ref a) ([@@@ smt_fallback]p: perm) ([@@@ smt_fallback]v: a) : vprop =
false
null
false
to_vprop (ghost_pts_to_sl r p v)
{ "checked_file": "Steel.Reference.fsti.checked", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.Tactics.fst.checked", "...
[ "total" ]
[ "Steel.Reference.ghost_ref", "Steel.FractionalPermission.perm", "Steel.Effect.Common.to_vprop", "Steel.Reference.ghost_pts_to_sl", "Steel.Effect.Common.vprop" ]
[]
(* 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...
false
false
Steel.Reference.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val ghost_pts_to (#a: Type0) (r: ghost_ref a) ([@@@ smt_fallback]p: perm) ([@@@ smt_fallback]v: a) : vprop
[]
Steel.Reference.ghost_pts_to
{ "file_name": "lib/steel/Steel.Reference.fsti", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
r: Steel.Reference.ghost_ref a -> p: Steel.FractionalPermission.perm -> v: a -> Steel.Effect.Common.vprop
{ "end_col": 36, "end_line": 363, "start_col": 4, "start_line": 363 }
Prims.Tot
val ghost_ptr (#a: Type0) (r: ghost_ref a) : slprop u#1
[ { "abbrev": true, "full_module": "FStar.Universe", "short_module": "U" }, { "abbrev": true, "full_module": "Steel.HigherReference", "short_module": "H" }, { "abbrev": true, "full_module": "Steel.Memory", "short_module": "Mem" }, { "abbrev": false, "full_module...
false
let ghost_ptr (#a: Type0) (r: ghost_ref a) : slprop u#1 = ghost_ptrp r full_perm
val ghost_ptr (#a: Type0) (r: ghost_ref a) : slprop u#1 let ghost_ptr (#a: Type0) (r: ghost_ref a) : slprop u#1 =
false
null
false
ghost_ptrp r full_perm
{ "checked_file": "Steel.Reference.fsti.checked", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.Tactics.fst.checked", "...
[ "total" ]
[ "Steel.Reference.ghost_ref", "Steel.Reference.ghost_ptrp", "Steel.FractionalPermission.full_perm", "Steel.Memory.slprop" ]
[]
(* 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...
false
false
Steel.Reference.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val ghost_ptr (#a: Type0) (r: ghost_ref a) : slprop u#1
[]
Steel.Reference.ghost_ptr
{ "file_name": "lib/steel/Steel.Reference.fsti", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
r: Steel.Reference.ghost_ref a -> Steel.Memory.slprop
{ "end_col": 24, "end_line": 428, "start_col": 2, "start_line": 428 }
Prims.Tot
[ { "abbrev": true, "full_module": "FStar.Universe", "short_module": "U" }, { "abbrev": true, "full_module": "Steel.HigherReference", "short_module": "H" }, { "abbrev": true, "full_module": "Steel.Memory", "short_module": "Mem" }, { "abbrev": false, "full_module...
false
let ghost_vptrp (#a: Type) (r: ghost_ref a) ([@@@smt_fallback] p: perm) = VUnit (ghost_vptr' r p)
let ghost_vptrp (#a: Type) (r: ghost_ref a) ([@@@ smt_fallback]p: perm) =
false
null
false
VUnit (ghost_vptr' r p)
{ "checked_file": "Steel.Reference.fsti.checked", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.Tactics.fst.checked", "...
[ "total" ]
[ "Steel.Reference.ghost_ref", "Steel.FractionalPermission.perm", "Steel.Effect.Common.VUnit", "Steel.Reference.ghost_vptr'", "Steel.Effect.Common.vprop" ]
[]
(* 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...
false
false
Steel.Reference.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val ghost_vptrp : r: Steel.Reference.ghost_ref a -> p: Steel.FractionalPermission.perm -> Steel.Effect.Common.vprop
[]
Steel.Reference.ghost_vptrp
{ "file_name": "lib/steel/Steel.Reference.fsti", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
r: Steel.Reference.ghost_ref a -> p: Steel.FractionalPermission.perm -> Steel.Effect.Common.vprop
{ "end_col": 97, "end_line": 453, "start_col": 74, "start_line": 453 }
Prims.GTot
[ { "abbrev": true, "full_module": "FStar.Universe", "short_module": "U" }, { "abbrev": true, "full_module": "Steel.HigherReference", "short_module": "H" }, { "abbrev": true, "full_module": "Steel.Memory", "short_module": "Mem" }, { "abbrev": false, "full_module...
false
let sel (#a:Type) (#p:vprop) (r:ref a) (h:rmem p{FStar.Tactics.with_tactic selector_tactic (can_be_split p (vptr r) /\ True)}) = h (vptr r)
let sel (#a: Type) (#p: vprop) (r: ref a) (h: rmem p {FStar.Tactics.with_tactic selector_tactic (can_be_split p (vptr r) /\ True)}) =
false
null
false
h (vptr r)
{ "checked_file": "Steel.Reference.fsti.checked", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.Tactics.fst.checked", "...
[ "sometrivial" ]
[ "Steel.Effect.Common.vprop", "Steel.Reference.ref", "Steel.Effect.Common.rmem", "FStar.Tactics.Effect.with_tactic", "Steel.Effect.Common.selector_tactic", "Prims.l_and", "Steel.Effect.Common.can_be_split", "Steel.Reference.vptr", "Prims.l_True", "Steel.Effect.Common.normal", "Steel.Effect.Common...
[]
(* 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...
false
false
Steel.Reference.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val sel : r: Steel.Reference.ref a -> h: Steel.Effect.Common.rmem p { FStar.Tactics.Effect.with_tactic Steel.Effect.Common.selector_tactic (Steel.Effect.Common.can_be_split p (Steel.Reference.vptr r) /\ Prims.l_True) } -> Prims.GTot (Steel.Effect.Common.normal (Steel.Effect.Common.t_of (...
[]
Steel.Reference.sel
{ "file_name": "lib/steel/Steel.Reference.fsti", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
r: Steel.Reference.ref a -> h: Steel.Effect.Common.rmem p { FStar.Tactics.Effect.with_tactic Steel.Effect.Common.selector_tactic (Steel.Effect.Common.can_be_split p (Steel.Reference.vptr r) /\ Prims.l_True) } -> Prims.GTot (Steel.Effect.Common.normal (Steel.Effect.Common.t_of (Steel...
{ "end_col": 14, "end_line": 241, "start_col": 4, "start_line": 241 }
Prims.GTot
[ { "abbrev": true, "full_module": "FStar.Universe", "short_module": "U" }, { "abbrev": true, "full_module": "Steel.HigherReference", "short_module": "H" }, { "abbrev": true, "full_module": "Steel.Memory", "short_module": "Mem" }, { "abbrev": false, "full_module...
false
let ghost_sel (#a:Type) (#p:vprop) (r:ghost_ref a) (h:rmem p{FStar.Tactics.with_tactic selector_tactic (can_be_split p (ghost_vptr r) /\ True)}) = h (ghost_vptr r)
let ghost_sel (#a: Type) (#p: vprop) (r: ghost_ref a) (h: rmem p {FStar.Tactics.with_tactic selector_tactic (can_be_split p (ghost_vptr r) /\ True)} ) =
false
null
false
h (ghost_vptr r)
{ "checked_file": "Steel.Reference.fsti.checked", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.Tactics.fst.checked", "...
[ "sometrivial" ]
[ "Steel.Effect.Common.vprop", "Steel.Reference.ghost_ref", "Steel.Effect.Common.rmem", "FStar.Tactics.Effect.with_tactic", "Steel.Effect.Common.selector_tactic", "Prims.l_and", "Steel.Effect.Common.can_be_split", "Steel.Reference.ghost_vptr", "Prims.l_True", "Steel.Effect.Common.normal", "Steel.E...
[]
(* 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...
false
false
Steel.Reference.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val ghost_sel : r: Steel.Reference.ghost_ref a -> h: Steel.Effect.Common.rmem p { FStar.Tactics.Effect.with_tactic Steel.Effect.Common.selector_tactic (Steel.Effect.Common.can_be_split p (Steel.Reference.ghost_vptr r) /\ Prims.l_True) } -> Prims.GTot (Steel.Effect.Common.normal (Stee...
[]
Steel.Reference.ghost_sel
{ "file_name": "lib/steel/Steel.Reference.fsti", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
r: Steel.Reference.ghost_ref a -> h: Steel.Effect.Common.rmem p { FStar.Tactics.Effect.with_tactic Steel.Effect.Common.selector_tactic (Steel.Effect.Common.can_be_split p (Steel.Reference.ghost_vptr r) /\ Prims.l_True) } -> Prims.GTot (Steel.Effect.Common.normal (Steel.Effect.Co...
{ "end_col": 20, "end_line": 462, "start_col": 4, "start_line": 462 }
FStar.Pervasives.Lemma
val ptr_sel_interp (#a: Type0) (r: ref a) (m: mem) : Lemma (requires interp (ptr r) m) (ensures interp (pts_to_sl r full_perm (ptr_sel r m)) m)
[ { "abbrev": true, "full_module": "FStar.Universe", "short_module": "U" }, { "abbrev": true, "full_module": "Steel.HigherReference", "short_module": "H" }, { "abbrev": true, "full_module": "Steel.Memory", "short_module": "Mem" }, { "abbrev": false, "full_module...
false
let ptr_sel_interp (#a:Type0) (r:ref a) (m:mem) : Lemma (requires interp (ptr r) m) (ensures interp (pts_to_sl r full_perm (ptr_sel r m)) m) = ptrp_sel_interp r full_perm m
val ptr_sel_interp (#a: Type0) (r: ref a) (m: mem) : Lemma (requires interp (ptr r) m) (ensures interp (pts_to_sl r full_perm (ptr_sel r m)) m) let ptr_sel_interp (#a: Type0) (r: ref a) (m: mem) : Lemma (requires interp (ptr r) m) (ensures interp (pts_to_sl r full_perm (ptr_sel r m)) m) =
false
null
true
ptrp_sel_interp r full_perm m
{ "checked_file": "Steel.Reference.fsti.checked", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.Tactics.fst.checked", "...
[ "lemma" ]
[ "Steel.Reference.ref", "Steel.Memory.mem", "Steel.Reference.ptrp_sel_interp", "Steel.FractionalPermission.full_perm", "Prims.unit", "Steel.Memory.interp", "Steel.Reference.ptr", "Prims.squash", "Steel.Reference.pts_to_sl", "Steel.Reference.ptr_sel", "Prims.Nil", "FStar.Pervasives.pattern" ]
[]
(* 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...
false
false
Steel.Reference.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val ptr_sel_interp (#a: Type0) (r: ref a) (m: mem) : Lemma (requires interp (ptr r) m) (ensures interp (pts_to_sl r full_perm (ptr_sel r m)) m)
[]
Steel.Reference.ptr_sel_interp
{ "file_name": "lib/steel/Steel.Reference.fsti", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
r: Steel.Reference.ref a -> m: Steel.Memory.mem -> FStar.Pervasives.Lemma (requires Steel.Memory.interp (Steel.Reference.ptr r) m) (ensures Steel.Memory.interp (Steel.Reference.pts_to_sl r Steel.FractionalPermission.full_perm (Steel.Reference.ptr_sel r m)) m)
{ "end_col": 31, "end_line": 209, "start_col": 2, "start_line": 209 }
FStar.Pervasives.Lemma
val ghost_ptr_sel_interp (#a: Type0) (r: ghost_ref a) (m: mem) : Lemma (requires interp (ghost_ptr r) m) (ensures interp (ghost_pts_to_sl r full_perm (ghost_ptr_sel r m)) m)
[ { "abbrev": true, "full_module": "FStar.Universe", "short_module": "U" }, { "abbrev": true, "full_module": "Steel.HigherReference", "short_module": "H" }, { "abbrev": true, "full_module": "Steel.Memory", "short_module": "Mem" }, { "abbrev": false, "full_module...
false
let ghost_ptr_sel_interp (#a:Type0) (r:ghost_ref a) (m:mem) : Lemma (requires interp (ghost_ptr r) m) (ensures interp (ghost_pts_to_sl r full_perm (ghost_ptr_sel r m)) m) = ghost_ptrp_sel_interp r full_perm m
val ghost_ptr_sel_interp (#a: Type0) (r: ghost_ref a) (m: mem) : Lemma (requires interp (ghost_ptr r) m) (ensures interp (ghost_pts_to_sl r full_perm (ghost_ptr_sel r m)) m) let ghost_ptr_sel_interp (#a: Type0) (r: ghost_ref a) (m: mem) : Lemma (requires interp (ghost_ptr r) m) (ensures interp (ghos...
false
null
true
ghost_ptrp_sel_interp r full_perm m
{ "checked_file": "Steel.Reference.fsti.checked", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.Tactics.fst.checked", "...
[ "lemma" ]
[ "Steel.Reference.ghost_ref", "Steel.Memory.mem", "Steel.Reference.ghost_ptrp_sel_interp", "Steel.FractionalPermission.full_perm", "Prims.unit", "Steel.Memory.interp", "Steel.Reference.ghost_ptr", "Prims.squash", "Steel.Reference.ghost_pts_to_sl", "Steel.Reference.ghost_ptr_sel", "Prims.Nil", "...
[]
(* 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...
false
false
Steel.Reference.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val ghost_ptr_sel_interp (#a: Type0) (r: ghost_ref a) (m: mem) : Lemma (requires interp (ghost_ptr r) m) (ensures interp (ghost_pts_to_sl r full_perm (ghost_ptr_sel r m)) m)
[]
Steel.Reference.ghost_ptr_sel_interp
{ "file_name": "lib/steel/Steel.Reference.fsti", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
r: Steel.Reference.ghost_ref a -> m: Steel.Memory.mem -> FStar.Pervasives.Lemma (requires Steel.Memory.interp (Steel.Reference.ghost_ptr r) m) (ensures Steel.Memory.interp (Steel.Reference.ghost_pts_to_sl r Steel.FractionalPermission.full_perm (Steel.Reference.ghost_ptr_sel r...
{ "end_col": 37, "end_line": 443, "start_col": 2, "start_line": 443 }
Steel.Effect.Atomic.SteelGhost
val vptr_not_null (#opened: _) (#a: Type) (r: ref a) : SteelGhost unit opened (vptr r) (fun _ -> vptr r) (fun _ -> True) (fun h0 _ h1 -> sel r h0 == sel r h1 /\ is_null r == false)
[ { "abbrev": true, "full_module": "FStar.Universe", "short_module": "U" }, { "abbrev": true, "full_module": "Steel.HigherReference", "short_module": "H" }, { "abbrev": true, "full_module": "Steel.Memory", "short_module": "Mem" }, { "abbrev": false, "full_module...
false
let vptr_not_null (#opened: _) (#a: Type) (r: ref a) : SteelGhost unit opened (vptr r) (fun _ -> vptr r) (fun _ -> True) (fun h0 _ h1 -> sel r h0 == sel r h1 /\ is_null r == false ) = vptrp_not_null r full_perm
val vptr_not_null (#opened: _) (#a: Type) (r: ref a) : SteelGhost unit opened (vptr r) (fun _ -> vptr r) (fun _ -> True) (fun h0 _ h1 -> sel r h0 == sel r h1 /\ is_null r == false) let vptr_not_null (#opened: _) (#a: Type) (r: ref a) : SteelGhost unit opened (vptr r) ...
true
null
false
vptrp_not_null r full_perm
{ "checked_file": "Steel.Reference.fsti.checked", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.Tactics.fst.checked", "...
[]
[ "Steel.Memory.inames", "Steel.Reference.ref", "Steel.Reference.vptrp_not_null", "Steel.FractionalPermission.full_perm", "Prims.unit", "Steel.Reference.vptr", "Steel.Effect.Common.vprop", "Steel.Effect.Common.rmem", "Prims.l_True", "Prims.l_and", "Prims.eq2", "Steel.Effect.Common.normal", "St...
[]
(* 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...
false
false
Steel.Reference.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val vptr_not_null (#opened: _) (#a: Type) (r: ref a) : SteelGhost unit opened (vptr r) (fun _ -> vptr r) (fun _ -> True) (fun h0 _ h1 -> sel r h0 == sel r h1 /\ is_null r == false)
[]
Steel.Reference.vptr_not_null
{ "file_name": "lib/steel/Steel.Reference.fsti", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
r: Steel.Reference.ref a -> Steel.Effect.Atomic.SteelGhost Prims.unit
{ "end_col": 28, "end_line": 340, "start_col": 2, "start_line": 340 }
Steel.Effect.Atomic.SteelGhost
val ghost_read (#a: Type0) (#opened: inames) (r: ghost_ref a) : SteelGhost (Ghost.erased a) opened (ghost_vptr r) (fun _ -> ghost_vptr r) (requires fun _ -> True) (ensures fun h0 x h1 -> h0 (ghost_vptr r) == h1 (ghost_vptr r) /\ Ghost.reveal x == h1 (ghost_vptr r) )
[ { "abbrev": true, "full_module": "FStar.Universe", "short_module": "U" }, { "abbrev": true, "full_module": "Steel.HigherReference", "short_module": "H" }, { "abbrev": true, "full_module": "Steel.Memory", "short_module": "Mem" }, { "abbrev": false, "full_module...
false
let ghost_read (#a:Type0) (#opened:inames) (r:ghost_ref a) : SteelGhost (Ghost.erased a) opened (ghost_vptr r) (fun _ -> ghost_vptr r) (requires fun _ -> True) (ensures fun h0 x h1 -> h0 (ghost_vptr r) == h1 (ghost_vptr r) /\ Ghost.reveal x == h1 (ghost_vptr r)) = ghost_readp r full_perm
val ghost_read (#a: Type0) (#opened: inames) (r: ghost_ref a) : SteelGhost (Ghost.erased a) opened (ghost_vptr r) (fun _ -> ghost_vptr r) (requires fun _ -> True) (ensures fun h0 x h1 -> h0 (ghost_vptr r) == h1 (ghost_vptr r) /\ Ghost.reveal x == h1 (ghost_vptr r) ) let g...
true
null
false
ghost_readp r full_perm
{ "checked_file": "Steel.Reference.fsti.checked", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.Tactics.fst.checked", "...
[]
[ "Steel.Memory.inames", "Steel.Reference.ghost_ref", "Steel.Reference.ghost_readp", "Steel.FractionalPermission.full_perm", "FStar.Ghost.erased", "Steel.Reference.ghost_vptr", "Steel.Effect.Common.vprop", "Steel.Effect.Common.rmem", "Prims.l_True", "Prims.l_and", "Prims.eq2", "Steel.Effect.Comm...
[]
(* 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...
false
false
Steel.Reference.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val ghost_read (#a: Type0) (#opened: inames) (r: ghost_ref a) : SteelGhost (Ghost.erased a) opened (ghost_vptr r) (fun _ -> ghost_vptr r) (requires fun _ -> True) (ensures fun h0 x h1 -> h0 (ghost_vptr r) == h1 (ghost_vptr r) /\ Ghost.reveal x == h1 (ghost_vptr r) )
[]
Steel.Reference.ghost_read
{ "file_name": "lib/steel/Steel.Reference.fsti", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
r: Steel.Reference.ghost_ref a -> Steel.Effect.Atomic.SteelGhost (FStar.Ghost.erased a)
{ "end_col": 25, "end_line": 487, "start_col": 2, "start_line": 487 }
Steel.Effect.Steel
val read (#a: Type0) (r: ref a) : Steel a (vptr r) (fun _ -> vptr r) (requires fun _ -> True) (ensures fun h0 x h1 -> sel r h0 == sel r h1 /\ x == sel r h1)
[ { "abbrev": true, "full_module": "FStar.Universe", "short_module": "U" }, { "abbrev": true, "full_module": "Steel.HigherReference", "short_module": "H" }, { "abbrev": true, "full_module": "Steel.Memory", "short_module": "Mem" }, { "abbrev": false, "full_module...
false
let read (#a:Type0) (r:ref a) : Steel a (vptr r) (fun _ -> vptr r) (requires fun _ -> True) (ensures fun h0 x h1 -> sel r h0 == sel r h1 /\ x == sel r h1) = readp r full_perm
val read (#a: Type0) (r: ref a) : Steel a (vptr r) (fun _ -> vptr r) (requires fun _ -> True) (ensures fun h0 x h1 -> sel r h0 == sel r h1 /\ x == sel r h1) let read (#a: Type0) (r: ref a) : Steel a (vptr r) (fun _ -> vptr r) (requires fun _ -> True) (ensures fun ...
true
null
false
readp r full_perm
{ "checked_file": "Steel.Reference.fsti.checked", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.Tactics.fst.checked", "...
[]
[ "Steel.Reference.ref", "Steel.Reference.readp", "Steel.FractionalPermission.full_perm", "Steel.Reference.vptr", "Steel.Effect.Common.vprop", "Steel.Effect.Common.rmem", "Prims.l_True", "Prims.l_and", "Prims.eq2", "Steel.Effect.Common.normal", "Steel.Effect.Common.t_of", "Steel.Reference.sel" ]
[]
(* 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...
false
false
Steel.Reference.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val read (#a: Type0) (r: ref a) : Steel a (vptr r) (fun _ -> vptr r) (requires fun _ -> True) (ensures fun h0 x h1 -> sel r h0 == sel r h1 /\ x == sel r h1)
[]
Steel.Reference.read
{ "file_name": "lib/steel/Steel.Reference.fsti", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
r: Steel.Reference.ref a -> Steel.Effect.Steel a
{ "end_col": 19, "end_line": 277, "start_col": 2, "start_line": 277 }
Steel.Effect.Atomic.SteelGhost
val ghost_gather (#a: Type0) (#uses: _) (#p: perm) (r: ghost_ref a) : SteelGhost unit uses ((ghost_vptrp r (half_perm p)) `star` (ghost_vptrp r (half_perm p))) (fun _ -> ghost_vptrp r p) (fun _ -> True) (fun h _ h' -> h' (ghost_vptrp r p) == h (ghost_vptrp r (half_perm p)))
[ { "abbrev": true, "full_module": "FStar.Universe", "short_module": "U" }, { "abbrev": true, "full_module": "Steel.HigherReference", "short_module": "H" }, { "abbrev": true, "full_module": "Steel.Memory", "short_module": "Mem" }, { "abbrev": false, "full_module...
false
let ghost_gather (#a: Type0) (#uses: _) (#p: perm) (r: ghost_ref a) : SteelGhost unit uses (ghost_vptrp r (half_perm p) `star` ghost_vptrp r (half_perm p)) (fun _ -> ghost_vptrp r p) (fun _ -> True) (fun h _ h' -> h' (ghost_vptrp r p) == h (ghost_vptrp r (half_perm p)) ) = let _ ...
val ghost_gather (#a: Type0) (#uses: _) (#p: perm) (r: ghost_ref a) : SteelGhost unit uses ((ghost_vptrp r (half_perm p)) `star` (ghost_vptrp r (half_perm p))) (fun _ -> ghost_vptrp r p) (fun _ -> True) (fun h _ h' -> h' (ghost_vptrp r p) == h (ghost_vptrp r (half_perm p))) let ghost_g...
true
null
false
let _ = ghost_gather_gen r _ _ in change_equal_slprop (ghost_vptrp r _) (ghost_vptrp r p)
{ "checked_file": "Steel.Reference.fsti.checked", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.Tactics.fst.checked", "...
[]
[ "Steel.Memory.inames", "Steel.FractionalPermission.perm", "Steel.Reference.ghost_ref", "Steel.Effect.Atomic.change_equal_slprop", "Steel.Reference.ghost_vptrp", "Prims.unit", "Steel.Reference.ghost_gather_gen", "Steel.FractionalPermission.half_perm", "Steel.Effect.Common.star", "Steel.Effect.Commo...
[]
(* 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...
false
false
Steel.Reference.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val ghost_gather (#a: Type0) (#uses: _) (#p: perm) (r: ghost_ref a) : SteelGhost unit uses ((ghost_vptrp r (half_perm p)) `star` (ghost_vptrp r (half_perm p))) (fun _ -> ghost_vptrp r p) (fun _ -> True) (fun h _ h' -> h' (ghost_vptrp r p) == h (ghost_vptrp r (half_perm p)))
[]
Steel.Reference.ghost_gather
{ "file_name": "lib/steel/Steel.Reference.fsti", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
r: Steel.Reference.ghost_ref a -> Steel.Effect.Atomic.SteelGhost Prims.unit
{ "end_col": 21, "end_line": 526, "start_col": 1, "start_line": 523 }
FStar.Pervasives.Lemma
val mask_select_lemma: #t:inttype{~(S128? t)} -> mask:int_t t SEC -> a:int_t t SEC -> b:int_t t SEC -> Lemma (requires v mask = 0 \/ v mask = v (ones t SEC)) (ensures mask_select mask a b == (if v mask = 0 then b else a))
[ { "abbrev": false, "full_module": "Lib.LoopCombinators", "short_module": null }, { "abbrev": false, "full_module": "Lib.RawIntTypes", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_mod...
false
let mask_select_lemma #t mask a b = let t1 = mask &. (a ^. b) in let t2 = b ^. t1 in logand_lemma mask (a ^.b); if v mask = 0 then begin assert (v t1 == 0); logxor_lemma b t1; assert (v t2 = v b); () end else begin assert (v t1 == v (a ^. b)); logxor_lemma b a; assert (v t2 = v a);...
val mask_select_lemma: #t:inttype{~(S128? t)} -> mask:int_t t SEC -> a:int_t t SEC -> b:int_t t SEC -> Lemma (requires v mask = 0 \/ v mask = v (ones t SEC)) (ensures mask_select mask a b == (if v mask = 0 then b else a)) let mask_select_lemma #t mask a b =
false
null
true
let t1 = mask &. (a ^. b) in let t2 = b ^. t1 in logand_lemma mask (a ^. b); if v mask = 0 then (assert (v t1 == 0); logxor_lemma b t1; assert (v t2 = v b); ()) else (assert (v t1 == v (a ^. b)); logxor_lemma b a; assert (v t2 = v a); ())
{ "checked_file": "Lib.ByteSequence.fst.checked", "dependencies": [ "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasive...
[ "lemma" ]
[ "Lib.IntTypes.inttype", "Prims.l_not", "Prims.b2t", "Lib.IntTypes.uu___is_S128", "Lib.IntTypes.int_t", "Lib.IntTypes.SEC", "Prims.op_Equality", "Prims.int", "Lib.IntTypes.v", "Prims.unit", "Prims._assert", "Lib.IntTypes.range_t", "Lib.IntTypes.logxor_lemma", "Prims.eq2", "Prims.bool", ...
[]
module Lib.ByteSequence open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.RawIntTypes open Lib.LoopCombinators #reset-options "--z3rlimit 100 --max_fuel 0 --max_ifuel 0" /// BEGIN constant-time sequence equality val lemma_not_equal_slice: #a:Type -> b1:Seq.seq a -> b2:Seq.seq a -> i:nat -> j:nat -> k:n...
false
false
Lib.ByteSequence.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val mask_select_lemma: #t:inttype{~(S128? t)} -> mask:int_t t SEC -> a:int_t t SEC -> b:int_t t SEC -> Lemma (requires v mask = 0 \/ v mask = v (ones t SEC)) (ensures mask_select mask a b == (if v mask = 0 then b else a))
[]
Lib.ByteSequence.mask_select_lemma
{ "file_name": "lib/Lib.ByteSequence.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
mask: Lib.IntTypes.int_t t Lib.IntTypes.SEC -> a: Lib.IntTypes.int_t t Lib.IntTypes.SEC -> b: Lib.IntTypes.int_t t Lib.IntTypes.SEC -> FStar.Pervasives.Lemma (requires Lib.IntTypes.v mask = 0 \/ Lib.IntTypes.v mask = Lib.IntTypes.v (Lib.IntTypes.ones t Lib.IntTypes.SEC)) (ensu...
{ "end_col": 10, "end_line": 94, "start_col": 35, "start_line": 81 }
Prims.Tot
val nat_from_intseq_le: #t:inttype{unsigned t} -> #l:secrecy_level -> b:seq (uint_t t l) -> n:nat{n < pow2 (length b * bits t)}
[ { "abbrev": false, "full_module": "Lib.LoopCombinators", "short_module": null }, { "abbrev": false, "full_module": "Lib.RawIntTypes", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_mod...
false
let nat_from_intseq_le = nat_from_intseq_le_
val nat_from_intseq_le: #t:inttype{unsigned t} -> #l:secrecy_level -> b:seq (uint_t t l) -> n:nat{n < pow2 (length b * bits t)} let nat_from_intseq_le =
false
null
false
nat_from_intseq_le_
{ "checked_file": "Lib.ByteSequence.fst.checked", "dependencies": [ "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasive...
[ "total" ]
[ "Lib.ByteSequence.nat_from_intseq_le_" ]
[]
module Lib.ByteSequence open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.RawIntTypes open Lib.LoopCombinators #reset-options "--z3rlimit 100 --max_fuel 0 --max_ifuel 0" /// BEGIN constant-time sequence equality val lemma_not_equal_slice: #a:Type -> b1:Seq.seq a -> b2:Seq.seq a -> i:nat -> j:nat -> k:n...
false
false
Lib.ByteSequence.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val nat_from_intseq_le: #t:inttype{unsigned t} -> #l:secrecy_level -> b:seq (uint_t t l) -> n:nat{n < pow2 (length b * bits t)}
[]
Lib.ByteSequence.nat_from_intseq_le
{ "file_name": "lib/Lib.ByteSequence.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: Lib.Sequence.seq (Lib.IntTypes.uint_t t l) -> n: Prims.nat{n < Prims.pow2 (Lib.Sequence.length b * Lib.IntTypes.bits t)}
{ "end_col": 44, "end_line": 141, "start_col": 25, "start_line": 141 }
Prims.Tot
val nat_from_intseq_be: #t:inttype{unsigned t} -> #l:secrecy_level -> b:seq (uint_t t l) -> n:nat{n < pow2 (length b * bits t)}
[ { "abbrev": false, "full_module": "Lib.LoopCombinators", "short_module": null }, { "abbrev": false, "full_module": "Lib.RawIntTypes", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_mod...
false
let nat_from_intseq_be = nat_from_intseq_be_
val nat_from_intseq_be: #t:inttype{unsigned t} -> #l:secrecy_level -> b:seq (uint_t t l) -> n:nat{n < pow2 (length b * bits t)} let nat_from_intseq_be =
false
null
false
nat_from_intseq_be_
{ "checked_file": "Lib.ByteSequence.fst.checked", "dependencies": [ "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasive...
[ "total" ]
[ "Lib.ByteSequence.nat_from_intseq_be_" ]
[]
module Lib.ByteSequence open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.RawIntTypes open Lib.LoopCombinators #reset-options "--z3rlimit 100 --max_fuel 0 --max_ifuel 0" /// BEGIN constant-time sequence equality val lemma_not_equal_slice: #a:Type -> b1:Seq.seq a -> b2:Seq.seq a -> i:nat -> j:nat -> k:n...
false
false
Lib.ByteSequence.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val nat_from_intseq_be: #t:inttype{unsigned t} -> #l:secrecy_level -> b:seq (uint_t t l) -> n:nat{n < pow2 (length b * bits t)}
[]
Lib.ByteSequence.nat_from_intseq_be
{ "file_name": "lib/Lib.ByteSequence.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: Lib.Sequence.seq (Lib.IntTypes.uint_t t l) -> n: Prims.nat{n < Prims.pow2 (Lib.Sequence.length b * Lib.IntTypes.bits t)}
{ "end_col": 44, "end_line": 122, "start_col": 25, "start_line": 122 }
Prims.Tot
val nat_to_intseq_be: #t:inttype{unsigned t} -> #l:secrecy_level -> len:nat -> n:nat{n < pow2 (bits t * len)} -> b:seq (uint_t t l){length b == len /\ n == nat_from_intseq_be b}
[ { "abbrev": false, "full_module": "Lib.LoopCombinators", "short_module": null }, { "abbrev": false, "full_module": "Lib.RawIntTypes", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_mod...
false
let nat_to_intseq_be = nat_to_intseq_be_
val nat_to_intseq_be: #t:inttype{unsigned t} -> #l:secrecy_level -> len:nat -> n:nat{n < pow2 (bits t * len)} -> b:seq (uint_t t l){length b == len /\ n == nat_from_intseq_be b} let nat_to_intseq_be =
false
null
false
nat_to_intseq_be_
{ "checked_file": "Lib.ByteSequence.fst.checked", "dependencies": [ "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasive...
[ "total" ]
[ "Lib.ByteSequence.nat_to_intseq_be_" ]
[]
module Lib.ByteSequence open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.RawIntTypes open Lib.LoopCombinators #reset-options "--z3rlimit 100 --max_fuel 0 --max_ifuel 0" /// BEGIN constant-time sequence equality val lemma_not_equal_slice: #a:Type -> b1:Seq.seq a -> b2:Seq.seq a -> i:nat -> j:nat -> k:n...
false
false
Lib.ByteSequence.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val nat_to_intseq_be: #t:inttype{unsigned t} -> #l:secrecy_level -> len:nat -> n:nat{n < pow2 (bits t * len)} -> b:seq (uint_t t l){length b == len /\ n == nat_from_intseq_be b}
[]
Lib.ByteSequence.nat_to_intseq_be
{ "file_name": "lib/Lib.ByteSequence.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
len: Prims.nat -> n: Prims.nat{n < Prims.pow2 (Lib.IntTypes.bits t * len)} -> b: Lib.Sequence.seq (Lib.IntTypes.uint_t t l) {Lib.Sequence.length b == len /\ n == Lib.ByteSequence.nat_from_intseq_be b}
{ "end_col": 40, "end_line": 163, "start_col": 23, "start_line": 163 }
FStar.Pervasives.Lemma
val lemma_not_equal_slice: #a:Type -> b1:Seq.seq a -> b2:Seq.seq a -> i:nat -> j:nat -> k:nat{i <= j /\ i <= k /\ j <= k /\ k <= Seq.length b1 /\ k <= Seq.length b2 } -> Lemma (requires ~(Seq.equal (Seq.slice b1 i j) (Seq.slice b2 i j))) (ensures ~(Seq.equal (Seq.slice b1 i k) (Seq.slice b2 i k)))
[ { "abbrev": false, "full_module": "Lib.LoopCombinators", "short_module": null }, { "abbrev": false, "full_module": "Lib.RawIntTypes", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_mod...
false
let lemma_not_equal_slice #a b1 b2 i j k = assert (forall (n:nat{n < k - i}). Seq.index (Seq.slice b1 i k) n == Seq.index b1 (n + i))
val lemma_not_equal_slice: #a:Type -> b1:Seq.seq a -> b2:Seq.seq a -> i:nat -> j:nat -> k:nat{i <= j /\ i <= k /\ j <= k /\ k <= Seq.length b1 /\ k <= Seq.length b2 } -> Lemma (requires ~(Seq.equal (Seq.slice b1 i j) (Seq.slice b2 i j))) (ensures ~(Seq.equal (Seq.slice b1 i k) (Seq.slice b2 i k))) let lemm...
false
null
true
assert (forall (n: nat{n < k - i}). Seq.index (Seq.slice b1 i k) n == Seq.index b1 (n + i))
{ "checked_file": "Lib.ByteSequence.fst.checked", "dependencies": [ "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasive...
[ "lemma" ]
[ "FStar.Seq.Base.seq", "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "FStar.Seq.Base.length", "Prims._assert", "Prims.l_Forall", "Prims.op_LessThan", "Prims.op_Subtraction", "Prims.eq2", "FStar.Seq.Base.index", "FStar.Seq.Base.slice", "Prims.op_Addition", "Prims.uni...
[]
module Lib.ByteSequence open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.RawIntTypes open Lib.LoopCombinators #reset-options "--z3rlimit 100 --max_fuel 0 --max_ifuel 0" /// BEGIN constant-time sequence equality val lemma_not_equal_slice: #a:Type -> b1:Seq.seq a -> b2:Seq.seq a -> i:nat -> j:nat -> k:n...
false
false
Lib.ByteSequence.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val lemma_not_equal_slice: #a:Type -> b1:Seq.seq a -> b2:Seq.seq a -> i:nat -> j:nat -> k:nat{i <= j /\ i <= k /\ j <= k /\ k <= Seq.length b1 /\ k <= Seq.length b2 } -> Lemma (requires ~(Seq.equal (Seq.slice b1 i j) (Seq.slice b2 i j))) (ensures ~(Seq.equal (Seq.slice b1 i k) (Seq.slice b2 i k)))
[]
Lib.ByteSequence.lemma_not_equal_slice
{ "file_name": "lib/Lib.ByteSequence.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b1: FStar.Seq.Base.seq a -> b2: FStar.Seq.Base.seq a -> i: Prims.nat -> j: Prims.nat -> k: Prims.nat { i <= j /\ i <= k /\ j <= k /\ k <= FStar.Seq.Base.length b1 /\ k <= FStar.Seq.Base.length b2 } -> FStar.Pervasives.Lemma (requires ~(FStar.Seq.Base.equal (FStar.Seq...
{ "end_col": 92, "end_line": 20, "start_col": 2, "start_line": 20 }
Prims.Tot
val uints_to_bytes_le_inner: #t:inttype{unsigned t} -> #l:secrecy_level -> #len:size_nat{len * numbytes t < pow2 32} -> lseq (int_t t l) len -> i:nat{i < len} -> unit -> unit & (lseq (uint_t U8 l) (numbytes t))
[ { "abbrev": false, "full_module": "Lib.LoopCombinators", "short_module": null }, { "abbrev": false, "full_module": "Lib.RawIntTypes", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_mod...
false
let uints_to_bytes_le_inner #t #l #len b i () = let open Lib.Sequence in (), uint_to_bytes_le #t #l b.[i]
val uints_to_bytes_le_inner: #t:inttype{unsigned t} -> #l:secrecy_level -> #len:size_nat{len * numbytes t < pow2 32} -> lseq (int_t t l) len -> i:nat{i < len} -> unit -> unit & (lseq (uint_t U8 l) (numbytes t)) let uints_to_bytes_le_inner #t #l #len b i () =
false
null
false
let open Lib.Sequence in (), uint_to_bytes_le #t #l b.[ i ]
{ "checked_file": "Lib.ByteSequence.fst.checked", "dependencies": [ "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasive...
[ "total" ]
[ "Lib.IntTypes.inttype", "Prims.b2t", "Lib.IntTypes.unsigned", "Lib.IntTypes.secrecy_level", "Lib.IntTypes.size_nat", "Prims.op_LessThan", "FStar.Mul.op_Star", "Lib.IntTypes.numbytes", "Prims.pow2", "Lib.Sequence.lseq", "Lib.IntTypes.int_t", "Prims.nat", "Prims.unit", "FStar.Pervasives.Nati...
[]
module Lib.ByteSequence open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.RawIntTypes open Lib.LoopCombinators #reset-options "--z3rlimit 100 --max_fuel 0 --max_ifuel 0" /// BEGIN constant-time sequence equality val lemma_not_equal_slice: #a:Type -> b1:Seq.seq a -> b2:Seq.seq a -> i:nat -> j:nat -> k:n...
false
false
Lib.ByteSequence.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val uints_to_bytes_le_inner: #t:inttype{unsigned t} -> #l:secrecy_level -> #len:size_nat{len * numbytes t < pow2 32} -> lseq (int_t t l) len -> i:nat{i < len} -> unit -> unit & (lseq (uint_t U8 l) (numbytes t))
[]
Lib.ByteSequence.uints_to_bytes_le_inner
{ "file_name": "lib/Lib.ByteSequence.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: Lib.Sequence.lseq (Lib.IntTypes.int_t t l) len -> i: Prims.nat{i < len} -> _: Prims.unit -> Prims.unit * Lib.Sequence.lseq (Lib.IntTypes.uint_t Lib.IntTypes.U8 l) (Lib.IntTypes.numbytes t)
{ "end_col": 34, "end_line": 307, "start_col": 2, "start_line": 306 }
Prims.Tot
val uint_to_bytes_le: #t:inttype{unsigned t} -> #l:secrecy_level -> uint_t t l -> lbytes_l l (numbytes t)
[ { "abbrev": false, "full_module": "Lib.LoopCombinators", "short_module": null }, { "abbrev": false, "full_module": "Lib.RawIntTypes", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_mod...
false
let uint_to_bytes_le #t #l n = nat_to_bytes_le (numbytes t) (v n)
val uint_to_bytes_le: #t:inttype{unsigned t} -> #l:secrecy_level -> uint_t t l -> lbytes_l l (numbytes t) let uint_to_bytes_le #t #l n =
false
null
false
nat_to_bytes_le (numbytes t) (v n)
{ "checked_file": "Lib.ByteSequence.fst.checked", "dependencies": [ "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasive...
[ "total" ]
[ "Lib.IntTypes.inttype", "Prims.b2t", "Lib.IntTypes.unsigned", "Lib.IntTypes.secrecy_level", "Lib.IntTypes.uint_t", "Lib.ByteSequence.nat_to_bytes_le", "Lib.IntTypes.numbytes", "Lib.IntTypes.v", "Lib.ByteSequence.lbytes_l" ]
[]
module Lib.ByteSequence open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.RawIntTypes open Lib.LoopCombinators #reset-options "--z3rlimit 100 --max_fuel 0 --max_ifuel 0" /// BEGIN constant-time sequence equality val lemma_not_equal_slice: #a:Type -> b1:Seq.seq a -> b2:Seq.seq a -> i:nat -> j:nat -> k:n...
false
false
Lib.ByteSequence.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val uint_to_bytes_le: #t:inttype{unsigned t} -> #l:secrecy_level -> uint_t t l -> lbytes_l l (numbytes t)
[]
Lib.ByteSequence.uint_to_bytes_le
{ "file_name": "lib/Lib.ByteSequence.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
n: Lib.IntTypes.uint_t t l -> Lib.ByteSequence.lbytes_l l (Lib.IntTypes.numbytes t)
{ "end_col": 36, "end_line": 282, "start_col": 2, "start_line": 282 }
FStar.Pervasives.Lemma
val lemma_uint_to_from_bytes_le_preserves_value : #t : inttype{unsigned t /\ ~(U1? t)} -> #l : secrecy_level -> i : uint_t t l -> Lemma(uint_from_bytes_le #t #l (uint_to_bytes_le #t #l i) == i)
[ { "abbrev": false, "full_module": "Lib.LoopCombinators", "short_module": null }, { "abbrev": false, "full_module": "Lib.RawIntTypes", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_mod...
false
let lemma_uint_to_from_bytes_le_preserves_value #t #l i = lemma_reveal_uint_to_bytes_le #t #l (uint_to_bytes_le #t #l i); assert(nat_from_bytes_le (uint_to_bytes_le #t #l i) == uint_v (uint_from_bytes_le #t #l (uint_to_bytes_le #t #l i))); lemma_uint_to_bytes_le_preserves_value #t #l i; assert(nat_fr...
val lemma_uint_to_from_bytes_le_preserves_value : #t : inttype{unsigned t /\ ~(U1? t)} -> #l : secrecy_level -> i : uint_t t l -> Lemma(uint_from_bytes_le #t #l (uint_to_bytes_le #t #l i) == i) let lemma_uint_to_from_bytes_le_preserves_value #t #l i =
false
null
true
lemma_reveal_uint_to_bytes_le #t #l (uint_to_bytes_le #t #l i); assert (nat_from_bytes_le (uint_to_bytes_le #t #l i) == uint_v (uint_from_bytes_le #t #l (uint_to_bytes_le #t #l i))); lemma_uint_to_bytes_le_preserves_value #t #l i; assert (nat_from_bytes_le (uint_to_bytes_le #t #l i) == uint_v i)
{ "checked_file": "Lib.ByteSequence.fst.checked", "dependencies": [ "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasive...
[ "lemma" ]
[ "Lib.IntTypes.inttype", "Prims.l_and", "Prims.b2t", "Lib.IntTypes.unsigned", "Prims.l_not", "Lib.IntTypes.uu___is_U1", "Lib.IntTypes.secrecy_level", "Lib.IntTypes.uint_t", "Prims._assert", "Prims.eq2", "Prims.int", "Prims.l_or", "Lib.IntTypes.range", "Prims.op_GreaterThanOrEqual", "Prims...
[]
module Lib.ByteSequence open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.RawIntTypes open Lib.LoopCombinators #reset-options "--z3rlimit 100 --max_fuel 0 --max_ifuel 0" /// BEGIN constant-time sequence equality val lemma_not_equal_slice: #a:Type -> b1:Seq.seq a -> b2:Seq.seq a -> i:nat -> j:nat -> k:n...
false
false
Lib.ByteSequence.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val lemma_uint_to_from_bytes_le_preserves_value : #t : inttype{unsigned t /\ ~(U1? t)} -> #l : secrecy_level -> i : uint_t t l -> Lemma(uint_from_bytes_le #t #l (uint_to_bytes_le #t #l i) == i)
[]
Lib.ByteSequence.lemma_uint_to_from_bytes_le_preserves_value
{ "file_name": "lib/Lib.ByteSequence.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
i: Lib.IntTypes.uint_t t l -> FStar.Pervasives.Lemma (ensures Lib.ByteSequence.uint_from_bytes_le (Lib.ByteSequence.uint_to_bytes_le i) == i)
{ "end_col": 66, "end_line": 767, "start_col": 2, "start_line": 763 }
FStar.Pervasives.Lemma
val nat_from_intseq_slice_lemma_aux: len:pos -> a:nat -> b:nat -> c:nat -> i:pos{i <= len} -> Lemma (pow2 ((i - 1) * c) * (a + pow2 c * b) == pow2 ((i - 1) * c) * a + pow2 (i * c) * b)
[ { "abbrev": false, "full_module": "Lib.LoopCombinators", "short_module": null }, { "abbrev": false, "full_module": "Lib.RawIntTypes", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_mod...
false
let nat_from_intseq_slice_lemma_aux len a b c i = FStar.Math.Lemmas.distributivity_add_right (pow2 ((i - 1) * c)) a (pow2 c * b); FStar.Math.Lemmas.paren_mul_right (pow2 ((i - 1) * c)) (pow2 c) b; FStar.Math.Lemmas.pow2_plus ((i - 1) * c) c
val nat_from_intseq_slice_lemma_aux: len:pos -> a:nat -> b:nat -> c:nat -> i:pos{i <= len} -> Lemma (pow2 ((i - 1) * c) * (a + pow2 c * b) == pow2 ((i - 1) * c) * a + pow2 (i * c) * b) let nat_from_intseq_slice_lemma_aux len a b c i =
false
null
true
FStar.Math.Lemmas.distributivity_add_right (pow2 ((i - 1) * c)) a (pow2 c * b); FStar.Math.Lemmas.paren_mul_right (pow2 ((i - 1) * c)) (pow2 c) b; FStar.Math.Lemmas.pow2_plus ((i - 1) * c) c
{ "checked_file": "Lib.ByteSequence.fst.checked", "dependencies": [ "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasive...
[ "lemma" ]
[ "Prims.pos", "Prims.nat", "Prims.b2t", "Prims.op_LessThanOrEqual", "FStar.Math.Lemmas.pow2_plus", "FStar.Mul.op_Star", "Prims.op_Subtraction", "Prims.unit", "FStar.Math.Lemmas.paren_mul_right", "Prims.pow2", "FStar.Math.Lemmas.distributivity_add_right" ]
[]
module Lib.ByteSequence open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.RawIntTypes open Lib.LoopCombinators #reset-options "--z3rlimit 100 --max_fuel 0 --max_ifuel 0" /// BEGIN constant-time sequence equality val lemma_not_equal_slice: #a:Type -> b1:Seq.seq a -> b2:Seq.seq a -> i:nat -> j:nat -> k:n...
false
false
Lib.ByteSequence.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val nat_from_intseq_slice_lemma_aux: len:pos -> a:nat -> b:nat -> c:nat -> i:pos{i <= len} -> Lemma (pow2 ((i - 1) * c) * (a + pow2 c * b) == pow2 ((i - 1) * c) * a + pow2 (i * c) * b)
[]
Lib.ByteSequence.nat_from_intseq_slice_lemma_aux
{ "file_name": "lib/Lib.ByteSequence.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
len: Prims.pos -> a: Prims.nat -> b: Prims.nat -> c: Prims.nat -> i: Prims.pos{i <= len} -> FStar.Pervasives.Lemma (ensures Prims.pow2 ((i - 1) * c) * (a + Prims.pow2 c * b) == Prims.pow2 ((i - 1) * c) * a + Prims.pow2 (i * c) * b)
{ "end_col": 45, "end_line": 367, "start_col": 2, "start_line": 365 }
Prims.Tot
val uints_from_bytes_le: #t:inttype{unsigned t /\ ~(U1? t)} -> #l:secrecy_level -> #len:size_nat{len * numbytes t < pow2 32} -> lbytes_l l (len * numbytes t) -> lseq (uint_t t l) len
[ { "abbrev": false, "full_module": "Lib.LoopCombinators", "short_module": null }, { "abbrev": false, "full_module": "Lib.RawIntTypes", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_mod...
false
let uints_from_bytes_le #t #l #len b = Lib.Sequence.createi #(int_t t l) len (fun i -> uint_from_bytes_le (sub b (i * numbytes t) (numbytes t)))
val uints_from_bytes_le: #t:inttype{unsigned t /\ ~(U1? t)} -> #l:secrecy_level -> #len:size_nat{len * numbytes t < pow2 32} -> lbytes_l l (len * numbytes t) -> lseq (uint_t t l) len let uints_from_bytes_le #t #l #len b =
false
null
false
Lib.Sequence.createi #(int_t t l) len (fun i -> uint_from_bytes_le (sub b (i * numbytes t) (numbytes t)))
{ "checked_file": "Lib.ByteSequence.fst.checked", "dependencies": [ "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasive...
[ "total" ]
[ "Lib.IntTypes.inttype", "Prims.l_and", "Prims.b2t", "Lib.IntTypes.unsigned", "Prims.l_not", "Lib.IntTypes.uu___is_U1", "Lib.IntTypes.secrecy_level", "Lib.IntTypes.size_nat", "Prims.op_LessThan", "FStar.Mul.op_Star", "Lib.IntTypes.numbytes", "Prims.pow2", "Lib.ByteSequence.lbytes_l", "Lib.S...
[]
module Lib.ByteSequence open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.RawIntTypes open Lib.LoopCombinators #reset-options "--z3rlimit 100 --max_fuel 0 --max_ifuel 0" /// BEGIN constant-time sequence equality val lemma_not_equal_slice: #a:Type -> b1:Seq.seq a -> b2:Seq.seq a -> i:nat -> j:nat -> k:n...
false
false
Lib.ByteSequence.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val uints_from_bytes_le: #t:inttype{unsigned t /\ ~(U1? t)} -> #l:secrecy_level -> #len:size_nat{len * numbytes t < pow2 32} -> lbytes_l l (len * numbytes t) -> lseq (uint_t t l) len
[]
Lib.ByteSequence.uints_from_bytes_le
{ "file_name": "lib/Lib.ByteSequence.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: Lib.ByteSequence.lbytes_l l (len * Lib.IntTypes.numbytes t) -> Lib.Sequence.lseq (Lib.IntTypes.uint_t t l) len
{ "end_col": 71, "end_line": 344, "start_col": 2, "start_line": 343 }
FStar.Pervasives.Lemma
val nat_from_intseq_le_slice_lemma: #t:inttype{unsigned t} -> #l:secrecy_level -> #len:size_nat -> b:lseq (uint_t t l) len -> i:nat{i <= len} -> Lemma (nat_from_intseq_le b == nat_from_intseq_le (slice b 0 i) + pow2 (i * bits t) * nat_from_intseq_le (slice b i len))
[ { "abbrev": false, "full_module": "Lib.LoopCombinators", "short_module": null }, { "abbrev": false, "full_module": "Lib.RawIntTypes", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_mod...
false
let nat_from_intseq_le_slice_lemma #t #l #len b i = nat_from_intseq_le_slice_lemma_ b i
val nat_from_intseq_le_slice_lemma: #t:inttype{unsigned t} -> #l:secrecy_level -> #len:size_nat -> b:lseq (uint_t t l) len -> i:nat{i <= len} -> Lemma (nat_from_intseq_le b == nat_from_intseq_le (slice b 0 i) + pow2 (i * bits t) * nat_from_intseq_le (slice b i len)) let nat_from_intseq_le_slice_lemma #t #l #len b i...
false
null
true
nat_from_intseq_le_slice_lemma_ b i
{ "checked_file": "Lib.ByteSequence.fst.checked", "dependencies": [ "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasive...
[ "lemma" ]
[ "Lib.IntTypes.inttype", "Prims.b2t", "Lib.IntTypes.unsigned", "Lib.IntTypes.secrecy_level", "Lib.IntTypes.size_nat", "Lib.Sequence.lseq", "Lib.IntTypes.uint_t", "Prims.nat", "Prims.op_LessThanOrEqual", "Lib.ByteSequence.nat_from_intseq_le_slice_lemma_", "Prims.unit" ]
[]
module Lib.ByteSequence open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.RawIntTypes open Lib.LoopCombinators #reset-options "--z3rlimit 100 --max_fuel 0 --max_ifuel 0" /// BEGIN constant-time sequence equality val lemma_not_equal_slice: #a:Type -> b1:Seq.seq a -> b2:Seq.seq a -> i:nat -> j:nat -> k:n...
false
false
Lib.ByteSequence.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val nat_from_intseq_le_slice_lemma: #t:inttype{unsigned t} -> #l:secrecy_level -> #len:size_nat -> b:lseq (uint_t t l) len -> i:nat{i <= len} -> Lemma (nat_from_intseq_le b == nat_from_intseq_le (slice b 0 i) + pow2 (i * bits t) * nat_from_intseq_le (slice b i len))
[]
Lib.ByteSequence.nat_from_intseq_le_slice_lemma
{ "file_name": "lib/Lib.ByteSequence.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: Lib.Sequence.lseq (Lib.IntTypes.uint_t t l) len -> i: Prims.nat{i <= len} -> FStar.Pervasives.Lemma (ensures Lib.ByteSequence.nat_from_intseq_le b == Lib.ByteSequence.nat_from_intseq_le (Lib.Sequence.slice b 0 i) + Prims.pow2 (i * Lib.IntTypes.bits t) * Lib.ByteSequence.nat_from_intseq_...
{ "end_col": 37, "end_line": 391, "start_col": 2, "start_line": 391 }
Prims.Tot
val uints_to_bytes_be: #t:inttype{unsigned t} -> #l:secrecy_level -> #len:size_nat{len * numbytes t < pow2 32} -> lseq (uint_t t l) len -> lbytes_l l (len * numbytes t)
[ { "abbrev": false, "full_module": "Lib.LoopCombinators", "short_module": null }, { "abbrev": false, "full_module": "Lib.RawIntTypes", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_mod...
false
let uints_to_bytes_be #t #l #len ul = let a_spec (i:nat{i <= len}) = unit in let _, o = generate_blocks (numbytes t) len len a_spec (uints_to_bytes_be_inner #t #l #len ul) () in o
val uints_to_bytes_be: #t:inttype{unsigned t} -> #l:secrecy_level -> #len:size_nat{len * numbytes t < pow2 32} -> lseq (uint_t t l) len -> lbytes_l l (len * numbytes t) let uints_to_bytes_be #t #l #len ul =
false
null
false
let a_spec (i: nat{i <= len}) = unit in let _, o = generate_blocks (numbytes t) len len a_spec (uints_to_bytes_be_inner #t #l #len ul) () in o
{ "checked_file": "Lib.ByteSequence.fst.checked", "dependencies": [ "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasive...
[ "total" ]
[ "Lib.IntTypes.inttype", "Prims.b2t", "Lib.IntTypes.unsigned", "Lib.IntTypes.secrecy_level", "Lib.IntTypes.size_nat", "Prims.op_LessThan", "FStar.Mul.op_Star", "Lib.IntTypes.numbytes", "Prims.pow2", "Lib.Sequence.lseq", "Lib.IntTypes.uint_t", "Lib.Sequence.seq", "Lib.IntTypes.U8", "Prims.eq...
[]
module Lib.ByteSequence open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.RawIntTypes open Lib.LoopCombinators #reset-options "--z3rlimit 100 --max_fuel 0 --max_ifuel 0" /// BEGIN constant-time sequence equality val lemma_not_equal_slice: #a:Type -> b1:Seq.seq a -> b2:Seq.seq a -> i:nat -> j:nat -> k:n...
false
false
Lib.ByteSequence.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val uints_to_bytes_be: #t:inttype{unsigned t} -> #l:secrecy_level -> #len:size_nat{len * numbytes t < pow2 32} -> lseq (uint_t t l) len -> lbytes_l l (len * numbytes t)
[]
Lib.ByteSequence.uints_to_bytes_be
{ "file_name": "lib/Lib.ByteSequence.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
ul: Lib.Sequence.lseq (Lib.IntTypes.uint_t t l) len -> Lib.ByteSequence.lbytes_l l (len * Lib.IntTypes.numbytes t)
{ "end_col": 3, "end_line": 337, "start_col": 37, "start_line": 333 }
Prims.Tot
val lbytes_eq: #len:size_nat -> b1:lbytes len -> b2:lbytes len -> b:bool{b <==> b1 == b2}
[ { "abbrev": false, "full_module": "Lib.LoopCombinators", "short_module": null }, { "abbrev": false, "full_module": "Lib.RawIntTypes", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_mod...
false
let lbytes_eq #len b1 b2 = let res = seq_eq_mask b1 b2 len in RawIntTypes.u8_to_UInt8 res = 255uy
val lbytes_eq: #len:size_nat -> b1:lbytes len -> b2:lbytes len -> b:bool{b <==> b1 == b2} let lbytes_eq #len b1 b2 =
false
null
false
let res = seq_eq_mask b1 b2 len in RawIntTypes.u8_to_UInt8 res = 255uy
{ "checked_file": "Lib.ByteSequence.fst.checked", "dependencies": [ "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasive...
[ "total" ]
[ "Lib.IntTypes.size_nat", "Lib.ByteSequence.lbytes", "Prims.op_Equality", "FStar.UInt8.t", "Lib.RawIntTypes.u8_to_UInt8", "FStar.UInt8.__uint_to_t", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.l_and", "Prims.l_imp", "Prims.eq2", "Lib.Sequence.lseq", "Prims.l_or", "...
[]
module Lib.ByteSequence open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.RawIntTypes open Lib.LoopCombinators #reset-options "--z3rlimit 100 --max_fuel 0 --max_ifuel 0" /// BEGIN constant-time sequence equality val lemma_not_equal_slice: #a:Type -> b1:Seq.seq a -> b2:Seq.seq a -> i:nat -> j:nat -> k:n...
false
false
Lib.ByteSequence.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val lbytes_eq: #len:size_nat -> b1:lbytes len -> b2:lbytes len -> b:bool{b <==> b1 == b2}
[]
Lib.ByteSequence.lbytes_eq
{ "file_name": "lib/Lib.ByteSequence.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b1: Lib.ByteSequence.lbytes len -> b2: Lib.ByteSequence.lbytes len -> b: Prims.bool{b <==> b1 == b2}
{ "end_col": 37, "end_line": 74, "start_col": 26, "start_line": 72 }
FStar.Pervasives.Lemma
val lemma_nat_from_to_intseq_be_preserves_value: #t:inttype{unsigned t} -> #l:secrecy_level -> len:nat -> b:seq (uint_t t l){length b == len} -> Lemma (nat_to_intseq_be len (nat_from_intseq_be b) == b)
[ { "abbrev": false, "full_module": "Lib.LoopCombinators", "short_module": null }, { "abbrev": false, "full_module": "Lib.RawIntTypes", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_mod...
false
let lemma_nat_from_to_intseq_be_preserves_value #t #l len b = nat_from_intseq_be_inj (nat_to_intseq_be len (nat_from_intseq_be b)) b
val lemma_nat_from_to_intseq_be_preserves_value: #t:inttype{unsigned t} -> #l:secrecy_level -> len:nat -> b:seq (uint_t t l){length b == len} -> Lemma (nat_to_intseq_be len (nat_from_intseq_be b) == b) let lemma_nat_from_to_intseq_be_preserves_value #t #l len b =
false
null
true
nat_from_intseq_be_inj (nat_to_intseq_be len (nat_from_intseq_be b)) b
{ "checked_file": "Lib.ByteSequence.fst.checked", "dependencies": [ "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasive...
[ "lemma" ]
[ "Lib.IntTypes.inttype", "Prims.b2t", "Lib.IntTypes.unsigned", "Lib.IntTypes.secrecy_level", "Prims.nat", "Lib.Sequence.seq", "Lib.IntTypes.uint_t", "Prims.eq2", "Lib.Sequence.length", "Lib.ByteSequence.nat_from_intseq_be_inj", "Lib.ByteSequence.nat_to_intseq_be", "Lib.ByteSequence.nat_from_int...
[]
module Lib.ByteSequence open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.RawIntTypes open Lib.LoopCombinators #reset-options "--z3rlimit 100 --max_fuel 0 --max_ifuel 0" /// BEGIN constant-time sequence equality val lemma_not_equal_slice: #a:Type -> b1:Seq.seq a -> b2:Seq.seq a -> i:nat -> j:nat -> k:n...
false
false
Lib.ByteSequence.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val lemma_nat_from_to_intseq_be_preserves_value: #t:inttype{unsigned t} -> #l:secrecy_level -> len:nat -> b:seq (uint_t t l){length b == len} -> Lemma (nat_to_intseq_be len (nat_from_intseq_be b) == b)
[]
Lib.ByteSequence.lemma_nat_from_to_intseq_be_preserves_value
{ "file_name": "lib/Lib.ByteSequence.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
len: Prims.nat -> b: Lib.Sequence.seq (Lib.IntTypes.uint_t t l) {Lib.Sequence.length b == len} -> FStar.Pervasives.Lemma (ensures Lib.ByteSequence.nat_to_intseq_be len (Lib.ByteSequence.nat_from_intseq_be b) == b)
{ "end_col": 72, "end_line": 750, "start_col": 2, "start_line": 750 }
Prims.Tot
val uints_to_bytes_le: #t:inttype{unsigned t} -> #l:secrecy_level -> #len:size_nat{len * numbytes t < pow2 32} -> lseq (uint_t t l) len -> lbytes_l l (len * numbytes t)
[ { "abbrev": false, "full_module": "Lib.LoopCombinators", "short_module": null }, { "abbrev": false, "full_module": "Lib.RawIntTypes", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_mod...
false
let uints_to_bytes_le #t #l #len ul = let a_spec (i:nat{i <= len}) = unit in let _, o = generate_blocks (numbytes t) len len a_spec (uints_to_bytes_le_inner #t #l #len ul) () in o
val uints_to_bytes_le: #t:inttype{unsigned t} -> #l:secrecy_level -> #len:size_nat{len * numbytes t < pow2 32} -> lseq (uint_t t l) len -> lbytes_l l (len * numbytes t) let uints_to_bytes_le #t #l #len ul =
false
null
false
let a_spec (i: nat{i <= len}) = unit in let _, o = generate_blocks (numbytes t) len len a_spec (uints_to_bytes_le_inner #t #l #len ul) () in o
{ "checked_file": "Lib.ByteSequence.fst.checked", "dependencies": [ "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasive...
[ "total" ]
[ "Lib.IntTypes.inttype", "Prims.b2t", "Lib.IntTypes.unsigned", "Lib.IntTypes.secrecy_level", "Lib.IntTypes.size_nat", "Prims.op_LessThan", "FStar.Mul.op_Star", "Lib.IntTypes.numbytes", "Prims.pow2", "Lib.Sequence.lseq", "Lib.IntTypes.uint_t", "Lib.Sequence.seq", "Lib.IntTypes.U8", "Prims.eq...
[]
module Lib.ByteSequence open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.RawIntTypes open Lib.LoopCombinators #reset-options "--z3rlimit 100 --max_fuel 0 --max_ifuel 0" /// BEGIN constant-time sequence equality val lemma_not_equal_slice: #a:Type -> b1:Seq.seq a -> b2:Seq.seq a -> i:nat -> j:nat -> k:n...
false
false
Lib.ByteSequence.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val uints_to_bytes_le: #t:inttype{unsigned t} -> #l:secrecy_level -> #len:size_nat{len * numbytes t < pow2 32} -> lseq (uint_t t l) len -> lbytes_l l (len * numbytes t)
[]
Lib.ByteSequence.uints_to_bytes_le
{ "file_name": "lib/Lib.ByteSequence.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
ul: Lib.Sequence.lseq (Lib.IntTypes.uint_t t l) len -> Lib.ByteSequence.lbytes_l l (len * Lib.IntTypes.numbytes t)
{ "end_col": 3, "end_line": 313, "start_col": 37, "start_line": 309 }