file_name
stringlengths
5
52
name
stringlengths
4
95
original_source_type
stringlengths
0
23k
source_type
stringlengths
9
23k
source_definition
stringlengths
9
57.9k
source
dict
source_range
dict
file_context
stringlengths
0
721k
dependencies
dict
opens_and_abbrevs
listlengths
2
94
vconfig
dict
interleaved
bool
1 class
verbose_type
stringlengths
1
7.42k
effect
stringclasses
118 values
effect_flags
listlengths
0
2
mutual_with
listlengths
0
11
ideal_premises
listlengths
0
236
proof_features
listlengths
0
1
is_simple_lemma
bool
2 classes
is_div
bool
2 classes
is_proof
bool
2 classes
is_simply_typed
bool
2 classes
is_type
bool
2 classes
partial_definition
stringlengths
5
3.99k
completed_definiton
stringlengths
1
1.63M
isa_cross_project_example
bool
1 class
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.eval_code_ts
val eval_code_ts (g: bool) (c: code) (s0: machine_state) (f0: fuel) (s1: machine_state) : Type0
val eval_code_ts (g: bool) (c: code) (s0: machine_state) (f0: fuel) (s1: machine_state) : Type0
let eval_code_ts (g:bool) (c:code) (s0:machine_state) (f0:fuel) (s1:machine_state) : Type0 = state_eq_opt g (BS.machine_eval_code c f0 s0) (Some s1)
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 57, "end_line": 296, "start_col": 0, "start_line": 295 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
g: Prims.bool -> c: Vale.X64.StateLemmas.code -> s0: Vale.X64.StateLemmas.machine_state -> f0: Vale.X64.Lemmas.fuel -> s1: Vale.X64.StateLemmas.machine_state -> Type0
Prims.Tot
[ "total" ]
[]
[ "Prims.bool", "Vale.X64.StateLemmas.code", "Vale.X64.StateLemmas.machine_state", "Vale.X64.Lemmas.fuel", "Vale.X64.Lemmas.state_eq_opt", "Vale.X64.Machine_Semantics_s.machine_eval_code", "FStar.Pervasives.Native.Some", "Vale.X64.Machine_Semantics_s.machine_state" ]
[]
false
false
false
true
true
let eval_code_ts (g: bool) (c: code) (s0: machine_state) (f0: fuel) (s1: machine_state) : Type0 =
state_eq_opt g (BS.machine_eval_code c f0 s0) (Some s1)
false
Hacl.Bignum.fst
Hacl.Bignum.bn_from_bytes_le
val bn_from_bytes_le: #t:limb_t -> len:size_t{0 < v len /\ numbytes t * v (blocks len (size (numbytes t))) <= max_size_t} -> b:lbuffer uint8 len -> res:lbignum t (blocks len (size (numbytes t))) -> Stack unit (requires fun h -> live h b /\ live h res /\ disjoint res b) (ensures fun h0 _ h1 -> modifies ...
val bn_from_bytes_le: #t:limb_t -> len:size_t{0 < v len /\ numbytes t * v (blocks len (size (numbytes t))) <= max_size_t} -> b:lbuffer uint8 len -> res:lbignum t (blocks len (size (numbytes t))) -> Stack unit (requires fun h -> live h b /\ live h res /\ disjoint res b) (ensures fun h0 _ h1 -> modifies ...
let bn_from_bytes_le #t len b res = Hacl.Bignum.Convert.bn_from_bytes_le len b res
{ "file_name": "code/bignum/Hacl.Bignum.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 48, "end_line": 162, "start_col": 0, "start_line": 161 }
module Hacl.Bignum friend Hacl.Spec.Bignum #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" let bn_add1 #t aLen a b1 res = Hacl.Bignum.Addition.bn_add1 aLen a b1 res let bn_sub1 #t aLen a b1 res = Hacl.Bignum.Addition.bn_sub1 aLen a b1 res let bn_add_eq_len #t aLen a b res = Hacl.Bignum.Addition.bn_add_eq_l...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowStar.Ignore.fsti.checked", "Lib.ByteBuffer.fsti.checked", "Hacl.Spec.Bignum.fst.checked", "Hacl.Bignum.Multiplication.fst.checked", "Hacl.Bignum.Lib.fst.checked", "Hacl.Bignum.Karatsuba.fst.checked", "Hacl.Bignum.Conve...
[ { "abbrev": true, "full_module": "Lib.LoopCombinators", "short_module": "Loops" }, { "abbrev": true, "full_module": "FStar.HyperStack.ST", "short_module": "ST" }, { "abbrev": true, "full_module": "Hacl.Spec.Bignum", "short_module": "S" }, { "abbrev": false, "f...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
len: Lib.IntTypes.size_t { 0 < Lib.IntTypes.v len /\ Lib.IntTypes.numbytes t * Lib.IntTypes.v (Hacl.Bignum.Definitions.blocks len (Lib.IntTypes.size (Lib.IntTypes.numbytes t))) <= Lib.IntTypes.max_size_t } -> b: Lib.Buffer.lbuffer Lib.IntTypes.uint8 l...
FStar.HyperStack.ST.Stack
[]
[]
[ "Hacl.Bignum.Definitions.limb_t", "Lib.IntTypes.size_t", "Prims.l_and", "Prims.b2t", "Prims.op_LessThan", "Lib.IntTypes.v", "Lib.IntTypes.U32", "Lib.IntTypes.PUB", "Prims.op_LessThanOrEqual", "FStar.Mul.op_Star", "Lib.IntTypes.numbytes", "Hacl.Bignum.Definitions.blocks", "Lib.IntTypes.size",...
[]
false
true
false
false
false
let bn_from_bytes_le #t len b res =
Hacl.Bignum.Convert.bn_from_bytes_le len b res
false
Hacl.Impl.Ed25519.Ladder.fst
Hacl.Impl.Ed25519.Ladder.point_mul_g_double_vartime_table
val point_mul_g_double_vartime_table: out:point -> scalar1:lbuffer uint64 4ul -> q1:point -> scalar2:lbuffer uint64 4ul -> q2:point -> Stack unit (requires fun h -> live h out /\ live h scalar1 /\ live h q1 /\ live h scalar2 /\ live h q2 /\ eq_or_disjoint q1 q2 /\ disjoint out q1 /\ disjoint ou...
val point_mul_g_double_vartime_table: out:point -> scalar1:lbuffer uint64 4ul -> q1:point -> scalar2:lbuffer uint64 4ul -> q2:point -> Stack unit (requires fun h -> live h out /\ live h scalar1 /\ live h q1 /\ live h scalar2 /\ live h q2 /\ eq_or_disjoint q1 q2 /\ disjoint out q1 /\ disjoint ou...
let point_mul_g_double_vartime_table out scalar1 q1 scalar2 q2 = [@inline_let] let len = 20ul in [@inline_let] let ctx_len = 0ul in [@inline_let] let k = mk_ed25519_concrete_ops in [@inline_let] let table_len = 32ul in assert_norm (pow2 5 == v table_len); push_frame (); let table2 = create (table_len *! ...
{ "file_name": "code/ed25519/Hacl.Impl.Ed25519.Ladder.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 14, "end_line": 335, "start_col": 0, "start_line": 323 }
module Hacl.Impl.Ed25519.Ladder module ST = FStar.HyperStack.ST open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Hacl.Bignum25519 module F51 = Hacl.Impl.Ed25519.Field51 module BSeq = Lib.ByteSequence module LE = Lib.Exponentiation module SE = Spec.Exponentiation module BE = Hacl.Impl...
{ "checked_file": "/", "dependencies": [ "Spec.Exponentiation.fsti.checked", "Spec.Ed25519.Lemmas.fsti.checked", "Spec.Ed25519.fst.checked", "prims.fst.checked", "LowStar.Ignore.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Exponentiation.fsti.checked", "Lib.ByteSequence.fsti.chec...
[ { "abbrev": false, "full_module": "Hacl.Ed25519.PrecompTable", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Impl.Ed25519.Group", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Impl.Ed25519.PointConstants", "short_module": null }, { ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
out: Hacl.Bignum25519.point -> scalar1: Lib.Buffer.lbuffer Lib.IntTypes.uint64 4ul -> q1: Hacl.Bignum25519.point -> scalar2: Lib.Buffer.lbuffer Lib.IntTypes.uint64 4ul -> q2: Hacl.Bignum25519.point -> FStar.HyperStack.ST.Stack Prims.unit
FStar.HyperStack.ST.Stack
[]
[]
[ "Hacl.Bignum25519.point", "Lib.Buffer.lbuffer", "Lib.IntTypes.uint64", "FStar.UInt32.__uint_to_t", "FStar.HyperStack.ST.pop_frame", "Prims.unit", "Hacl.Impl.Ed25519.Ladder.point_mul_g_double_vartime_noalloc", "Hacl.Impl.PrecompTable.lprecomp_table", "Lib.IntTypes.U64", "Lib.Buffer.null", "Lib.Bu...
[]
false
true
false
false
false
let point_mul_g_double_vartime_table out scalar1 q1 scalar2 q2 =
[@@ inline_let ]let len = 20ul in [@@ inline_let ]let ctx_len = 0ul in [@@ inline_let ]let k = mk_ed25519_concrete_ops in [@@ inline_let ]let table_len = 32ul in assert_norm (pow2 5 == v table_len); push_frame (); let table2 = create (table_len *! len) (u64 0) in PT.lprecomp_table len ctx_len k (null uint64) q2 table_l...
false
Hacl.Bignum.fst
Hacl.Bignum.bn_sub_mask
val bn_sub_mask: #t:limb_t -> len:size_t{v len > 0} -> n:lbignum t len -> a:lbignum t len -> Stack unit (requires fun h -> live h n /\ live h a /\ disjoint n a) (ensures fun h0 _ h1 -> modifies (loc a) h0 h1 /\ as_seq h1 a == S.bn_sub_mask (as_seq h0 n) (as_seq h0 a))
val bn_sub_mask: #t:limb_t -> len:size_t{v len > 0} -> n:lbignum t len -> a:lbignum t len -> Stack unit (requires fun h -> live h n /\ live h a /\ disjoint n a) (ensures fun h0 _ h1 -> modifies (loc a) h0 h1 /\ as_seq h1 a == S.bn_sub_mask (as_seq h0 n) (as_seq h0 a))
let bn_sub_mask #t len n a = push_frame (); let mask = create 1ul (ones t SEC) in let mod_mask = create len (uint #t 0) in let mask = Lib.ByteBuffer.buf_eq_mask n a len mask in mapT len mod_mask (logand mask) n; let _ = Hacl.Bignum.Addition.bn_sub_eq_len len a mod_mask a in pop_frame ()
{ "file_name": "code/bignum/Hacl.Bignum.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 14, "end_line": 81, "start_col": 0, "start_line": 74 }
module Hacl.Bignum friend Hacl.Spec.Bignum #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" let bn_add1 #t aLen a b1 res = Hacl.Bignum.Addition.bn_add1 aLen a b1 res let bn_sub1 #t aLen a b1 res = Hacl.Bignum.Addition.bn_sub1 aLen a b1 res let bn_add_eq_len #t aLen a b res = Hacl.Bignum.Addition.bn_add_eq_l...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowStar.Ignore.fsti.checked", "Lib.ByteBuffer.fsti.checked", "Hacl.Spec.Bignum.fst.checked", "Hacl.Bignum.Multiplication.fst.checked", "Hacl.Bignum.Lib.fst.checked", "Hacl.Bignum.Karatsuba.fst.checked", "Hacl.Bignum.Conve...
[ { "abbrev": true, "full_module": "Lib.LoopCombinators", "short_module": "Loops" }, { "abbrev": true, "full_module": "FStar.HyperStack.ST", "short_module": "ST" }, { "abbrev": true, "full_module": "Hacl.Spec.Bignum", "short_module": "S" }, { "abbrev": false, "f...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
len: Lib.IntTypes.size_t{Lib.IntTypes.v len > 0} -> n: Hacl.Bignum.Definitions.lbignum t len -> a: Hacl.Bignum.Definitions.lbignum t len -> FStar.HyperStack.ST.Stack Prims.unit
FStar.HyperStack.ST.Stack
[]
[]
[ "Hacl.Bignum.Definitions.limb_t", "Lib.IntTypes.size_t", "Prims.b2t", "Prims.op_GreaterThan", "Lib.IntTypes.v", "Lib.IntTypes.U32", "Lib.IntTypes.PUB", "Hacl.Bignum.Definitions.lbignum", "FStar.HyperStack.ST.pop_frame", "Prims.unit", "Hacl.Spec.Bignum.Base.carry", "Hacl.Bignum.Addition.bn_sub_...
[]
false
true
false
false
false
let bn_sub_mask #t len n a =
push_frame (); let mask = create 1ul (ones t SEC) in let mod_mask = create len (uint #t 0) in let mask = Lib.ByteBuffer.buf_eq_mask n a len mask in mapT len mod_mask (logand mask) n; let _ = Hacl.Bignum.Addition.bn_sub_eq_len len a mod_mask a in pop_frame ()
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.eval_code_eq_instr
val eval_code_eq_instr (inst: BS.ins) (f: fuel) (s1 s2: machine_state) : Lemma (requires Instr? inst /\ state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_code (Ins inst) f s1) (BS.machine_eval_code (Ins inst) f s2))
val eval_code_eq_instr (inst: BS.ins) (f: fuel) (s1 s2: machine_state) : Lemma (requires Instr? inst /\ state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_code (Ins inst) f s1) (BS.machine_eval_code (Ins inst) f s2))
let eval_code_eq_instr (inst:BS.ins) (f:fuel) (s1 s2:machine_state) : Lemma (requires Instr? inst /\ state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_code (Ins inst) f s1) (BS.machine_eval_code (Ins inst) f s2)) = reveal_opaque (`%BS.machine_eval_code_ins) BS.machine_eval_code_ins; eval_ins_...
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 82, "end_line": 141, "start_col": 0, "start_line": 136 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 1, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
inst: Vale.X64.Machine_Semantics_s.ins -> f: Vale.X64.Lemmas.fuel -> s1: Vale.X64.StateLemmas.machine_state -> s2: Vale.X64.StateLemmas.machine_state -> FStar.Pervasives.Lemma (requires Instr? inst /\ Vale.X64.Lemmas.state_eq_S true s1 s2) (ensures Vale.X64.Lemmas.state_eq_opt true ...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.X64.Machine_Semantics_s.ins", "Vale.X64.Lemmas.fuel", "Vale.X64.StateLemmas.machine_state", "Vale.X64.Lemmas.eval_ins_eq_instr", "Vale.X64.Machine_Semantics_s.Mkmachine_state", "Vale.X64.Machine_Semantics_s.__proj__Mkmachine_state__item__ms_ok", "Vale.X64.Machine_Semantics_s.__proj__Mkmachine_stat...
[]
true
false
true
false
false
let eval_code_eq_instr (inst: BS.ins) (f: fuel) (s1 s2: machine_state) : Lemma (requires Instr? inst /\ state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_code (Ins inst) f s1) (BS.machine_eval_code (Ins inst) f s2)) =
reveal_opaque (`%BS.machine_eval_code_ins) BS.machine_eval_code_ins; eval_ins_eq_instr inst ({ s1 with BS.ms_trace = [] }) ({ s2 with BS.ms_trace = [] })
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.eval_code_eq_f
val eval_code_eq_f (c: code) (f: fuel) (s1 s2: machine_state) : Lemma (requires state_eq_S false s1 s2) (ensures state_eq_opt false (BS.machine_eval_code c f s1) (BS.machine_eval_code c f s2)) [SMTPat (BS.machine_eval_code c f s1); SMTPat (BS.machine_eval_code c f s2)]
val eval_code_eq_f (c: code) (f: fuel) (s1 s2: machine_state) : Lemma (requires state_eq_S false s1 s2) (ensures state_eq_opt false (BS.machine_eval_code c f s1) (BS.machine_eval_code c f s2)) [SMTPat (BS.machine_eval_code c f s1); SMTPat (BS.machine_eval_code c f s2)]
let eval_code_eq_f (c:code) (f:fuel) (s1 s2:machine_state) : Lemma (requires state_eq_S false s1 s2) (ensures state_eq_opt false (BS.machine_eval_code c f s1) (BS.machine_eval_code c f s2)) [SMTPat (BS.machine_eval_code c f s1); SMTPat (BS.machine_eval_code c f s2)] = eval_code_eq_core false c f s1; eval_code...
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 64, "end_line": 258, "start_col": 0, "start_line": 253 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
c: Vale.X64.StateLemmas.code -> f: Vale.X64.Lemmas.fuel -> s1: Vale.X64.StateLemmas.machine_state -> s2: Vale.X64.StateLemmas.machine_state -> FStar.Pervasives.Lemma (requires Vale.X64.Lemmas.state_eq_S false s1 s2) (ensures Vale.X64.Lemmas.state_eq_opt false (Vale.X64.Machine...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.X64.StateLemmas.code", "Vale.X64.Lemmas.fuel", "Vale.X64.StateLemmas.machine_state", "Vale.X64.Lemmas.eval_code_eq_core", "Prims.unit", "Vale.X64.Lemmas.state_eq_S", "Prims.squash", "Vale.X64.Lemmas.state_eq_opt", "Vale.X64.Machine_Semantics_s.machine_eval_code", "Prims.Cons", "FStar.Perva...
[]
true
false
true
false
false
let eval_code_eq_f (c: code) (f: fuel) (s1 s2: machine_state) : Lemma (requires state_eq_S false s1 s2) (ensures state_eq_opt false (BS.machine_eval_code c f s1) (BS.machine_eval_code c f s2)) [SMTPat (BS.machine_eval_code c f s1); SMTPat (BS.machine_eval_code c f s2)] =
eval_code_eq_core false c f s1; eval_code_eq_core false c f s2
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.eval_ins_eq_instr
val eval_ins_eq_instr (inst: BS.ins) (s1 s2: machine_state) : Lemma (requires Instr? inst /\ state_eq_S true s1 s2) (ensures state_eq_S true (BS.machine_eval_ins inst s1) (BS.machine_eval_ins inst s2))
val eval_ins_eq_instr (inst: BS.ins) (s1 s2: machine_state) : Lemma (requires Instr? inst /\ state_eq_S true s1 s2) (ensures state_eq_S true (BS.machine_eval_ins inst s1) (BS.machine_eval_ins inst s2))
let eval_ins_eq_instr (inst:BS.ins) (s1 s2:machine_state) : Lemma (requires Instr? inst /\ state_eq_S true s1 s2) (ensures state_eq_S true (BS.machine_eval_ins inst s1) (BS.machine_eval_ins inst s2)) = let open BS in let Instr it oprs ann = inst in let InstrTypeRecord #outs #args #havoc_flags' i = it in l...
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 77, "end_line": 134, "start_col": 0, "start_line": 116 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 1, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
inst: Vale.X64.Machine_Semantics_s.ins -> s1: Vale.X64.StateLemmas.machine_state -> s2: Vale.X64.StateLemmas.machine_state -> FStar.Pervasives.Lemma (requires Instr? inst /\ Vale.X64.Lemmas.state_eq_S true s1 s2) (ensures Vale.X64.Lemmas.state_eq_S true (Vale.X64.Machine_Semantics...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.X64.Machine_Semantics_s.ins", "Vale.X64.StateLemmas.machine_state", "Vale.X64.Instruction_s.instr_t_record", "Vale.X64.Instruction_s.instr_operands_t", "Vale.X64.Instruction_s.__proj__InstrTypeRecord__item__outs", "Vale.X64.Instruction_s.__proj__InstrTypeRecord__item__args", "Vale.X64.Machine_Sema...
[]
false
false
true
false
false
let eval_ins_eq_instr (inst: BS.ins) (s1 s2: machine_state) : Lemma (requires Instr? inst /\ state_eq_S true s1 s2) (ensures state_eq_S true (BS.machine_eval_ins inst s1) (BS.machine_eval_ins inst s2)) =
let open BS in let Instr it oprs ann = inst in let InstrTypeRecord #outs #args #havoc_flags' i = it in lemma_eq_instr_apply_eval_inouts outs outs args (instr_eval i) oprs s1 s2; let vs = instr_apply_eval outs args (instr_eval i) oprs s1 in let hav s = match havoc_flags' with | HavocFlags -> { s with ms_flags = havo...
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.eval_code_eq_alloc
val eval_code_eq_alloc (inst: BS.ins) (f: fuel) (s1 s2: machine_state) : Lemma (requires Alloc? inst /\ state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_code (Ins inst) f s1) (BS.machine_eval_code (Ins inst) f s2))
val eval_code_eq_alloc (inst: BS.ins) (f: fuel) (s1 s2: machine_state) : Lemma (requires Alloc? inst /\ state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_code (Ins inst) f s1) (BS.machine_eval_code (Ins inst) f s2))
let eval_code_eq_alloc (inst:BS.ins) (f:fuel) (s1 s2:machine_state) : Lemma (requires Alloc? inst /\ state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_code (Ins inst) f s1) (BS.machine_eval_code (Ins inst) f s2)) = reveal_opaque (`%BS.machine_eval_code_ins) BS.machine_eval_code_ins; use_machi...
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 24, "end_line": 159, "start_col": 0, "start_line": 152 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 1, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
inst: Vale.X64.Machine_Semantics_s.ins -> f: Vale.X64.Lemmas.fuel -> s1: Vale.X64.StateLemmas.machine_state -> s2: Vale.X64.StateLemmas.machine_state -> FStar.Pervasives.Lemma (requires Alloc? inst /\ Vale.X64.Lemmas.state_eq_S true s1 s2) (ensures Vale.X64.Lemmas.state_eq_opt true ...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.X64.Machine_Semantics_s.ins", "Vale.X64.Lemmas.fuel", "Vale.X64.StateLemmas.machine_state", "FStar.Pervasives.allow_inversion", "Vale.X64.Machine_s.tmaddr", "Prims.unit", "Vale.Arch.HeapLemmas.lemma_heap_ignore_ghost_machine", "Vale.X64.Machine_Semantics_s.__proj__Mkmachine_state__item__ms_heap"...
[]
true
false
true
false
false
let eval_code_eq_alloc (inst: BS.ins) (f: fuel) (s1 s2: machine_state) : Lemma (requires Alloc? inst /\ state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_code (Ins inst) f s1) (BS.machine_eval_code (Ins inst) f s2)) =
reveal_opaque (`%BS.machine_eval_code_ins) BS.machine_eval_code_ins; use_machine_state_equal (); lemma_heap_ignore_ghost_machine s1.BS.ms_heap s2.BS.ms_heap; allow_inversion tmaddr
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.eval_code_eq_ins
val eval_code_eq_ins (i: BS.ins) (f: fuel) (s1 s2: machine_state) : Lemma (requires state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_code (Ins i) f s1) (BS.machine_eval_code (Ins i) f s2))
val eval_code_eq_ins (i: BS.ins) (f: fuel) (s1 s2: machine_state) : Lemma (requires state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_code (Ins i) f s1) (BS.machine_eval_code (Ins i) f s2))
let eval_code_eq_ins (i:BS.ins) (f:fuel) (s1 s2:machine_state) : Lemma (requires state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_code (Ins i) f s1) (BS.machine_eval_code (Ins i) f s2)) = match i with | Instr _ _ _ -> eval_code_eq_instr i f s1 s2 | Dealloc _ -> eval_code_eq_dealloc i f s1...
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 42, "end_line": 188, "start_col": 0, "start_line": 179 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 1, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
i: Vale.X64.Machine_Semantics_s.ins -> f: Vale.X64.Lemmas.fuel -> s1: Vale.X64.StateLemmas.machine_state -> s2: Vale.X64.StateLemmas.machine_state -> FStar.Pervasives.Lemma (requires Vale.X64.Lemmas.state_eq_S true s1 s2) (ensures Vale.X64.Lemmas.state_eq_opt true (Vale.X64.Ma...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.X64.Machine_Semantics_s.ins", "Vale.X64.Lemmas.fuel", "Vale.X64.StateLemmas.machine_state", "Vale.X64.Instruction_s.instr_t_record", "Vale.X64.Instruction_s.instr_operands_t", "Vale.X64.Instruction_s.__proj__InstrTypeRecord__item__outs", "Vale.X64.Instruction_s.__proj__InstrTypeRecord__item__args"...
[]
false
false
true
false
false
let eval_code_eq_ins (i: BS.ins) (f: fuel) (s1 s2: machine_state) : Lemma (requires state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_code (Ins i) f s1) (BS.machine_eval_code (Ins i) f s2)) =
match i with | Instr _ _ _ -> eval_code_eq_instr i f s1 s2 | Dealloc _ -> eval_code_eq_dealloc i f s1 s2 | Alloc _ -> eval_code_eq_alloc i f s1 s2 | Push _ _ -> eval_code_eq_push i f s1 s2 | Pop _ _ -> eval_code_eq_pop i f s1 s2
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.eval_codes_eq_f
val eval_codes_eq_f (cs: codes) (f: fuel) (s1 s2: machine_state) : Lemma (requires state_eq_S false s1 s2) (ensures state_eq_opt false (BS.machine_eval_codes cs f s1) (BS.machine_eval_codes cs f s2)) [SMTPat (BS.machine_eval_codes cs f s1); SMTPat (BS.machine_eval_codes cs f s2)]
val eval_codes_eq_f (cs: codes) (f: fuel) (s1 s2: machine_state) : Lemma (requires state_eq_S false s1 s2) (ensures state_eq_opt false (BS.machine_eval_codes cs f s1) (BS.machine_eval_codes cs f s2)) [SMTPat (BS.machine_eval_codes cs f s1); SMTPat (BS.machine_eval_codes cs f s2)]
let eval_codes_eq_f (cs:codes) (f:fuel) (s1 s2:machine_state) : Lemma (requires state_eq_S false s1 s2) (ensures state_eq_opt false (BS.machine_eval_codes cs f s1) (BS.machine_eval_codes cs f s2)) [SMTPat (BS.machine_eval_codes cs f s1); SMTPat (BS.machine_eval_codes cs f s2)] = eval_codes_eq_core false cs f ...
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 68, "end_line": 265, "start_col": 0, "start_line": 260 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
cs: Vale.X64.Lemmas.codes -> f: Vale.X64.Lemmas.fuel -> s1: Vale.X64.StateLemmas.machine_state -> s2: Vale.X64.StateLemmas.machine_state -> FStar.Pervasives.Lemma (requires Vale.X64.Lemmas.state_eq_S false s1 s2) (ensures Vale.X64.Lemmas.state_eq_opt false (Vale.X64.Machine_Se...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.X64.Lemmas.codes", "Vale.X64.Lemmas.fuel", "Vale.X64.StateLemmas.machine_state", "Vale.X64.Lemmas.eval_codes_eq_core", "Prims.unit", "Vale.X64.Lemmas.state_eq_S", "Prims.squash", "Vale.X64.Lemmas.state_eq_opt", "Vale.X64.Machine_Semantics_s.machine_eval_codes", "Prims.Cons", "FStar.Pervasi...
[]
true
false
true
false
false
let eval_codes_eq_f (cs: codes) (f: fuel) (s1 s2: machine_state) : Lemma (requires state_eq_S false s1 s2) (ensures state_eq_opt false (BS.machine_eval_codes cs f s1) (BS.machine_eval_codes cs f s2)) [SMTPat (BS.machine_eval_codes cs f s1); SMTPat (BS.machine_eval_codes cs f s2)] =
eval_codes_eq_core false cs f s1; eval_codes_eq_core false cs f s2
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.compute_merge_total
val compute_merge_total (f0:fuel) (fM:fuel) : fuel
val compute_merge_total (f0:fuel) (fM:fuel) : fuel
let compute_merge_total (f0:fuel) (fM:fuel) = if f0 > fM then f0 else fM
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 28, "end_line": 348, "start_col": 0, "start_line": 347 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
f0: Vale.X64.Lemmas.fuel -> fM: Vale.X64.Lemmas.fuel -> Vale.X64.Lemmas.fuel
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Lemmas.fuel", "Prims.op_GreaterThan", "Prims.bool" ]
[]
false
false
false
true
false
let compute_merge_total (f0 fM: fuel) =
if f0 > fM then f0 else fM
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.eval_while_eq_f
val eval_while_eq_f (cond: ocmp) (body: code) (f: fuel) (s1 s2: machine_state) : Lemma (requires state_eq_S false s1 s2) (ensures state_eq_opt false (BS.machine_eval_while cond body f s1) (BS.machine_eval_while cond body f s2)) [SMTPat (BS.machine_eval_while cond body f s1); ...
val eval_while_eq_f (cond: ocmp) (body: code) (f: fuel) (s1 s2: machine_state) : Lemma (requires state_eq_S false s1 s2) (ensures state_eq_opt false (BS.machine_eval_while cond body f s1) (BS.machine_eval_while cond body f s2)) [SMTPat (BS.machine_eval_while cond body f s1); ...
let eval_while_eq_f (cond:ocmp) (body:code) (f:fuel) (s1 s2:machine_state) : Lemma (requires state_eq_S false s1 s2) (ensures state_eq_opt false (BS.machine_eval_while cond body f s1) (BS.machine_eval_while cond body f s2)) [SMTPat (BS.machine_eval_while cond body f s1); SMTPat (BS.machine_eval_while cond body f ...
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 82, "end_line": 272, "start_col": 0, "start_line": 267 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
cond: Vale.X64.Bytes_Code_s.ocmp -> body: Vale.X64.StateLemmas.code -> f: Vale.X64.Lemmas.fuel -> s1: Vale.X64.StateLemmas.machine_state -> s2: Vale.X64.StateLemmas.machine_state -> FStar.Pervasives.Lemma (requires Vale.X64.Lemmas.state_eq_S false s1 s2) (ensures Vale.X64.Lemmas.sta...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.X64.Bytes_Code_s.ocmp", "Vale.X64.StateLemmas.code", "Vale.X64.Lemmas.fuel", "Vale.X64.StateLemmas.machine_state", "Vale.X64.Lemmas.eval_while_eq_core", "Prims.unit", "Vale.X64.Lemmas.state_eq_S", "Prims.squash", "Vale.X64.Lemmas.state_eq_opt", "Vale.X64.Machine_Semantics_s.machine_eval_whil...
[]
true
false
true
false
false
let eval_while_eq_f (cond: ocmp) (body: code) (f: fuel) (s1 s2: machine_state) : Lemma (requires state_eq_S false s1 s2) (ensures state_eq_opt false (BS.machine_eval_while cond body f s1) (BS.machine_eval_while cond body f s2)) [SMTPat (BS.machine_eval_while cond body f s1); ...
eval_while_eq_core false cond body f s1; eval_while_eq_core false cond body f s2
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.eval_while_eq_t
val eval_while_eq_t (cond: ocmp) (body: code) (f: fuel) (s1 s2: machine_state) : Lemma (requires state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_while cond body f s1) (BS.machine_eval_while cond body f s2)) [SMTPat (BS.machine_eval_while cond body f s1); SM...
val eval_while_eq_t (cond: ocmp) (body: code) (f: fuel) (s1 s2: machine_state) : Lemma (requires state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_while cond body f s1) (BS.machine_eval_while cond body f s2)) [SMTPat (BS.machine_eval_while cond body f s1); SM...
let eval_while_eq_t (cond:ocmp) (body:code) (f:fuel) (s1 s2:machine_state) : Lemma (requires state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_while cond body f s1) (BS.machine_eval_while cond body f s2)) [SMTPat (BS.machine_eval_while cond body f s1); SMTPat (BS.machine_eval_while cond body f s2...
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 80, "end_line": 293, "start_col": 0, "start_line": 288 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
cond: Vale.X64.Bytes_Code_s.ocmp -> body: Vale.X64.StateLemmas.code -> f: Vale.X64.Lemmas.fuel -> s1: Vale.X64.StateLemmas.machine_state -> s2: Vale.X64.StateLemmas.machine_state -> FStar.Pervasives.Lemma (requires Vale.X64.Lemmas.state_eq_S true s1 s2) (ensures Vale.X64.Lemmas.stat...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.X64.Bytes_Code_s.ocmp", "Vale.X64.StateLemmas.code", "Vale.X64.Lemmas.fuel", "Vale.X64.StateLemmas.machine_state", "Vale.X64.Lemmas.eval_while_eq_core", "Prims.unit", "Vale.X64.Lemmas.state_eq_S", "Prims.squash", "Vale.X64.Lemmas.state_eq_opt", "Vale.X64.Machine_Semantics_s.machine_eval_whil...
[]
true
false
true
false
false
let eval_while_eq_t (cond: ocmp) (body: code) (f: fuel) (s1 s2: machine_state) : Lemma (requires state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_while cond body f s1) (BS.machine_eval_while cond body f s2)) [SMTPat (BS.machine_eval_while cond body f s1); SM...
eval_while_eq_core true cond body f s1; eval_while_eq_core true cond body f s2
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.eval_code_eq_t
val eval_code_eq_t (c: code) (f: fuel) (s1 s2: machine_state) : Lemma (requires state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_code c f s1) (BS.machine_eval_code c f s2)) [SMTPat (BS.machine_eval_code c f s1); SMTPat (BS.machine_eval_code c f s2)]
val eval_code_eq_t (c: code) (f: fuel) (s1 s2: machine_state) : Lemma (requires state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_code c f s1) (BS.machine_eval_code c f s2)) [SMTPat (BS.machine_eval_code c f s1); SMTPat (BS.machine_eval_code c f s2)]
let eval_code_eq_t (c:code) (f:fuel) (s1 s2:machine_state) : Lemma (requires state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_code c f s1) (BS.machine_eval_code c f s2)) [SMTPat (BS.machine_eval_code c f s1); SMTPat (BS.machine_eval_code c f s2)] = eval_code_eq_core true c f s1; eval_code_eq...
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 62, "end_line": 279, "start_col": 0, "start_line": 274 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
c: Vale.X64.StateLemmas.code -> f: Vale.X64.Lemmas.fuel -> s1: Vale.X64.StateLemmas.machine_state -> s2: Vale.X64.StateLemmas.machine_state -> FStar.Pervasives.Lemma (requires Vale.X64.Lemmas.state_eq_S true s1 s2) (ensures Vale.X64.Lemmas.state_eq_opt true (Vale.X64.Machine_S...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.X64.StateLemmas.code", "Vale.X64.Lemmas.fuel", "Vale.X64.StateLemmas.machine_state", "Vale.X64.Lemmas.eval_code_eq_core", "Prims.unit", "Vale.X64.Lemmas.state_eq_S", "Prims.squash", "Vale.X64.Lemmas.state_eq_opt", "Vale.X64.Machine_Semantics_s.machine_eval_code", "Prims.Cons", "FStar.Perva...
[]
true
false
true
false
false
let eval_code_eq_t (c: code) (f: fuel) (s1 s2: machine_state) : Lemma (requires state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_code c f s1) (BS.machine_eval_code c f s2)) [SMTPat (BS.machine_eval_code c f s1); SMTPat (BS.machine_eval_code c f s2)] =
eval_code_eq_core true c f s1; eval_code_eq_core true c f s2
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.eval_codes_eq_t
val eval_codes_eq_t (cs: codes) (f: fuel) (s1 s2: machine_state) : Lemma (requires state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_codes cs f s1) (BS.machine_eval_codes cs f s2)) [SMTPat (BS.machine_eval_codes cs f s1); SMTPat (BS.machine_eval_codes cs f s2)]
val eval_codes_eq_t (cs: codes) (f: fuel) (s1 s2: machine_state) : Lemma (requires state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_codes cs f s1) (BS.machine_eval_codes cs f s2)) [SMTPat (BS.machine_eval_codes cs f s1); SMTPat (BS.machine_eval_codes cs f s2)]
let eval_codes_eq_t (cs:codes) (f:fuel) (s1 s2:machine_state) : Lemma (requires state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_codes cs f s1) (BS.machine_eval_codes cs f s2)) [SMTPat (BS.machine_eval_codes cs f s1); SMTPat (BS.machine_eval_codes cs f s2)] = eval_codes_eq_core true cs f s1;...
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 66, "end_line": 286, "start_col": 0, "start_line": 281 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
cs: Vale.X64.Lemmas.codes -> f: Vale.X64.Lemmas.fuel -> s1: Vale.X64.StateLemmas.machine_state -> s2: Vale.X64.StateLemmas.machine_state -> FStar.Pervasives.Lemma (requires Vale.X64.Lemmas.state_eq_S true s1 s2) (ensures Vale.X64.Lemmas.state_eq_opt true (Vale.X64.Machine_Sema...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.X64.Lemmas.codes", "Vale.X64.Lemmas.fuel", "Vale.X64.StateLemmas.machine_state", "Vale.X64.Lemmas.eval_codes_eq_core", "Prims.unit", "Vale.X64.Lemmas.state_eq_S", "Prims.squash", "Vale.X64.Lemmas.state_eq_opt", "Vale.X64.Machine_Semantics_s.machine_eval_codes", "Prims.Cons", "FStar.Pervasi...
[]
true
false
true
false
false
let eval_codes_eq_t (cs: codes) (f: fuel) (s1 s2: machine_state) : Lemma (requires state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_codes cs f s1) (BS.machine_eval_codes cs f s2)) [SMTPat (BS.machine_eval_codes cs f s1); SMTPat (BS.machine_eval_codes cs f s2)] =
eval_codes_eq_core true cs f s1; eval_codes_eq_core true cs f s2
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.eval_code_eq_push
val eval_code_eq_push (inst: BS.ins) (f: fuel) (s1 s2: machine_state) : Lemma (requires Push? inst /\ state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_code (Ins inst) f s1) (BS.machine_eval_code (Ins inst) f s2))
val eval_code_eq_push (inst: BS.ins) (f: fuel) (s1 s2: machine_state) : Lemma (requires Push? inst /\ state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_code (Ins inst) f s1) (BS.machine_eval_code (Ins inst) f s2))
let eval_code_eq_push (inst:BS.ins) (f:fuel) (s1 s2:machine_state) : Lemma (requires Push? inst /\ state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_code (Ins inst) f s1) (BS.machine_eval_code (Ins inst) f s2)) = reveal_opaque (`%BS.machine_eval_code_ins) BS.machine_eval_code_ins; use_machine...
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 24, "end_line": 168, "start_col": 0, "start_line": 161 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 1, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
inst: Vale.X64.Machine_Semantics_s.ins -> f: Vale.X64.Lemmas.fuel -> s1: Vale.X64.StateLemmas.machine_state -> s2: Vale.X64.StateLemmas.machine_state -> FStar.Pervasives.Lemma (requires Push? inst /\ Vale.X64.Lemmas.state_eq_S true s1 s2) (ensures Vale.X64.Lemmas.state_eq_opt true ...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.X64.Machine_Semantics_s.ins", "Vale.X64.Lemmas.fuel", "Vale.X64.StateLemmas.machine_state", "FStar.Pervasives.allow_inversion", "Vale.X64.Machine_s.tmaddr", "Prims.unit", "Vale.Arch.HeapLemmas.lemma_heap_ignore_ghost_machine", "Vale.X64.Machine_Semantics_s.__proj__Mkmachine_state__item__ms_heap"...
[]
true
false
true
false
false
let eval_code_eq_push (inst: BS.ins) (f: fuel) (s1 s2: machine_state) : Lemma (requires Push? inst /\ state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_code (Ins inst) f s1) (BS.machine_eval_code (Ins inst) f s2)) =
reveal_opaque (`%BS.machine_eval_code_ins) BS.machine_eval_code_ins; use_machine_state_equal (); lemma_heap_ignore_ghost_machine s1.BS.ms_heap s2.BS.ms_heap; allow_inversion tmaddr
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.lemma_eq_instr_apply_eval_args
val lemma_eq_instr_apply_eval_args (outs: list instr_out) (args: list instr_operand) (f: instr_args_t outs args) (oprs: instr_operands_t_args args) (s1 s2: machine_state) : Lemma (requires state_eq_S true s1 s2) (ensures BS.instr_apply_eval_args outs args f oprs s1 == BS....
val lemma_eq_instr_apply_eval_args (outs: list instr_out) (args: list instr_operand) (f: instr_args_t outs args) (oprs: instr_operands_t_args args) (s1 s2: machine_state) : Lemma (requires state_eq_S true s1 s2) (ensures BS.instr_apply_eval_args outs args f oprs s1 == BS....
let rec lemma_eq_instr_apply_eval_args (outs:list instr_out) (args:list instr_operand) (f:instr_args_t outs args) (oprs:instr_operands_t_args args) (s1 s2:machine_state) : Lemma (requires state_eq_S true s1 s2) (ensures BS.instr_apply_eval_args outs args f oprs s1 == BS.instr_apply_eval_args outs ...
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 5, "end_line": 38, "start_col": 0, "start_line": 14 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100"
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 1, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
outs: Prims.list Vale.X64.Instruction_s.instr_out -> args: Prims.list Vale.X64.Instruction_s.instr_operand -> f: Vale.X64.Instruction_s.instr_args_t outs args -> oprs: Vale.X64.Instruction_s.instr_operands_t_args args -> s1: Vale.X64.StateLemmas.machine_state -> s2: Vale.X64.StateLemmas.machine...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Prims.list", "Vale.X64.Instruction_s.instr_out", "Vale.X64.Instruction_s.instr_operand", "Vale.X64.Instruction_s.instr_args_t", "Vale.X64.Instruction_s.instr_operands_t_args", "Vale.X64.StateLemmas.machine_state", "FStar.Pervasives.Native.option", "Vale.X64.Instruction_s.instr_val_t", "Vale.X64.Lem...
[ "recursion" ]
false
false
true
false
false
let rec lemma_eq_instr_apply_eval_args (outs: list instr_out) (args: list instr_operand) (f: instr_args_t outs args) (oprs: instr_operands_t_args args) (s1 s2: machine_state) : Lemma (requires state_eq_S true s1 s2) (ensures BS.instr_apply_eval_args outs args f oprs s1 ==...
let open BS in lemma_heap_ignore_ghost_machine s1.BS.ms_heap s2.BS.ms_heap; match args with | [] -> () | i :: args -> (let v, oprs:option (instr_val_t i) & instr_operands_t_args args = match i with | IOpEx i -> let oprs = coerce oprs in (instr_eval_operand_explicit i (fst oprs) s1, snd opr...
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.eval_code_eq_dealloc
val eval_code_eq_dealloc (inst: BS.ins) (f: fuel) (s1 s2: machine_state) : Lemma (requires Dealloc? inst /\ state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_code (Ins inst) f s1) (BS.machine_eval_code (Ins inst) f s2))
val eval_code_eq_dealloc (inst: BS.ins) (f: fuel) (s1 s2: machine_state) : Lemma (requires Dealloc? inst /\ state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_code (Ins inst) f s1) (BS.machine_eval_code (Ins inst) f s2))
let eval_code_eq_dealloc (inst:BS.ins) (f:fuel) (s1 s2:machine_state) : Lemma (requires Dealloc? inst /\ state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_code (Ins inst) f s1) (BS.machine_eval_code (Ins inst) f s2)) = reveal_opaque (`%BS.machine_eval_code_ins) BS.machine_eval_code_ins; use_m...
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 24, "end_line": 150, "start_col": 0, "start_line": 143 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 1, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
inst: Vale.X64.Machine_Semantics_s.ins -> f: Vale.X64.Lemmas.fuel -> s1: Vale.X64.StateLemmas.machine_state -> s2: Vale.X64.StateLemmas.machine_state -> FStar.Pervasives.Lemma (requires Dealloc? inst /\ Vale.X64.Lemmas.state_eq_S true s1 s2) (ensures Vale.X64.Lemmas.state_eq_opt true ...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.X64.Machine_Semantics_s.ins", "Vale.X64.Lemmas.fuel", "Vale.X64.StateLemmas.machine_state", "FStar.Pervasives.allow_inversion", "Vale.X64.Machine_s.tmaddr", "Prims.unit", "Vale.Arch.HeapLemmas.lemma_heap_ignore_ghost_machine", "Vale.X64.Machine_Semantics_s.__proj__Mkmachine_state__item__ms_heap"...
[]
true
false
true
false
false
let eval_code_eq_dealloc (inst: BS.ins) (f: fuel) (s1 s2: machine_state) : Lemma (requires Dealloc? inst /\ state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_code (Ins inst) f s1) (BS.machine_eval_code (Ins inst) f s2)) =
reveal_opaque (`%BS.machine_eval_code_ins) BS.machine_eval_code_ins; use_machine_state_equal (); lemma_heap_ignore_ghost_machine s1.BS.ms_heap s2.BS.ms_heap; allow_inversion tmaddr
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.lemma_cmp_ne
val lemma_cmp_ne (s:vale_state) (o1:operand64{not (OMem? o1 || OStack? o1)}) (o2:operand64{not (OMem? o2 || OStack? o2)}) : Lemma (ensures eval_ocmp s (ONe o1 o2) <==> eval_operand o1 s <> eval_operand o2 s) [SMTPat (eval_ocmp s (ONe o1 o2))]
val lemma_cmp_ne (s:vale_state) (o1:operand64{not (OMem? o1 || OStack? o1)}) (o2:operand64{not (OMem? o2 || OStack? o2)}) : Lemma (ensures eval_ocmp s (ONe o1 o2) <==> eval_operand o1 s <> eval_operand o2 s) [SMTPat (eval_ocmp s (ONe o1 o2))]
let lemma_cmp_ne s o1 o2 = reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 84, "end_line": 334, "start_col": 0, "start_line": 334 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
s: Vale.X64.State.vale_state -> o1: Vale.X64.Machine_s.operand64{Prims.op_Negation (OMem? o1 || OStack? o1)} -> o2: Vale.X64.Machine_s.operand64{Prims.op_Negation (OMem? o2 || OStack? o2)} -> FStar.Pervasives.Lemma (ensures Vale.X64.Lemmas.eval_ocmp s (Vale.X64.Bytes_Code_s.ONe o1 o2) <==> ...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.X64.State.vale_state", "Vale.X64.Machine_s.operand64", "Prims.b2t", "Prims.op_Negation", "Prims.op_BarBar", "Vale.X64.Machine_s.uu___is_OMem", "Vale.X64.Machine_s.nat64", "Vale.X64.Machine_s.reg_64", "Vale.X64.Machine_s.uu___is_OStack", "FStar.Pervasives.reveal_opaque", "Vale.X64.Machine_S...
[]
true
false
true
false
false
let lemma_cmp_ne s o1 o2 =
reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.lemma_cmp_eq
val lemma_cmp_eq (s:vale_state) (o1:operand64{not (OMem? o1 || OStack? o1)}) (o2:operand64{not (OMem? o2 || OStack? o2)}) : Lemma (ensures eval_ocmp s (OEq o1 o2) <==> eval_operand o1 s == eval_operand o2 s) [SMTPat (eval_ocmp s (OEq o1 o2))]
val lemma_cmp_eq (s:vale_state) (o1:operand64{not (OMem? o1 || OStack? o1)}) (o2:operand64{not (OMem? o2 || OStack? o2)}) : Lemma (ensures eval_ocmp s (OEq o1 o2) <==> eval_operand o1 s == eval_operand o2 s) [SMTPat (eval_ocmp s (OEq o1 o2))]
let lemma_cmp_eq s o1 o2 = reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 84, "end_line": 333, "start_col": 0, "start_line": 333 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
s: Vale.X64.State.vale_state -> o1: Vale.X64.Machine_s.operand64{Prims.op_Negation (OMem? o1 || OStack? o1)} -> o2: Vale.X64.Machine_s.operand64{Prims.op_Negation (OMem? o2 || OStack? o2)} -> FStar.Pervasives.Lemma (ensures Vale.X64.Lemmas.eval_ocmp s (Vale.X64.Bytes_Code_s.OEq o1 o2) <==> ...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.X64.State.vale_state", "Vale.X64.Machine_s.operand64", "Prims.b2t", "Prims.op_Negation", "Prims.op_BarBar", "Vale.X64.Machine_s.uu___is_OMem", "Vale.X64.Machine_s.nat64", "Vale.X64.Machine_s.reg_64", "Vale.X64.Machine_s.uu___is_OStack", "FStar.Pervasives.reveal_opaque", "Vale.X64.Machine_S...
[]
true
false
true
false
false
let lemma_cmp_eq s o1 o2 =
reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.lemma_cmp_le
val lemma_cmp_le (s:vale_state) (o1:operand64{not (OMem? o1 || OStack? o1)}) (o2:operand64{not (OMem? o2 || OStack? o2)}) : Lemma (ensures eval_ocmp s (OLe o1 o2) <==> eval_operand o1 s <= eval_operand o2 s) [SMTPat (eval_ocmp s (OLe o1 o2))]
val lemma_cmp_le (s:vale_state) (o1:operand64{not (OMem? o1 || OStack? o1)}) (o2:operand64{not (OMem? o2 || OStack? o2)}) : Lemma (ensures eval_ocmp s (OLe o1 o2) <==> eval_operand o1 s <= eval_operand o2 s) [SMTPat (eval_ocmp s (OLe o1 o2))]
let lemma_cmp_le s o1 o2 = reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 84, "end_line": 335, "start_col": 0, "start_line": 335 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
s: Vale.X64.State.vale_state -> o1: Vale.X64.Machine_s.operand64{Prims.op_Negation (OMem? o1 || OStack? o1)} -> o2: Vale.X64.Machine_s.operand64{Prims.op_Negation (OMem? o2 || OStack? o2)} -> FStar.Pervasives.Lemma (ensures Vale.X64.Lemmas.eval_ocmp s (Vale.X64.Bytes_Code_s.OLe o1 o2) <==> ...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.X64.State.vale_state", "Vale.X64.Machine_s.operand64", "Prims.b2t", "Prims.op_Negation", "Prims.op_BarBar", "Vale.X64.Machine_s.uu___is_OMem", "Vale.X64.Machine_s.nat64", "Vale.X64.Machine_s.reg_64", "Vale.X64.Machine_s.uu___is_OStack", "FStar.Pervasives.reveal_opaque", "Vale.X64.Machine_S...
[]
true
false
true
false
false
let lemma_cmp_le s o1 o2 =
reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.lemma_eq_instr_apply_eval_inouts
val lemma_eq_instr_apply_eval_inouts (outs inouts: list instr_out) (args: list instr_operand) (f: instr_inouts_t outs inouts args) (oprs: instr_operands_t inouts args) (s1 s2: machine_state) : Lemma (requires state_eq_S true s1 s2) (ensures BS.instr_apply_eval_inouts outs...
val lemma_eq_instr_apply_eval_inouts (outs inouts: list instr_out) (args: list instr_operand) (f: instr_inouts_t outs inouts args) (oprs: instr_operands_t inouts args) (s1 s2: machine_state) : Lemma (requires state_eq_S true s1 s2) (ensures BS.instr_apply_eval_inouts outs...
let rec lemma_eq_instr_apply_eval_inouts (outs inouts:list instr_out) (args:list instr_operand) (f:instr_inouts_t outs inouts args) (oprs:instr_operands_t inouts args) (s1 s2:machine_state) : Lemma (requires state_eq_S true s1 s2) (ensures BS.instr_apply_eval_inouts outs inouts args f oprs s1 == B...
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 5, "end_line": 72, "start_col": 0, "start_line": 41 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 1, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
outs: Prims.list Vale.X64.Instruction_s.instr_out -> inouts: Prims.list Vale.X64.Instruction_s.instr_out -> args: Prims.list Vale.X64.Instruction_s.instr_operand -> f: Vale.X64.Instruction_s.instr_inouts_t outs inouts args -> oprs: Vale.X64.Instruction_s.instr_operands_t inouts args -> s1: Vale...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Prims.list", "Vale.X64.Instruction_s.instr_out", "Vale.X64.Instruction_s.instr_operand", "Vale.X64.Instruction_s.instr_inouts_t", "Vale.X64.Instruction_s.instr_operands_t", "Vale.X64.StateLemmas.machine_state", "Vale.X64.Lemmas.lemma_eq_instr_apply_eval_args", "Vale.X64.Lemmas.lemma_eq_instr_apply_ev...
[ "recursion" ]
false
false
true
false
false
let rec lemma_eq_instr_apply_eval_inouts (outs inouts: list instr_out) (args: list instr_operand) (f: instr_inouts_t outs inouts args) (oprs: instr_operands_t inouts args) (s1 s2: machine_state) : Lemma (requires state_eq_S true s1 s2) (ensures BS.instr_apply_eval_inouts ...
let open BS in lemma_heap_ignore_ghost_machine s1.BS.ms_heap s2.BS.ms_heap; match inouts with | [] -> lemma_eq_instr_apply_eval_args outs args f oprs s1 s2 | (Out, i) :: inouts -> let oprs = match i with | IOpEx i -> snd #(instr_operand_t i) (coerce oprs) | IOpIm i -> coerce oprs in lemma_eq_instr_app...
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.lemma_cmp_ge
val lemma_cmp_ge (s:vale_state) (o1:operand64{not (OMem? o1 || OStack? o1)}) (o2:operand64{not (OMem? o2 || OStack? o2)}) : Lemma (ensures eval_ocmp s (OGe o1 o2) <==> eval_operand o1 s >= eval_operand o2 s) [SMTPat (eval_ocmp s (OGe o1 o2))]
val lemma_cmp_ge (s:vale_state) (o1:operand64{not (OMem? o1 || OStack? o1)}) (o2:operand64{not (OMem? o2 || OStack? o2)}) : Lemma (ensures eval_ocmp s (OGe o1 o2) <==> eval_operand o1 s >= eval_operand o2 s) [SMTPat (eval_ocmp s (OGe o1 o2))]
let lemma_cmp_ge s o1 o2 = reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 84, "end_line": 336, "start_col": 0, "start_line": 336 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
s: Vale.X64.State.vale_state -> o1: Vale.X64.Machine_s.operand64{Prims.op_Negation (OMem? o1 || OStack? o1)} -> o2: Vale.X64.Machine_s.operand64{Prims.op_Negation (OMem? o2 || OStack? o2)} -> FStar.Pervasives.Lemma (ensures Vale.X64.Lemmas.eval_ocmp s (Vale.X64.Bytes_Code_s.OGe o1 o2) <==> ...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.X64.State.vale_state", "Vale.X64.Machine_s.operand64", "Prims.b2t", "Prims.op_Negation", "Prims.op_BarBar", "Vale.X64.Machine_s.uu___is_OMem", "Vale.X64.Machine_s.nat64", "Vale.X64.Machine_s.reg_64", "Vale.X64.Machine_s.uu___is_OStack", "FStar.Pervasives.reveal_opaque", "Vale.X64.Machine_S...
[]
true
false
true
false
false
let lemma_cmp_ge s o1 o2 =
reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.eval_codes_eq_core
val eval_codes_eq_core (g: bool) (cs: codes) (f: fuel) (s: machine_state) : Lemma (ensures state_eq_opt g (BS.machine_eval_codes cs f s) (BS.machine_eval_codes cs f (core_state g s))) (decreases %[f;cs])
val eval_codes_eq_core (g: bool) (cs: codes) (f: fuel) (s: machine_state) : Lemma (ensures state_eq_opt g (BS.machine_eval_codes cs f s) (BS.machine_eval_codes cs f (core_state g s))) (decreases %[f;cs])
let rec eval_code_eq_core (g:bool) (c:code) (f:fuel) (s:machine_state) : Lemma (ensures state_eq_opt g (BS.machine_eval_code c f s) (BS.machine_eval_code c f (core_state g s))) (decreases %[f; c]) = match c with | Ins i -> reveal_opaque (`%BS.machine_eval_code_ins) BS.machine_eval_code_ins; if g then ...
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 3, "end_line": 251, "start_col": 0, "start_line": 204 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
g: Prims.bool -> cs: Vale.X64.Lemmas.codes -> f: Vale.X64.Lemmas.fuel -> s: Vale.X64.StateLemmas.machine_state -> FStar.Pervasives.Lemma (ensures Vale.X64.Lemmas.state_eq_opt g (Vale.X64.Machine_Semantics_s.machine_eval_codes cs f s) (Vale.X64.Machine_Semantics_s.mac...
FStar.Pervasives.Lemma
[ "lemma", "" ]
[ "eval_code_eq_core", "eval_codes_eq_core", "eval_while_eq_core" ]
[ "Prims.bool", "Vale.X64.Lemmas.codes", "Vale.X64.Lemmas.fuel", "Vale.X64.StateLemmas.machine_state", "Vale.X64.Bytes_Code_s.code_t", "Vale.X64.Machine_Semantics_s.instr_annotation", "Prims.list", "FStar.Pervasives.Native.Mktuple2", "FStar.Pervasives.Native.option", "Vale.X64.Machine_Semantics_s.ma...
[ "mutual recursion" ]
false
false
true
false
false
let rec eval_codes_eq_core (g: bool) (cs: codes) (f: fuel) (s: machine_state) : Lemma (ensures state_eq_opt g (BS.machine_eval_codes cs f s) (BS.machine_eval_codes cs f (core_state g s))) (decreases %[f;cs]) =
match cs with | [] -> () | c' :: cs' -> (eval_code_eq_core g c' f s; match (machine_eval_code c' f s, machine_eval_code c' f (core_state g s)) with | None, None -> () | Some s', Some t' -> eval_codes_eq_core g cs' f s'; eval_codes_eq_core g cs' f t')
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.lemma_cmp_lt
val lemma_cmp_lt (s:vale_state) (o1:operand64{not (OMem? o1 || OStack? o1)}) (o2:operand64{not (OMem? o2 || OStack? o2)}) : Lemma (ensures eval_ocmp s (OLt o1 o2) <==> eval_operand o1 s < eval_operand o2 s) [SMTPat (eval_ocmp s (OLt o1 o2))]
val lemma_cmp_lt (s:vale_state) (o1:operand64{not (OMem? o1 || OStack? o1)}) (o2:operand64{not (OMem? o2 || OStack? o2)}) : Lemma (ensures eval_ocmp s (OLt o1 o2) <==> eval_operand o1 s < eval_operand o2 s) [SMTPat (eval_ocmp s (OLt o1 o2))]
let lemma_cmp_lt s o1 o2 = reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 84, "end_line": 337, "start_col": 0, "start_line": 337 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
s: Vale.X64.State.vale_state -> o1: Vale.X64.Machine_s.operand64{Prims.op_Negation (OMem? o1 || OStack? o1)} -> o2: Vale.X64.Machine_s.operand64{Prims.op_Negation (OMem? o2 || OStack? o2)} -> FStar.Pervasives.Lemma (ensures Vale.X64.Lemmas.eval_ocmp s (Vale.X64.Bytes_Code_s.OLt o1 o2) <==> ...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.X64.State.vale_state", "Vale.X64.Machine_s.operand64", "Prims.b2t", "Prims.op_Negation", "Prims.op_BarBar", "Vale.X64.Machine_s.uu___is_OMem", "Vale.X64.Machine_s.nat64", "Vale.X64.Machine_s.reg_64", "Vale.X64.Machine_s.uu___is_OStack", "FStar.Pervasives.reveal_opaque", "Vale.X64.Machine_S...
[]
true
false
true
false
false
let lemma_cmp_lt s o1 o2 =
reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.eval_while_eq_core
val eval_while_eq_core (g: bool) (cond: ocmp) (body: code) (f: fuel) (s: machine_state) : Lemma (ensures state_eq_opt g (BS.machine_eval_while cond body f s) (BS.machine_eval_while cond body f (core_state g s))) (decreases %[f;body])
val eval_while_eq_core (g: bool) (cond: ocmp) (body: code) (f: fuel) (s: machine_state) : Lemma (ensures state_eq_opt g (BS.machine_eval_while cond body f s) (BS.machine_eval_while cond body f (core_state g s))) (decreases %[f;body])
let rec eval_code_eq_core (g:bool) (c:code) (f:fuel) (s:machine_state) : Lemma (ensures state_eq_opt g (BS.machine_eval_code c f s) (BS.machine_eval_code c f (core_state g s))) (decreases %[f; c]) = match c with | Ins i -> reveal_opaque (`%BS.machine_eval_code_ins) BS.machine_eval_code_ins; if g then ...
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 3, "end_line": 251, "start_col": 0, "start_line": 204 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
g: Prims.bool -> cond: Vale.X64.Bytes_Code_s.ocmp -> body: Vale.X64.StateLemmas.code -> f: Vale.X64.Lemmas.fuel -> s: Vale.X64.StateLemmas.machine_state -> FStar.Pervasives.Lemma (ensures Vale.X64.Lemmas.state_eq_opt g (Vale.X64.Machine_Semantics_s.machine_eval_while cond ...
FStar.Pervasives.Lemma
[ "lemma", "" ]
[ "eval_code_eq_core", "eval_codes_eq_core", "eval_while_eq_core" ]
[ "Prims.bool", "Vale.X64.Bytes_Code_s.ocmp", "Vale.X64.StateLemmas.code", "Vale.X64.Lemmas.fuel", "Vale.X64.StateLemmas.machine_state", "Prims.op_GreaterThan", "Vale.X64.Machine_Semantics_s.machine_state", "FStar.Pervasives.Native.Mktuple2", "FStar.Pervasives.Native.option", "Vale.X64.Machine_Seman...
[ "mutual recursion" ]
false
false
true
false
false
let rec eval_while_eq_core (g: bool) (cond: ocmp) (body: code) (f: fuel) (s: machine_state) : Lemma (ensures state_eq_opt g (BS.machine_eval_while cond body f s) (BS.machine_eval_while cond body f (core_state g s))) (decreases %[f;body]) =
if f > 0 then (eval_ocmp_eq_core g cond s; let s1, _ = BS.machine_eval_ocmp s cond in let t1, _ = BS.machine_eval_ocmp (core_state g s) cond in eval_code_eq_core g body (f - 1) s1; eval_code_eq_core g body (f - 1) t1; match (BS.machine_eval_code body (f - 1) s1, BS.machine_eval_code body (f - 1) t...
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.eval_code_eq_core
val eval_code_eq_core (g: bool) (c: code) (f: fuel) (s: machine_state) : Lemma (ensures state_eq_opt g (BS.machine_eval_code c f s) (BS.machine_eval_code c f (core_state g s))) (decreases %[f;c])
val eval_code_eq_core (g: bool) (c: code) (f: fuel) (s: machine_state) : Lemma (ensures state_eq_opt g (BS.machine_eval_code c f s) (BS.machine_eval_code c f (core_state g s))) (decreases %[f;c])
let rec eval_code_eq_core (g:bool) (c:code) (f:fuel) (s:machine_state) : Lemma (ensures state_eq_opt g (BS.machine_eval_code c f s) (BS.machine_eval_code c f (core_state g s))) (decreases %[f; c]) = match c with | Ins i -> reveal_opaque (`%BS.machine_eval_code_ins) BS.machine_eval_code_ins; if g then ...
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 3, "end_line": 251, "start_col": 0, "start_line": 204 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
g: Prims.bool -> c: Vale.X64.StateLemmas.code -> f: Vale.X64.Lemmas.fuel -> s: Vale.X64.StateLemmas.machine_state -> FStar.Pervasives.Lemma (ensures Vale.X64.Lemmas.state_eq_opt g (Vale.X64.Machine_Semantics_s.machine_eval_code c f s) (Vale.X64.Machine_Semantics_s.ma...
FStar.Pervasives.Lemma
[ "lemma", "" ]
[ "eval_code_eq_core", "eval_codes_eq_core", "eval_while_eq_core" ]
[ "Prims.bool", "Vale.X64.StateLemmas.code", "Vale.X64.Lemmas.fuel", "Vale.X64.StateLemmas.machine_state", "Vale.X64.Bytes_Code_s.instruction_t", "Vale.X64.Machine_Semantics_s.instr_annotation", "Vale.X64.Lemmas.eval_code_eq_ins", "Vale.X64.Lemmas.core_state", "Prims.unit", "FStar.Pervasives.reveal_...
[ "mutual recursion" ]
false
false
true
false
false
let rec eval_code_eq_core (g: bool) (c: code) (f: fuel) (s: machine_state) : Lemma (ensures state_eq_opt g (BS.machine_eval_code c f s) (BS.machine_eval_code c f (core_state g s))) (decreases %[f;c]) =
match c with | Ins i -> reveal_opaque (`%BS.machine_eval_code_ins) BS.machine_eval_code_ins; if g then eval_code_eq_ins i f s (core_state g s) | Block cs -> eval_codes_eq_core g cs f s | IfElse cond ct cf -> eval_ocmp_eq_core g cond s; let s', _ = BS.machine_eval_ocmp s cond in let t', _ = BS.machine_eval_ocm...
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.lemma_cmp_gt
val lemma_cmp_gt (s:vale_state) (o1:operand64{not (OMem? o1 || OStack? o1)}) (o2:operand64{not (OMem? o2 || OStack? o2)}) : Lemma (ensures eval_ocmp s (OGt o1 o2) <==> eval_operand o1 s > eval_operand o2 s) [SMTPat (eval_ocmp s (OGt o1 o2))]
val lemma_cmp_gt (s:vale_state) (o1:operand64{not (OMem? o1 || OStack? o1)}) (o2:operand64{not (OMem? o2 || OStack? o2)}) : Lemma (ensures eval_ocmp s (OGt o1 o2) <==> eval_operand o1 s > eval_operand o2 s) [SMTPat (eval_ocmp s (OGt o1 o2))]
let lemma_cmp_gt s o1 o2 = reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 84, "end_line": 338, "start_col": 0, "start_line": 338 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
s: Vale.X64.State.vale_state -> o1: Vale.X64.Machine_s.operand64{Prims.op_Negation (OMem? o1 || OStack? o1)} -> o2: Vale.X64.Machine_s.operand64{Prims.op_Negation (OMem? o2 || OStack? o2)} -> FStar.Pervasives.Lemma (ensures Vale.X64.Lemmas.eval_ocmp s (Vale.X64.Bytes_Code_s.OGt o1 o2) <==> ...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.X64.State.vale_state", "Vale.X64.Machine_s.operand64", "Prims.b2t", "Prims.op_Negation", "Prims.op_BarBar", "Vale.X64.Machine_s.uu___is_OMem", "Vale.X64.Machine_s.nat64", "Vale.X64.Machine_s.reg_64", "Vale.X64.Machine_s.uu___is_OStack", "FStar.Pervasives.reveal_opaque", "Vale.X64.Machine_S...
[]
true
false
true
false
false
let lemma_cmp_gt s o1 o2 =
reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.eval_ocmp_eq_core
val eval_ocmp_eq_core (g: bool) (cond: ocmp) (s: machine_state) : Lemma (ensures (let s1, b1 = BS.machine_eval_ocmp s cond in let s2, b2 = BS.machine_eval_ocmp (core_state g s) cond in state_eq_S g s1 s2 /\ b1 == b2))
val eval_ocmp_eq_core (g: bool) (cond: ocmp) (s: machine_state) : Lemma (ensures (let s1, b1 = BS.machine_eval_ocmp s cond in let s2, b2 = BS.machine_eval_ocmp (core_state g s) cond in state_eq_S g s1 s2 /\ b1 == b2))
let eval_ocmp_eq_core (g:bool) (cond:ocmp) (s:machine_state) : Lemma (ensures ( let (s1, b1) = BS.machine_eval_ocmp s cond in let (s2, b2) = BS.machine_eval_ocmp (core_state g s) cond in state_eq_S g s1 s2 /\ b1 == b2 )) = reveal_opaque (`%BS.valid_ocmp_opaque) BS.valid_ocmp_opaque; reveal_opaque ...
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 4, "end_line": 201, "start_col": 0, "start_line": 192 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
g: Prims.bool -> cond: Vale.X64.Bytes_Code_s.ocmp -> s: Vale.X64.StateLemmas.machine_state -> FStar.Pervasives.Lemma (ensures (let _ = Vale.X64.Machine_Semantics_s.machine_eval_ocmp s cond in (let FStar.Pervasives.Native.Mktuple2 #_ #_ s1 b1 = _ in let _ = Vale.X64.Machine_Sema...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Prims.bool", "Vale.X64.Bytes_Code_s.ocmp", "Vale.X64.StateLemmas.machine_state", "Prims.unit", "FStar.Pervasives.reveal_opaque", "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Machine_Semantics_s.ocmp", "Vale.X64.Machine_Semantics_s.eval_ocmp_opaque", "Vale.X64.Machine_Semantics_s.valid_oc...
[]
true
false
true
false
false
let eval_ocmp_eq_core (g: bool) (cond: ocmp) (s: machine_state) : Lemma (ensures (let s1, b1 = BS.machine_eval_ocmp s cond in let s2, b2 = BS.machine_eval_ocmp (core_state g s) cond in state_eq_S g s1 s2 /\ b1 == b2)) =
reveal_opaque (`%BS.valid_ocmp_opaque) BS.valid_ocmp_opaque; reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque; ()
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.eval_while_inv
val eval_while_inv (c:code) (s0:vale_state) (fW:fuel) (sW:vale_state) : Type0
val eval_while_inv (c:code) (s0:vale_state) (fW:fuel) (sW:vale_state) : Type0
let eval_while_inv (c:code) (s0:vale_state) (fW:fuel) (sW:vale_state) : Type0 = eval_while_inv_temp c s0 fW sW
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 32, "end_line": 380, "start_col": 0, "start_line": 379 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
c: Vale.X64.StateLemmas.code -> s0: Vale.X64.State.vale_state -> fW: Vale.X64.Lemmas.fuel -> sW: Vale.X64.State.vale_state -> Type0
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.StateLemmas.code", "Vale.X64.State.vale_state", "Vale.X64.Lemmas.fuel", "Vale.X64.Lemmas.eval_while_inv_temp" ]
[]
false
false
false
true
true
let eval_while_inv (c: code) (s0: vale_state) (fW: fuel) (sW: vale_state) : Type0 =
eval_while_inv_temp c s0 fW sW
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.lemma_empty_total
val lemma_empty_total (s0:vale_state) (bN:codes) : Ghost (vale_state & fuel) (requires True) (ensures (fun (sM, fM) -> s0 == sM /\ eval_code (Block []) s0 fM sM ))
val lemma_empty_total (s0:vale_state) (bN:codes) : Ghost (vale_state & fuel) (requires True) (ensures (fun (sM, fM) -> s0 == sM /\ eval_code (Block []) s0 fM sM ))
let lemma_empty_total (s0:vale_state) (bN:codes) = (s0, 0)
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 9, "end_line": 356, "start_col": 0, "start_line": 355 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
s0: Vale.X64.State.vale_state -> bN: Vale.X64.Lemmas.codes -> Prims.Ghost (Vale.X64.State.vale_state * Vale.X64.Lemmas.fuel)
Prims.Ghost
[]
[]
[ "Vale.X64.State.vale_state", "Vale.X64.Lemmas.codes", "FStar.Pervasives.Native.Mktuple2", "Vale.X64.Lemmas.fuel", "FStar.Pervasives.Native.tuple2" ]
[]
false
false
false
false
false
let lemma_empty_total (s0: vale_state) (bN: codes) =
(s0, 0)
false
Hacl.Impl.Ed25519.Ladder.fst
Hacl.Impl.Ed25519.Ladder.point_negate_mul_double_g_vartime
val point_negate_mul_double_g_vartime: out:point -> scalar1:lbuffer uint8 32ul -> scalar2:lbuffer uint8 32ul -> q2:point -> Stack unit (requires fun h -> live h out /\ live h scalar1 /\ live h scalar2 /\ live h q2 /\ disjoint q2 out /\ disjoint scalar1 out /\ disjoint scalar2 out /\ F51.po...
val point_negate_mul_double_g_vartime: out:point -> scalar1:lbuffer uint8 32ul -> scalar2:lbuffer uint8 32ul -> q2:point -> Stack unit (requires fun h -> live h out /\ live h scalar1 /\ live h scalar2 /\ live h q2 /\ disjoint q2 out /\ disjoint scalar1 out /\ disjoint scalar2 out /\ F51.po...
let point_negate_mul_double_g_vartime out scalar1 scalar2 q2 = push_frame (); let q2_neg = create 20ul (u64 0) in let h0 = ST.get () in Spec.Ed25519.Lemmas.to_aff_point_negate (F51.refl_ext_point (as_seq h0 q2)); Hacl.Impl.Ed25519.PointNegate.point_negate q2 q2_neg; let h1 = ST.get () in point_mul_g_doubl...
{ "file_name": "code/ed25519/Hacl.Impl.Ed25519.Ladder.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 14, "end_line": 419, "start_col": 0, "start_line": 408 }
module Hacl.Impl.Ed25519.Ladder module ST = FStar.HyperStack.ST open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.Buffer open Hacl.Bignum25519 module F51 = Hacl.Impl.Ed25519.Field51 module BSeq = Lib.ByteSequence module LE = Lib.Exponentiation module SE = Spec.Exponentiation module BE = Hacl.Impl...
{ "checked_file": "/", "dependencies": [ "Spec.Exponentiation.fsti.checked", "Spec.Ed25519.Lemmas.fsti.checked", "Spec.Ed25519.fst.checked", "prims.fst.checked", "LowStar.Ignore.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Exponentiation.fsti.checked", "Lib.ByteSequence.fsti.chec...
[ { "abbrev": false, "full_module": "Hacl.Ed25519.PrecompTable", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Impl.Ed25519.Group", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Impl.Ed25519.PointConstants", "short_module": null }, { ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
out: Hacl.Bignum25519.point -> scalar1: Lib.Buffer.lbuffer Lib.IntTypes.uint8 32ul -> scalar2: Lib.Buffer.lbuffer Lib.IntTypes.uint8 32ul -> q2: Hacl.Bignum25519.point -> FStar.HyperStack.ST.Stack Prims.unit
FStar.HyperStack.ST.Stack
[]
[]
[ "Hacl.Bignum25519.point", "Lib.Buffer.lbuffer", "Lib.IntTypes.uint8", "FStar.UInt32.__uint_to_t", "FStar.HyperStack.ST.pop_frame", "Prims.unit", "Spec.Exponentiation.exp_double_fw_lemma", "Spec.Ed25519.ext_point_c", "Spec.Ed25519.mk_ed25519_concrete_ops", "Hacl.Ed25519.PrecompTable.g_c", "Lib.By...
[]
false
true
false
false
false
let point_negate_mul_double_g_vartime out scalar1 scalar2 q2 =
push_frame (); let q2_neg = create 20ul (u64 0) in let h0 = ST.get () in Spec.Ed25519.Lemmas.to_aff_point_negate (F51.refl_ext_point (as_seq h0 q2)); Hacl.Impl.Ed25519.PointNegate.point_negate q2 q2_neg; let h1 = ST.get () in point_mul_g_double_vartime out scalar1 scalar2 q2_neg; SE.exp_double_fw_lemma S.mk_ed25519_con...
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.lemma_ifElse_total
val lemma_ifElse_total (ifb:ocmp) (ct:code) (cf:code) (s0:vale_state) : Ghost (bool & vale_state & vale_state & fuel) (requires True) (ensures (fun (cond, sM, sN, f0) -> cond == eval_ocmp s0 ifb /\ sM == {s0 with vs_flags = havoc_flags} ))
val lemma_ifElse_total (ifb:ocmp) (ct:code) (cf:code) (s0:vale_state) : Ghost (bool & vale_state & vale_state & fuel) (requires True) (ensures (fun (cond, sM, sN, f0) -> cond == eval_ocmp s0 ifb /\ sM == {s0 with vs_flags = havoc_flags} ))
let lemma_ifElse_total (ifb:ocmp) (ct:code) (cf:code) (s0:vale_state) = (eval_ocmp s0 ifb, {s0 with vs_flags = havoc_flags}, s0, 0)
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 61, "end_line": 359, "start_col": 0, "start_line": 358 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
ifb: Vale.X64.Bytes_Code_s.ocmp -> ct: Vale.X64.StateLemmas.code -> cf: Vale.X64.StateLemmas.code -> s0: Vale.X64.State.vale_state -> Prims.Ghost (((Prims.bool * Vale.X64.State.vale_state) * Vale.X64.State.vale_state) * Vale.X64.Lemmas.fuel)
Prims.Ghost
[]
[]
[ "Vale.X64.Bytes_Code_s.ocmp", "Vale.X64.StateLemmas.code", "Vale.X64.State.vale_state", "FStar.Pervasives.Native.Mktuple4", "Prims.bool", "Vale.X64.Lemmas.fuel", "Vale.X64.Lemmas.eval_ocmp", "Vale.X64.State.Mkvale_state", "Vale.X64.State.__proj__Mkvale_state__item__vs_ok", "Vale.X64.State.__proj__...
[]
false
false
false
false
false
let lemma_ifElse_total (ifb: ocmp) (ct cf: code) (s0: vale_state) =
(eval_ocmp s0 ifb, { s0 with vs_flags = havoc_flags }, s0, 0)
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.lemma_havoc_flags
val lemma_havoc_flags:squash (Flags.to_fun havoc_flags == BS.havoc_flags)
val lemma_havoc_flags:squash (Flags.to_fun havoc_flags == BS.havoc_flags)
let lemma_havoc_flags : squash (Flags.to_fun havoc_flags == BS.havoc_flags) = assert (FStar.FunctionalExtensionality.feq (Flags.to_fun havoc_flags) BS.havoc_flags)
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 87, "end_line": 362, "start_col": 0, "start_line": 361 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Prims.squash (Vale.X64.Flags.to_fun Vale.X64.Lemmas.havoc_flags == Vale.X64.Machine_Semantics_s.havoc_flags)
Prims.Tot
[ "total" ]
[]
[ "Prims._assert", "FStar.FunctionalExtensionality.feq", "Vale.X64.Machine_s.flag", "Vale.X64.Flags.flag_val_t", "Vale.X64.Flags.to_fun", "Vale.X64.Lemmas.havoc_flags", "Vale.X64.Machine_Semantics_s.havoc_flags" ]
[]
false
false
true
false
false
let lemma_havoc_flags:squash (Flags.to_fun havoc_flags == BS.havoc_flags) =
assert (FStar.FunctionalExtensionality.feq (Flags.to_fun havoc_flags) BS.havoc_flags)
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.lemma_ifElseTrue_total
val lemma_ifElseTrue_total (ifb:ocmp) (ct:code) (cf:code) (s0:vale_state) (f0:fuel) (sM:vale_state) : Lemma (requires valid_ocmp ifb s0 /\ eval_ocmp s0 ifb /\ eval_code ct ({s0 with vs_flags = havoc_flags}) f0 sM ) (ensures eval_code (IfElse ifb ct cf) s0 f0 sM )
val lemma_ifElseTrue_total (ifb:ocmp) (ct:code) (cf:code) (s0:vale_state) (f0:fuel) (sM:vale_state) : Lemma (requires valid_ocmp ifb s0 /\ eval_ocmp s0 ifb /\ eval_code ct ({s0 with vs_flags = havoc_flags}) f0 sM ) (ensures eval_code (IfElse ifb ct cf) s0 f0 sM )
let lemma_ifElseTrue_total (ifb:ocmp) (ct:code) (cf:code) (s0:vale_state) (f0:fuel) (sM:vale_state) = reveal_opaque (`%BS.valid_ocmp_opaque) BS.valid_ocmp_opaque; reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 59, "end_line": 366, "start_col": 0, "start_line": 364 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
ifb: Vale.X64.Bytes_Code_s.ocmp -> ct: Vale.X64.StateLemmas.code -> cf: Vale.X64.StateLemmas.code -> s0: Vale.X64.State.vale_state -> f0: Vale.X64.Lemmas.fuel -> sM: Vale.X64.State.vale_state -> FStar.Pervasives.Lemma (requires Vale.X64.Lemmas.valid_ocmp ifb s0 /\ Vale.X64.Lemma...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.X64.Bytes_Code_s.ocmp", "Vale.X64.StateLemmas.code", "Vale.X64.State.vale_state", "Vale.X64.Lemmas.fuel", "FStar.Pervasives.reveal_opaque", "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Machine_Semantics_s.ocmp", "Prims.bool", "Vale.X64.Machine_Semantics_s.eval_ocmp_opaque", "Prims...
[]
true
false
true
false
false
let lemma_ifElseTrue_total (ifb: ocmp) (ct cf: code) (s0: vale_state) (f0: fuel) (sM: vale_state) =
reveal_opaque (`%BS.valid_ocmp_opaque) BS.valid_ocmp_opaque; reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.increase_fuels
val increase_fuels (g: bool) (c: codes) (s0: machine_state) (f0: fuel) (sN: machine_state) (fN: fuel) : Lemma (requires eval_code_ts g (Block c) s0 f0 sN /\ f0 <= fN) (ensures eval_code_ts g (Block c) s0 fN sN) (decreases %[f0;c])
val increase_fuels (g: bool) (c: codes) (s0: machine_state) (f0: fuel) (sN: machine_state) (fN: fuel) : Lemma (requires eval_code_ts g (Block c) s0 f0 sN /\ f0 <= fN) (ensures eval_code_ts g (Block c) s0 fN sN) (decreases %[f0;c])
let rec increase_fuel (g:bool) (c:code) (s0:machine_state) (f0:fuel) (sN:machine_state) (fN:fuel) : Lemma (requires eval_code_ts g c s0 f0 sN /\ f0 <= fN) (ensures eval_code_ts g c s0 fN sN) (decreases %[f0; c]) = match c with | Ins ins -> () | Block l -> increase_fuels g l s0 f0 sN fN | IfElse cond t f...
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 5, "end_line": 331, "start_col": 0, "start_line": 298 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
g: Prims.bool -> c: Vale.X64.Lemmas.codes -> s0: Vale.X64.StateLemmas.machine_state -> f0: Vale.X64.Lemmas.fuel -> sN: Vale.X64.StateLemmas.machine_state -> fN: Vale.X64.Lemmas.fuel -> FStar.Pervasives.Lemma (requires Vale.X64.Lemmas.eval_code_ts g (Vale.X64.Machine_s.Block c) s0 f0 sN ...
FStar.Pervasives.Lemma
[ "lemma", "" ]
[ "increase_fuel", "increase_fuels" ]
[ "Prims.bool", "Vale.X64.Lemmas.codes", "Vale.X64.StateLemmas.machine_state", "Vale.X64.Lemmas.fuel", "Vale.X64.Bytes_Code_s.code_t", "Vale.X64.Machine_Semantics_s.instr_annotation", "Prims.list", "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Lemmas.increase_fuels", "Prims.unit", "Vale....
[ "mutual recursion" ]
false
false
true
false
false
let rec increase_fuels (g: bool) (c: codes) (s0: machine_state) (f0: fuel) (sN: machine_state) (fN: fuel) : Lemma (requires eval_code_ts g (Block c) s0 f0 sN /\ f0 <= fN) (ensures eval_code_ts g (Block c) s0 fN sN) (decreases %[f0;c]) =
match c with | [] -> () | h :: t -> (let Some s1 = BS.machine_eval_code h f0 s0 in increase_fuel g h s0 f0 s1 fN; increase_fuels g t s1 f0 sN fN)
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.lemma_ifElseFalse_total
val lemma_ifElseFalse_total (ifb:ocmp) (ct:code) (cf:code) (s0:vale_state) (f0:fuel) (sM:vale_state) : Lemma (requires valid_ocmp ifb s0 /\ not (eval_ocmp s0 ifb) /\ eval_code cf ({s0 with vs_flags = havoc_flags}) f0 sM ) (ensures eval_code (IfElse ifb ct cf) s0 f0 sM )
val lemma_ifElseFalse_total (ifb:ocmp) (ct:code) (cf:code) (s0:vale_state) (f0:fuel) (sM:vale_state) : Lemma (requires valid_ocmp ifb s0 /\ not (eval_ocmp s0 ifb) /\ eval_code cf ({s0 with vs_flags = havoc_flags}) f0 sM ) (ensures eval_code (IfElse ifb ct cf) s0 f0 sM )
let lemma_ifElseFalse_total (ifb:ocmp) (ct:code) (cf:code) (s0:vale_state) (f0:fuel) (sM:vale_state) = reveal_opaque (`%BS.valid_ocmp_opaque) BS.valid_ocmp_opaque; reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 59, "end_line": 370, "start_col": 0, "start_line": 368 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
ifb: Vale.X64.Bytes_Code_s.ocmp -> ct: Vale.X64.StateLemmas.code -> cf: Vale.X64.StateLemmas.code -> s0: Vale.X64.State.vale_state -> f0: Vale.X64.Lemmas.fuel -> sM: Vale.X64.State.vale_state -> FStar.Pervasives.Lemma (requires Vale.X64.Lemmas.valid_ocmp ifb s0 /\ Prims.op_Negat...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.X64.Bytes_Code_s.ocmp", "Vale.X64.StateLemmas.code", "Vale.X64.State.vale_state", "Vale.X64.Lemmas.fuel", "FStar.Pervasives.reveal_opaque", "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Machine_Semantics_s.ocmp", "Prims.bool", "Vale.X64.Machine_Semantics_s.eval_ocmp_opaque", "Prims...
[]
true
false
true
false
false
let lemma_ifElseFalse_total (ifb: ocmp) (ct cf: code) (s0: vale_state) (f0: fuel) (sM: vale_state) =
reveal_opaque (`%BS.valid_ocmp_opaque) BS.valid_ocmp_opaque; reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.lemma_while_total
val lemma_while_total (b:ocmp) (c:code) (s0:vale_state) : Ghost (vale_state & fuel) (requires True) (ensures fun (s1, f1) -> s1 == s0 /\ eval_while_inv (While b c) s1 f1 s1 )
val lemma_while_total (b:ocmp) (c:code) (s0:vale_state) : Ghost (vale_state & fuel) (requires True) (ensures fun (s1, f1) -> s1 == s0 /\ eval_while_inv (While b c) s1 f1 s1 )
let lemma_while_total (b:ocmp) (c:code) (s0:vale_state) = (s0, 0)
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 9, "end_line": 383, "start_col": 0, "start_line": 382 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: Vale.X64.Bytes_Code_s.ocmp -> c: Vale.X64.StateLemmas.code -> s0: Vale.X64.State.vale_state -> Prims.Ghost (Vale.X64.State.vale_state * Vale.X64.Lemmas.fuel)
Prims.Ghost
[]
[]
[ "Vale.X64.Bytes_Code_s.ocmp", "Vale.X64.StateLemmas.code", "Vale.X64.State.vale_state", "FStar.Pervasives.Native.Mktuple2", "Vale.X64.Lemmas.fuel", "FStar.Pervasives.Native.tuple2" ]
[]
false
false
false
false
false
let lemma_while_total (b: ocmp) (c: code) (s0: vale_state) =
(s0, 0)
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.eval_while_inv_temp
val eval_while_inv_temp (c: code) (s0: vale_state) (fW: fuel) (sW: vale_state) : Type0
val eval_while_inv_temp (c: code) (s0: vale_state) (fW: fuel) (sW: vale_state) : Type0
let eval_while_inv_temp (c:code) (s0:vale_state) (fW:fuel) (sW:vale_state) : Type0 = forall (f:nat).{:pattern BS.machine_eval_code c f (state_to_S sW)} Some? (BS.machine_eval_code c f (state_to_S sW)) ==> state_eq_opt (code_modifies_ghost c) (BS.machine_eval_code c (f + fW) (state_to_S s0)) (BS.ma...
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 48, "end_line": 377, "start_col": 0, "start_line": 372 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
c: Vale.X64.StateLemmas.code -> s0: Vale.X64.State.vale_state -> fW: Vale.X64.Lemmas.fuel -> sW: Vale.X64.State.vale_state -> Type0
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.StateLemmas.code", "Vale.X64.State.vale_state", "Vale.X64.Lemmas.fuel", "Prims.l_Forall", "Prims.nat", "Prims.l_imp", "Prims.b2t", "FStar.Pervasives.Native.uu___is_Some", "Vale.X64.Machine_Semantics_s.machine_state", "Vale.X64.Machine_Semantics_s.machine_eval_code", "Vale.X64.StateLemm...
[]
false
false
false
true
true
let eval_while_inv_temp (c: code) (s0: vale_state) (fW: fuel) (sW: vale_state) : Type0 =
forall (f: nat). {:pattern BS.machine_eval_code c f (state_to_S sW)} Some? (BS.machine_eval_code c f (state_to_S sW)) ==> state_eq_opt (code_modifies_ghost c) (BS.machine_eval_code c (f + fW) (state_to_S s0)) (BS.machine_eval_code c f (state_to_S sW))
false
prims.fst
Prims.auto_squash
val auto_squash : p: Type -> Type0
let auto_squash (p: Type) = squash p
{ "file_name": "ulib/prims.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 36, "end_line": 109, "start_col": 0, "start_line": 109 }
(* Copyright 2008-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 agre...
{ "checked_file": "/", "dependencies": [], "interface_file": false, "source_file": "prims.fst" }
[ { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null } ]
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
p: Type -> Type0
Prims.Tot
[ "total" ]
[]
[ "Prims.squash" ]
[]
false
false
false
true
true
let auto_squash (p: Type) =
squash p
false
prims.fst
Prims.l_True
val l_True:logical
val l_True:logical
let l_True:logical = squash trivial
{ "file_name": "ulib/prims.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 35, "end_line": 132, "start_col": 0, "start_line": 132 }
(* Copyright 2008-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 agre...
{ "checked_file": "/", "dependencies": [], "interface_file": false, "source_file": "prims.fst" }
[ { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null } ]
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Prims.logical
Prims.Tot
[ "total" ]
[]
[ "Prims.squash", "Prims.trivial" ]
[]
false
false
false
true
true
let l_True:logical =
squash trivial
false
prims.fst
Prims.l_False
val l_False:logical
val l_False:logical
let l_False:logical = squash empty
{ "file_name": "ulib/prims.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 34, "end_line": 138, "start_col": 0, "start_line": 138 }
(* Copyright 2008-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 agre...
{ "checked_file": "/", "dependencies": [], "interface_file": false, "source_file": "prims.fst" }
[ { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null } ]
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Prims.logical
Prims.Tot
[ "total" ]
[]
[ "Prims.squash", "Prims.empty" ]
[]
false
false
false
true
true
let l_False:logical =
squash empty
false
prims.fst
Prims.subtype_of
val subtype_of : p1: Type -> p2: Type -> Prims.logical
let subtype_of (p1 p2: Type) = forall (x: p1). has_type x p2
{ "file_name": "ulib/prims.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 60, "end_line": 270, "start_col": 0, "start_line": 270 }
(* Copyright 2008-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 agre...
{ "checked_file": "/", "dependencies": [], "interface_file": false, "source_file": "prims.fst" }
[ { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null } ]
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
p1: Type -> p2: Type -> Prims.logical
Prims.Tot
[ "total" ]
[]
[ "Prims.l_Forall", "Prims.has_type", "Prims.logical" ]
[]
false
false
false
true
true
let subtype_of (p1 p2: Type) =
forall (x: p1). has_type x p2
false
prims.fst
Prims.pure_pre
val pure_pre : Type
let pure_pre = Type0
{ "file_name": "ulib/prims.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 20, "end_line": 288, "start_col": 0, "start_line": 288 }
(* Copyright 2008-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 agre...
{ "checked_file": "/", "dependencies": [], "interface_file": false, "source_file": "prims.fst" }
[ { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null } ]
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Type
Prims.Tot
[ "total" ]
[]
[]
[]
false
false
false
true
true
let pure_pre =
Type0
false
prims.fst
Prims.pure_post'
val pure_post' : a: Type -> pre: Type -> Type
let pure_post' (a pre: Type) = _: a{pre} -> GTot Type0
{ "file_name": "ulib/prims.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 54, "end_line": 294, "start_col": 0, "start_line": 294 }
(* Copyright 2008-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 agre...
{ "checked_file": "/", "dependencies": [], "interface_file": false, "source_file": "prims.fst" }
[ { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null } ]
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Type -> pre: Type -> Type
Prims.Tot
[ "total" ]
[]
[]
[]
false
false
false
true
true
let pure_post' (a pre: Type) =
_: a{pre} -> GTot Type0
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.lemma_whileTrue_total
val lemma_whileTrue_total (b:ocmp) (c:code) (s0:vale_state) (sW:vale_state) (fW:fuel) : Ghost (vale_state & fuel) (requires eval_ocmp sW b) (ensures fun (s1, f1) -> s1 == {sW with vs_flags = havoc_flags} /\ f1 == fW)
val lemma_whileTrue_total (b:ocmp) (c:code) (s0:vale_state) (sW:vale_state) (fW:fuel) : Ghost (vale_state & fuel) (requires eval_ocmp sW b) (ensures fun (s1, f1) -> s1 == {sW with vs_flags = havoc_flags} /\ f1 == fW)
let lemma_whileTrue_total (b:ocmp) (c:code) (s0:vale_state) (sW:vale_state) (fW:fuel) = ({sW with vs_flags = havoc_flags}, fW)
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 40, "end_line": 386, "start_col": 0, "start_line": 385 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: Vale.X64.Bytes_Code_s.ocmp -> c: Vale.X64.StateLemmas.code -> s0: Vale.X64.State.vale_state -> sW: Vale.X64.State.vale_state -> fW: Vale.X64.Lemmas.fuel -> Prims.Ghost (Vale.X64.State.vale_state * Vale.X64.Lemmas.fuel)
Prims.Ghost
[]
[]
[ "Vale.X64.Bytes_Code_s.ocmp", "Vale.X64.StateLemmas.code", "Vale.X64.State.vale_state", "Vale.X64.Lemmas.fuel", "FStar.Pervasives.Native.Mktuple2", "Vale.X64.State.Mkvale_state", "Vale.X64.State.__proj__Mkvale_state__item__vs_ok", "Vale.X64.State.__proj__Mkvale_state__item__vs_regs", "Vale.X64.Lemma...
[]
false
false
false
false
false
let lemma_whileTrue_total (b: ocmp) (c: code) (s0 sW: vale_state) (fW: fuel) =
({ sW with vs_flags = havoc_flags }, fW)
false
prims.fst
Prims.pure_wp'
val pure_wp' : a: Type -> Type
let pure_wp' (a: Type) = pure_post a -> GTot pure_pre
{ "file_name": "ulib/prims.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 53, "end_line": 304, "start_col": 0, "start_line": 304 }
(* Copyright 2008-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 agre...
{ "checked_file": "/", "dependencies": [], "interface_file": false, "source_file": "prims.fst" }
[ { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null } ]
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Type -> Type
Prims.Tot
[ "total" ]
[]
[ "Prims.pure_post", "Prims.pure_pre" ]
[]
false
false
false
true
true
let pure_wp' (a: Type) =
pure_post a -> GTot pure_pre
false
prims.fst
Prims.pure_post
val pure_post : a: Type -> Type
let pure_post (a: Type) = pure_post' a True
{ "file_name": "ulib/prims.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 43, "end_line": 295, "start_col": 0, "start_line": 295 }
(* Copyright 2008-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 agre...
{ "checked_file": "/", "dependencies": [], "interface_file": false, "source_file": "prims.fst" }
[ { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null } ]
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Type -> Type
Prims.Tot
[ "total" ]
[]
[ "Prims.pure_post'", "Prims.l_True" ]
[]
false
false
false
true
true
let pure_post (a: Type) =
pure_post' a True
false
prims.fst
Prims.pure_wp_monotonic
val pure_wp_monotonic : a: Type -> wp: Prims.pure_wp' a -> Prims.logical
let pure_wp_monotonic = pure_wp_monotonic0
{ "file_name": "ulib/prims.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 42, "end_line": 316, "start_col": 0, "start_line": 316 }
(* Copyright 2008-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 agre...
{ "checked_file": "/", "dependencies": [], "interface_file": false, "source_file": "prims.fst" }
[ { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null } ]
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Type -> wp: Prims.pure_wp' a -> Prims.logical
Prims.Tot
[ "total" ]
[]
[ "Prims.pure_wp_monotonic0" ]
[]
false
false
false
true
true
let pure_wp_monotonic =
pure_wp_monotonic0
false
prims.fst
Prims.pure_wp_monotonic0
val pure_wp_monotonic0 : a: Type -> wp: Prims.pure_wp' a -> Prims.logical
let pure_wp_monotonic0 (a:Type) (wp:pure_wp' a) = forall (p q:pure_post a). (forall (x:a). p x ==> q x) ==> (wp p ==> wp q)
{ "file_name": "ulib/prims.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 75, "end_line": 313, "start_col": 0, "start_line": 312 }
(* Copyright 2008-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 agre...
{ "checked_file": "/", "dependencies": [], "interface_file": false, "source_file": "prims.fst" }
[ { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null } ]
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Type -> wp: Prims.pure_wp' a -> Prims.logical
Prims.Tot
[ "total" ]
[]
[ "Prims.pure_wp'", "Prims.l_Forall", "Prims.pure_post", "Prims.l_imp", "Prims.logical" ]
[]
false
false
false
true
true
let pure_wp_monotonic0 (a: Type) (wp: pure_wp' a) =
forall (p: pure_post a) (q: pure_post a). (forall (x: a). p x ==> q x) ==> (wp p ==> wp q)
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.lemma_whileFalse_total
val lemma_whileFalse_total (b:ocmp) (c:code) (s0:vale_state) (sW:vale_state) (fW:fuel) : Ghost (vale_state & fuel) (requires valid_ocmp b sW /\ not (eval_ocmp sW b) /\ eval_while_inv (While b c) s0 fW sW ) (ensures fun (s1, f1) -> s1 == {sW with vs_flags = havoc_flags} /\ eval_code (While b c)...
val lemma_whileFalse_total (b:ocmp) (c:code) (s0:vale_state) (sW:vale_state) (fW:fuel) : Ghost (vale_state & fuel) (requires valid_ocmp b sW /\ not (eval_ocmp sW b) /\ eval_while_inv (While b c) s0 fW sW ) (ensures fun (s1, f1) -> s1 == {sW with vs_flags = havoc_flags} /\ eval_code (While b c)...
let lemma_whileFalse_total (b:ocmp) (c:code) (s0:vale_state) (sW:vale_state) (fW:fuel) = reveal_opaque (`%BS.valid_ocmp_opaque) BS.valid_ocmp_opaque; reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque; let f1 = fW + 1 in let s1 = {sW with vs_flags = havoc_flags} in assert (state_eq_opt (code_modifies_g...
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 10, "end_line": 395, "start_col": 0, "start_line": 388 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: Vale.X64.Bytes_Code_s.ocmp -> c: Vale.X64.StateLemmas.code -> s0: Vale.X64.State.vale_state -> sW: Vale.X64.State.vale_state -> fW: Vale.X64.Lemmas.fuel -> Prims.Ghost (Vale.X64.State.vale_state * Vale.X64.Lemmas.fuel)
Prims.Ghost
[]
[]
[ "Vale.X64.Bytes_Code_s.ocmp", "Vale.X64.StateLemmas.code", "Vale.X64.State.vale_state", "Vale.X64.Lemmas.fuel", "FStar.Pervasives.Native.Mktuple2", "Prims.unit", "Prims._assert", "Vale.X64.Lemmas.eval_code", "Vale.X64.Machine_s.While", "Vale.X64.Bytes_Code_s.instruction_t", "Vale.X64.Machine_Sem...
[]
false
false
false
false
false
let lemma_whileFalse_total (b: ocmp) (c: code) (s0 sW: vale_state) (fW: fuel) =
reveal_opaque (`%BS.valid_ocmp_opaque) BS.valid_ocmp_opaque; reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque; let f1 = fW + 1 in let s1 = { sW with vs_flags = havoc_flags } in assert (state_eq_opt (code_modifies_ghost c) (BS.machine_eval_code (While b c) f1 (state_to_S s0)) (BS.machine_eval_code (...
false
prims.fst
Prims.pure_wp
val pure_wp : a: Type -> Type
let pure_wp (a: Type) = wp:pure_wp' a{pure_wp_monotonic a wp}
{ "file_name": "ulib/prims.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 61, "end_line": 318, "start_col": 0, "start_line": 318 }
(* Copyright 2008-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 agre...
{ "checked_file": "/", "dependencies": [], "interface_file": false, "source_file": "prims.fst" }
[ { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null } ]
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Type -> Type
Prims.Tot
[ "total" ]
[]
[ "Prims.pure_wp'", "Prims.pure_wp_monotonic" ]
[]
false
false
false
true
true
let pure_wp (a: Type) =
wp: pure_wp' a {pure_wp_monotonic a wp}
false
prims.fst
Prims.pure_stronger
val pure_stronger : a: Type -> wp1: Prims.pure_wp a -> wp2: Prims.pure_wp a -> Prims.logical
let pure_stronger (a: Type) (wp1 wp2: pure_wp a) = forall (p: pure_post a). wp1 p ==> wp2 p
{ "file_name": "ulib/prims.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 91, "end_line": 385, "start_col": 0, "start_line": 385 }
(* Copyright 2008-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 agre...
{ "checked_file": "/", "dependencies": [], "interface_file": false, "source_file": "prims.fst" }
[ { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null } ]
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Type -> wp1: Prims.pure_wp a -> wp2: Prims.pure_wp a -> Prims.logical
Prims.Tot
[ "total" ]
[]
[ "Prims.pure_wp", "Prims.l_Forall", "Prims.pure_post", "Prims.l_imp", "Prims.logical" ]
[]
false
false
false
true
true
let pure_stronger (a: Type) (wp1 wp2: pure_wp a) =
forall (p: pure_post a). wp1 p ==> wp2 p
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.increase_fuel
val increase_fuel (g: bool) (c: code) (s0: machine_state) (f0: fuel) (sN: machine_state) (fN: fuel) : Lemma (requires eval_code_ts g c s0 f0 sN /\ f0 <= fN) (ensures eval_code_ts g c s0 fN sN) (decreases %[f0;c])
val increase_fuel (g: bool) (c: code) (s0: machine_state) (f0: fuel) (sN: machine_state) (fN: fuel) : Lemma (requires eval_code_ts g c s0 f0 sN /\ f0 <= fN) (ensures eval_code_ts g c s0 fN sN) (decreases %[f0;c])
let rec increase_fuel (g:bool) (c:code) (s0:machine_state) (f0:fuel) (sN:machine_state) (fN:fuel) : Lemma (requires eval_code_ts g c s0 f0 sN /\ f0 <= fN) (ensures eval_code_ts g c s0 fN sN) (decreases %[f0; c]) = match c with | Ins ins -> () | Block l -> increase_fuels g l s0 f0 sN fN | IfElse cond t f...
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 5, "end_line": 331, "start_col": 0, "start_line": 298 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
g: Prims.bool -> c: Vale.X64.StateLemmas.code -> s0: Vale.X64.StateLemmas.machine_state -> f0: Vale.X64.Lemmas.fuel -> sN: Vale.X64.StateLemmas.machine_state -> fN: Vale.X64.Lemmas.fuel -> FStar.Pervasives.Lemma (requires Vale.X64.Lemmas.eval_code_ts g c s0 f0 sN /\ f0 <= fN) (ensures V...
FStar.Pervasives.Lemma
[ "lemma", "" ]
[ "increase_fuel", "increase_fuels" ]
[ "Prims.bool", "Vale.X64.StateLemmas.code", "Vale.X64.StateLemmas.machine_state", "Vale.X64.Lemmas.fuel", "Vale.X64.Bytes_Code_s.instruction_t", "Vale.X64.Machine_Semantics_s.instr_annotation", "Prims.list", "Vale.X64.Machine_s.precode", "Vale.X64.Bytes_Code_s.ocmp", "Vale.X64.Lemmas.increase_fuels...
[ "mutual recursion" ]
false
false
true
false
false
let rec increase_fuel (g: bool) (c: code) (s0: machine_state) (f0: fuel) (sN: machine_state) (fN: fuel) : Lemma (requires eval_code_ts g c s0 f0 sN /\ f0 <= fN) (ensures eval_code_ts g c s0 fN sN) (decreases %[f0;c]) =
match c with | Ins ins -> () | Block l -> increase_fuels g l s0 f0 sN fN | IfElse cond t f -> let s0, b0 = BS.machine_eval_ocmp s0 cond in if b0 then increase_fuel g t s0 f0 sN fN else increase_fuel g f s0 f0 sN fN | While cond c -> let s1, b0 = BS.machine_eval_ocmp s0 cond in if b0 then (match BS.machine...
false
prims.fst
Prims.pure_trivial
val pure_trivial : a: Type -> wp: Prims.pure_wp a -> Prims.pure_pre
let pure_trivial (a: Type) (wp: pure_wp a) = wp (fun (trivial_result: a) -> True)
{ "file_name": "ulib/prims.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 81, "end_line": 396, "start_col": 0, "start_line": 396 }
(* Copyright 2008-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 agre...
{ "checked_file": "/", "dependencies": [], "interface_file": false, "source_file": "prims.fst" }
[ { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null } ]
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Type -> wp: Prims.pure_wp a -> Prims.pure_pre
Prims.Tot
[ "total" ]
[]
[ "Prims.pure_wp", "Prims.l_True", "Prims.pure_pre" ]
[]
false
false
false
true
false
let pure_trivial (a: Type) (wp: pure_wp a) =
wp (fun (trivial_result: a) -> True)
false
prims.fst
Prims.purewp_id
val purewp_id : a: Type -> wp: Prims.pure_wp a -> Prims.pure_wp a
let purewp_id (a: Type) (wp: pure_wp a) = wp
{ "file_name": "ulib/prims.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 44, "end_line": 455, "start_col": 0, "start_line": 455 }
(* Copyright 2008-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 agre...
{ "checked_file": "/", "dependencies": [], "interface_file": false, "source_file": "prims.fst" }
[ { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null } ]
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Type -> wp: Prims.pure_wp a -> Prims.pure_wp a
Prims.Tot
[ "total" ]
[]
[ "Prims.pure_wp" ]
[]
false
false
false
true
false
let purewp_id (a: Type) (wp: pure_wp a) =
wp
false
prims.fst
Prims.op_Hat
val op_Hat : s1: Prims.string -> s2: Prims.string -> Prims.string
let op_Hat s1 s2 = strcat s1 s2
{ "file_name": "ulib/prims.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 31, "end_line": 590, "start_col": 0, "start_line": 590 }
(* Copyright 2008-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 agre...
{ "checked_file": "/", "dependencies": [], "interface_file": false, "source_file": "prims.fst" }
[ { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null } ]
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
s1: Prims.string -> s2: Prims.string -> Prims.string
Prims.Tot
[ "total" ]
[]
[ "Prims.string", "Prims.strcat" ]
[]
false
false
false
true
false
let ( ^ ) s1 s2 =
strcat s1 s2
false
prims.fst
Prims.as_ensures
val as_ensures (#a: Type) (wp: pure_wp a) : pure_post a
val as_ensures (#a: Type) (wp: pure_wp a) : pure_post a
let as_ensures (#a: Type) (wp: pure_wp a) : pure_post a = fun (x:a) -> ~(wp (fun y -> (y =!= x)))
{ "file_name": "ulib/prims.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 97, "end_line": 614, "start_col": 0, "start_line": 614 }
(* Copyright 2008-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 agre...
{ "checked_file": "/", "dependencies": [], "interface_file": false, "source_file": "prims.fst" }
[ { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null } ]
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
wp: Prims.pure_wp a -> Prims.pure_post a
Prims.Tot
[ "total" ]
[]
[ "Prims.pure_wp", "Prims.l_not", "Prims.l_True", "Prims.eq2", "Prims.pure_post" ]
[]
false
false
false
true
false
let as_ensures (#a: Type) (wp: pure_wp a) : pure_post a =
fun (x: a) -> ~(wp (fun y -> (y =!= x)))
false
prims.fst
Prims.as_requires
val as_requires (#a: Type) (wp: pure_wp a) : pure_pre
val as_requires (#a: Type) (wp: pure_wp a) : pure_pre
let as_requires (#a: Type) (wp: pure_wp a) : pure_pre = wp (fun x -> True)
{ "file_name": "ulib/prims.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 74, "end_line": 609, "start_col": 0, "start_line": 609 }
(* Copyright 2008-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 agre...
{ "checked_file": "/", "dependencies": [], "interface_file": false, "source_file": "prims.fst" }
[ { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null } ]
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
wp: Prims.pure_wp a -> Prims.pure_pre
Prims.Tot
[ "total" ]
[]
[ "Prims.pure_wp", "Prims.l_True", "Prims.pure_pre" ]
[]
false
false
false
true
false
let as_requires (#a: Type) (wp: pure_wp a) : pure_pre =
wp (fun x -> True)
false
prims.fst
Prims.returnM
val returnM (a: Type) (x: a) : M a
val returnM (a: Type) (x: a) : M a
let returnM (a: Type) (x: a) : M a = x
{ "file_name": "ulib/prims.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 38, "end_line": 604, "start_col": 0, "start_line": 604 }
(* Copyright 2008-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 agre...
{ "checked_file": "/", "dependencies": [], "interface_file": false, "source_file": "prims.fst" }
[ { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null } ]
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Type -> x: a -> Prims.M a
Prims.Tot
[ "total" ]
[]
[]
[]
false
false
false
true
false
let returnM (a: Type) (x: a) : M a =
x
false
prims.fst
Prims.__cache_version_number__
val __cache_version_number__ : Prims.int
let __cache_version_number__ = 64
{ "file_name": "ulib/prims.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 33, "end_line": 711, "start_col": 0, "start_line": 711 }
(* Copyright 2008-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 agre...
{ "checked_file": "/", "dependencies": [], "interface_file": false, "source_file": "prims.fst" }
[ { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null } ]
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Prims.int
Prims.Tot
[ "total" ]
[]
[]
[]
false
false
false
true
false
let __cache_version_number__ =
64
false
prims.fst
Prims.abs
val abs (x: int) : Tot int
val abs (x: int) : Tot int
let abs (x: int) : Tot int = if x >= 0 then x else - x
{ "file_name": "ulib/prims.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 54, "end_line": 696, "start_col": 0, "start_line": 696 }
(* Copyright 2008-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 agre...
{ "checked_file": "/", "dependencies": [], "interface_file": false, "source_file": "prims.fst" }
[ { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null } ]
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: Prims.int -> Prims.int
Prims.Tot
[ "total" ]
[]
[ "Prims.int", "Prims.op_GreaterThanOrEqual", "Prims.bool", "Prims.op_Minus" ]
[]
false
false
false
true
false
let abs (x: int) : Tot int =
if x >= 0 then x else - x
false
prims.fst
Prims.min
val min : x: Prims.int -> y: Prims.int -> Prims.int
let min x y = if x <= y then x else y
{ "file_name": "ulib/prims.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 37, "end_line": 693, "start_col": 0, "start_line": 693 }
(* Copyright 2008-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 agre...
{ "checked_file": "/", "dependencies": [], "interface_file": false, "source_file": "prims.fst" }
[ { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null } ]
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: Prims.int -> y: Prims.int -> Prims.int
Prims.Tot
[ "total" ]
[]
[ "Prims.int", "Prims.op_LessThanOrEqual", "Prims.bool" ]
[]
false
false
false
true
false
let min x y =
if x <= y then x else y
false
prims.fst
Prims.pow2
val pow2 (x: nat) : Tot pos
val pow2 (x: nat) : Tot pos
let rec pow2 (x: nat) : Tot pos = match x with | 0 -> 1 | _ -> 2 `op_Multiply` (pow2 (x - 1))
{ "file_name": "ulib/prims.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 39, "end_line": 690, "start_col": 0, "start_line": 687 }
(* Copyright 2008-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 agre...
{ "checked_file": "/", "dependencies": [], "interface_file": false, "source_file": "prims.fst" }
[ { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null } ]
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: Prims.nat -> Prims.pos
Prims.Tot
[ "total" ]
[]
[ "Prims.nat", "Prims.int", "Prims.op_Multiply", "Prims.pow2", "Prims.op_Subtraction", "Prims.pos" ]
[ "recursion" ]
false
false
false
true
false
let rec pow2 (x: nat) : Tot pos =
match x with | 0 -> 1 | _ -> 2 `op_Multiply` (pow2 (x - 1))
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.lemma_merge_total
val lemma_merge_total (b0:codes) (s0:vale_state) (f0:fuel) (sM:vale_state) (fM:fuel) (sN:vale_state) : Lemma (requires Cons? b0 /\ eval_code (Cons?.hd b0) s0 f0 sM /\ eval_code (Block (Cons?.tl b0)) sM fM sN ) (ensures eval_code (Block b0) s0 (compute_merge_total f0 fM) sN)
val lemma_merge_total (b0:codes) (s0:vale_state) (f0:fuel) (sM:vale_state) (fM:fuel) (sN:vale_state) : Lemma (requires Cons? b0 /\ eval_code (Cons?.hd b0) s0 f0 sM /\ eval_code (Block (Cons?.tl b0)) sM fM sN ) (ensures eval_code (Block b0) s0 (compute_merge_total f0 fM) sN)
let lemma_merge_total (b0:codes) (s0:vale_state) (f0:fuel) (sM:vale_state) (fM:fuel) (sN:vale_state) = let f = if f0 > fM then f0 else fM in increase_fuel (codes_modifies_ghost b0) (Cons?.hd b0) (state_to_S s0) f0 (state_to_S sM) f; increase_fuel (codes_modifies_ghost b0) (Block (Cons?.tl b0)) (state_to_S sM) fM ...
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 100, "end_line": 353, "start_col": 0, "start_line": 350 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 2, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b0: Vale.X64.Lemmas.codes -> s0: Vale.X64.State.vale_state -> f0: Vale.X64.Lemmas.fuel -> sM: Vale.X64.State.vale_state -> fM: Vale.X64.Lemmas.fuel -> sN: Vale.X64.State.vale_state -> FStar.Pervasives.Lemma (requires Cons? b0 /\ Vale.X64.Lemmas.eval_code (Cons?.hd b0) s0 f0 sM /...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.X64.Lemmas.codes", "Vale.X64.State.vale_state", "Vale.X64.Lemmas.fuel", "Vale.X64.Lemmas.increase_fuel", "Vale.X64.Lemmas.codes_modifies_ghost", "Vale.X64.Machine_s.Block", "Vale.X64.Bytes_Code_s.instruction_t", "Vale.X64.Machine_Semantics_s.instr_annotation", "Vale.X64.Bytes_Code_s.ocmp", "...
[]
false
false
true
false
false
let lemma_merge_total (b0: codes) (s0: vale_state) (f0: fuel) (sM: vale_state) (fM: fuel) (sN: vale_state) =
let f = if f0 > fM then f0 else fM in increase_fuel (codes_modifies_ghost b0) (Cons?.hd b0) (state_to_S s0) f0 (state_to_S sM) f; increase_fuel (codes_modifies_ghost b0) (Block (Cons?.tl b0)) (state_to_S sM) fM (state_to_S sN) f
false
FStar.Int.Cast.Full.fst
FStar.Int.Cast.Full.uint64_to_uint128
val uint64_to_uint128: a:U64.t -> b:U128.t{U128.v b == U64.v a}
val uint64_to_uint128: a:U64.t -> b:U128.t{U128.v b == U64.v a}
let uint64_to_uint128 a = U128.uint64_to_uint128 a
{ "file_name": "ulib/FStar.Int.Cast.Full.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 50, "end_line": 26, "start_col": 0, "start_line": 26 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Int.Cast.fst.checked" ], "interface_file": false, "source_file": "FStar.Int.Cast.Full.fst" }
[ { "abbrev": true, "full_module": "FStar.UInt128", "short_module": "U128" }, { "abbrev": true, "full_module": "FStar.UInt64", "short_module": "U64" }, { "abbrev": false, "full_module": "FStar.Int.Cast", "short_module": null }, { "abbrev": false, "full_module": ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: FStar.UInt64.t -> b: FStar.UInt128.t{FStar.UInt128.v b == FStar.UInt64.v a}
Prims.Tot
[ "total" ]
[]
[ "FStar.UInt64.t", "FStar.UInt128.uint64_to_uint128", "FStar.UInt128.t", "Prims.eq2", "Prims.int", "Prims.l_or", "FStar.UInt.size", "FStar.UInt128.n", "FStar.UInt64.n", "FStar.UInt128.v", "FStar.UInt64.v" ]
[]
false
false
false
false
false
let uint64_to_uint128 a =
U128.uint64_to_uint128 a
false
FStar.Int.Cast.Full.fst
FStar.Int.Cast.Full.uint128_to_uint64
val uint128_to_uint64: a:U128.t -> b:U64.t{U64.v b == U128.v a % pow2 64}
val uint128_to_uint64: a:U128.t -> b:U64.t{U64.v b == U128.v a % pow2 64}
let uint128_to_uint64 a = U128.uint128_to_uint64 a
{ "file_name": "ulib/FStar.Int.Cast.Full.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 50, "end_line": 31, "start_col": 0, "start_line": 31 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt64.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Int.Cast.fst.checked" ], "interface_file": false, "source_file": "FStar.Int.Cast.Full.fst" }
[ { "abbrev": true, "full_module": "FStar.UInt128", "short_module": "U128" }, { "abbrev": true, "full_module": "FStar.UInt64", "short_module": "U64" }, { "abbrev": false, "full_module": "FStar.Int.Cast", "short_module": null }, { "abbrev": false, "full_module": ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: FStar.UInt128.t -> b: FStar.UInt64.t{FStar.UInt64.v b == FStar.UInt128.v a % Prims.pow2 64}
Prims.Tot
[ "total" ]
[]
[ "FStar.UInt128.t", "FStar.UInt128.uint128_to_uint64", "FStar.UInt64.t", "Prims.eq2", "Prims.int", "FStar.UInt64.v", "Prims.op_Modulus", "FStar.UInt128.v", "Prims.pow2" ]
[]
false
false
false
false
false
let uint128_to_uint64 a =
U128.uint128_to_uint64 a
false
Vale.X64.Instruction_s.fsti
Vale.X64.Instruction_s.instr_out
val instr_out : Type0
let instr_out = instr_operand_inout & instr_operand
{ "file_name": "vale/specs/hardware/Vale.X64.Instruction_s.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 51, "end_line": 32, "start_col": 0, "start_line": 32 }
module Vale.X64.Instruction_s open FStar.Mul open Vale.Def.Words_s open Vale.Def.Types_s open Vale.X64.Machine_s (* An generic instruction has: - zero or more input operands - zero or more output operands or input/output operands - a possible effect on the status flags Some of the operands may be hard-coded to a parti...
{ "checked_file": "/", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.Def.Words_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false,...
[ { "abbrev": false, "full_module": "Vale.X64.Machine_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words_s", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Type0
Prims.Tot
[ "total" ]
[]
[ "FStar.Pervasives.Native.tuple2", "Vale.X64.Instruction_s.instr_operand_inout", "Vale.X64.Instruction_s.instr_operand" ]
[]
false
false
false
true
true
let instr_out =
instr_operand_inout & instr_operand
false
Vale.X64.Instruction_s.fsti
Vale.X64.Instruction_s.normal
val normal (#a: Type) (x: a) : a
val normal (#a: Type) (x: a) : a
let normal (#a:Type) (x:a) : a = norm [zeta; iota; delta_attr [`%instr_attr]] x
{ "file_name": "vale/specs/hardware/Vale.X64.Instruction_s.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 86, "end_line": 35, "start_col": 7, "start_line": 35 }
module Vale.X64.Instruction_s open FStar.Mul open Vale.Def.Words_s open Vale.Def.Types_s open Vale.X64.Machine_s (* An generic instruction has: - zero or more input operands - zero or more output operands or input/output operands - a possible effect on the status flags Some of the operands may be hard-coded to a parti...
{ "checked_file": "/", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.Def.Words_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false,...
[ { "abbrev": false, "full_module": "Vale.X64.Machine_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words_s", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: a -> a
Prims.Tot
[ "total" ]
[]
[ "FStar.Pervasives.norm", "Prims.Cons", "FStar.Pervasives.norm_step", "FStar.Pervasives.zeta", "FStar.Pervasives.iota", "FStar.Pervasives.delta_attr", "Prims.string", "Prims.Nil" ]
[]
false
false
false
true
false
let normal (#a: Type) (x: a) : a =
norm [zeta; iota; delta_attr [`%instr_attr]] x
false
Steel.ST.Effect.fsti
Steel.ST.Effect.bind_ens
val bind_ens : a: Type -> b: Type -> ens_f: Prims.pure_post a -> ens_g: (_: a -> Prims.pure_post b) -> y: b -> Prims.logical
let bind_ens (a:Type) (b:Type) (ens_f: pure_post a) (ens_g: a -> pure_post b) = fun (y:b) -> exists (x:a). ens_f x /\ ens_g x y
{ "file_name": "lib/steel/Steel.ST.Effect.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 51, "end_line": 57, "start_col": 0, "start_line": 54 }
(* Copyright 2020 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.Effect.Common.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked" ], "interface_file": false, "source_file": "Steel.ST.Effect.fsti" }
[ { "abbrev": false, "full_module": "Steel.Effect", "short_module": null }, { "abbrev": false, "full_module": "Steel.Effect.Common", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Type -> b: Type -> ens_f: Prims.pure_post a -> ens_g: (_: a -> Prims.pure_post b) -> y: b -> Prims.logical
Prims.Tot
[ "total" ]
[]
[ "Prims.pure_post", "Prims.l_Exists", "Prims.l_and", "Prims.logical" ]
[]
false
false
false
true
true
let bind_ens (a b: Type) (ens_f: pure_post a) (ens_g: (a -> pure_post b)) =
fun (y: b) -> exists (x: a). ens_f x /\ ens_g x y
false
Vale.X64.Instruction_s.fsti
Vale.X64.Instruction_s.arrow
val arrow : a: Type -> b: Type -> Type
let arrow (a b:Type) = a -> b
{ "file_name": "vale/specs/hardware/Vale.X64.Instruction_s.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 29, "end_line": 37, "start_col": 0, "start_line": 37 }
module Vale.X64.Instruction_s open FStar.Mul open Vale.Def.Words_s open Vale.Def.Types_s open Vale.X64.Machine_s (* An generic instruction has: - zero or more input operands - zero or more output operands or input/output operands - a possible effect on the status flags Some of the operands may be hard-coded to a parti...
{ "checked_file": "/", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.Def.Words_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false,...
[ { "abbrev": false, "full_module": "Vale.X64.Machine_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words_s", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Type -> b: Type -> Type
Prims.Tot
[ "total" ]
[]
[]
[]
false
false
false
true
true
let arrow (a b: Type) =
a -> b
false
Steel.ST.Effect.fsti
Steel.ST.Effect.if_then_else_ens
val if_then_else_ens (a: Type) (p: Type0) (ens_then ens_else: pure_post a) : pure_post a
val if_then_else_ens (a: Type) (p: Type0) (ens_then ens_else: pure_post a) : pure_post a
let if_then_else_ens (a:Type) (p:Type0) (ens_then ens_else : pure_post a) : pure_post a = fun (x:a) -> (p ==> ens_then x) /\ (~p ==> ens_else x)
{ "file_name": "lib/steel/Steel.ST.Effect.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 25, "end_line": 127, "start_col": 0, "start_line": 121 }
(* Copyright 2020 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.Effect.Common.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked" ], "interface_file": false, "source_file": "Steel.ST.Effect.fsti" }
[ { "abbrev": false, "full_module": "Steel.Effect", "short_module": null }, { "abbrev": false, "full_module": "Steel.Effect.Common", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Type -> p: Type0 -> ens_then: Prims.pure_post a -> ens_else: Prims.pure_post a -> Prims.pure_post a
Prims.Tot
[ "total" ]
[]
[ "Prims.pure_post", "Prims.l_and", "Prims.l_imp", "Prims.l_not" ]
[]
false
false
false
true
false
let if_then_else_ens (a: Type) (p: Type0) (ens_then ens_else: pure_post a) : pure_post a =
fun (x: a) -> (p ==> ens_then x) /\ (~p ==> ens_else x)
false
Steel.ST.Effect.fsti
Steel.ST.Effect.bind_req
val bind_req : a: Type -> req_f: Prims.pure_pre -> ens_f: Prims.pure_post a -> pr: (_: a -> Prims.prop) -> req_g: (_: a -> Prims.pure_pre) -> Prims.logical
let bind_req (a:Type) (req_f: pure_pre) (ens_f: pure_post a) (pr:a -> prop) (req_g: a -> pure_pre) = req_f /\ (forall (x:a). ens_f x ==> pr x /\ req_g x)
{ "file_name": "lib/steel/Steel.ST.Effect.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 56, "end_line": 50, "start_col": 0, "start_line": 45 }
(* Copyright 2020 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.Effect.Common.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked" ], "interface_file": false, "source_file": "Steel.ST.Effect.fsti" }
[ { "abbrev": false, "full_module": "Steel.Effect", "short_module": null }, { "abbrev": false, "full_module": "Steel.Effect.Common", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Type -> req_f: Prims.pure_pre -> ens_f: Prims.pure_post a -> pr: (_: a -> Prims.prop) -> req_g: (_: a -> Prims.pure_pre) -> Prims.logical
Prims.Tot
[ "total" ]
[]
[ "Prims.pure_pre", "Prims.pure_post", "Prims.prop", "Prims.l_and", "Prims.l_Forall", "Prims.l_imp", "Prims.logical" ]
[]
false
false
false
true
true
let bind_req (a: Type) (req_f: pure_pre) (ens_f: pure_post a) (pr: (a -> prop)) (req_g: (a -> pure_pre)) =
req_f /\ (forall (x: a). ens_f x ==> pr x /\ req_g x)
false
Vale.X64.Instruction_s.fsti
Vale.X64.Instruction_s.out
val out : o: Vale.X64.Instruction_s.instr_operand -> Vale.X64.Instruction_s.instr_operand_inout * Vale.X64.Instruction_s.instr_operand
let out (o:instr_operand) = (Out, o)
{ "file_name": "vale/specs/hardware/Vale.X64.Instruction_s.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 57, "end_line": 41, "start_col": 21, "start_line": 41 }
module Vale.X64.Instruction_s open FStar.Mul open Vale.Def.Words_s open Vale.Def.Types_s open Vale.X64.Machine_s (* An generic instruction has: - zero or more input operands - zero or more output operands or input/output operands - a possible effect on the status flags Some of the operands may be hard-coded to a parti...
{ "checked_file": "/", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.Def.Words_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false,...
[ { "abbrev": false, "full_module": "Vale.X64.Machine_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words_s", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
o: Vale.X64.Instruction_s.instr_operand -> Vale.X64.Instruction_s.instr_operand_inout * Vale.X64.Instruction_s.instr_operand
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Instruction_s.instr_operand", "FStar.Pervasives.Native.Mktuple2", "Vale.X64.Instruction_s.instr_operand_inout", "Vale.X64.Instruction_s.Out", "FStar.Pervasives.Native.tuple2" ]
[]
false
false
false
true
false
let out (o: instr_operand) =
(Out, o)
false
Vale.X64.Instruction_s.fsti
Vale.X64.Instruction_s.inOut
val inOut : o: Vale.X64.Instruction_s.instr_operand -> Vale.X64.Instruction_s.instr_operand_inout * Vale.X64.Instruction_s.instr_operand
let inOut (o:instr_operand) = (InOut, o)
{ "file_name": "vale/specs/hardware/Vale.X64.Instruction_s.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 61, "end_line": 40, "start_col": 21, "start_line": 40 }
module Vale.X64.Instruction_s open FStar.Mul open Vale.Def.Words_s open Vale.Def.Types_s open Vale.X64.Machine_s (* An generic instruction has: - zero or more input operands - zero or more output operands or input/output operands - a possible effect on the status flags Some of the operands may be hard-coded to a parti...
{ "checked_file": "/", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.Def.Words_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false,...
[ { "abbrev": false, "full_module": "Vale.X64.Machine_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words_s", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
o: Vale.X64.Instruction_s.instr_operand -> Vale.X64.Instruction_s.instr_operand_inout * Vale.X64.Instruction_s.instr_operand
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Instruction_s.instr_operand", "FStar.Pervasives.Native.Mktuple2", "Vale.X64.Instruction_s.instr_operand_inout", "Vale.X64.Instruction_s.InOut", "FStar.Pervasives.Native.tuple2" ]
[]
false
false
false
true
false
let inOut (o: instr_operand) =
(InOut, o)
false
Vale.X64.Instruction_s.fsti
Vale.X64.Instruction_s.op64
val op64 : Vale.X64.Instruction_s.instr_operand
let op64 = IOpEx IOp64
{ "file_name": "vale/specs/hardware/Vale.X64.Instruction_s.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 43, "end_line": 42, "start_col": 21, "start_line": 42 }
module Vale.X64.Instruction_s open FStar.Mul open Vale.Def.Words_s open Vale.Def.Types_s open Vale.X64.Machine_s (* An generic instruction has: - zero or more input operands - zero or more output operands or input/output operands - a possible effect on the status flags Some of the operands may be hard-coded to a parti...
{ "checked_file": "/", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.Def.Words_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false,...
[ { "abbrev": false, "full_module": "Vale.X64.Machine_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words_s", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Vale.X64.Instruction_s.instr_operand
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Instruction_s.IOpEx", "Vale.X64.Instruction_s.IOp64" ]
[]
false
false
false
true
false
let op64 =
IOpEx IOp64
false
Steel.ST.Effect.fsti
Steel.ST.Effect.bind_pure_st_ens
val bind_pure_st_ens (#a #b: Type) (wp: pure_wp a) (ens: (a -> pure_post b)) : pure_post b
val bind_pure_st_ens (#a #b: Type) (wp: pure_wp a) (ens: (a -> pure_post b)) : pure_post b
let bind_pure_st_ens (#a:Type) (#b:Type) (wp:pure_wp a) (ens: a -> pure_post b) : pure_post b = fun (r:b) -> as_requires wp /\ (exists (x:a). as_ensures wp x /\ ens x r)
{ "file_name": "lib/steel/Steel.ST.Effect.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 79, "end_line": 205, "start_col": 0, "start_line": 200 }
(* Copyright 2020 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.Effect.Common.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked" ], "interface_file": false, "source_file": "Steel.ST.Effect.fsti" }
[ { "abbrev": false, "full_module": "Steel.Effect", "short_module": null }, { "abbrev": false, "full_module": "Steel.Effect.Common", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
wp: Prims.pure_wp a -> ens: (_: a -> Prims.pure_post b) -> Prims.pure_post b
Prims.Tot
[ "total" ]
[]
[ "Prims.pure_wp", "Prims.pure_post", "Prims.l_and", "Prims.as_requires", "Prims.l_Exists", "Prims.as_ensures" ]
[]
false
false
false
true
false
let bind_pure_st_ens (#a #b: Type) (wp: pure_wp a) (ens: (a -> pure_post b)) : pure_post b =
fun (r: b) -> as_requires wp /\ (exists (x: a). as_ensures wp x /\ ens x r)
false
Vale.X64.Instruction_s.fsti
Vale.X64.Instruction_s.opXmm
val opXmm : Vale.X64.Instruction_s.instr_operand
let opXmm = IOpEx IOpXmm
{ "file_name": "vale/specs/hardware/Vale.X64.Instruction_s.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 45, "end_line": 43, "start_col": 21, "start_line": 43 }
module Vale.X64.Instruction_s open FStar.Mul open Vale.Def.Words_s open Vale.Def.Types_s open Vale.X64.Machine_s (* An generic instruction has: - zero or more input operands - zero or more output operands or input/output operands - a possible effect on the status flags Some of the operands may be hard-coded to a parti...
{ "checked_file": "/", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.Def.Words_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false,...
[ { "abbrev": false, "full_module": "Vale.X64.Machine_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words_s", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Vale.X64.Instruction_s.instr_operand
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Instruction_s.IOpEx", "Vale.X64.Instruction_s.IOpXmm" ]
[]
false
false
false
true
false
let opXmm =
IOpEx IOpXmm
false
Vale.X64.Instruction_s.fsti
Vale.X64.Instruction_s.one64
val one64 : o: Vale.X64.Machine_s.operand64 -> Vale.X64.Instruction_s.instr_operand
let one64 (o:operand64) = IOpIm (IOp64One o)
{ "file_name": "vale/specs/hardware/Vale.X64.Instruction_s.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 65, "end_line": 44, "start_col": 21, "start_line": 44 }
module Vale.X64.Instruction_s open FStar.Mul open Vale.Def.Words_s open Vale.Def.Types_s open Vale.X64.Machine_s (* An generic instruction has: - zero or more input operands - zero or more output operands or input/output operands - a possible effect on the status flags Some of the operands may be hard-coded to a parti...
{ "checked_file": "/", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.Def.Words_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false,...
[ { "abbrev": false, "full_module": "Vale.X64.Machine_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words_s", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
o: Vale.X64.Machine_s.operand64 -> Vale.X64.Instruction_s.instr_operand
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Machine_s.operand64", "Vale.X64.Instruction_s.IOpIm", "Vale.X64.Instruction_s.IOp64One", "Vale.X64.Instruction_s.instr_operand" ]
[]
false
false
false
true
false
let one64 (o: operand64) =
IOpIm (IOp64One o)
false
Vale.X64.Instruction_s.fsti
Vale.X64.Instruction_s.oneXmm
val oneXmm : o: Vale.X64.Machine_s.operand128 -> Vale.X64.Instruction_s.instr_operand
let oneXmm (o:operand128) = IOpIm (IOpXmmOne o)
{ "file_name": "vale/specs/hardware/Vale.X64.Instruction_s.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 68, "end_line": 46, "start_col": 21, "start_line": 46 }
module Vale.X64.Instruction_s open FStar.Mul open Vale.Def.Words_s open Vale.Def.Types_s open Vale.X64.Machine_s (* An generic instruction has: - zero or more input operands - zero or more output operands or input/output operands - a possible effect on the status flags Some of the operands may be hard-coded to a parti...
{ "checked_file": "/", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.Def.Words_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false,...
[ { "abbrev": false, "full_module": "Vale.X64.Machine_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words_s", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
o: Vale.X64.Machine_s.operand128 -> Vale.X64.Instruction_s.instr_operand
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Machine_s.operand128", "Vale.X64.Instruction_s.IOpIm", "Vale.X64.Instruction_s.IOpXmmOne", "Vale.X64.Instruction_s.instr_operand" ]
[]
false
false
false
true
false
let oneXmm (o: operand128) =
IOpIm (IOpXmmOne o)
false
Steel.ST.Effect.fsti
Steel.ST.Effect.if_then_else_req
val if_then_else_req (p: Type0) (req_then req_else: pure_pre) : pure_pre
val if_then_else_req (p: Type0) (req_then req_else: pure_pre) : pure_pre
let if_then_else_req (p:Type0) (req_then req_else:pure_pre) : pure_pre = (p ==> req_then) /\ ((~ p) ==> req_else)
{ "file_name": "lib/steel/Steel.ST.Effect.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 25, "end_line": 117, "start_col": 0, "start_line": 114 }
(* Copyright 2020 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.Effect.Common.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked" ], "interface_file": false, "source_file": "Steel.ST.Effect.fsti" }
[ { "abbrev": false, "full_module": "Steel.Effect", "short_module": null }, { "abbrev": false, "full_module": "Steel.Effect.Common", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
p: Type0 -> req_then: Prims.pure_pre -> req_else: Prims.pure_pre -> Prims.pure_pre
Prims.Tot
[ "total" ]
[]
[ "Prims.pure_pre", "Prims.l_and", "Prims.l_imp", "Prims.l_not" ]
[]
false
false
false
true
false
let if_then_else_req (p: Type0) (req_then req_else: pure_pre) : pure_pre =
(p ==> req_then) /\ ((~p) ==> req_else)
false
Vale.X64.Instruction_s.fsti
Vale.X64.Instruction_s.opFlagsCf
val opFlagsCf : Vale.X64.Instruction_s.instr_operand
let opFlagsCf = IOpIm IOpFlagsCf
{ "file_name": "vale/specs/hardware/Vale.X64.Instruction_s.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 53, "end_line": 47, "start_col": 21, "start_line": 47 }
module Vale.X64.Instruction_s open FStar.Mul open Vale.Def.Words_s open Vale.Def.Types_s open Vale.X64.Machine_s (* An generic instruction has: - zero or more input operands - zero or more output operands or input/output operands - a possible effect on the status flags Some of the operands may be hard-coded to a parti...
{ "checked_file": "/", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.Def.Words_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false,...
[ { "abbrev": false, "full_module": "Vale.X64.Machine_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words_s", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Vale.X64.Instruction_s.instr_operand
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Instruction_s.IOpIm", "Vale.X64.Instruction_s.IOpFlagsCf" ]
[]
false
false
false
true
false
let opFlagsCf =
IOpIm IOpFlagsCf
false
Vale.X64.Instruction_s.fsti
Vale.X64.Instruction_s.opFlagsOf
val opFlagsOf : Vale.X64.Instruction_s.instr_operand
let opFlagsOf = IOpIm IOpFlagsOf
{ "file_name": "vale/specs/hardware/Vale.X64.Instruction_s.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 53, "end_line": 48, "start_col": 21, "start_line": 48 }
module Vale.X64.Instruction_s open FStar.Mul open Vale.Def.Words_s open Vale.Def.Types_s open Vale.X64.Machine_s (* An generic instruction has: - zero or more input operands - zero or more output operands or input/output operands - a possible effect on the status flags Some of the operands may be hard-coded to a parti...
{ "checked_file": "/", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.Def.Words_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false,...
[ { "abbrev": false, "full_module": "Vale.X64.Machine_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words_s", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Vale.X64.Instruction_s.instr_operand
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Instruction_s.IOpIm", "Vale.X64.Instruction_s.IOpFlagsOf" ]
[]
false
false
false
true
false
let opFlagsOf =
IOpIm IOpFlagsOf
false
C.String.fsti
C.String.zero_free
val zero_free : s: FStar.Seq.Base.seq C.char -> Prims.logical
let zero_free (s: Seq.seq C.char) = forall (i: nat). {:pattern (Seq.index s i)} i < Seq.length s - 1 ==> Seq.index s i <> C.char_of_uint8 0uy
{ "file_name": "krmllib/C.String.fsti", "git_rev": "da1e941b2fcb196aa5d1e34941aa00b4c67ac321", "git_url": "https://github.com/FStarLang/karamel.git", "project_name": "karamel" }
{ "end_col": 65, "end_line": 13, "start_col": 0, "start_line": 11 }
module C.String module U8 = FStar.UInt8 module U32 = FStar.UInt32 module B = LowStar.Buffer module M = LowStar.Modifies open FStar.HyperStack.ST
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowStar.Modifies.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt.fsti.checked", "FStar.String.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives....
[ { "abbrev": false, "full_module": "FStar.HyperStack.ST", "short_module": null }, { "abbrev": true, "full_module": "LowStar.Modifies", "short_module": "M" }, { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": true, "full_modul...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
s: FStar.Seq.Base.seq C.char -> Prims.logical
Prims.Tot
[ "total" ]
[]
[ "FStar.Seq.Base.seq", "C.char", "Prims.l_Forall", "Prims.nat", "Prims.l_imp", "Prims.b2t", "Prims.op_LessThan", "Prims.op_Subtraction", "FStar.Seq.Base.length", "Prims.op_disEquality", "FStar.Seq.Base.index", "C.char_of_uint8", "FStar.UInt8.__uint_to_t", "Prims.logical" ]
[]
false
false
false
true
true
let zero_free (s: Seq.seq C.char) =
forall (i: nat). {:pattern (Seq.index s i)} i < Seq.length s - 1 ==> Seq.index s i <> C.char_of_uint8 0uy
false
Steel.ST.Effect.fsti
Steel.ST.Effect.bind_pure_st_req
val bind_pure_st_req (#a: Type) (wp: pure_wp a) (req: (a -> pure_pre)) : pure_pre
val bind_pure_st_req (#a: Type) (wp: pure_wp a) (req: (a -> pure_pre)) : pure_pre
let bind_pure_st_req (#a:Type) (wp:pure_wp a) (req:a -> pure_pre) : pure_pre = wp req
{ "file_name": "lib/steel/Steel.ST.Effect.fsti", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 9, "end_line": 194, "start_col": 0, "start_line": 190 }
(* Copyright 2020 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Steel.Memory.fsti.checked", "Steel.Effect.Common.fsti.checked", "prims.fst.checked", "FStar.Tactics.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Ghost.fsti.checked" ], "interface_file": false, "source_file": "Steel.ST.Effect.fsti" }
[ { "abbrev": false, "full_module": "Steel.Effect", "short_module": null }, { "abbrev": false, "full_module": "Steel.Effect.Common", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
wp: Prims.pure_wp a -> req: (_: a -> Prims.pure_pre) -> Prims.pure_pre
Prims.Tot
[ "total" ]
[]
[ "Prims.pure_wp", "Prims.pure_pre" ]
[]
false
false
false
true
false
let bind_pure_st_req (#a: Type) (wp: pure_wp a) (req: (a -> pure_pre)) : pure_pre =
wp req
false
Vale.X64.Instruction_s.fsti
Vale.X64.Instruction_s.instr_eval_t
val instr_eval_t (outs: list instr_out) (args: list instr_operand) : Type0
val instr_eval_t (outs: list instr_out) (args: list instr_operand) : Type0
let instr_eval_t (outs:list instr_out) (args:list instr_operand) : Type0 = instr_inouts_t outs outs args
{ "file_name": "vale/specs/hardware/Vale.X64.Instruction_s.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 31, "end_line": 85, "start_col": 0, "start_line": 84 }
module Vale.X64.Instruction_s open FStar.Mul open Vale.Def.Words_s open Vale.Def.Types_s open Vale.X64.Machine_s (* An generic instruction has: - zero or more input operands - zero or more output operands or input/output operands - a possible effect on the status flags Some of the operands may be hard-coded to a parti...
{ "checked_file": "/", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.Def.Words_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false,...
[ { "abbrev": false, "full_module": "Vale.X64.Machine_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words_s", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
outs: Prims.list Vale.X64.Instruction_s.instr_out -> args: Prims.list Vale.X64.Instruction_s.instr_operand -> Type0
Prims.Tot
[ "total" ]
[]
[ "Prims.list", "Vale.X64.Instruction_s.instr_out", "Vale.X64.Instruction_s.instr_operand", "Vale.X64.Instruction_s.instr_inouts_t" ]
[]
false
false
false
true
true
let instr_eval_t (outs: list instr_out) (args: list instr_operand) : Type0 =
instr_inouts_t outs outs args
false
Vale.X64.Instruction_s.fsti
Vale.X64.Instruction_s.coerce
val coerce (#b #a: Type) (x: a{a == b}) : b
val coerce (#b #a: Type) (x: a{a == b}) : b
let coerce (#b #a:Type) (x:a{a == b}) : b = x
{ "file_name": "vale/specs/hardware/Vale.X64.Instruction_s.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 66, "end_line": 38, "start_col": 21, "start_line": 38 }
module Vale.X64.Instruction_s open FStar.Mul open Vale.Def.Words_s open Vale.Def.Types_s open Vale.X64.Machine_s (* An generic instruction has: - zero or more input operands - zero or more output operands or input/output operands - a possible effect on the status flags Some of the operands may be hard-coded to a parti...
{ "checked_file": "/", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.Def.Words_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false,...
[ { "abbrev": false, "full_module": "Vale.X64.Machine_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words_s", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: a{a == b} -> b
Prims.Tot
[ "total" ]
[]
[ "Prims.eq2" ]
[]
false
false
false
false
false
let coerce (#b #a: Type) (x: a{a == b}) : b =
x
false
C.String.fsti
C.String.well_formed
val well_formed : s: FStar.Seq.Base.seq C.char -> Prims.logical
let well_formed (s:Seq.seq C.char) = let l = Seq.length s in l <= FStar.UInt.max_int 32 /\ l >= 1 /\ Seq.index s (l - 1) = C.char_of_uint8 0uy /\ zero_free s
{ "file_name": "krmllib/C.String.fsti", "git_rev": "da1e941b2fcb196aa5d1e34941aa00b4c67ac321", "git_url": "https://github.com/FStarLang/karamel.git", "project_name": "karamel" }
{ "end_col": 13, "end_line": 20, "start_col": 0, "start_line": 15 }
module C.String module U8 = FStar.UInt8 module U32 = FStar.UInt32 module B = LowStar.Buffer module M = LowStar.Modifies open FStar.HyperStack.ST let zero_free (s: Seq.seq C.char) = forall (i: nat). {:pattern (Seq.index s i)} i < Seq.length s - 1 ==> Seq.index s i <> C.char_of_uint8 0uy
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowStar.Modifies.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt.fsti.checked", "FStar.String.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives....
[ { "abbrev": false, "full_module": "FStar.HyperStack.ST", "short_module": null }, { "abbrev": true, "full_module": "LowStar.Modifies", "short_module": "M" }, { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": true, "full_modul...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
s: FStar.Seq.Base.seq C.char -> Prims.logical
Prims.Tot
[ "total" ]
[]
[ "FStar.Seq.Base.seq", "C.char", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "FStar.UInt.max_int", "Prims.op_GreaterThanOrEqual", "Prims.op_Equality", "FStar.Seq.Base.index", "Prims.op_Subtraction", "C.char_of_uint8", "FStar.UInt8.__uint_to_t", "C.String.zero_free", "Prims.nat",...
[]
false
false
false
true
true
let well_formed (s: Seq.seq C.char) =
let l = Seq.length s in l <= FStar.UInt.max_int 32 /\ l >= 1 /\ Seq.index s (l - 1) = C.char_of_uint8 0uy /\ zero_free s
false
Vale.X64.Instruction_s.fsti
Vale.X64.Instruction_s.one64Reg
val one64Reg : r: Vale.X64.Machine_s.reg_64 -> Vale.X64.Instruction_s.instr_operand
let one64Reg (r:reg_64) = IOpIm (IOp64One (OReg r))
{ "file_name": "vale/specs/hardware/Vale.X64.Instruction_s.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 72, "end_line": 45, "start_col": 21, "start_line": 45 }
module Vale.X64.Instruction_s open FStar.Mul open Vale.Def.Words_s open Vale.Def.Types_s open Vale.X64.Machine_s (* An generic instruction has: - zero or more input operands - zero or more output operands or input/output operands - a possible effect on the status flags Some of the operands may be hard-coded to a parti...
{ "checked_file": "/", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.Def.Words_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false,...
[ { "abbrev": false, "full_module": "Vale.X64.Machine_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words_s", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
r: Vale.X64.Machine_s.reg_64 -> Vale.X64.Instruction_s.instr_operand
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Machine_s.reg_64", "Vale.X64.Instruction_s.IOpIm", "Vale.X64.Instruction_s.IOp64One", "Vale.X64.Machine_s.OReg", "Vale.X64.Machine_s.nat64", "Vale.X64.Instruction_s.instr_operand" ]
[]
false
false
false
true
false
let one64Reg (r: reg_64) =
IOpIm (IOp64One (OReg r))
false
Vale.X64.Instruction_s.fsti
Vale.X64.Instruction_s.instr_args_t
val instr_args_t (outs: list instr_out) (args: list instr_operand) : Type0
val instr_args_t (outs: list instr_out) (args: list instr_operand) : Type0
let rec instr_args_t (outs:list instr_out) (args:list instr_operand) : Type0 = match args with | [] -> option (instr_ret_t outs) | i::args -> arrow (instr_val_t i) (instr_args_t outs args)
{ "file_name": "vale/specs/hardware/Vale.X64.Instruction_s.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 61, "end_line": 69, "start_col": 0, "start_line": 66 }
module Vale.X64.Instruction_s open FStar.Mul open Vale.Def.Words_s open Vale.Def.Types_s open Vale.X64.Machine_s (* An generic instruction has: - zero or more input operands - zero or more output operands or input/output operands - a possible effect on the status flags Some of the operands may be hard-coded to a parti...
{ "checked_file": "/", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.Def.Words_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false,...
[ { "abbrev": false, "full_module": "Vale.X64.Machine_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words_s", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
outs: Prims.list Vale.X64.Instruction_s.instr_out -> args: Prims.list Vale.X64.Instruction_s.instr_operand -> Type0
Prims.Tot
[ "total" ]
[]
[ "Prims.list", "Vale.X64.Instruction_s.instr_out", "Vale.X64.Instruction_s.instr_operand", "FStar.Pervasives.Native.option", "Vale.X64.Instruction_s.instr_ret_t", "Vale.X64.Instruction_s.arrow", "Vale.X64.Instruction_s.instr_val_t", "Vale.X64.Instruction_s.instr_args_t" ]
[ "recursion" ]
false
false
false
true
true
let rec instr_args_t (outs: list instr_out) (args: list instr_operand) : Type0 =
match args with | [] -> option (instr_ret_t outs) | i :: args -> arrow (instr_val_t i) (instr_args_t outs args)
false
Vale.X64.Instruction_s.fsti
Vale.X64.Instruction_s.instr_val_t
val instr_val_t (o: instr_operand) : Type0
val instr_val_t (o: instr_operand) : Type0
let instr_val_t (o:instr_operand) : Type0 = match o with | IOpEx IOp64 | IOpIm (IOp64One _) -> nat64 | IOpEx IOpXmm | IOpIm (IOpXmmOne _) -> quad32 | IOpIm IOpFlagsCf -> bool | IOpIm IOpFlagsOf -> bool
{ "file_name": "vale/specs/hardware/Vale.X64.Instruction_s.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 28, "end_line": 56, "start_col": 0, "start_line": 51 }
module Vale.X64.Instruction_s open FStar.Mul open Vale.Def.Words_s open Vale.Def.Types_s open Vale.X64.Machine_s (* An generic instruction has: - zero or more input operands - zero or more output operands or input/output operands - a possible effect on the status flags Some of the operands may be hard-coded to a parti...
{ "checked_file": "/", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.Def.Words_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false,...
[ { "abbrev": false, "full_module": "Vale.X64.Machine_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words_s", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
o: Vale.X64.Instruction_s.instr_operand -> Type0
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Instruction_s.instr_operand", "Vale.X64.Machine_s.nat64", "Vale.X64.Machine_s.operand64", "Vale.X64.Machine_s.quad32", "Vale.X64.Machine_s.operand128", "Prims.bool" ]
[]
false
false
false
true
true
let instr_val_t (o: instr_operand) : Type0 =
match o with | IOpEx IOp64 | IOpIm (IOp64One _) -> nat64 | IOpEx IOpXmm | IOpIm (IOpXmmOne _) -> quad32 | IOpIm IOpFlagsCf -> bool | IOpIm IOpFlagsOf -> bool
false
Vale.X64.Instruction_s.fsti
Vale.X64.Instruction_s.instr_ret_t
val instr_ret_t (outs: list instr_out) : Type0
val instr_ret_t (outs: list instr_out) : Type0
let rec instr_ret_t (outs:list instr_out) : Type0 = match outs with | [] -> unit | [(_, o)] -> instr_val_t o | (_, o)::outs -> instr_val_t o & instr_ret_t outs
{ "file_name": "vale/specs/hardware/Vale.X64.Instruction_s.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 52, "end_line": 63, "start_col": 0, "start_line": 59 }
module Vale.X64.Instruction_s open FStar.Mul open Vale.Def.Words_s open Vale.Def.Types_s open Vale.X64.Machine_s (* An generic instruction has: - zero or more input operands - zero or more output operands or input/output operands - a possible effect on the status flags Some of the operands may be hard-coded to a parti...
{ "checked_file": "/", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.Def.Words_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false,...
[ { "abbrev": false, "full_module": "Vale.X64.Machine_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words_s", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
outs: Prims.list Vale.X64.Instruction_s.instr_out -> Type0
Prims.Tot
[ "total" ]
[]
[ "Prims.list", "Vale.X64.Instruction_s.instr_out", "Prims.unit", "Vale.X64.Instruction_s.instr_operand_inout", "Vale.X64.Instruction_s.instr_operand", "Vale.X64.Instruction_s.instr_val_t", "FStar.Pervasives.Native.tuple2", "Vale.X64.Instruction_s.instr_ret_t" ]
[ "recursion" ]
false
false
false
true
true
let rec instr_ret_t (outs: list instr_out) : Type0 =
match outs with | [] -> unit | [_, o] -> instr_val_t o | (_, o) :: outs -> instr_val_t o & instr_ret_t outs
false
Vale.X64.Instruction_s.fsti
Vale.X64.Instruction_s.instr_inouts_t
val instr_inouts_t (outs inouts: list instr_out) (args: list instr_operand) : Type0
val instr_inouts_t (outs inouts: list instr_out) (args: list instr_operand) : Type0
let rec instr_inouts_t (outs inouts:list instr_out) (args:list instr_operand) : Type0 = match inouts with | [] -> instr_args_t outs args | (Out, _)::inouts -> instr_inouts_t outs inouts args | (InOut, i)::inouts -> arrow (instr_val_t i) (instr_inouts_t outs inouts args)
{ "file_name": "vale/specs/hardware/Vale.X64.Instruction_s.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 81, "end_line": 76, "start_col": 0, "start_line": 72 }
module Vale.X64.Instruction_s open FStar.Mul open Vale.Def.Words_s open Vale.Def.Types_s open Vale.X64.Machine_s (* An generic instruction has: - zero or more input operands - zero or more output operands or input/output operands - a possible effect on the status flags Some of the operands may be hard-coded to a parti...
{ "checked_file": "/", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.Def.Words_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false,...
[ { "abbrev": false, "full_module": "Vale.X64.Machine_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words_s", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
outs: Prims.list Vale.X64.Instruction_s.instr_out -> inouts: Prims.list Vale.X64.Instruction_s.instr_out -> args: Prims.list Vale.X64.Instruction_s.instr_operand -> Type0
Prims.Tot
[ "total" ]
[]
[ "Prims.list", "Vale.X64.Instruction_s.instr_out", "Vale.X64.Instruction_s.instr_operand", "Vale.X64.Instruction_s.instr_args_t", "Vale.X64.Instruction_s.instr_inouts_t", "Vale.X64.Instruction_s.arrow", "Vale.X64.Instruction_s.instr_val_t" ]
[ "recursion" ]
false
false
false
true
true
let rec instr_inouts_t (outs inouts: list instr_out) (args: list instr_operand) : Type0 =
match inouts with | [] -> instr_args_t outs args | (Out, _) :: inouts -> instr_inouts_t outs inouts args | (InOut, i) :: inouts -> arrow (instr_val_t i) (instr_inouts_t outs inouts args)
false
Vale.X64.Instruction_s.fsti
Vale.X64.Instruction_s.instr_operand_t
val instr_operand_t (arg: instr_operand_explicit) : Type0
val instr_operand_t (arg: instr_operand_explicit) : Type0
let instr_operand_t (arg:instr_operand_explicit) : Type0 = match arg with | IOp64 -> operand64 | IOpXmm -> operand128
{ "file_name": "vale/specs/hardware/Vale.X64.Instruction_s.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 24, "end_line": 91, "start_col": 0, "start_line": 88 }
module Vale.X64.Instruction_s open FStar.Mul open Vale.Def.Words_s open Vale.Def.Types_s open Vale.X64.Machine_s (* An generic instruction has: - zero or more input operands - zero or more output operands or input/output operands - a possible effect on the status flags Some of the operands may be hard-coded to a parti...
{ "checked_file": "/", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.Def.Words_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false,...
[ { "abbrev": false, "full_module": "Vale.X64.Machine_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words_s", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
arg: Vale.X64.Instruction_s.instr_operand_explicit -> Type0
Prims.Tot
[ "total" ]
[]
[ "Vale.X64.Instruction_s.instr_operand_explicit", "Vale.X64.Machine_s.operand64", "Vale.X64.Machine_s.operand128" ]
[]
false
false
false
true
true
let instr_operand_t (arg: instr_operand_explicit) : Type0 =
match arg with | IOp64 -> operand64 | IOpXmm -> operand128
false
Vale.X64.Instruction_s.fsti
Vale.X64.Instruction_s.instr_operands_t_args
val instr_operands_t_args (args: list instr_operand) : Type0
val instr_operands_t_args (args: list instr_operand) : Type0
let rec instr_operands_t_args (args:list instr_operand) : Type0 = match args with | [] -> unit | (IOpEx i)::args -> instr_operand_t i & instr_operands_t_args args | (IOpIm _)::args -> instr_operands_t_args args
{ "file_name": "vale/specs/hardware/Vale.X64.Instruction_s.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 49, "end_line": 98, "start_col": 0, "start_line": 94 }
module Vale.X64.Instruction_s open FStar.Mul open Vale.Def.Words_s open Vale.Def.Types_s open Vale.X64.Machine_s (* An generic instruction has: - zero or more input operands - zero or more output operands or input/output operands - a possible effect on the status flags Some of the operands may be hard-coded to a parti...
{ "checked_file": "/", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.Def.Words_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false,...
[ { "abbrev": false, "full_module": "Vale.X64.Machine_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words_s", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
args: Prims.list Vale.X64.Instruction_s.instr_operand -> Type0
Prims.Tot
[ "total" ]
[]
[ "Prims.list", "Vale.X64.Instruction_s.instr_operand", "Prims.unit", "Vale.X64.Instruction_s.instr_operand_explicit", "FStar.Pervasives.Native.tuple2", "Vale.X64.Instruction_s.instr_operand_t", "Vale.X64.Instruction_s.instr_operands_t_args", "Vale.X64.Instruction_s.instr_operand_implicit" ]
[ "recursion" ]
false
false
false
true
true
let rec instr_operands_t_args (args: list instr_operand) : Type0 =
match args with | [] -> unit | IOpEx i :: args -> instr_operand_t i & instr_operands_t_args args | IOpIm _ :: args -> instr_operands_t_args args
false
Vale.X64.Instruction_s.fsti
Vale.X64.Instruction_s.instr_operands_t
val instr_operands_t (outs: list instr_out) (args: list instr_operand) : Type0
val instr_operands_t (outs: list instr_out) (args: list instr_operand) : Type0
let rec instr_operands_t (outs:list instr_out) (args:list instr_operand) : Type0 = match outs with | [] -> instr_operands_t_args args | (_, IOpEx i)::outs -> instr_operand_t i & instr_operands_t outs args | (_, IOpIm _)::outs -> instr_operands_t outs args
{ "file_name": "vale/specs/hardware/Vale.X64.Instruction_s.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 52, "end_line": 105, "start_col": 0, "start_line": 101 }
module Vale.X64.Instruction_s open FStar.Mul open Vale.Def.Words_s open Vale.Def.Types_s open Vale.X64.Machine_s (* An generic instruction has: - zero or more input operands - zero or more output operands or input/output operands - a possible effect on the status flags Some of the operands may be hard-coded to a parti...
{ "checked_file": "/", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.Def.Words_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false,...
[ { "abbrev": false, "full_module": "Vale.X64.Machine_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Words_s", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
outs: Prims.list Vale.X64.Instruction_s.instr_out -> args: Prims.list Vale.X64.Instruction_s.instr_operand -> Type0
Prims.Tot
[ "total" ]
[]
[ "Prims.list", "Vale.X64.Instruction_s.instr_out", "Vale.X64.Instruction_s.instr_operand", "Vale.X64.Instruction_s.instr_operands_t_args", "Vale.X64.Instruction_s.instr_operand_inout", "Vale.X64.Instruction_s.instr_operand_explicit", "FStar.Pervasives.Native.tuple2", "Vale.X64.Instruction_s.instr_opera...
[ "recursion" ]
false
false
false
true
true
let rec instr_operands_t (outs: list instr_out) (args: list instr_operand) : Type0 =
match outs with | [] -> instr_operands_t_args args | (_, IOpEx i) :: outs -> instr_operand_t i & instr_operands_t outs args | (_, IOpIm _) :: outs -> instr_operands_t outs args
false
Vale.X64.Instruction_s.fsti
Vale.X64.Instruction_s.instr_dep
val instr_dep (outs: list instr_out) (args: list instr_operand) (havoc_flags: flag_havoc) (f: normal (instr_eval_t outs args)) : Type0
val instr_dep (outs: list instr_out) (args: list instr_operand) (havoc_flags: flag_havoc) (f: normal (instr_eval_t outs args)) : Type0
let instr_dep (outs:list instr_out) (args:list instr_operand) (havoc_flags:flag_havoc) (f:normal (instr_eval_t outs args)) : Type0 = i:(instr_t outs args havoc_flags){instr_eval i == f}
{ "file_name": "vale/specs/hardware/Vale.X64.Instruction_s.fsti", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 54, "end_line": 160, "start_col": 0, "start_line": 156 }
module Vale.X64.Instruction_s open FStar.Mul open Vale.Def.Words_s open Vale.Def.Types_s open Vale.X64.Machine_s (* An generic instruction has: - zero or more input operands - zero or more output operands or input/output operands - a possible effect on the status flags Some of the operands may be hard-coded to a parti...
{ "checked_file": "/", "dependencies": [ "Vale.X64.Machine_s.fst.checked", "Vale.Def.Words_s.fsti.checked", "Vale.Def.Types_s.fst.checked", "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked" ], "interface_file": false,...
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "Vale.X64.Machine_s", "short_module": null }, { "abbrev": false, "full_module": "Vale.Def.Types_s", "short_module": null }, { "abbrev": false, "full_module...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
outs: Prims.list Vale.X64.Instruction_s.instr_out -> args: Prims.list Vale.X64.Instruction_s.instr_operand -> havoc_flags: Vale.X64.Instruction_s.flag_havoc -> f: Vale.X64.Instruction_s.normal (Vale.X64.Instruction_s.instr_eval_t outs args) -> Type0
Prims.Tot
[ "total" ]
[]
[ "Prims.list", "Vale.X64.Instruction_s.instr_out", "Vale.X64.Instruction_s.instr_operand", "Vale.X64.Instruction_s.flag_havoc", "Vale.X64.Instruction_s.normal", "Vale.X64.Instruction_s.instr_eval_t", "Vale.X64.Instruction_s.instr_t", "Prims.eq2", "Vale.X64.Instruction_s.instr_args_t", "Vale.X64.Ins...
[]
false
false
false
false
true
let instr_dep (outs: list instr_out) (args: list instr_operand) (havoc_flags: flag_havoc) (f: normal (instr_eval_t outs args)) : Type0 =
i: (instr_t outs args havoc_flags){instr_eval i == f}
false
Vale.X64.Lemmas.fst
Vale.X64.Lemmas.eval_code_eq_pop
val eval_code_eq_pop (inst: BS.ins) (f: fuel) (s1 s2: machine_state) : Lemma (requires Pop? inst /\ state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_code (Ins inst) f s1) (BS.machine_eval_code (Ins inst) f s2))
val eval_code_eq_pop (inst: BS.ins) (f: fuel) (s1 s2: machine_state) : Lemma (requires Pop? inst /\ state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_code (Ins inst) f s1) (BS.machine_eval_code (Ins inst) f s2))
let eval_code_eq_pop (inst:BS.ins) (f:fuel) (s1 s2:machine_state) : Lemma (requires Pop? inst /\ state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_code (Ins inst) f s1) (BS.machine_eval_code (Ins inst) f s2)) = reveal_opaque (`%BS.machine_eval_code_ins) BS.machine_eval_code_ins; use_machine_s...
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 24, "end_line": 177, "start_col": 0, "start_line": 170 }
module Vale.X64.Lemmas open FStar.Mul open Vale.X64.Machine_s open Vale.X64.State open Vale.X64.StateLemmas open Vale.X64.Instruction_s open Vale.X64.Bytes_Code_s module BS = Vale.X64.Machine_Semantics_s module ME = Vale.X64.Memory #reset-options "--initial_fuel 1 --max_fuel 1 --z3rlimit 100" #restart-solver let rec ...
{ "checked_file": "/", "dependencies": [ "Vale.X64.StateLemmas.fsti.checked", "Vale.X64.State.fsti.checked", "Vale.X64.Memory.fsti.checked", "Vale.X64.Machine_Semantics_s.fst.checked", "Vale.X64.Machine_s.fst.checked", "Vale.X64.Instruction_s.fsti.checked", "Vale.X64.Flags.fsti.checked",...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": true, "full_module": "Vale.X64.Machine_Semantics_s", "short_module": "BS" }, { "abbrev": false, "full_module": "Vale.X64.Bytes_Code_s", "short_module": null }, { "abbrev": fals...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 1, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
inst: Vale.X64.Machine_Semantics_s.ins -> f: Vale.X64.Lemmas.fuel -> s1: Vale.X64.StateLemmas.machine_state -> s2: Vale.X64.StateLemmas.machine_state -> FStar.Pervasives.Lemma (requires Pop? inst /\ Vale.X64.Lemmas.state_eq_S true s1 s2) (ensures Vale.X64.Lemmas.state_eq_opt true ...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.X64.Machine_Semantics_s.ins", "Vale.X64.Lemmas.fuel", "Vale.X64.StateLemmas.machine_state", "FStar.Pervasives.allow_inversion", "Vale.X64.Machine_s.tmaddr", "Prims.unit", "Vale.Arch.HeapLemmas.lemma_heap_ignore_ghost_machine", "Vale.X64.Machine_Semantics_s.__proj__Mkmachine_state__item__ms_heap"...
[]
true
false
true
false
false
let eval_code_eq_pop (inst: BS.ins) (f: fuel) (s1 s2: machine_state) : Lemma (requires Pop? inst /\ state_eq_S true s1 s2) (ensures state_eq_opt true (BS.machine_eval_code (Ins inst) f s1) (BS.machine_eval_code (Ins inst) f s2)) =
reveal_opaque (`%BS.machine_eval_code_ins) BS.machine_eval_code_ins; use_machine_state_equal (); lemma_heap_ignore_ghost_machine s1.BS.ms_heap s2.BS.ms_heap; allow_inversion tmaddr
false
Hacl.Impl.Frodo.KEM.Encaps.fst
Hacl.Impl.Frodo.KEM.Encaps.clear_matrix3
val clear_matrix3: a:FP.frodo_alg -> sp_matrix:matrix_t params_nbar (params_n a) -> ep_matrix:matrix_t params_nbar (params_n a) -> epp_matrix:matrix_t params_nbar params_nbar -> Stack unit (requires fun h -> live h sp_matrix /\ live h ep_matrix /\ live h epp_matrix /\ disjoint sp_matrix ep_m...
val clear_matrix3: a:FP.frodo_alg -> sp_matrix:matrix_t params_nbar (params_n a) -> ep_matrix:matrix_t params_nbar (params_n a) -> epp_matrix:matrix_t params_nbar params_nbar -> Stack unit (requires fun h -> live h sp_matrix /\ live h ep_matrix /\ live h epp_matrix /\ disjoint sp_matrix ep_m...
let clear_matrix3 a sp_matrix ep_matrix epp_matrix = clear_matrix sp_matrix; clear_matrix ep_matrix; clear_matrix epp_matrix
{ "file_name": "code/frodo/Hacl.Impl.Frodo.KEM.Encaps.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 25, "end_line": 245, "start_col": 0, "start_line": 242 }
module Hacl.Impl.Frodo.KEM.Encaps open FStar.HyperStack open FStar.HyperStack.ST open FStar.Mul open LowStar.Buffer open Lib.IntTypes open Lib.Buffer open Hacl.Impl.Matrix open Hacl.Impl.Frodo.Params open Hacl.Impl.Frodo.KEM open Hacl.Impl.Frodo.Encode open Hacl.Impl.Frodo.Pack open Hacl.Impl.Frodo.Sample open Hacl...
{ "checked_file": "/", "dependencies": [ "Spec.Matrix.fst.checked", "Spec.Frodo.Params.fst.checked", "Spec.Frodo.KEM.Encaps.fst.checked", "prims.fst.checked", "LowStar.Buffer.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", ...
[ { "abbrev": true, "full_module": "Hacl.Impl.Frodo.KEM.KeyGen", "short_module": "KG" }, { "abbrev": true, "full_module": "Spec.Matrix", "short_module": "M" }, { "abbrev": true, "full_module": "Spec.Frodo.KEM.Encaps", "short_module": "S" }, { "abbrev": true, "fu...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Spec.Frodo.Params.frodo_alg -> sp_matrix: Hacl.Impl.Matrix.matrix_t Hacl.Impl.Frodo.Params.params_nbar (Hacl.Impl.Frodo.Params.params_n a) -> ep_matrix: Hacl.Impl.Matrix.matrix_t Hacl.Impl.Frodo.Params.params_nbar (Hacl.Impl.Frodo.Params.params_n a) -> epp_matrix: H...
FStar.HyperStack.ST.Stack
[]
[]
[ "Spec.Frodo.Params.frodo_alg", "Hacl.Impl.Matrix.matrix_t", "Hacl.Impl.Frodo.Params.params_nbar", "Hacl.Impl.Frodo.Params.params_n", "Hacl.Impl.Frodo.KEM.clear_matrix", "Prims.unit" ]
[]
false
true
false
false
false
let clear_matrix3 a sp_matrix ep_matrix epp_matrix =
clear_matrix sp_matrix; clear_matrix ep_matrix; clear_matrix epp_matrix
false
AlgWP.fst
AlgWP.interp_morph
val interp_morph (#a #b #l1 #l2: _) (c: rwtree a l1) (f: (a -> rwtree b l2)) (p s0: _) : Lemma (interp_as_wp c s0 (fun (y, s1) -> interp_as_wp (f y) s1 p) == interp_as_wp (tbind #_ #_ #l1 #l2 c f) s0 p)
val interp_morph (#a #b #l1 #l2: _) (c: rwtree a l1) (f: (a -> rwtree b l2)) (p s0: _) : Lemma (interp_as_wp c s0 (fun (y, s1) -> interp_as_wp (f y) s1 p) == interp_as_wp (tbind #_ #_ #l1 #l2 c f) s0 p)
let rec interp_morph #a #b #l1 #l2 (c : rwtree a l1) (f : a -> rwtree b l2) (p:_) (s0:_) : Lemma (interp_as_wp c s0 (fun (y, s1) -> interp_as_wp (f y) s1 p) == interp_as_wp (tbind #_ #_ #l1 #l2 c f) s0 p) = match c with | Return x -> interp_ret #_ #l2 x | Op Read _ k -> let aux (...
{ "file_name": "examples/layeredeffects/AlgWP.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 13, "end_line": 159, "start_col": 0, "start_line": 140 }
module AlgWP (* AlgWP: tracking operation labels and WPs. At the end, we show how we can recover semantic facts from the labels alone, e.g. that interpreting a tree will not change the state, effectively allowing to strengthen a WP from intensional information about the operations in the tree. *) open FStar.List.Tot ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "ID5.fst.checked", "FStar.WellFounded.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Monotonic.Pure.fst.checked", "FStar.List.Tot.fst.checked", ...
[ { "abbrev": false, "full_module": "Alg", "short_module": null }, { "abbrev": true, "full_module": "ID5", "short_module": "ID5" }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "FStar.WellFounded", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 10, "quake_keep": false, "quake_lo": 1, "retry": true, "reuse_hint_for": null, "smtencoding_el...
false
c: AlgWP.rwtree a l1 -> f: (_: a -> AlgWP.rwtree b l2) -> p: (_: (b * Alg.state) -> Type0) -> s0: Alg.state -> FStar.Pervasives.Lemma (ensures AlgWP.interp_as_wp c s0 (fun _ -> (let FStar.Pervasives.Native.Mktuple2 #_ #_ y s1 = _ in AlgWP.interp_as_...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Alg.ops", "Alg.sublist", "Prims.Cons", "Alg.op", "Alg.Read", "Alg.Write", "Prims.Nil", "AlgWP.rwtree", "FStar.Pervasives.Native.tuple2", "Alg.state", "AlgWP.interp_ret", "Alg.op_inp", "Alg.op_out", "Alg.tree0", "FStar.Classical.forall_intro", "Prims.eq2", "AlgWP.interp_as_wp", "Al...
[ "recursion" ]
false
false
true
false
false
let rec interp_morph #a #b #l1 #l2 (c: rwtree a l1) (f: (a -> rwtree b l2)) (p: _) (s0: _) : Lemma (interp_as_wp c s0 (fun (y, s1) -> interp_as_wp (f y) s1 p) == interp_as_wp (tbind #_ #_ #l1 #l2 c f) s0 p) =
match c with | Return x -> interp_ret #_ #l2 x | Op Read _ k -> let aux (o: state) : Lemma (interp_as_wp (k o) s0 (fun (y, s1) -> interp_as_wp (f y) s1 p) == interp_as_wp (tbind #_ #_ #l1 #l2 (k o) f) s0 p) = interp_morph #_ #_ #l1 #l2 (k o) f p s0 in Classical.forall_intro aux | Op Write ...
false