effect
stringclasses
48 values
original_source_type
stringlengths
0
23k
opens_and_abbrevs
listlengths
2
92
isa_cross_project_example
bool
1 class
source_definition
stringlengths
9
57.9k
partial_definition
stringlengths
7
23.3k
is_div
bool
2 classes
is_type
null
is_proof
bool
2 classes
completed_definiton
stringlengths
1
250k
dependencies
dict
effect_flags
listlengths
0
2
ideal_premises
listlengths
0
236
mutual_with
listlengths
0
11
file_context
stringlengths
0
407k
interleaved
bool
1 class
is_simply_typed
bool
2 classes
file_name
stringlengths
5
48
vconfig
dict
is_simple_lemma
null
source_type
stringlengths
10
23k
proof_features
listlengths
0
1
name
stringlengths
8
95
source
dict
verbose_type
stringlengths
1
7.42k
source_range
dict
Prims.Tot
[ { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Convert", "short_module": "S" }, { "abbrev": true, "full_module": "Lib.Sequence", "short_module": "LSeq" }, { "abbrev": true, "full_module": "FStar.HyperStack.ST", "short_module": "ST" }, { "abbrev": false, "f...
false
let bn_from_bytes_le_st (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_st (t: limb_t) =
false
null
false
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 (loc...
{ "checked_file": "Hacl.Bignum.Convert.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Ignore.fsti.checked", "LowStar.Buffer.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteBuffer.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.Bign...
[ "total" ]
[ "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",...
[]
module Hacl.Bignum.Convert open FStar.HyperStack open FStar.HyperStack.ST open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Hacl.Bignum.Definitions module ST = FStar.HyperStack.ST module LSeq = Lib.Sequence module S = Hacl.Spec.Bignum.Convert #reset-options "--z3rlimit 50 --fuel 0 --ifuel ...
false
true
Hacl.Bignum.Convert.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val bn_from_bytes_le_st : t: Hacl.Bignum.Definitions.limb_t -> Type0
[]
Hacl.Bignum.Convert.bn_from_bytes_le_st
{ "file_name": "code/bignum/Hacl.Bignum.Convert.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
t: Hacl.Bignum.Definitions.limb_t -> Type0
{ "end_col": 62, "end_line": 111, "start_col": 4, "start_line": 105 }
Prims.Tot
val bn_to_bytes_le: #t:_ -> len:_ -> bn_to_bytes_le_st t len
[ { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Convert", "short_module": "S" }, { "abbrev": true, "full_module": "Lib.Sequence", "short_module": "LSeq" }, { "abbrev": true, "full_module": "FStar.HyperStack.ST", "short_module": "ST" }, { "abbrev": false, "f...
false
let bn_to_bytes_le #t = match t with | U32 -> bn_to_bytes_le_uint32 | U64 -> bn_to_bytes_le_uint64
val bn_to_bytes_le: #t:_ -> len:_ -> bn_to_bytes_le_st t len let bn_to_bytes_le #t =
false
null
false
match t with | U32 -> bn_to_bytes_le_uint32 | U64 -> bn_to_bytes_le_uint64
{ "checked_file": "Hacl.Bignum.Convert.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Ignore.fsti.checked", "LowStar.Buffer.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteBuffer.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.Bign...
[ "total" ]
[ "Hacl.Bignum.Definitions.limb_t", "Hacl.Bignum.Convert.bn_to_bytes_le_uint32", "Hacl.Bignum.Convert.bn_to_bytes_le_uint64", "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.o...
[]
module Hacl.Bignum.Convert open FStar.HyperStack open FStar.HyperStack.ST open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Hacl.Bignum.Definitions module ST = FStar.HyperStack.ST module LSeq = Lib.Sequence module S = Hacl.Spec.Bignum.Convert #reset-options "--z3rlimit 50 --fuel 0 --ifuel ...
false
false
Hacl.Bignum.Convert.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val bn_to_bytes_le: #t:_ -> len:_ -> bn_to_bytes_le_st t len
[]
Hacl.Bignum.Convert.bn_to_bytes_le
{ "file_name": "code/bignum/Hacl.Bignum.Convert.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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 } -> Hacl.Bignum.Convert.bn_to_bytes_le_st t len
{ "end_col": 32, "end_line": 280, "start_col": 2, "start_line": 278 }
Prims.Tot
val bn_to_bytes_le_uint64 (len: _) : bn_to_bytes_le_st U64 len
[ { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Convert", "short_module": "S" }, { "abbrev": true, "full_module": "Lib.Sequence", "short_module": "LSeq" }, { "abbrev": true, "full_module": "FStar.HyperStack.ST", "short_module": "ST" }, { "abbrev": false, "f...
false
let bn_to_bytes_le_uint64 len : bn_to_bytes_le_st U64 len = mk_bn_to_bytes_le #U64 false len
val bn_to_bytes_le_uint64 (len: _) : bn_to_bytes_le_st U64 len let bn_to_bytes_le_uint64 len : bn_to_bytes_le_st U64 len =
false
null
false
mk_bn_to_bytes_le #U64 false len
{ "checked_file": "Hacl.Bignum.Convert.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Ignore.fsti.checked", "LowStar.Buffer.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteBuffer.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.Bign...
[ "total" ]
[ "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", "Lib.IntTypes.U64", "Hacl.Bignum.Definitions.blocks", "Lib.IntTypes.size", "Lib.IntTyp...
[]
module Hacl.Bignum.Convert open FStar.HyperStack open FStar.HyperStack.ST open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Hacl.Bignum.Definitions module ST = FStar.HyperStack.ST module LSeq = Lib.Sequence module S = Hacl.Spec.Bignum.Convert #reset-options "--z3rlimit 50 --fuel 0 --ifuel ...
false
false
Hacl.Bignum.Convert.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val bn_to_bytes_le_uint64 (len: _) : bn_to_bytes_le_st U64 len
[]
Hacl.Bignum.Convert.bn_to_bytes_le_uint64
{ "file_name": "code/bignum/Hacl.Bignum.Convert.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
len: Lib.IntTypes.size_t { 0 < Lib.IntTypes.v len /\ Lib.IntTypes.numbytes Lib.IntTypes.U64 * Lib.IntTypes.v (Hacl.Bignum.Definitions.blocks len (Lib.IntTypes.size (Lib.IntTypes.numbytes Lib.IntTypes.U64))) <= Lib.IntTypes.max_size_t } -> Hacl.Bignum.Co...
{ "end_col": 92, "end_line": 272, "start_col": 60, "start_line": 272 }
Prims.Tot
[ { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Convert", "short_module": "S" }, { "abbrev": true, "full_module": "Lib.Sequence", "short_module": "LSeq" }, { "abbrev": true, "full_module": "FStar.HyperStack.ST", "short_module": "ST" }, { "abbrev": false, "f...
false
let bn_to_bytes_le_st (t:limb_t) (len:size_t{0 < v len /\ numbytes t * v (blocks len (size (numbytes t))) <= max_size_t}) = b:lbignum t (blocks len (size (numbytes t))) -> res:lbuffer uint8 len -> Stack unit (requires fun h -> live h b /\ live h res /\ disjoint res b) (ensures fun h0 _ h1 -> modifies (...
let bn_to_bytes_le_st (t: limb_t) (len: size_t{0 < v len /\ numbytes t * v (blocks len (size (numbytes t))) <= max_size_t}) =
false
null
false
b: lbignum t (blocks len (size (numbytes t))) -> res: lbuffer uint8 len -> Stack unit (requires fun h -> live h b /\ live h res /\ disjoint res b) (ensures fun h0 _ h1 -> modifies (loc res) h0 h1 /\ as_seq h1 res == S.bn_to_bytes_le (v len) (as_seq h0 b))
{ "checked_file": "Hacl.Bignum.Convert.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Ignore.fsti.checked", "LowStar.Buffer.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteBuffer.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.Bign...
[ "total" ]
[ "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",...
[]
module Hacl.Bignum.Convert open FStar.HyperStack open FStar.HyperStack.ST open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Hacl.Bignum.Definitions module ST = FStar.HyperStack.ST module LSeq = Lib.Sequence module S = Hacl.Spec.Bignum.Convert #reset-options "--z3rlimit 50 --fuel 0 --ifuel ...
false
false
Hacl.Bignum.Convert.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val bn_to_bytes_le_st : t: Hacl.Bignum.Definitions.limb_t -> 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.ma...
[]
Hacl.Bignum.Convert.bn_to_bytes_le_st
{ "file_name": "code/bignum/Hacl.Bignum.Convert.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
t: Hacl.Bignum.Definitions.limb_t -> 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 } -> Typ...
{ "end_col": 60, "end_line": 236, "start_col": 4, "start_line": 230 }
Prims.Tot
val bn_to_bytes_be: #t:_ -> len:_ -> bn_to_bytes_be_st t len
[ { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Convert", "short_module": "S" }, { "abbrev": true, "full_module": "Lib.Sequence", "short_module": "LSeq" }, { "abbrev": true, "full_module": "FStar.HyperStack.ST", "short_module": "ST" }, { "abbrev": false, "f...
false
let bn_to_bytes_be #t = match t with | U32 -> bn_to_bytes_be_uint32 | U64 -> bn_to_bytes_be_uint64
val bn_to_bytes_be: #t:_ -> len:_ -> bn_to_bytes_be_st t len let bn_to_bytes_be #t =
false
null
false
match t with | U32 -> bn_to_bytes_be_uint32 | U64 -> bn_to_bytes_be_uint64
{ "checked_file": "Hacl.Bignum.Convert.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Ignore.fsti.checked", "LowStar.Buffer.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteBuffer.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.Bign...
[ "total" ]
[ "Hacl.Bignum.Definitions.limb_t", "Hacl.Bignum.Convert.bn_to_bytes_be_uint32", "Hacl.Bignum.Convert.bn_to_bytes_be_uint64", "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.o...
[]
module Hacl.Bignum.Convert open FStar.HyperStack open FStar.HyperStack.ST open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Hacl.Bignum.Definitions module ST = FStar.HyperStack.ST module LSeq = Lib.Sequence module S = Hacl.Spec.Bignum.Convert #reset-options "--z3rlimit 50 --fuel 0 --ifuel ...
false
false
Hacl.Bignum.Convert.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val bn_to_bytes_be: #t:_ -> len:_ -> bn_to_bytes_be_st t len
[]
Hacl.Bignum.Convert.bn_to_bytes_be
{ "file_name": "code/bignum/Hacl.Bignum.Convert.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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 } -> Hacl.Bignum.Convert.bn_to_bytes_be_st t len
{ "end_col": 32, "end_line": 225, "start_col": 2, "start_line": 223 }
FStar.HyperStack.ST.Stack
val bn_from_uint: #t:limb_t -> len:size_t{0 < v len} -> x:limb t -> b:lbignum t len -> Stack unit (requires fun h -> live h b) (ensures fun h0 _ h1 -> modifies (loc b) h0 h1 /\ as_seq h1 b == S.bn_from_uint (v len) x)
[ { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Convert", "short_module": "S" }, { "abbrev": true, "full_module": "Lib.Sequence", "short_module": "LSeq" }, { "abbrev": true, "full_module": "FStar.HyperStack.ST", "short_module": "ST" }, { "abbrev": false, "f...
false
let bn_from_uint #t len x b = memset b (uint #t 0) len; b.(0ul) <- x
val bn_from_uint: #t:limb_t -> len:size_t{0 < v len} -> x:limb t -> b:lbignum t len -> Stack unit (requires fun h -> live h b) (ensures fun h0 _ h1 -> modifies (loc b) h0 h1 /\ as_seq h1 b == S.bn_from_uint (v len) x) let bn_from_uint #t len x b =
true
null
false
memset b (uint #t 0) len; b.(0ul) <- x
{ "checked_file": "Hacl.Bignum.Convert.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Ignore.fsti.checked", "LowStar.Buffer.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteBuffer.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.Bign...
[]
[ "Hacl.Bignum.Definitions.limb_t", "Lib.IntTypes.size_t", "Prims.b2t", "Prims.op_LessThan", "Lib.IntTypes.v", "Lib.IntTypes.U32", "Lib.IntTypes.PUB", "Hacl.Bignum.Definitions.limb", "Hacl.Bignum.Definitions.lbignum", "Lib.Buffer.op_Array_Assignment", "FStar.UInt32.__uint_to_t", "Prims.unit", ...
[]
module Hacl.Bignum.Convert open FStar.HyperStack open FStar.HyperStack.ST open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Hacl.Bignum.Definitions module ST = FStar.HyperStack.ST module LSeq = Lib.Sequence module S = Hacl.Spec.Bignum.Convert #reset-options "--z3rlimit 50 --fuel 0 --ifuel ...
false
false
Hacl.Bignum.Convert.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val bn_from_uint: #t:limb_t -> len:size_t{0 < v len} -> x:limb t -> b:lbignum t len -> Stack unit (requires fun h -> live h b) (ensures fun h0 _ h1 -> modifies (loc b) h0 h1 /\ as_seq h1 b == S.bn_from_uint (v len) x)
[]
Hacl.Bignum.Convert.bn_from_uint
{ "file_name": "code/bignum/Hacl.Bignum.Convert.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
len: Lib.IntTypes.size_t{0 < Lib.IntTypes.v len} -> x: Hacl.Bignum.Definitions.limb t -> b: Hacl.Bignum.Definitions.lbignum t len -> FStar.HyperStack.ST.Stack Prims.unit
{ "end_col": 14, "end_line": 33, "start_col": 2, "start_line": 32 }
FStar.HyperStack.ST.Stack
val bn_from_bytes_be_: #t:limb_t -> len:size_t{numbytes t * v len <= max_size_t} -> b:lbuffer uint8 (size (numbytes t) *! len) -> res:lbignum t len -> Stack unit (requires fun h -> live h b /\ live h res /\ disjoint res b) (ensures fun h0 _ h1 -> modifies (loc res) h0 h1 /\ as_seq h1 res == S.bn_fr...
[ { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Convert", "short_module": "S" }, { "abbrev": true, "full_module": "Lib.Sequence", "short_module": "LSeq" }, { "abbrev": true, "full_module": "FStar.HyperStack.ST", "short_module": "ST" }, { "abbrev": false, "f...
false
let bn_from_bytes_be_ #t len b res = let h0 = ST.get () in [@inline_let] let spec h = S.bn_from_bytes_be_f (v len) (as_seq h b) in fill h0 len res spec (fun j -> uint_from_bytes_be (sub b ((len -! j -! 1ul) *! (size (numbytes t))) (size (numbytes t))))
val bn_from_bytes_be_: #t:limb_t -> len:size_t{numbytes t * v len <= max_size_t} -> b:lbuffer uint8 (size (numbytes t) *! len) -> res:lbignum t len -> Stack unit (requires fun h -> live h b /\ live h res /\ disjoint res b) (ensures fun h0 _ h1 -> modifies (loc res) h0 h1 /\ as_seq h1 res == S.bn_fr...
true
null
false
let h0 = ST.get () in [@@ inline_let ]let spec h = S.bn_from_bytes_be_f (v len) (as_seq h b) in fill h0 len res spec (fun j -> uint_from_bytes_be (sub b ((len -! j -! 1ul) *! (size (numbytes t))) (size (numbytes t))))
{ "checked_file": "Hacl.Bignum.Convert.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Ignore.fsti.checked", "LowStar.Buffer.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteBuffer.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.Bign...
[]
[ "Hacl.Bignum.Definitions.limb_t", "Lib.IntTypes.size_t", "Prims.b2t", "Prims.op_LessThanOrEqual", "FStar.Mul.op_Star", "Lib.IntTypes.numbytes", "Lib.IntTypes.v", "Lib.IntTypes.U32", "Lib.IntTypes.PUB", "Lib.IntTypes.max_size_t", "Lib.Buffer.lbuffer", "Lib.IntTypes.uint8", "Lib.IntTypes.op_St...
[]
module Hacl.Bignum.Convert open FStar.HyperStack open FStar.HyperStack.ST open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Hacl.Bignum.Definitions module ST = FStar.HyperStack.ST module LSeq = Lib.Sequence module S = Hacl.Spec.Bignum.Convert #reset-options "--z3rlimit 50 --fuel 0 --ifuel ...
false
false
Hacl.Bignum.Convert.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val bn_from_bytes_be_: #t:limb_t -> len:size_t{numbytes t * v len <= max_size_t} -> b:lbuffer uint8 (size (numbytes t) *! len) -> res:lbignum t len -> Stack unit (requires fun h -> live h b /\ live h res /\ disjoint res b) (ensures fun h0 _ h1 -> modifies (loc res) h0 h1 /\ as_seq h1 res == S.bn_fr...
[]
Hacl.Bignum.Convert.bn_from_bytes_be_
{ "file_name": "code/bignum/Hacl.Bignum.Convert.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
len: Lib.IntTypes.size_t{Lib.IntTypes.numbytes t * Lib.IntTypes.v len <= Lib.IntTypes.max_size_t} -> b: Lib.Buffer.lbuffer Lib.IntTypes.uint8 (Lib.IntTypes.size (Lib.IntTypes.numbytes t) *! len) -> res: Hacl.Bignum.Definitions.lbignum t len -> FStar.HyperStack.ST.Stack Prims.unit
{ "end_col": 102, "end_line": 52, "start_col": 36, "start_line": 47 }
FStar.HyperStack.ST.Stack
val bn_to_bytes_be_: #t:limb_t -> len:size_t{numbytes t * v len <= max_size_t} -> b:lbignum t len -> res:lbuffer uint8 (size (numbytes t) *! len) -> Stack unit (requires fun h -> live h b /\ live h res /\ disjoint res b) (ensures fun h0 _ h1 -> modifies (loc res) h0 h1 /\ as_seq h1 res == S.bn_to_b...
[ { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Convert", "short_module": "S" }, { "abbrev": true, "full_module": "Lib.Sequence", "short_module": "LSeq" }, { "abbrev": true, "full_module": "FStar.HyperStack.ST", "short_module": "ST" }, { "abbrev": false, "f...
false
let bn_to_bytes_be_ #t len b res = [@inline_let] let numb = size (numbytes t) in let h0 = ST.get () in [@ inline_let] let a_spec (i:nat{i <= v len}) = unit in [@ inline_let] let spec (h:mem) = S.bn_to_bytes_be_f (v len) (as_seq h b) in fill_blocks h0 numb len res a_spec (fun _ _ -> ()) (fun _ -> LowStar.B...
val bn_to_bytes_be_: #t:limb_t -> len:size_t{numbytes t * v len <= max_size_t} -> b:lbignum t len -> res:lbuffer uint8 (size (numbytes t) *! len) -> Stack unit (requires fun h -> live h b /\ live h res /\ disjoint res b) (ensures fun h0 _ h1 -> modifies (loc res) h0 h1 /\ as_seq h1 res == S.bn_to_b...
true
null
false
[@@ inline_let ]let numb = size (numbytes t) in let h0 = ST.get () in [@@ inline_let ]let a_spec (i: nat{i <= v len}) = unit in [@@ inline_let ]let spec (h: mem) = S.bn_to_bytes_be_f (v len) (as_seq h b) in fill_blocks h0 numb len res a_spec (fun _ _ -> ()) (fun _ -> LowStar.Buffer.loc_none) spec (fun j...
{ "checked_file": "Hacl.Bignum.Convert.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Ignore.fsti.checked", "LowStar.Buffer.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteBuffer.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.Bign...
[]
[ "Hacl.Bignum.Definitions.limb_t", "Lib.IntTypes.size_t", "Prims.b2t", "Prims.op_LessThanOrEqual", "FStar.Mul.op_Star", "Lib.IntTypes.numbytes", "Lib.IntTypes.v", "Lib.IntTypes.U32", "Lib.IntTypes.PUB", "Lib.IntTypes.max_size_t", "Hacl.Bignum.Definitions.lbignum", "Lib.Buffer.lbuffer", "Lib.I...
[]
module Hacl.Bignum.Convert open FStar.HyperStack open FStar.HyperStack.ST open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Hacl.Bignum.Definitions module ST = FStar.HyperStack.ST module LSeq = Lib.Sequence module S = Hacl.Spec.Bignum.Convert #reset-options "--z3rlimit 50 --fuel 0 --ifuel ...
false
false
Hacl.Bignum.Convert.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val bn_to_bytes_be_: #t:limb_t -> len:size_t{numbytes t * v len <= max_size_t} -> b:lbignum t len -> res:lbuffer uint8 (size (numbytes t) *! len) -> Stack unit (requires fun h -> live h b /\ live h res /\ disjoint res b) (ensures fun h0 _ h1 -> modifies (loc res) h0 h1 /\ as_seq h1 res == S.bn_to_b...
[]
Hacl.Bignum.Convert.bn_to_bytes_be_
{ "file_name": "code/bignum/Hacl.Bignum.Convert.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
len: Lib.IntTypes.size_t{Lib.IntTypes.numbytes t * Lib.IntTypes.v len <= Lib.IntTypes.max_size_t} -> b: Hacl.Bignum.Definitions.lbignum t len -> res: Lib.Buffer.lbuffer Lib.IntTypes.uint8 (Lib.IntTypes.size (Lib.IntTypes.numbytes t) *! len) -> FStar.HyperStack.ST.Stack Prims.unit
{ "end_col": 88, "end_line": 172, "start_col": 2, "start_line": 164 }
Prims.Tot
val mk_bn_from_bytes_be: #t:limb_t -> is_known_len:bool -> bn_from_bytes_be_st t
[ { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Convert", "short_module": "S" }, { "abbrev": true, "full_module": "Lib.Sequence", "short_module": "LSeq" }, { "abbrev": true, "full_module": "FStar.HyperStack.ST", "short_module": "ST" }, { "abbrev": false, "f...
false
let mk_bn_from_bytes_be #t is_known_len len b res = push_frame (); if is_known_len then begin [@inline_let] let numb = size (numbytes t) in [@inline_let] let bnLen = blocks len numb in [@inline_let] let tmpLen = numb *! bnLen in if tmpLen =. len then bn_from_bytes_be_ bnLen b res else begi...
val mk_bn_from_bytes_be: #t:limb_t -> is_known_len:bool -> bn_from_bytes_be_st t let mk_bn_from_bytes_be #t is_known_len len b res =
false
null
false
push_frame (); if is_known_len then [@@ inline_let ]let numb = size (numbytes t) in [@@ inline_let ]let bnLen = blocks len numb in [@@ inline_let ]let tmpLen = numb *! bnLen in if tmpLen =. len then bn_from_bytes_be_ bnLen b res else let tmp = create tmpLen (u8 0) in update_sub tmp (tmpLen -! len) l...
{ "checked_file": "Hacl.Bignum.Convert.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Ignore.fsti.checked", "LowStar.Buffer.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteBuffer.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.Bign...
[ "total" ]
[ "Hacl.Bignum.Definitions.limb_t", "Prims.bool", "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...
[]
module Hacl.Bignum.Convert open FStar.HyperStack open FStar.HyperStack.ST open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Hacl.Bignum.Definitions module ST = FStar.HyperStack.ST module LSeq = Lib.Sequence module S = Hacl.Spec.Bignum.Convert #reset-options "--z3rlimit 50 --fuel 0 --ifuel ...
false
false
Hacl.Bignum.Convert.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val mk_bn_from_bytes_be: #t:limb_t -> is_known_len:bool -> bn_from_bytes_be_st t
[]
Hacl.Bignum.Convert.mk_bn_from_bytes_be
{ "file_name": "code/bignum/Hacl.Bignum.Convert.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
is_known_len: Prims.bool -> Hacl.Bignum.Convert.bn_from_bytes_be_st t
{ "end_col": 14, "end_line": 87, "start_col": 2, "start_line": 69 }
Prims.Tot
val mk_bn_from_bytes_le: #t:limb_t -> is_known_len:bool -> bn_from_bytes_le_st t
[ { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Convert", "short_module": "S" }, { "abbrev": true, "full_module": "Lib.Sequence", "short_module": "LSeq" }, { "abbrev": true, "full_module": "FStar.HyperStack.ST", "short_module": "ST" }, { "abbrev": false, "f...
false
let mk_bn_from_bytes_le #t is_known_len len b res = push_frame (); if is_known_len then begin [@inline_let] let numb = size (numbytes t) in [@inline_let] let bnLen = blocks len numb in [@inline_let] let tmpLen = numb *! bnLen in if tmpLen =. len then uints_from_bytes_le res b else begin ...
val mk_bn_from_bytes_le: #t:limb_t -> is_known_len:bool -> bn_from_bytes_le_st t let mk_bn_from_bytes_le #t is_known_len len b res =
false
null
false
push_frame (); if is_known_len then [@@ inline_let ]let numb = size (numbytes t) in [@@ inline_let ]let bnLen = blocks len numb in [@@ inline_let ]let tmpLen = numb *! bnLen in if tmpLen =. len then uints_from_bytes_le res b else let tmp = create tmpLen (u8 0) in update_sub tmp 0ul len b; uints_...
{ "checked_file": "Hacl.Bignum.Convert.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Ignore.fsti.checked", "LowStar.Buffer.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteBuffer.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.Bign...
[ "total" ]
[ "Hacl.Bignum.Definitions.limb_t", "Prims.bool", "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...
[]
module Hacl.Bignum.Convert open FStar.HyperStack open FStar.HyperStack.ST open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Hacl.Bignum.Definitions module ST = FStar.HyperStack.ST module LSeq = Lib.Sequence module S = Hacl.Spec.Bignum.Convert #reset-options "--z3rlimit 50 --fuel 0 --ifuel ...
false
false
Hacl.Bignum.Convert.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val mk_bn_from_bytes_le: #t:limb_t -> is_known_len:bool -> bn_from_bytes_le_st t
[]
Hacl.Bignum.Convert.mk_bn_from_bytes_le
{ "file_name": "code/bignum/Hacl.Bignum.Convert.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
is_known_len: Prims.bool -> Hacl.Bignum.Convert.bn_from_bytes_le_st t
{ "end_col": 14, "end_line": 135, "start_col": 2, "start_line": 117 }
Prims.Tot
val mk_bn_to_bytes_be: #t:limb_t -> is_known_len:bool -> len:size_t{0 < v len /\ numbytes t * v (blocks len (size (numbytes t))) <= max_size_t} -> bn_to_bytes_be_st t len
[ { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Convert", "short_module": "S" }, { "abbrev": true, "full_module": "Lib.Sequence", "short_module": "LSeq" }, { "abbrev": true, "full_module": "FStar.HyperStack.ST", "short_module": "ST" }, { "abbrev": false, "f...
false
let mk_bn_to_bytes_be #t is_known_len len b res = push_frame (); if is_known_len then begin [@inline_let] let numb = size (numbytes t) in [@inline_let] let bnLen = blocks len numb in [@inline_let] let tmpLen = numb *! bnLen in let tmp = create tmpLen (u8 0) in if tmpLen =. len then begin L...
val mk_bn_to_bytes_be: #t:limb_t -> is_known_len:bool -> len:size_t{0 < v len /\ numbytes t * v (blocks len (size (numbytes t))) <= max_size_t} -> bn_to_bytes_be_st t len let mk_bn_to_bytes_be #t is_known_len len b res =
false
null
false
push_frame (); if is_known_len then [@@ inline_let ]let numb = size (numbytes t) in [@@ inline_let ]let bnLen = blocks len numb in [@@ inline_let ]let tmpLen = numb *! bnLen in let tmp = create tmpLen (u8 0) in if tmpLen =. len then (LowStar.Ignore.ignore tmp; bn_to_bytes_be_ bnLen b res) else ...
{ "checked_file": "Hacl.Bignum.Convert.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Ignore.fsti.checked", "LowStar.Buffer.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteBuffer.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.Bign...
[ "total" ]
[ "Hacl.Bignum.Definitions.limb_t", "Prims.bool", "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...
[]
module Hacl.Bignum.Convert open FStar.HyperStack open FStar.HyperStack.ST open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Hacl.Bignum.Definitions module ST = FStar.HyperStack.ST module LSeq = Lib.Sequence module S = Hacl.Spec.Bignum.Convert #reset-options "--z3rlimit 50 --fuel 0 --ifuel ...
false
false
Hacl.Bignum.Convert.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val mk_bn_to_bytes_be: #t:limb_t -> is_known_len:bool -> len:size_t{0 < v len /\ numbytes t * v (blocks len (size (numbytes t))) <= max_size_t} -> bn_to_bytes_be_st t len
[]
Hacl.Bignum.Convert.mk_bn_to_bytes_be
{ "file_name": "code/bignum/Hacl.Bignum.Convert.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
is_known_len: Prims.bool -> 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 } -> Hacl.Bignum....
{ "end_col": 14, "end_line": 212, "start_col": 2, "start_line": 193 }
Prims.Tot
val mk_bn_to_bytes_le: #t:limb_t -> is_known_len:bool -> len:size_t{0 < v len /\ numbytes t * v (blocks len (size (numbytes t))) <= max_size_t} -> bn_to_bytes_le_st t len
[ { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Convert", "short_module": "S" }, { "abbrev": true, "full_module": "Lib.Sequence", "short_module": "LSeq" }, { "abbrev": true, "full_module": "FStar.HyperStack.ST", "short_module": "ST" }, { "abbrev": false, "f...
false
let mk_bn_to_bytes_le #t is_known_len len b res = push_frame (); if is_known_len then begin [@inline_let] let numb = size (numbytes t) in [@inline_let] let bnLen = blocks len numb in [@inline_let] let tmpLen = numb *! bnLen in let tmp = create tmpLen (u8 0) in if tmpLen =. len then begin L...
val mk_bn_to_bytes_le: #t:limb_t -> is_known_len:bool -> len:size_t{0 < v len /\ numbytes t * v (blocks len (size (numbytes t))) <= max_size_t} -> bn_to_bytes_le_st t len let mk_bn_to_bytes_le #t is_known_len len b res =
false
null
false
push_frame (); if is_known_len then [@@ inline_let ]let numb = size (numbytes t) in [@@ inline_let ]let bnLen = blocks len numb in [@@ inline_let ]let tmpLen = numb *! bnLen in let tmp = create tmpLen (u8 0) in if tmpLen =. len then (LowStar.Ignore.ignore tmp; uints_to_bytes_le bnLen res b) else...
{ "checked_file": "Hacl.Bignum.Convert.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Ignore.fsti.checked", "LowStar.Buffer.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteBuffer.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.Bign...
[ "total" ]
[ "Hacl.Bignum.Definitions.limb_t", "Prims.bool", "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...
[]
module Hacl.Bignum.Convert open FStar.HyperStack open FStar.HyperStack.ST open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Hacl.Bignum.Definitions module ST = FStar.HyperStack.ST module LSeq = Lib.Sequence module S = Hacl.Spec.Bignum.Convert #reset-options "--z3rlimit 50 --fuel 0 --ifuel ...
false
false
Hacl.Bignum.Convert.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val mk_bn_to_bytes_le: #t:limb_t -> is_known_len:bool -> len:size_t{0 < v len /\ numbytes t * v (blocks len (size (numbytes t))) <= max_size_t} -> bn_to_bytes_le_st t len
[]
Hacl.Bignum.Convert.mk_bn_to_bytes_le
{ "file_name": "code/bignum/Hacl.Bignum.Convert.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
is_known_len: Prims.bool -> 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 } -> Hacl.Bignum....
{ "end_col": 14, "end_line": 266, "start_col": 2, "start_line": 247 }
Prims.GTot
val mt_empty (#hsz:pos): merkle_tree #hsz -> GTot bool
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let mt_empty #hsz mt = MT?.j mt = 0
val mt_empty (#hsz:pos): merkle_tree #hsz -> GTot bool let mt_empty #hsz mt =
false
null
false
MT?.j mt = 0
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "sometrivial" ]
[ "Prims.pos", "MerkleTree.New.High.merkle_tree", "Prims.op_Equality", "Prims.int", "MerkleTree.New.High.__proj__MT__item__j", "Prims.bool" ]
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val mt_empty (#hsz:pos): merkle_tree #hsz -> GTot bool
[]
MerkleTree.New.High.mt_empty
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
mt: MerkleTree.New.High.merkle_tree -> Prims.GTot Prims.bool
{ "end_col": 14, "end_line": 85, "start_col": 2, "start_line": 85 }
Prims.GTot
val sha256_compress: src1:hash #32 -> src2:hash #32 -> GTot (hash #32)
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let sha256_compress = MTS.sha256_compress
val sha256_compress: src1:hash #32 -> src2:hash #32 -> GTot (hash #32) let sha256_compress =
false
null
false
MTS.sha256_compress
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "sometrivial" ]
[ "MerkleTree.Spec.sha256_compress" ]
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val sha256_compress: src1:hash #32 -> src2:hash #32 -> GTot (hash #32)
[]
MerkleTree.New.High.sha256_compress
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
src1: MerkleTree.New.High.hash -> src2: MerkleTree.New.High.hash -> Prims.GTot MerkleTree.New.High.hash
{ "end_col": 41, "end_line": 27, "start_col": 22, "start_line": 27 }
Prims.GTot
val path_insert: (#hsz:pos) -> p:path #hsz -> hp:hash #hsz -> GTot (path #hsz)
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let path_insert #_ p hp = S.snoc p hp
val path_insert: (#hsz:pos) -> p:path #hsz -> hp:hash #hsz -> GTot (path #hsz) let path_insert #_ p hp =
false
null
false
S.snoc p hp
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "sometrivial" ]
[ "Prims.pos", "MerkleTree.New.High.path", "MerkleTree.New.High.hash", "FStar.Seq.Properties.snoc" ]
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val path_insert: (#hsz:pos) -> p:path #hsz -> hp:hash #hsz -> GTot (path #hsz)
[]
MerkleTree.New.High.path_insert
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
p: MerkleTree.New.High.path -> hp: MerkleTree.New.High.hash -> Prims.GTot MerkleTree.New.High.path
{ "end_col": 37, "end_line": 380, "start_col": 26, "start_line": 380 }
Prims.GTot
val mt_not_empty (#hsz:pos): merkle_tree #hsz -> GTot bool
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let mt_not_empty #hsz mt = MT?.j mt > 0
val mt_not_empty (#hsz:pos): merkle_tree #hsz -> GTot bool let mt_not_empty #hsz mt =
false
null
false
MT?.j mt > 0
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "sometrivial" ]
[ "Prims.pos", "MerkleTree.New.High.merkle_tree", "Prims.op_GreaterThan", "MerkleTree.New.High.__proj__MT__item__j", "Prims.bool" ]
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val mt_not_empty (#hsz:pos): merkle_tree #hsz -> GTot bool
[]
MerkleTree.New.High.mt_not_empty
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
mt: MerkleTree.New.High.merkle_tree -> Prims.GTot Prims.bool
{ "end_col": 14, "end_line": 89, "start_col": 2, "start_line": 89 }
Prims.GTot
val mt_not_full (#hsz:pos): merkle_tree #hsz -> GTot bool
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let mt_not_full #hsz mt = MT?.j mt < pow2 32 - 1
val mt_not_full (#hsz:pos): merkle_tree #hsz -> GTot bool let mt_not_full #hsz mt =
false
null
false
MT?.j mt < pow2 32 - 1
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "sometrivial" ]
[ "Prims.pos", "MerkleTree.New.High.merkle_tree", "Prims.op_LessThan", "MerkleTree.New.High.__proj__MT__item__j", "Prims.op_Subtraction", "Prims.pow2", "Prims.bool" ]
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val mt_not_full (#hsz:pos): merkle_tree #hsz -> GTot bool
[]
MerkleTree.New.High.mt_not_full
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
mt: MerkleTree.New.High.merkle_tree -> Prims.GTot Prims.bool
{ "end_col": 24, "end_line": 81, "start_col": 2, "start_line": 81 }
Prims.GTot
val mt_wf_elts (#hsz:pos): merkle_tree #hsz -> GTot Type0
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let mt_wf_elts #_ (MT i j hs _ _ _ _) = hs_wf_elts 0 hs i j
val mt_wf_elts (#hsz:pos): merkle_tree #hsz -> GTot Type0 let mt_wf_elts #_ (MT i j hs _ _ _ _) =
false
null
false
hs_wf_elts 0 hs i j
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "sometrivial" ]
[ "Prims.pos", "MerkleTree.New.High.merkle_tree", "Prims.nat", "Prims.b2t", "Prims.op_AmpAmp", "Prims.op_LessThanOrEqual", "Prims.op_LessThan", "Prims.pow2", "MerkleTree.New.High.hashess", "Prims.op_Equality", "Prims.int", "FStar.Seq.Base.length", "MerkleTree.New.High.hashes", "Prims.bool", ...
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val mt_wf_elts (#hsz:pos): merkle_tree #hsz -> GTot Type0
[]
MerkleTree.New.High.mt_wf_elts
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
_: MerkleTree.New.High.merkle_tree -> Prims.GTot Type0
{ "end_col": 21, "end_line": 136, "start_col": 2, "start_line": 136 }
Prims.GTot
val mt_insert: #hsz:pos -> mt:merkle_tree #hsz {mt_wf_elts mt /\ mt_not_full mt} -> v:hash #hsz -> GTot (imt:merkle_tree #hsz{mt_wf_elts #hsz imt})
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let mt_insert #hsz mt v = MT (MT?.i mt) (MT?.j mt + 1) (insert_ #_ #(MT?.hash_fun mt) 0 (MT?.i mt) (MT?.j mt) (MT?.hs mt) v) false (MT?.rhs mt) (MT?.mroot mt) (MT?.hash_fun mt)
val mt_insert: #hsz:pos -> mt:merkle_tree #hsz {mt_wf_elts mt /\ mt_not_full mt} -> v:hash #hsz -> GTot (imt:merkle_tree #hsz{mt_wf_elts #hsz imt}) let mt_insert #hsz mt v =
false
null
false
MT (MT?.i mt) (MT?.j mt + 1) (insert_ #_ #(MT?.hash_fun mt) 0 (MT?.i mt) (MT?.j mt) (MT?.hs mt) v) false (MT?.rhs mt) (MT?.mroot mt) (MT?.hash_fun mt)
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "sometrivial" ]
[ "Prims.pos", "MerkleTree.New.High.merkle_tree", "Prims.l_and", "MerkleTree.New.High.mt_wf_elts", "Prims.b2t", "MerkleTree.New.High.mt_not_full", "MerkleTree.New.High.hash", "MerkleTree.New.High.MT", "MerkleTree.New.High.__proj__MT__item__i", "Prims.op_Addition", "MerkleTree.New.High.__proj__MT__...
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val mt_insert: #hsz:pos -> mt:merkle_tree #hsz {mt_wf_elts mt /\ mt_not_full mt} -> v:hash #hsz -> GTot (imt:merkle_tree #hsz{mt_wf_elts #hsz imt})
[]
MerkleTree.New.High.mt_insert
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
mt: MerkleTree.New.High.merkle_tree {MerkleTree.New.High.mt_wf_elts mt /\ MerkleTree.New.High.mt_not_full mt} -> v: MerkleTree.New.High.hash -> Prims.GTot (imt: MerkleTree.New.High.merkle_tree{MerkleTree.New.High.mt_wf_elts imt})
{ "end_col": 22, "end_line": 241, "start_col": 2, "start_line": 235 }
Prims.GTot
val create_empty_mt (#hsz:pos) (#f:MTS.hash_fun_t #hsz): unit -> GTot (mt:merkle_tree #hsz {mt_wf_elts #hsz mt})
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let create_empty_mt #hsz #f _ = hs_wf_elts_empty #hsz 0; MT 0 0 (S.create 32 S.empty) false (S.create 32 (hash_init #hsz)) (hash_init #hsz) f
val create_empty_mt (#hsz:pos) (#f:MTS.hash_fun_t #hsz): unit -> GTot (mt:merkle_tree #hsz {mt_wf_elts #hsz mt}) let create_empty_mt #hsz #f _ =
false
null
false
hs_wf_elts_empty #hsz 0; MT 0 0 (S.create 32 S.empty) false (S.create 32 (hash_init #hsz)) (hash_init #hsz) f
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "sometrivial" ]
[ "Prims.pos", "MerkleTree.Spec.hash_fun_t", "Prims.unit", "MerkleTree.New.High.MT", "FStar.Seq.Base.create", "MerkleTree.New.High.hashes", "FStar.Seq.Base.empty", "MerkleTree.New.High.hash", "MerkleTree.New.High.hash_init", "MerkleTree.New.High.hs_wf_elts_empty", "MerkleTree.New.High.merkle_tree"...
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val create_empty_mt (#hsz:pos) (#f:MTS.hash_fun_t #hsz): unit -> GTot (mt:merkle_tree #hsz {mt_wf_elts #hsz mt})
[]
MerkleTree.New.High.create_empty_mt
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
_: Prims.unit -> Prims.GTot (mt: MerkleTree.New.High.merkle_tree{MerkleTree.New.High.mt_wf_elts mt})
{ "end_col": 86, "end_line": 156, "start_col": 2, "start_line": 155 }
Prims.GTot
val mt_path_length_step: k:nat -> j:nat{k <= j} -> actd:bool -> GTot nat
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let mt_path_length_step k j actd = if j = 0 then 0 else (if k % 2 = 0 then (if j = k || (j = k + 1 && not actd) then 0 else 1) else 1)
val mt_path_length_step: k:nat -> j:nat{k <= j} -> actd:bool -> GTot nat let mt_path_length_step k j actd =
false
null
false
if j = 0 then 0 else (if k % 2 = 0 then (if j = k || (j = k + 1 && not actd) then 0 else 1) else 1)
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "sometrivial" ]
[ "Prims.nat", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.bool", "Prims.op_Equality", "Prims.int", "Prims.op_Modulus", "Prims.op_BarBar", "Prims.op_AmpAmp", "Prims.op_Addition", "Prims.op_Negation" ]
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val mt_path_length_step: k:nat -> j:nat{k <= j} -> actd:bool -> GTot nat
[]
MerkleTree.New.High.mt_path_length_step
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
k: Prims.nat -> j: Prims.nat{k <= j} -> actd: Prims.bool -> Prims.GTot Prims.nat
{ "end_col": 14, "end_line": 388, "start_col": 2, "start_line": 385 }
Prims.GTot
val mt_get_root: #hsz:pos -> mt:merkle_tree #hsz {mt_wf_elts #hsz mt} -> drt:hash #hsz -> GTot (merkle_tree #hsz * hash #hsz)
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let mt_get_root #hsz mt drt = if MT?.rhs_ok mt then (mt, MT?.mroot mt) else begin let (nrhs, rt) = construct_rhs #_ #(MT?.hash_fun mt) 0 (MT?.hs mt) (MT?.rhs mt) (MT?.i mt) (MT?.j mt) drt false in (MT (MT?.i mt) (MT?.j mt) (MT?.hs mt) true nrhs rt (MT?.hash_fun mt), rt) end
val mt_get_root: #hsz:pos -> mt:merkle_tree #hsz {mt_wf_elts #hsz mt} -> drt:hash #hsz -> GTot (merkle_tree #hsz * hash #hsz) let mt_get_root #hsz mt drt =
false
null
false
if MT?.rhs_ok mt then (mt, MT?.mroot mt) else let nrhs, rt = construct_rhs #_ #(MT?.hash_fun mt) 0 (MT?.hs mt) (MT?.rhs mt) (MT?.i mt) (MT?.j mt) drt false in (MT (MT?.i mt) (MT?.j mt) (MT?.hs mt) true nrhs rt (MT?.hash_fun mt), rt)
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "sometrivial" ]
[ "Prims.pos", "MerkleTree.New.High.merkle_tree", "MerkleTree.New.High.mt_wf_elts", "MerkleTree.New.High.hash", "MerkleTree.New.High.__proj__MT__item__rhs_ok", "FStar.Pervasives.Native.Mktuple2", "MerkleTree.New.High.__proj__MT__item__mroot", "Prims.bool", "MerkleTree.New.High.hashes", "Prims.b2t", ...
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val mt_get_root: #hsz:pos -> mt:merkle_tree #hsz {mt_wf_elts #hsz mt} -> drt:hash #hsz -> GTot (merkle_tree #hsz * hash #hsz)
[]
MerkleTree.New.High.mt_get_root
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
mt: MerkleTree.New.High.merkle_tree{MerkleTree.New.High.mt_wf_elts mt} -> drt: MerkleTree.New.High.hash -> Prims.GTot (MerkleTree.New.High.merkle_tree * MerkleTree.New.High.hash)
{ "end_col": 5, "end_line": 358, "start_col": 2, "start_line": 354 }
Prims.GTot
val mt_flush: #hsz:pos -> mt:merkle_tree #hsz {mt_wf_elts mt /\ MT?.j mt > MT?.i mt} -> GTot (fmt:merkle_tree{mt_wf_elts #hsz fmt})
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let mt_flush #hsz mt = mt_flush_to mt (MT?.j mt - 1)
val mt_flush: #hsz:pos -> mt:merkle_tree #hsz {mt_wf_elts mt /\ MT?.j mt > MT?.i mt} -> GTot (fmt:merkle_tree{mt_wf_elts #hsz fmt}) let mt_flush #hsz mt =
false
null
false
mt_flush_to mt (MT?.j mt - 1)
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "sometrivial" ]
[ "Prims.pos", "MerkleTree.New.High.merkle_tree", "Prims.l_and", "MerkleTree.New.High.mt_wf_elts", "Prims.b2t", "Prims.op_GreaterThan", "MerkleTree.New.High.__proj__MT__item__j", "MerkleTree.New.High.__proj__MT__item__i", "MerkleTree.New.High.mt_flush_to", "Prims.op_Subtraction" ]
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val mt_flush: #hsz:pos -> mt:merkle_tree #hsz {mt_wf_elts mt /\ MT?.j mt > MT?.i mt} -> GTot (fmt:merkle_tree{mt_wf_elts #hsz fmt})
[]
MerkleTree.New.High.mt_flush
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
mt: MerkleTree.New.High.merkle_tree{MerkleTree.New.High.mt_wf_elts mt /\ MT?.j mt > MT?.i mt} -> Prims.GTot (fmt: MerkleTree.New.High.merkle_tree{MerkleTree.New.High.mt_wf_elts fmt})
{ "end_col": 31, "end_line": 598, "start_col": 2, "start_line": 598 }
Prims.Tot
val offset_of: i:nat -> Tot nat
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let offset_of i = if i % 2 = 0 then i else i - 1
val offset_of: i:nat -> Tot nat let offset_of i =
false
null
false
if i % 2 = 0 then i else i - 1
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "total" ]
[ "Prims.nat", "Prims.op_Equality", "Prims.int", "Prims.op_Modulus", "Prims.bool", "Prims.op_Subtraction" ]
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
true
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val offset_of: i:nat -> Tot nat
[]
MerkleTree.New.High.offset_of
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
i: Prims.nat -> Prims.nat
{ "end_col": 32, "end_line": 96, "start_col": 2, "start_line": 96 }
Prims.GTot
val mt_create: hsz:pos -> f:MTS.hash_fun_t #hsz -> init:hash #hsz -> GTot (mt:merkle_tree{mt_wf_elts #hsz mt})
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let mt_create hsz f init = mt_insert #_ (create_empty_mt #_ #f ()) init
val mt_create: hsz:pos -> f:MTS.hash_fun_t #hsz -> init:hash #hsz -> GTot (mt:merkle_tree{mt_wf_elts #hsz mt}) let mt_create hsz f init =
false
null
false
mt_insert #_ (create_empty_mt #_ #f ()) init
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "sometrivial" ]
[ "Prims.pos", "MerkleTree.Spec.hash_fun_t", "MerkleTree.New.High.hash", "MerkleTree.New.High.mt_insert", "MerkleTree.New.High.create_empty_mt", "MerkleTree.New.High.merkle_tree", "MerkleTree.New.High.mt_wf_elts" ]
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val mt_create: hsz:pos -> f:MTS.hash_fun_t #hsz -> init:hash #hsz -> GTot (mt:merkle_tree{mt_wf_elts #hsz mt})
[]
MerkleTree.New.High.mt_create
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
hsz: Prims.pos -> f: MerkleTree.Spec.hash_fun_t -> init: MerkleTree.New.High.hash -> Prims.GTot (mt: MerkleTree.New.High.merkle_tree{MerkleTree.New.High.mt_wf_elts mt})
{ "end_col": 46, "end_line": 247, "start_col": 2, "start_line": 247 }
Prims.GTot
val mt_verify: #hsz:pos -> #f:MTS.hash_fun_t #hsz -> k:nat -> j:nat{k < j} -> p:path #hsz {S.length p = 1 + mt_path_length k j false} -> rt:hash #hsz -> GTot prop
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let mt_verify #_ #f k j p rt = let crt = mt_verify_ #_ #f k j p 1 (S.index p 0) false in crt == rt
val mt_verify: #hsz:pos -> #f:MTS.hash_fun_t #hsz -> k:nat -> j:nat{k < j} -> p:path #hsz {S.length p = 1 + mt_path_length k j false} -> rt:hash #hsz -> GTot prop let mt_verify #_ #f k j p rt =
false
null
false
let crt = mt_verify_ #_ #f k j p 1 (S.index p 0) false in crt == rt
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "sometrivial" ]
[ "Prims.pos", "MerkleTree.Spec.hash_fun_t", "Prims.nat", "Prims.b2t", "Prims.op_LessThan", "MerkleTree.New.High.path", "Prims.op_Equality", "Prims.int", "FStar.Seq.Base.length", "MerkleTree.New.High.hash", "Prims.op_Addition", "MerkleTree.New.High.mt_path_length", "Prims.eq2", "MerkleTree.N...
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val mt_verify: #hsz:pos -> #f:MTS.hash_fun_t #hsz -> k:nat -> j:nat{k < j} -> p:path #hsz {S.length p = 1 + mt_path_length k j false} -> rt:hash #hsz -> GTot prop
[]
MerkleTree.New.High.mt_verify
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
k: Prims.nat -> j: Prims.nat{k < j} -> p: MerkleTree.New.High.path {FStar.Seq.Base.length p = 1 + MerkleTree.New.High.mt_path_length k j false} -> rt: MerkleTree.New.High.hash -> Prims.GTot Prims.prop
{ "end_col": 11, "end_line": 679, "start_col": 30, "start_line": 677 }
Prims.GTot
val hs_wf_elts: #hsz:pos -> lv:nat{lv <= 32} -> hs:hashess #hsz {S.length hs = 32} -> i:nat -> j:nat{j >= i} -> GTot Type0 (decreases (32 - lv))
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let rec hs_wf_elts #hsz lv hs i j = if lv = 32 then true else (let ofs = offset_of i in S.length (S.index hs lv) == j - ofs /\ hs_wf_elts #hsz (lv + 1) hs (i / 2) (j / 2))
val hs_wf_elts: #hsz:pos -> lv:nat{lv <= 32} -> hs:hashess #hsz {S.length hs = 32} -> i:nat -> j:nat{j >= i} -> GTot Type0 (decreases (32 - lv)) let rec hs_wf_elts #hsz lv hs i j =
false
null
false
if lv = 32 then true else (let ofs = offset_of i in S.length (S.index hs lv) == j - ofs /\ hs_wf_elts #hsz (lv + 1) hs (i / 2) (j / 2))
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "sometrivial", "" ]
[ "Prims.pos", "Prims.nat", "Prims.b2t", "Prims.op_LessThanOrEqual", "MerkleTree.New.High.hashess", "Prims.op_Equality", "Prims.int", "FStar.Seq.Base.length", "MerkleTree.New.High.hashes", "Prims.op_GreaterThanOrEqual", "Prims.bool", "Prims.l_and", "Prims.eq2", "MerkleTree.New.High.hash", ...
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val hs_wf_elts: #hsz:pos -> lv:nat{lv <= 32} -> hs:hashess #hsz {S.length hs = 32} -> i:nat -> j:nat{j >= i} -> GTot Type0 (decreases (32 - lv))
[ "recursion" ]
MerkleTree.New.High.hs_wf_elts
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
lv: Prims.nat{lv <= 32} -> hs: MerkleTree.New.High.hashess{FStar.Seq.Base.length hs = 32} -> i: Prims.nat -> j: Prims.nat{j >= i} -> Prims.GTot Type0
{ "end_col": 51, "end_line": 108, "start_col": 2, "start_line": 105 }
Prims.Tot
val hash_init (#hsz: pos) : hash #hsz
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let hash_init (#hsz:pos): hash #hsz = Seq.create hsz (Lib.IntTypes.u8 0)
val hash_init (#hsz: pos) : hash #hsz let hash_init (#hsz: pos) : hash #hsz =
false
null
false
Seq.create hsz (Lib.IntTypes.u8 0)
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "total" ]
[ "Prims.pos", "FStar.Seq.Base.create", "Lib.IntTypes.uint8", "Lib.IntTypes.u8", "MerkleTree.New.High.hash" ]
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val hash_init (#hsz: pos) : hash #hsz
[]
MerkleTree.New.High.hash_init
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
MerkleTree.New.High.hash
{ "end_col": 36, "end_line": 24, "start_col": 2, "start_line": 24 }
Prims.GTot
val mt_flush_to: #hsz:pos -> mt:merkle_tree #hsz {mt_wf_elts mt} -> idx:nat{idx >= MT?.i mt /\ idx < MT?.j mt} -> GTot (fmt:merkle_tree{mt_wf_elts #hsz fmt})
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let mt_flush_to #hsz mt idx = let fhs = mt_flush_to_ #hsz 0 (MT?.hs mt) (MT?.i mt) idx (MT?.j mt) in MT idx (MT?.j mt) fhs (MT?.rhs_ok mt) (MT?.rhs mt) (MT?.mroot mt) (MT?.hash_fun mt)
val mt_flush_to: #hsz:pos -> mt:merkle_tree #hsz {mt_wf_elts mt} -> idx:nat{idx >= MT?.i mt /\ idx < MT?.j mt} -> GTot (fmt:merkle_tree{mt_wf_elts #hsz fmt}) let mt_flush_to #hsz mt idx =
false
null
false
let fhs = mt_flush_to_ #hsz 0 (MT?.hs mt) (MT?.i mt) idx (MT?.j mt) in MT idx (MT?.j mt) fhs (MT?.rhs_ok mt) (MT?.rhs mt) (MT?.mroot mt) (MT?.hash_fun mt)
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "sometrivial" ]
[ "Prims.pos", "MerkleTree.New.High.merkle_tree", "MerkleTree.New.High.mt_wf_elts", "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_GreaterThanOrEqual", "MerkleTree.New.High.__proj__MT__item__i", "Prims.op_LessThan", "MerkleTree.New.High.__proj__MT__item__j", "MerkleTree.New.High.MT", "Merkle...
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val mt_flush_to: #hsz:pos -> mt:merkle_tree #hsz {mt_wf_elts mt} -> idx:nat{idx >= MT?.i mt /\ idx < MT?.j mt} -> GTot (fmt:merkle_tree{mt_wf_elts #hsz fmt})
[]
MerkleTree.New.High.mt_flush_to
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
mt: MerkleTree.New.High.merkle_tree{MerkleTree.New.High.mt_wf_elts mt} -> idx: Prims.nat{idx >= MT?.i mt /\ idx < MT?.j mt} -> Prims.GTot (fmt: MerkleTree.New.High.merkle_tree{MerkleTree.New.High.mt_wf_elts fmt})
{ "end_col": 85, "end_line": 591, "start_col": 29, "start_line": 589 }
Prims.GTot
val mt_path_length: k:nat -> j:nat{k <= j} -> actd:bool -> GTot nat
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let rec mt_path_length k j actd = if j = 0 then 0 else (let nactd = actd || (j % 2 = 1) in mt_path_length_step k j actd + mt_path_length (k / 2) (j / 2) nactd)
val mt_path_length: k:nat -> j:nat{k <= j} -> actd:bool -> GTot nat let rec mt_path_length k j actd =
false
null
false
if j = 0 then 0 else (let nactd = actd || (j % 2 = 1) in mt_path_length_step k j actd + mt_path_length (k / 2) (j / 2) nactd)
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "sometrivial" ]
[ "Prims.nat", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.bool", "Prims.op_Equality", "Prims.int", "Prims.op_Addition", "MerkleTree.New.High.mt_path_length_step", "MerkleTree.New.High.mt_path_length", "Prims.op_Division", "Prims.op_BarBar", "Prims.op_Modulus" ]
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val mt_path_length: k:nat -> j:nat{k <= j} -> actd:bool -> GTot nat
[ "recursion" ]
MerkleTree.New.High.mt_path_length
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
k: Prims.nat -> j: Prims.nat{k <= j} -> actd: Prims.bool -> Prims.GTot Prims.nat
{ "end_col": 44, "end_line": 396, "start_col": 2, "start_line": 393 }
FStar.Pervasives.Lemma
val seq_slice_more_equal: #a:Type -> s1:S.seq a -> s2:S.seq a -> n:nat -> m:nat{n <= m && m <= S.length s1 && m <= S.length s2} -> k:nat{n <= k} -> l:nat{k <= l && l <= m} -> Lemma (requires S.equal (S.slice s1 n m) (S.slice s2 n m)) (ensures S.equal (S.slice s1 k l) (S.slice s2 k l)) [SMTPat (...
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let seq_slice_more_equal #a s1 s2 n m k l = slice_slice s1 n m (k - n) (l - n); slice_slice s2 n m (k - n) (l - n)
val seq_slice_more_equal: #a:Type -> s1:S.seq a -> s2:S.seq a -> n:nat -> m:nat{n <= m && m <= S.length s1 && m <= S.length s2} -> k:nat{n <= k} -> l:nat{k <= l && l <= m} -> Lemma (requires S.equal (S.slice s1 n m) (S.slice s2 n m)) (ensures S.equal (S.slice s1 k l) (S.slice s2 k l)) [SMTPat (...
false
null
true
slice_slice s1 n m (k - n) (l - n); slice_slice s2 n m (k - n) (l - n)
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "lemma" ]
[ "FStar.Seq.Base.seq", "Prims.nat", "Prims.b2t", "Prims.op_AmpAmp", "Prims.op_LessThanOrEqual", "FStar.Seq.Base.length", "FStar.Seq.Properties.slice_slice", "Prims.op_Subtraction", "Prims.unit" ]
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val seq_slice_more_equal: #a:Type -> s1:S.seq a -> s2:S.seq a -> n:nat -> m:nat{n <= m && m <= S.length s1 && m <= S.length s2} -> k:nat{n <= k} -> l:nat{k <= l && l <= m} -> Lemma (requires S.equal (S.slice s1 n m) (S.slice s2 n m)) (ensures S.equal (S.slice s1 k l) (S.slice s2 k l)) [SMTPat (...
[]
MerkleTree.New.High.seq_slice_more_equal
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
s1: FStar.Seq.Base.seq a -> s2: FStar.Seq.Base.seq a -> n: Prims.nat -> m: Prims.nat{n <= m && m <= FStar.Seq.Base.length s1 && m <= FStar.Seq.Base.length s2} -> k: Prims.nat{n <= k} -> l: Prims.nat{k <= l && l <= m} -> FStar.Pervasives.Lemma (requires FStar.Seq.Base.equal (FStar.Seq.Ba...
{ "end_col": 36, "end_line": 53, "start_col": 2, "start_line": 52 }
FStar.Pervasives.Lemma
val hs_wf_elts_empty: #hsz:pos -> lv:nat{lv <= 32} -> Lemma (requires True) (ensures hs_wf_elts #hsz lv (S.create 32 S.empty) 0 0) (decreases (32 - lv))
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let rec hs_wf_elts_empty #hsz lv = if lv = 32 then () else hs_wf_elts_empty #hsz (lv + 1)
val hs_wf_elts_empty: #hsz:pos -> lv:nat{lv <= 32} -> Lemma (requires True) (ensures hs_wf_elts #hsz lv (S.create 32 S.empty) 0 0) (decreases (32 - lv)) let rec hs_wf_elts_empty #hsz lv =
false
null
true
if lv = 32 then () else hs_wf_elts_empty #hsz (lv + 1)
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "lemma", "" ]
[ "Prims.pos", "Prims.nat", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_Equality", "Prims.int", "Prims.bool", "MerkleTree.New.High.hs_wf_elts_empty", "Prims.op_Addition", "Prims.unit" ]
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val hs_wf_elts_empty: #hsz:pos -> lv:nat{lv <= 32} -> Lemma (requires True) (ensures hs_wf_elts #hsz lv (S.create 32 S.empty) 0 0) (decreases (32 - lv))
[ "recursion" ]
MerkleTree.New.High.hs_wf_elts_empty
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
lv: Prims.nat{lv <= 32} -> FStar.Pervasives.Lemma (ensures MerkleTree.New.High.hs_wf_elts lv (FStar.Seq.Base.create 32 FStar.Seq.Base.empty) 0 0 ) (decreases 32 - lv)
{ "end_col": 37, "end_line": 148, "start_col": 2, "start_line": 147 }
FStar.Pervasives.Lemma
val seq_slice_equal_index: #a:Type -> s1:S.seq a -> s2:S.seq a -> i:nat -> j:nat{i <= j && j <= S.length s1 && j <= S.length s2} -> k:nat{i <= k && k < j} -> Lemma (requires S.equal (S.slice s1 i j) (S.slice s2 i j)) (ensures S.index s1 k == S.index s2 k) [SMTPat (S.equal (S.slice s1 i j) (S.sl...
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let seq_slice_equal_index #a s1 s2 i j k = assert (S.index (S.slice s1 i j) (k - i) == S.index (S.slice s2 i j) (k - i))
val seq_slice_equal_index: #a:Type -> s1:S.seq a -> s2:S.seq a -> i:nat -> j:nat{i <= j && j <= S.length s1 && j <= S.length s2} -> k:nat{i <= k && k < j} -> Lemma (requires S.equal (S.slice s1 i j) (S.slice s2 i j)) (ensures S.index s1 k == S.index s2 k) [SMTPat (S.equal (S.slice s1 i j) (S.sl...
false
null
true
assert (S.index (S.slice s1 i j) (k - i) == S.index (S.slice s2 i j) (k - i))
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "lemma" ]
[ "FStar.Seq.Base.seq", "Prims.nat", "Prims.b2t", "Prims.op_AmpAmp", "Prims.op_LessThanOrEqual", "FStar.Seq.Base.length", "Prims.op_LessThan", "Prims._assert", "Prims.eq2", "FStar.Seq.Base.index", "FStar.Seq.Base.slice", "Prims.op_Subtraction", "Prims.unit" ]
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val seq_slice_equal_index: #a:Type -> s1:S.seq a -> s2:S.seq a -> i:nat -> j:nat{i <= j && j <= S.length s1 && j <= S.length s2} -> k:nat{i <= k && k < j} -> Lemma (requires S.equal (S.slice s1 i j) (S.slice s2 i j)) (ensures S.index s1 k == S.index s2 k) [SMTPat (S.equal (S.slice s1 i j) (S.sl...
[]
MerkleTree.New.High.seq_slice_equal_index
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
s1: FStar.Seq.Base.seq a -> s2: FStar.Seq.Base.seq a -> i: Prims.nat -> j: Prims.nat{i <= j && j <= FStar.Seq.Base.length s1 && j <= FStar.Seq.Base.length s2} -> k: Prims.nat{i <= k && k < j} -> FStar.Pervasives.Lemma (requires FStar.Seq.Base.equal (FStar.Seq.Base.slice s1 i j) (FStar.Seq.B...
{ "end_col": 79, "end_line": 41, "start_col": 2, "start_line": 41 }
Prims.GTot
val mt_verify_: #hsz:pos -> #f:MTS.hash_fun_t #hsz -> k:nat -> j:nat{k <= j} -> p:path #hsz -> ppos:nat -> acc:hash #hsz -> actd:bool{ppos + mt_path_length k j actd <= S.length p} -> GTot (hash #hsz)
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let rec mt_verify_ #hsz #f k j p ppos acc actd = if j = 0 then acc else (let nactd = actd || (j % 2 = 1) in if k % 2 = 0 then (if j = k || (j = k + 1 && not actd) then mt_verify_ #_ #f (k / 2) (j / 2) p ppos acc nactd else (let nacc = f acc (S.index p ppos) in mt_verify_ #_ #f (k / 2) (j ...
val mt_verify_: #hsz:pos -> #f:MTS.hash_fun_t #hsz -> k:nat -> j:nat{k <= j} -> p:path #hsz -> ppos:nat -> acc:hash #hsz -> actd:bool{ppos + mt_path_length k j actd <= S.length p} -> GTot (hash #hsz) let rec mt_verify_ #hsz #f k j p ppos acc actd =
false
null
false
if j = 0 then acc else (let nactd = actd || (j % 2 = 1) in if k % 2 = 0 then (if j = k || (j = k + 1 && not actd) then mt_verify_ #_ #f (k / 2) (j / 2) p ppos acc nactd else (let nacc = f acc (S.index p ppos) in mt_verify_ #_ #f (k / 2) (j / 2) p (ppos + 1) nacc nac...
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "sometrivial" ]
[ "Prims.pos", "MerkleTree.Spec.hash_fun_t", "Prims.nat", "Prims.b2t", "Prims.op_LessThanOrEqual", "MerkleTree.New.High.path", "MerkleTree.New.High.hash", "Prims.bool", "Prims.op_Addition", "MerkleTree.New.High.mt_path_length", "FStar.Seq.Base.length", "Prims.op_Equality", "Prims.int", "Prim...
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val mt_verify_: #hsz:pos -> #f:MTS.hash_fun_t #hsz -> k:nat -> j:nat{k <= j} -> p:path #hsz -> ppos:nat -> acc:hash #hsz -> actd:bool{ppos + mt_path_length k j actd <= S.length p} -> GTot (hash #hsz)
[ "recursion" ]
MerkleTree.New.High.mt_verify_
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
k: Prims.nat -> j: Prims.nat{k <= j} -> p: MerkleTree.New.High.path -> ppos: Prims.nat -> acc: MerkleTree.New.High.hash -> actd: Prims.bool{ppos + MerkleTree.New.High.mt_path_length k j actd <= FStar.Seq.Base.length p} -> Prims.GTot MerkleTree.New.High.hash
{ "end_col": 63, "end_line": 668, "start_col": 2, "start_line": 660 }
Prims.GTot
val mt_retract_to: #hsz:pos -> mt:merkle_tree #hsz {mt_wf_elts mt} -> r:nat{MT?.i mt <= r /\ r < MT?.j mt} -> GTot (rmt:merkle_tree #hsz {mt_wf_elts rmt /\ MT?.i rmt = MT?.i mt /\ MT?.j rmt = r + 1})
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let mt_retract_to #hsz mt r = let nhs = mt_retract_to_ (MT?.hs mt) 0 (MT?.i mt) (r+1) (MT?.j mt) in MT (MT?.i mt) (r+1) nhs false (MT?.rhs mt) (MT?.mroot mt) (MT?.hash_fun mt)
val mt_retract_to: #hsz:pos -> mt:merkle_tree #hsz {mt_wf_elts mt} -> r:nat{MT?.i mt <= r /\ r < MT?.j mt} -> GTot (rmt:merkle_tree #hsz {mt_wf_elts rmt /\ MT?.i rmt = MT?.i mt /\ MT?.j rmt = r + 1}) let mt_retract_to #hsz mt r =
false
null
false
let nhs = mt_retract_to_ (MT?.hs mt) 0 (MT?.i mt) (r + 1) (MT?.j mt) in MT (MT?.i mt) (r + 1) nhs false (MT?.rhs mt) (MT?.mroot mt) (MT?.hash_fun mt)
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "sometrivial" ]
[ "Prims.pos", "MerkleTree.New.High.merkle_tree", "MerkleTree.New.High.mt_wf_elts", "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "MerkleTree.New.High.__proj__MT__item__i", "Prims.op_LessThan", "MerkleTree.New.High.__proj__MT__item__j", "MerkleTree.New.High.MT", "Prims.op_...
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val mt_retract_to: #hsz:pos -> mt:merkle_tree #hsz {mt_wf_elts mt} -> r:nat{MT?.i mt <= r /\ r < MT?.j mt} -> GTot (rmt:merkle_tree #hsz {mt_wf_elts rmt /\ MT?.i rmt = MT?.i mt /\ MT?.j rmt = r + 1})
[]
MerkleTree.New.High.mt_retract_to
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
mt: MerkleTree.New.High.merkle_tree{MerkleTree.New.High.mt_wf_elts mt} -> r: Prims.nat{MT?.i mt <= r /\ r < MT?.j mt} -> Prims.GTot (rmt: MerkleTree.New.High.merkle_tree {MerkleTree.New.High.mt_wf_elts rmt /\ MT?.i rmt = MT?.i mt /\ MT?.j rmt = r + 1})
{ "end_col": 77, "end_line": 645, "start_col": 29, "start_line": 643 }
Prims.GTot
val mt_make_path_step: #hsz:pos -> lv:nat{lv <= 32} -> hs:hashess #hsz {S.length hs = 32} -> rhs:hashes #hsz {S.length rhs = 32} -> i:nat -> j:nat{ j <> 0 /\ i <= j /\ j < pow2 (32 - lv) /\ hs_wf_elts lv hs i j} -> k:nat{i <= k && k <= j} -> p:path #hsz -> actd:bool -> GTot (path #hsz)
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let mt_make_path_step #hsz lv hs rhs i j k p actd = let ofs = offset_of i in if k % 2 = 1 then path_insert p (S.index (S.index hs lv) (k - 1 - ofs)) else (if k = j then p else if k + 1 = j then (if actd then path_insert p (S.index rhs lv) else p) else path_insert p (S.index (S.index hs lv...
val mt_make_path_step: #hsz:pos -> lv:nat{lv <= 32} -> hs:hashess #hsz {S.length hs = 32} -> rhs:hashes #hsz {S.length rhs = 32} -> i:nat -> j:nat{ j <> 0 /\ i <= j /\ j < pow2 (32 - lv) /\ hs_wf_elts lv hs i j} -> k:nat{i <= k && k <= j} -> p:path #hsz -> actd:bool -> GTot (path #hsz) let ...
false
null
false
let ofs = offset_of i in if k % 2 = 1 then path_insert p (S.index (S.index hs lv) (k - 1 - ofs)) else (if k = j then p else if k + 1 = j then (if actd then path_insert p (S.index rhs lv) else p) else path_insert p (S.index (S.index hs lv) (k + 1 - ofs)))
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "sometrivial" ]
[ "Prims.pos", "Prims.nat", "Prims.b2t", "Prims.op_LessThanOrEqual", "MerkleTree.New.High.hashess", "Prims.op_Equality", "Prims.int", "FStar.Seq.Base.length", "MerkleTree.New.High.hashes", "MerkleTree.New.High.hash", "Prims.l_and", "Prims.op_disEquality", "Prims.op_LessThan", "Prims.pow2", ...
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val mt_make_path_step: #hsz:pos -> lv:nat{lv <= 32} -> hs:hashess #hsz {S.length hs = 32} -> rhs:hashes #hsz {S.length rhs = 32} -> i:nat -> j:nat{ j <> 0 /\ i <= j /\ j < pow2 (32 - lv) /\ hs_wf_elts lv hs i j} -> k:nat{i <= k && k <= j} -> p:path #hsz -> actd:bool -> GTot (path #hsz)
[]
MerkleTree.New.High.mt_make_path_step
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
lv: Prims.nat{lv <= 32} -> hs: MerkleTree.New.High.hashess{FStar.Seq.Base.length hs = 32} -> rhs: MerkleTree.New.High.hashes{FStar.Seq.Base.length rhs = 32} -> i: Prims.nat -> j: Prims.nat {j <> 0 /\ i <= j /\ j < Prims.pow2 (32 - lv) /\ MerkleTree.New.High.hs_wf_elts lv hs i j} -> ...
{ "end_col": 64, "end_line": 420, "start_col": 51, "start_line": 411 }
FStar.Pervasives.Lemma
val hs_wf_elts_equal: #hsz:pos -> lv:nat{lv <= 32} -> hs1:hashess #hsz {S.length hs1 = 32} -> hs2:hashess #hsz {S.length hs2 = 32} -> i:nat -> j:nat{j >= i} -> Lemma (requires hs_wf_elts lv hs1 i j /\ S.equal (S.slice hs1 lv 32) (S.slice hs2 lv 32)) (ensures hs_wf_elts lv hs2 i j) (decreases (32 -...
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let rec hs_wf_elts_equal #hsz lv hs1 hs2 i j = if lv = 32 then () else (S.slice_slice hs1 lv 32 1 (32 - lv); S.slice_slice hs2 lv 32 1 (32 - lv); assert (S.equal (S.slice hs1 (lv + 1) 32) (S.slice hs2 (lv + 1) 32)); S.lemma_index_slice hs1 lv 32 0; S.lemma_index_slice hs2 lv 32 ...
val hs_wf_elts_equal: #hsz:pos -> lv:nat{lv <= 32} -> hs1:hashess #hsz {S.length hs1 = 32} -> hs2:hashess #hsz {S.length hs2 = 32} -> i:nat -> j:nat{j >= i} -> Lemma (requires hs_wf_elts lv hs1 i j /\ S.equal (S.slice hs1 lv 32) (S.slice hs2 lv 32)) (ensures hs_wf_elts lv hs2 i j) (decreases (32 -...
false
null
true
if lv = 32 then () else (S.slice_slice hs1 lv 32 1 (32 - lv); S.slice_slice hs2 lv 32 1 (32 - lv); assert (S.equal (S.slice hs1 (lv + 1) 32) (S.slice hs2 (lv + 1) 32)); S.lemma_index_slice hs1 lv 32 0; S.lemma_index_slice hs2 lv 32 0; assert (S.index hs1 lv == S.index hs2 lv); hs_wf_elts_equal...
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "lemma", "" ]
[ "Prims.pos", "Prims.nat", "Prims.b2t", "Prims.op_LessThanOrEqual", "MerkleTree.New.High.hashess", "Prims.op_Equality", "Prims.int", "FStar.Seq.Base.length", "MerkleTree.New.High.hashes", "Prims.op_GreaterThanOrEqual", "Prims.bool", "MerkleTree.New.High.hs_wf_elts_equal", "Prims.op_Addition",...
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val hs_wf_elts_equal: #hsz:pos -> lv:nat{lv <= 32} -> hs1:hashess #hsz {S.length hs1 = 32} -> hs2:hashess #hsz {S.length hs2 = 32} -> i:nat -> j:nat{j >= i} -> Lemma (requires hs_wf_elts lv hs1 i j /\ S.equal (S.slice hs1 lv 32) (S.slice hs2 lv 32)) (ensures hs_wf_elts lv hs2 i j) (decreases (32 -...
[ "recursion" ]
MerkleTree.New.High.hs_wf_elts_equal
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
lv: Prims.nat{lv <= 32} -> hs1: MerkleTree.New.High.hashess{FStar.Seq.Base.length hs1 = 32} -> hs2: MerkleTree.New.High.hashess{FStar.Seq.Base.length hs2 = 32} -> i: Prims.nat -> j: Prims.nat{j >= i} -> FStar.Pervasives.Lemma (requires MerkleTree.New.High.hs_wf_elts lv hs1 i j /\ ...
{ "end_col": 57, "end_line": 132, "start_col": 2, "start_line": 124 }
Prims.GTot
val construct_rhs: #hsz:pos -> #f:MTS.hash_fun_t #hsz -> lv:nat{lv <= 32} -> hs:hashess #hsz {S.length hs = 32} -> rhs:hashes #hsz {S.length rhs = 32} -> i:nat -> j:nat{ i <= j /\ j < pow2 (32 - lv) /\ hs_wf_elts #hsz lv hs i j} -> acc:hash #hsz -> actd:bool -> GTot (crhs:hashes #hsz {S.length...
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let rec construct_rhs #hsz #f lv hs rhs i j acc actd = let ofs = offset_of i in if j = 0 then (rhs, acc) else (if j % 2 = 0 then (construct_rhs #_ #f (lv + 1) hs rhs (i / 2) (j / 2) acc actd) else (let nrhs = if actd then S.upd rhs lv acc else rhs in let nacc = if actd the...
val construct_rhs: #hsz:pos -> #f:MTS.hash_fun_t #hsz -> lv:nat{lv <= 32} -> hs:hashess #hsz {S.length hs = 32} -> rhs:hashes #hsz {S.length rhs = 32} -> i:nat -> j:nat{ i <= j /\ j < pow2 (32 - lv) /\ hs_wf_elts #hsz lv hs i j} -> acc:hash #hsz -> actd:bool -> GTot (crhs:hashes #hsz {S.length...
false
null
false
let ofs = offset_of i in if j = 0 then (rhs, acc) else (if j % 2 = 0 then (construct_rhs #_ #f (lv + 1) hs rhs (i / 2) (j / 2) acc actd) else (let nrhs = if actd then S.upd rhs lv acc else rhs in let nacc = if actd then f (S.index (S.index hs lv) (j - 1 - ofs)) acc ...
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "sometrivial", "" ]
[ "Prims.pos", "MerkleTree.Spec.hash_fun_t", "Prims.nat", "Prims.b2t", "Prims.op_LessThanOrEqual", "MerkleTree.New.High.hashess", "Prims.op_Equality", "Prims.int", "FStar.Seq.Base.length", "MerkleTree.New.High.hashes", "MerkleTree.New.High.hash", "Prims.l_and", "Prims.op_LessThan", "Prims.po...
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val construct_rhs: #hsz:pos -> #f:MTS.hash_fun_t #hsz -> lv:nat{lv <= 32} -> hs:hashess #hsz {S.length hs = 32} -> rhs:hashes #hsz {S.length rhs = 32} -> i:nat -> j:nat{ i <= j /\ j < pow2 (32 - lv) /\ hs_wf_elts #hsz lv hs i j} -> acc:hash #hsz -> actd:bool -> GTot (crhs:hashes #hsz {S.length...
[ "recursion" ]
MerkleTree.New.High.construct_rhs
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
lv: Prims.nat{lv <= 32} -> hs: MerkleTree.New.High.hashess{FStar.Seq.Base.length hs = 32} -> rhs: MerkleTree.New.High.hashes{FStar.Seq.Base.length rhs = 32} -> i: Prims.nat -> j: Prims.nat{i <= j /\ j < Prims.pow2 (32 - lv) /\ MerkleTree.New.High.hs_wf_elts lv hs i j} -> acc: MerkleTree.New.Hig...
{ "end_col": 73, "end_line": 279, "start_col": 54, "start_line": 269 }
FStar.Pervasives.Lemma
val mt_get_path_slice: #hsz:pos -> lv:nat{lv <= 32} -> hs:hashess #hsz {S.length hs = 32} -> rhs:hashes #hsz {S.length rhs = 32} -> i:nat -> j:nat{ i <= j /\ j < pow2 (32 - lv) /\ hs_wf_elts lv hs i j} -> k:nat{i <= k && k <= j} -> p:path #hsz -> actd:bool -> Lemma (requires True) (...
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let mt_get_path_slice #hsz lv hs rhs i j k p actd = mt_get_path_pull lv hs rhs i j k p actd
val mt_get_path_slice: #hsz:pos -> lv:nat{lv <= 32} -> hs:hashess #hsz {S.length hs = 32} -> rhs:hashes #hsz {S.length rhs = 32} -> i:nat -> j:nat{ i <= j /\ j < pow2 (32 - lv) /\ hs_wf_elts lv hs i j} -> k:nat{i <= k && k <= j} -> p:path #hsz -> actd:bool -> Lemma (requires True) (...
false
null
true
mt_get_path_pull lv hs rhs i j k p actd
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "lemma", "" ]
[ "Prims.pos", "Prims.nat", "Prims.b2t", "Prims.op_LessThanOrEqual", "MerkleTree.New.High.hashess", "Prims.op_Equality", "Prims.int", "FStar.Seq.Base.length", "MerkleTree.New.High.hashes", "MerkleTree.New.High.hash", "Prims.l_and", "Prims.op_LessThan", "Prims.pow2", "Prims.op_Subtraction", ...
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val mt_get_path_slice: #hsz:pos -> lv:nat{lv <= 32} -> hs:hashess #hsz {S.length hs = 32} -> rhs:hashes #hsz {S.length rhs = 32} -> i:nat -> j:nat{ i <= j /\ j < pow2 (32 - lv) /\ hs_wf_elts lv hs i j} -> k:nat{i <= k && k <= j} -> p:path #hsz -> actd:bool -> Lemma (requires True) (...
[]
MerkleTree.New.High.mt_get_path_slice
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
lv: Prims.nat{lv <= 32} -> hs: MerkleTree.New.High.hashess{FStar.Seq.Base.length hs = 32} -> rhs: MerkleTree.New.High.hashes{FStar.Seq.Base.length rhs = 32} -> i: Prims.nat -> j: Prims.nat{i <= j /\ j < Prims.pow2 (32 - lv) /\ MerkleTree.New.High.hs_wf_elts lv hs i j} -> k: Prims.nat{i <= k && ...
{ "end_col": 41, "end_line": 519, "start_col": 2, "start_line": 519 }
Prims.GTot
val mt_get_path: #hsz:pos -> mt:merkle_tree #hsz {mt_wf_elts mt} -> idx:nat{MT?.i mt <= idx /\ idx < MT?.j mt} -> drt:hash #hsz -> GTot (nat * (np:path #hsz {S.length np = 1 + mt_path_length idx (MT?.j mt) false}) * hash #hsz)
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let mt_get_path #hsz mt idx drt = let (umt, root) = mt_get_root mt drt in let ofs = offset_of (MT?.i umt) in let np = path_insert S.empty (S.index (S.index (MT?.hs umt) 0) (idx - ofs)) in MT?.j umt, mt_get_path_ 0 (MT?.hs umt) (MT?.rhs umt) (MT?.i umt) (MT?.j umt) idx np false, root
val mt_get_path: #hsz:pos -> mt:merkle_tree #hsz {mt_wf_elts mt} -> idx:nat{MT?.i mt <= idx /\ idx < MT?.j mt} -> drt:hash #hsz -> GTot (nat * (np:path #hsz {S.length np = 1 + mt_path_length idx (MT?.j mt) false}) * hash #hsz) let mt_get_path #hsz mt idx drt =
false
null
false
let umt, root = mt_get_root mt drt in let ofs = offset_of (MT?.i umt) in let np = path_insert S.empty (S.index (S.index (MT?.hs umt) 0) (idx - ofs)) in MT?.j umt, mt_get_path_ 0 (MT?.hs umt) (MT?.rhs umt) (MT?.i umt) (MT?.j umt) idx np false, root
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "sometrivial" ]
[ "Prims.pos", "MerkleTree.New.High.merkle_tree", "MerkleTree.New.High.mt_wf_elts", "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "MerkleTree.New.High.__proj__MT__item__i", "Prims.op_LessThan", "MerkleTree.New.High.__proj__MT__item__j", "MerkleTree.New.High.hash", "FStar.P...
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val mt_get_path: #hsz:pos -> mt:merkle_tree #hsz {mt_wf_elts mt} -> idx:nat{MT?.i mt <= idx /\ idx < MT?.j mt} -> drt:hash #hsz -> GTot (nat * (np:path #hsz {S.length np = 1 + mt_path_length idx (MT?.j mt) false}) * hash #hsz)
[]
MerkleTree.New.High.mt_get_path
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
mt: MerkleTree.New.High.merkle_tree{MerkleTree.New.High.mt_wf_elts mt} -> idx: Prims.nat{MT?.i mt <= idx /\ idx < MT?.j mt} -> drt: MerkleTree.New.High.hash -> Prims.GTot ((Prims.nat * np: MerkleTree.New.High.path {FStar.Seq.Base.length np = 1 + MerkleTree.New.High.mt_path_length ...
{ "end_col": 6, "end_line": 536, "start_col": 33, "start_line": 529 }
Prims.GTot
val hashess_insert: #hsz:pos -> lv:nat{lv < 32} -> i:nat -> j:nat{i <= j /\ j < pow2 (32 - lv) - 1} -> hs:hashess #hsz {S.length hs = 32 /\ hs_wf_elts lv hs i j} -> v:hash #hsz -> GTot (ihs:hashess #hsz {S.length ihs = 32 /\ hs_wf_elts (lv + 1) ihs (i / 2) (j / 2)})
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let hashess_insert #hsz lv i j hs v = let ihs = S.upd hs lv (S.snoc (S.index hs lv) v) in hs_wf_elts_equal (lv + 1) hs ihs (i / 2) (j / 2); ihs
val hashess_insert: #hsz:pos -> lv:nat{lv < 32} -> i:nat -> j:nat{i <= j /\ j < pow2 (32 - lv) - 1} -> hs:hashess #hsz {S.length hs = 32 /\ hs_wf_elts lv hs i j} -> v:hash #hsz -> GTot (ihs:hashess #hsz {S.length ihs = 32 /\ hs_wf_elts (lv + 1) ihs (i / 2) (j / 2)}) let hashess_insert #hsz lv i j hs v =
false
null
false
let ihs = S.upd hs lv (S.snoc (S.index hs lv) v) in hs_wf_elts_equal (lv + 1) hs ihs (i / 2) (j / 2); ihs
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "sometrivial" ]
[ "Prims.pos", "Prims.nat", "Prims.b2t", "Prims.op_LessThan", "Prims.l_and", "Prims.op_LessThanOrEqual", "Prims.op_Subtraction", "Prims.pow2", "MerkleTree.New.High.hashess", "Prims.op_Equality", "Prims.int", "FStar.Seq.Base.length", "MerkleTree.New.High.hashes", "MerkleTree.New.High.hs_wf_el...
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val hashess_insert: #hsz:pos -> lv:nat{lv < 32} -> i:nat -> j:nat{i <= j /\ j < pow2 (32 - lv) - 1} -> hs:hashess #hsz {S.length hs = 32 /\ hs_wf_elts lv hs i j} -> v:hash #hsz -> GTot (ihs:hashess #hsz {S.length ihs = 32 /\ hs_wf_elts (lv + 1) ihs (i / 2) (j / 2)})
[]
MerkleTree.New.High.hashess_insert
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
lv: Prims.nat{lv < 32} -> i: Prims.nat -> j: Prims.nat{i <= j /\ j < Prims.pow2 (32 - lv) - 1} -> hs: MerkleTree.New.High.hashess {FStar.Seq.Base.length hs = 32 /\ MerkleTree.New.High.hs_wf_elts lv hs i j} -> v: MerkleTree.New.High.hash -> Prims.GTot (ihs: MerkleTree.New.H...
{ "end_col": 5, "end_line": 171, "start_col": 37, "start_line": 168 }
Prims.GTot
val mt_get_path_: #hsz:pos -> lv:nat{lv <= 32} -> hs:hashess #hsz {S.length hs = 32} -> rhs:hashes #hsz {S.length rhs = 32} -> i:nat -> j:nat{ i <= j /\ j < pow2 (32 - lv) /\ hs_wf_elts lv hs i j} -> k:nat{i <= k && k <= j} -> p:path #hsz -> actd:bool -> GTot (np:path #hsz {S.length np = S....
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let rec mt_get_path_ #hsz lv hs rhs i j k p actd = let ofs = offset_of i in if j = 0 then p else (let np = mt_make_path_step lv hs rhs i j k p actd in mt_get_path_ (lv + 1) hs rhs (i / 2) (j / 2) (k / 2) np (if j % 2 = 0 then actd else true))
val mt_get_path_: #hsz:pos -> lv:nat{lv <= 32} -> hs:hashess #hsz {S.length hs = 32} -> rhs:hashes #hsz {S.length rhs = 32} -> i:nat -> j:nat{ i <= j /\ j < pow2 (32 - lv) /\ hs_wf_elts lv hs i j} -> k:nat{i <= k && k <= j} -> p:path #hsz -> actd:bool -> GTot (np:path #hsz {S.length np = S....
false
null
false
let ofs = offset_of i in if j = 0 then p else (let np = mt_make_path_step lv hs rhs i j k p actd in mt_get_path_ (lv + 1) hs rhs (i / 2) (j / 2) (k / 2) np (if j % 2 = 0 then actd else true))
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "sometrivial", "" ]
[ "Prims.pos", "Prims.nat", "Prims.b2t", "Prims.op_LessThanOrEqual", "MerkleTree.New.High.hashess", "Prims.op_Equality", "Prims.int", "FStar.Seq.Base.length", "MerkleTree.New.High.hashes", "MerkleTree.New.High.hash", "Prims.l_and", "Prims.op_LessThan", "Prims.pow2", "Prims.op_Subtraction", ...
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val mt_get_path_: #hsz:pos -> lv:nat{lv <= 32} -> hs:hashess #hsz {S.length hs = 32} -> rhs:hashes #hsz {S.length rhs = 32} -> i:nat -> j:nat{ i <= j /\ j < pow2 (32 - lv) /\ hs_wf_elts lv hs i j} -> k:nat{i <= k && k <= j} -> p:path #hsz -> actd:bool -> GTot (np:path #hsz {S.length np = S....
[ "recursion" ]
MerkleTree.New.High.mt_get_path_
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
lv: Prims.nat{lv <= 32} -> hs: MerkleTree.New.High.hashess{FStar.Seq.Base.length hs = 32} -> rhs: MerkleTree.New.High.hashes{FStar.Seq.Base.length rhs = 32} -> i: Prims.nat -> j: Prims.nat{i <= j /\ j < Prims.pow2 (32 - lv) /\ MerkleTree.New.High.hs_wf_elts lv hs i j} -> k: Prims.nat{i <= k && ...
{ "end_col": 42, "end_line": 444, "start_col": 50, "start_line": 438 }
FStar.Pervasives.Lemma
val construct_rhs_unchanged: #hsz:pos -> #f:MTS.hash_fun_t #hsz -> lv:nat{lv <= 32} -> hs:hashess #hsz {S.length hs = 32} -> rhs:hashes #hsz {S.length rhs = 32} -> i:nat -> j:nat{ i <= j /\ j < pow2 (32 - lv) /\ hs_wf_elts #hsz lv hs i j} -> acc:hash #hsz -> actd:bool -> Lemma (requires True) ...
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let rec construct_rhs_unchanged #hsz #f lv hs rhs i j acc actd = let ofs = offset_of i in if j = 0 then () else if j % 2 = 0 then (construct_rhs_unchanged #_ #f (lv + 1) hs rhs (i / 2) (j / 2) acc actd; let rrhs = fst (construct_rhs #_ #f (lv + 1) hs rhs (i / 2) (j / 2) acc actd) in assert (S.equa...
val construct_rhs_unchanged: #hsz:pos -> #f:MTS.hash_fun_t #hsz -> lv:nat{lv <= 32} -> hs:hashess #hsz {S.length hs = 32} -> rhs:hashes #hsz {S.length rhs = 32} -> i:nat -> j:nat{ i <= j /\ j < pow2 (32 - lv) /\ hs_wf_elts #hsz lv hs i j} -> acc:hash #hsz -> actd:bool -> Lemma (requires True) ...
false
null
true
let ofs = offset_of i in if j = 0 then () else if j % 2 = 0 then (construct_rhs_unchanged #_ #f (lv + 1) hs rhs (i / 2) (j / 2) acc actd; let rrhs = fst (construct_rhs #_ #f (lv + 1) hs rhs (i / 2) (j / 2) acc actd) in assert (S.equal (S.slice rhs 0 lv) (S.slice rrhs 0 lv))) else (let nrhs = i...
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "lemma", "" ]
[ "Prims.pos", "MerkleTree.Spec.hash_fun_t", "Prims.nat", "Prims.b2t", "Prims.op_LessThanOrEqual", "MerkleTree.New.High.hashess", "Prims.op_Equality", "Prims.int", "FStar.Seq.Base.length", "MerkleTree.New.High.hashes", "MerkleTree.New.High.hash", "Prims.l_and", "Prims.op_LessThan", "Prims.po...
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val construct_rhs_unchanged: #hsz:pos -> #f:MTS.hash_fun_t #hsz -> lv:nat{lv <= 32} -> hs:hashess #hsz {S.length hs = 32} -> rhs:hashes #hsz {S.length rhs = 32} -> i:nat -> j:nat{ i <= j /\ j < pow2 (32 - lv) /\ hs_wf_elts #hsz lv hs i j} -> acc:hash #hsz -> actd:bool -> Lemma (requires True) ...
[ "recursion" ]
MerkleTree.New.High.construct_rhs_unchanged
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
lv: Prims.nat{lv <= 32} -> hs: MerkleTree.New.High.hashess{FStar.Seq.Base.length hs = 32} -> rhs: MerkleTree.New.High.hashes{FStar.Seq.Base.length rhs = 32} -> i: Prims.nat -> j: Prims.nat{i <= j /\ j < Prims.pow2 (32 - lv) /\ MerkleTree.New.High.hs_wf_elts lv hs i j} -> acc: MerkleTree.New.Hig...
{ "end_col": 63, "end_line": 310, "start_col": 64, "start_line": 296 }
Prims.GTot
val insert_: #hsz:pos -> #f:MTS.hash_fun_t #hsz -> lv:nat{lv < 32} -> i:nat -> j:nat{i <= j /\ j < pow2 (32 - lv) - 1} -> hs:hashess #hsz {S.length hs = 32 /\ hs_wf_elts lv hs i j} -> acc:hash #hsz -> GTot (ihs:hashess #hsz { S.length ihs = 32 /\ hs_wf_elts #hsz lv ihs i (j + 1) /\ ...
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let rec insert_ #hsz #f lv i j hs acc = let ihs = hashess_insert #hsz lv i j hs acc in assert (S.equal (S.slice hs 0 lv) (S.slice ihs 0 lv)); if j % 2 = 1 // S.length (S.index hs lv) > 0 then begin remainder_2_1_div j; let nacc = f (S.last (S.index hs lv)) acc in let rihs = insert_ #hsz #f (lv + 1) ...
val insert_: #hsz:pos -> #f:MTS.hash_fun_t #hsz -> lv:nat{lv < 32} -> i:nat -> j:nat{i <= j /\ j < pow2 (32 - lv) - 1} -> hs:hashess #hsz {S.length hs = 32 /\ hs_wf_elts lv hs i j} -> acc:hash #hsz -> GTot (ihs:hashess #hsz { S.length ihs = 32 /\ hs_wf_elts #hsz lv ihs i (j + 1) /\ ...
false
null
false
let ihs = hashess_insert #hsz lv i j hs acc in assert (S.equal (S.slice hs 0 lv) (S.slice ihs 0 lv)); if j % 2 = 1 then (remainder_2_1_div j; let nacc = f (S.last (S.index hs lv)) acc in let rihs = insert_ #hsz #f (lv + 1) (i / 2) (j / 2) ihs nacc in assert (hs_wf_elts #hsz (lv + 1) rihs (i / 2) (j / 2 + ...
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "sometrivial", "" ]
[ "Prims.pos", "MerkleTree.Spec.hash_fun_t", "Prims.nat", "Prims.b2t", "Prims.op_LessThan", "Prims.l_and", "Prims.op_LessThanOrEqual", "Prims.op_Subtraction", "Prims.pow2", "MerkleTree.New.High.hashess", "Prims.op_Equality", "Prims.int", "FStar.Seq.Base.length", "MerkleTree.New.High.hashes",...
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val insert_: #hsz:pos -> #f:MTS.hash_fun_t #hsz -> lv:nat{lv < 32} -> i:nat -> j:nat{i <= j /\ j < pow2 (32 - lv) - 1} -> hs:hashess #hsz {S.length hs = 32 /\ hs_wf_elts lv hs i j} -> acc:hash #hsz -> GTot (ihs:hashess #hsz { S.length ihs = 32 /\ hs_wf_elts #hsz lv ihs i (j + 1) /\ ...
[ "recursion" ]
MerkleTree.New.High.insert_
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
lv: Prims.nat{lv < 32} -> i: Prims.nat -> j: Prims.nat{i <= j /\ j < Prims.pow2 (32 - lv) - 1} -> hs: MerkleTree.New.High.hashess {FStar.Seq.Base.length hs = 32 /\ MerkleTree.New.High.hs_wf_elts lv hs i j} -> acc: MerkleTree.New.High.hash -> Prims.GTot (ihs: MerkleTree.New...
{ "end_col": 10, "end_line": 201, "start_col": 39, "start_line": 185 }
Prims.GTot
val mt_retract_to_: #hsz:pos -> hs:hashess #hsz {S.length hs = 32} -> lv:nat{lv < S.length hs} -> i:nat -> s:nat -> // s is the first index excluded from nhs j:nat{ i <= s /\ s <= j /\ j < pow2 (S.length hs - lv) /\ hs_wf_elts lv hs i j} -> GTot (nhs:hashess #hsz { S.length nhs...
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let rec mt_retract_to_ #hsz hs lv i s j = if lv >= S.length hs then hs else begin let hvec = S.index hs lv in let old_len = j - offset_of i in let new_len = s - offset_of i in assert (S.length hvec = old_len); assert (new_len <= old_len); assert (new_len <= S.length hvec); let retracted ...
val mt_retract_to_: #hsz:pos -> hs:hashess #hsz {S.length hs = 32} -> lv:nat{lv < S.length hs} -> i:nat -> s:nat -> // s is the first index excluded from nhs j:nat{ i <= s /\ s <= j /\ j < pow2 (S.length hs - lv) /\ hs_wf_elts lv hs i j} -> GTot (nhs:hashess #hsz { S.length nhs...
false
null
false
if lv >= S.length hs then hs else let hvec = S.index hs lv in let old_len = j - offset_of i in let new_len = s - offset_of i in assert (S.length hvec = old_len); assert (new_len <= old_len); assert (new_len <= S.length hvec); let retracted = S.slice hvec 0 new_len in let nhs = S.upd hs lv retracted in ...
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "sometrivial", "" ]
[ "Prims.pos", "MerkleTree.New.High.hashess", "Prims.b2t", "Prims.op_Equality", "Prims.int", "FStar.Seq.Base.length", "MerkleTree.New.High.hashes", "Prims.nat", "Prims.op_LessThan", "Prims.l_and", "Prims.op_LessThanOrEqual", "Prims.pow2", "Prims.op_Subtraction", "MerkleTree.New.High.hs_wf_el...
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 2, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val mt_retract_to_: #hsz:pos -> hs:hashess #hsz {S.length hs = 32} -> lv:nat{lv < S.length hs} -> i:nat -> s:nat -> // s is the first index excluded from nhs j:nat{ i <= s /\ s <= j /\ j < pow2 (S.length hs - lv) /\ hs_wf_elts lv hs i j} -> GTot (nhs:hashess #hsz { S.length nhs...
[ "recursion" ]
MerkleTree.New.High.mt_retract_to_
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
hs: MerkleTree.New.High.hashess{FStar.Seq.Base.length hs = 32} -> lv: Prims.nat{lv < FStar.Seq.Base.length hs} -> i: Prims.nat -> s: Prims.nat -> j: Prims.nat { i <= s /\ s <= j /\ j < Prims.pow2 (FStar.Seq.Base.length hs - lv) /\ MerkleTree.New.High.hs_wf_elts lv hs i j } ...
{ "end_col": 5, "end_line": 634, "start_col": 2, "start_line": 619 }
Prims.GTot
val mt_flush_to_: #hsz:pos -> lv:nat{lv < 32} -> hs:hashess #hsz {S.length hs = 32} -> pi:nat -> i:nat{i >= pi} -> j:nat{ j >= i /\ j < pow2 (32 - lv) /\ hs_wf_elts #hsz lv hs pi j} -> GTot (fhs:hashess{ S.length fhs = 32 /\ S.equal (S.slice hs 0 lv) (S.slice fhs 0 lv) /\ ...
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let rec mt_flush_to_ #hsz lv hs pi i j = let oi = offset_of i in let opi = offset_of pi in if oi = opi then hs else (let ofs = oi - opi in let hvec = S.index hs lv in let flushed = S.slice hvec ofs (S.length hvec) in let nhs = S.upd hs lv flushed in hs_wf_elts_equal (lv + 1) hs nhs (...
val mt_flush_to_: #hsz:pos -> lv:nat{lv < 32} -> hs:hashess #hsz {S.length hs = 32} -> pi:nat -> i:nat{i >= pi} -> j:nat{ j >= i /\ j < pow2 (32 - lv) /\ hs_wf_elts #hsz lv hs pi j} -> GTot (fhs:hashess{ S.length fhs = 32 /\ S.equal (S.slice hs 0 lv) (S.slice fhs 0 lv) /\ ...
false
null
false
let oi = offset_of i in let opi = offset_of pi in if oi = opi then hs else (let ofs = oi - opi in let hvec = S.index hs lv in let flushed = S.slice hvec ofs (S.length hvec) in let nhs = S.upd hs lv flushed in hs_wf_elts_equal (lv + 1) hs nhs (pi / 2) (j / 2); mt_flush_to_ (lv + 1) nhs (pi / 2) (i ...
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "sometrivial", "" ]
[ "Prims.pos", "Prims.nat", "Prims.b2t", "Prims.op_LessThan", "MerkleTree.New.High.hashess", "Prims.op_Equality", "Prims.int", "FStar.Seq.Base.length", "MerkleTree.New.High.hashes", "Prims.op_GreaterThanOrEqual", "Prims.l_and", "Prims.pow2", "Prims.op_Subtraction", "MerkleTree.New.High.hs_wf...
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val mt_flush_to_: #hsz:pos -> lv:nat{lv < 32} -> hs:hashess #hsz {S.length hs = 32} -> pi:nat -> i:nat{i >= pi} -> j:nat{ j >= i /\ j < pow2 (32 - lv) /\ hs_wf_elts #hsz lv hs pi j} -> GTot (fhs:hashess{ S.length fhs = 32 /\ S.equal (S.slice hs 0 lv) (S.slice fhs 0 lv) /\ ...
[ "recursion" ]
MerkleTree.New.High.mt_flush_to_
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
lv: Prims.nat{lv < 32} -> hs: MerkleTree.New.High.hashess{FStar.Seq.Base.length hs = 32} -> pi: Prims.nat -> i: Prims.nat{i >= pi} -> j: Prims.nat{j >= i /\ j < Prims.pow2 (32 - lv) /\ MerkleTree.New.High.hs_wf_elts lv hs pi j} -> Prims.GTot (fhs: MerkleTree.New.High.hashess { F...
{ "end_col": 58, "end_line": 563, "start_col": 40, "start_line": 554 }
FStar.Pervasives.Lemma
val mt_get_path_unchanged: #hsz:pos -> lv:nat{lv <= 32} -> hs:hashess #hsz {S.length hs = 32} -> rhs:hashes #hsz {S.length rhs = 32} -> i:nat -> j:nat{ i <= j /\ j < pow2 (32 - lv) /\ hs_wf_elts #hsz lv hs i j} -> k:nat{i <= k && k <= j} -> p:path #hsz -> actd:bool -> Lemma (requires True) ...
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let rec mt_get_path_unchanged #hsz lv hs rhs i j k p actd = let ofs = offset_of i in if j = 0 then () else (let np = mt_make_path_step lv hs rhs i j k p actd in assert (S.equal p (S.slice np 0 (S.length p))); mt_get_path_unchanged (lv + 1) hs rhs (i / 2) (j / 2) (k / 2) np (if j % 2 = 0 then act...
val mt_get_path_unchanged: #hsz:pos -> lv:nat{lv <= 32} -> hs:hashess #hsz {S.length hs = 32} -> rhs:hashes #hsz {S.length rhs = 32} -> i:nat -> j:nat{ i <= j /\ j < pow2 (32 - lv) /\ hs_wf_elts #hsz lv hs i j} -> k:nat{i <= k && k <= j} -> p:path #hsz -> actd:bool -> Lemma (requires True) ...
false
null
true
let ofs = offset_of i in if j = 0 then () else (let np = mt_make_path_step lv hs rhs i j k p actd in assert (S.equal p (S.slice np 0 (S.length p))); mt_get_path_unchanged (lv + 1) hs rhs (i / 2) (j / 2) (k / 2) np (if j % 2 = 0 then actd else true))
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "lemma", "" ]
[ "Prims.pos", "Prims.nat", "Prims.b2t", "Prims.op_LessThanOrEqual", "MerkleTree.New.High.hashess", "Prims.op_Equality", "Prims.int", "FStar.Seq.Base.length", "MerkleTree.New.High.hashes", "MerkleTree.New.High.hash", "Prims.l_and", "Prims.op_LessThan", "Prims.pow2", "Prims.op_Subtraction", ...
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val mt_get_path_unchanged: #hsz:pos -> lv:nat{lv <= 32} -> hs:hashess #hsz {S.length hs = 32} -> rhs:hashes #hsz {S.length rhs = 32} -> i:nat -> j:nat{ i <= j /\ j < pow2 (32 - lv) /\ hs_wf_elts #hsz lv hs i j} -> k:nat{i <= k && k <= j} -> p:path #hsz -> actd:bool -> Lemma (requires True) ...
[ "recursion" ]
MerkleTree.New.High.mt_get_path_unchanged
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
lv: Prims.nat{lv <= 32} -> hs: MerkleTree.New.High.hashess{FStar.Seq.Base.length hs = 32} -> rhs: MerkleTree.New.High.hashes{FStar.Seq.Base.length rhs = 32} -> i: Prims.nat -> j: Prims.nat{i <= j /\ j < Prims.pow2 (32 - lv) /\ MerkleTree.New.High.hs_wf_elts lv hs i j} -> k: Prims.nat{i <= k && ...
{ "end_col": 41, "end_line": 469, "start_col": 59, "start_line": 462 }
FStar.Pervasives.Lemma
val mt_get_path_pull: #hsz:pos -> lv:nat{lv <= 32} -> hs:hashess #hsz {S.length hs = 32} -> rhs:hashes #hsz {S.length rhs = 32} -> i:nat -> j:nat{ i <= j /\ j < pow2 (32 - lv) /\ hs_wf_elts lv hs i j} -> k:nat{i <= k && k <= j} -> p:path #hsz -> actd:bool -> Lemma (requires True) (e...
[ { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSt...
false
let rec mt_get_path_pull #hsz lv hs rhs i j k p actd = let ofs = offset_of i in if j = 0 then () else (let np = mt_make_path_step lv hs rhs i j k p actd in let nactd = if j % 2 = 0 then actd else true in mt_get_path_pull (lv + 1) hs rhs (i / 2) (j / 2) (k / 2) np nactd; mt_get_path_pull (lv + 1) h...
val mt_get_path_pull: #hsz:pos -> lv:nat{lv <= 32} -> hs:hashess #hsz {S.length hs = 32} -> rhs:hashes #hsz {S.length rhs = 32} -> i:nat -> j:nat{ i <= j /\ j < pow2 (32 - lv) /\ hs_wf_elts lv hs i j} -> k:nat{i <= k && k <= j} -> p:path #hsz -> actd:bool -> Lemma (requires True) (e...
false
null
true
let ofs = offset_of i in if j = 0 then () else (let np = mt_make_path_step lv hs rhs i j k p actd in let nactd = if j % 2 = 0 then actd else true in mt_get_path_pull (lv + 1) hs rhs (i / 2) (j / 2) (k / 2) np nactd; mt_get_path_pull (lv + 1) hs rhs (i / 2) (j / 2) (k / 2) ...
{ "checked_file": "MerkleTree.New.High.fst.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "prims.fst.checked", "MerkleTree.Spec.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervas...
[ "lemma", "" ]
[ "Prims.pos", "Prims.nat", "Prims.b2t", "Prims.op_LessThanOrEqual", "MerkleTree.New.High.hashess", "Prims.op_Equality", "Prims.int", "FStar.Seq.Base.length", "MerkleTree.New.High.hashes", "MerkleTree.New.High.hash", "Prims.l_and", "Prims.op_LessThan", "Prims.pow2", "Prims.op_Subtraction", ...
[]
module MerkleTree.New.High open FStar.Ghost open FStar.Seq module S = FStar.Seq module U32 = FStar.UInt32 module U8 = FStar.UInt8 module MTS = MerkleTree.Spec #set-options "--z3rlimit 10 --max_fuel 0 --max_ifuel 0" type uint32_t = U32.t type uint8_t = U8.t type hash (#hsz:pos) = b:Spec.Hash.Definitions.bytes{Seq...
false
false
MerkleTree.New.High.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val mt_get_path_pull: #hsz:pos -> lv:nat{lv <= 32} -> hs:hashess #hsz {S.length hs = 32} -> rhs:hashes #hsz {S.length rhs = 32} -> i:nat -> j:nat{ i <= j /\ j < pow2 (32 - lv) /\ hs_wf_elts lv hs i j} -> k:nat{i <= k && k <= j} -> p:path #hsz -> actd:bool -> Lemma (requires True) (e...
[ "recursion" ]
MerkleTree.New.High.mt_get_path_pull
{ "file_name": "src/MerkleTree.New.High.fst", "git_rev": "3b0f086655c145aa23f58a97259ebf4cf112a4a3", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
lv: Prims.nat{lv <= 32} -> hs: MerkleTree.New.High.hashess{FStar.Seq.Base.length hs = 32} -> rhs: MerkleTree.New.High.hashes{FStar.Seq.Base.length rhs = 32} -> i: Prims.nat -> j: Prims.nat{i <= j /\ j < Prims.pow2 (32 - lv) /\ MerkleTree.New.High.hs_wf_elts lv hs i j} -> k: Prims.nat{i <= k && ...
{ "end_col": 61, "end_line": 497, "start_col": 54, "start_line": 489 }
FStar.Pervasives.Lemma
val ffdhe_p_bits_lemma: a:ffdhe_alg -> Lemma (let ffdhe_p = get_ffdhe_params a in let len = ffdhe_len a in let p = Mk_ffdhe_params?.ffdhe_p ffdhe_p in let p_n = nat_from_bytes_be p in pow2 (8 * len - 1) < p_n)
[ { "abbrev": false, "full_module": "Spec.FFDHE", "short_module": null }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_module": "L...
false
let ffdhe_p_bits_lemma a = let ffdhe_p = get_ffdhe_params a in let len = ffdhe_len a in let p = Mk_ffdhe_params?.ffdhe_p ffdhe_p in let p_n = nat_from_bytes_be p in nat_from_intseq_be_slice_lemma p 1; assert (p_n == nat_from_bytes_be (slice p 1 len) + pow2 (8 * (len - 1)) * nat_from_bytes_be (slice p 0 1))...
val ffdhe_p_bits_lemma: a:ffdhe_alg -> Lemma (let ffdhe_p = get_ffdhe_params a in let len = ffdhe_len a in let p = Mk_ffdhe_params?.ffdhe_p ffdhe_p in let p_n = nat_from_bytes_be p in pow2 (8 * len - 1) < p_n) let ffdhe_p_bits_lemma a =
false
null
true
let ffdhe_p = get_ffdhe_params a in let len = ffdhe_len a in let p = Mk_ffdhe_params?.ffdhe_p ffdhe_p in let p_n = nat_from_bytes_be p in nat_from_intseq_be_slice_lemma p 1; assert (p_n == nat_from_bytes_be (slice p 1 len) + pow2 (8 * (len - 1)) * nat_from_bytes_be (slice p 0 1)); nat_from_intseq_be_lemma0 (slice p...
{ "checked_file": "Hacl.Spec.FFDHE.Lemmas.fst.checked", "dependencies": [ "Spec.FFDHE.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.f...
[ "lemma" ]
[ "Spec.FFDHE.ffdhe_alg", "Hacl.Spec.FFDHE.Lemmas.pow2_lt_len", "Prims.unit", "Prims._assert", "Prims.b2t", "Prims.op_LessThanOrEqual", "FStar.Mul.op_Star", "Prims.pow2", "Prims.op_Subtraction", "Hacl.Spec.FFDHE.Lemmas.ffdhe_p_lemma_len", "Lib.IntTypes.v", "Lib.IntTypes.U8", "Lib.IntTypes.PUB"...
[]
module Hacl.Spec.FFDHE.Lemmas open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.ByteSequence open Spec.FFDHE #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" val ffdhe_p_lemma_len: a:ffdhe_alg -> Lemma (let ffdhe_p = get_ffdhe_params a in let p = Mk_ffdhe_params?.ffdhe_p ffdhe_p in Seq.index p 0 == 0...
false
false
Hacl.Spec.FFDHE.Lemmas.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val ffdhe_p_bits_lemma: a:ffdhe_alg -> Lemma (let ffdhe_p = get_ffdhe_params a in let len = ffdhe_len a in let p = Mk_ffdhe_params?.ffdhe_p ffdhe_p in let p_n = nat_from_bytes_be p in pow2 (8 * len - 1) < p_n)
[]
Hacl.Spec.FFDHE.Lemmas.ffdhe_p_bits_lemma
{ "file_name": "code/ffdhe/Hacl.Spec.FFDHE.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.FFDHE.ffdhe_alg -> FStar.Pervasives.Lemma (ensures (let ffdhe_p = Spec.FFDHE.get_ffdhe_params a in let len = Spec.FFDHE.ffdhe_len a in let p = Mk_ffdhe_params?.ffdhe_p ffdhe_p in let p_n = Lib.ByteSequence.nat_from_bytes_be p in Prims.pow2 (8 * len - 1) < p_n))
{ "end_col": 17, "end_line": 104, "start_col": 26, "start_line": 91 }
FStar.Pervasives.Lemma
val pow2_lt_len: len:size_pos -> Lemma (pow2 (8 * len - 1) < pow2 (8 * (len - 1)) * (pow2 8 - 1))
[ { "abbrev": false, "full_module": "Spec.FFDHE", "short_module": null }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_module": "L...
false
let pow2_lt_len len = let a = pow2 (8 * len - 1) in let b = pow2 (8 * (len - 1)) * (pow2 8 - 1) in calc (==) { b / a; (==) { Math.Lemmas.pow2_plus (8 * len - 8) 7 } b / (pow2 (8 * len - 8) * pow2 7); (==) { Math.Lemmas.division_multiplication_lemma b (pow2 (8 * len - 8)) (pow2 7) } b / pow2 (8...
val pow2_lt_len: len:size_pos -> Lemma (pow2 (8 * len - 1) < pow2 (8 * (len - 1)) * (pow2 8 - 1)) let pow2_lt_len len =
false
null
true
let a = pow2 (8 * len - 1) in let b = pow2 (8 * (len - 1)) * (pow2 8 - 1) in calc ( == ) { b / a; ( == ) { Math.Lemmas.pow2_plus (8 * len - 8) 7 } b / (pow2 (8 * len - 8) * pow2 7); ( == ) { Math.Lemmas.division_multiplication_lemma b (pow2 (8 * len - 8)) (pow2 7) } b / pow2 (8 * len - 8) / pow2 7; ( == ) {...
{ "checked_file": "Hacl.Spec.FFDHE.Lemmas.fst.checked", "dependencies": [ "Spec.FFDHE.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.f...
[ "lemma" ]
[ "Lib.IntTypes.size_pos", "Prims._assert", "Prims.b2t", "Prims.op_LessThan", "Prims.unit", "FStar.Calc.calc_finish", "Prims.int", "Prims.op_GreaterThan", "Prims.op_Modulus", "FStar.Mul.op_Star", "Prims.pow2", "Prims.op_Subtraction", "Prims.Cons", "FStar.Preorder.relation", "Prims.eq2", ...
[]
module Hacl.Spec.FFDHE.Lemmas open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.ByteSequence open Spec.FFDHE #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" val ffdhe_p_lemma_len: a:ffdhe_alg -> Lemma (let ffdhe_p = get_ffdhe_params a in let p = Mk_ffdhe_params?.ffdhe_p ffdhe_p in Seq.index p 0 == 0...
false
false
Hacl.Spec.FFDHE.Lemmas.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val pow2_lt_len: len:size_pos -> Lemma (pow2 (8 * len - 1) < pow2 (8 * (len - 1)) * (pow2 8 - 1))
[]
Hacl.Spec.FFDHE.Lemmas.pow2_lt_len
{ "file_name": "code/ffdhe/Hacl.Spec.FFDHE.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
len: Lib.IntTypes.size_pos -> FStar.Pervasives.Lemma (ensures Prims.pow2 (8 * len - 1) < Prims.pow2 (8 * (len - 1)) * (Prims.pow2 8 - 1))
{ "end_col": 16, "end_line": 81, "start_col": 21, "start_line": 48 }
FStar.Pervasives.Lemma
val ffdhe_p_lemma_len: a:ffdhe_alg -> Lemma (let ffdhe_p = get_ffdhe_params a in let p = Mk_ffdhe_params?.ffdhe_p ffdhe_p in Seq.index p 0 == 0xffuy)
[ { "abbrev": false, "full_module": "Spec.FFDHE", "short_module": null }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_module": "L...
false
let ffdhe_p_lemma_len a = let ffdhe_p = get_ffdhe_params a in let p = Mk_ffdhe_params?.ffdhe_p ffdhe_p in allow_inversion ffdhe_alg; match a with | FFDHE2048 -> assert (p == of_list list_ffdhe_p2048); assert_norm (List.Tot.index list_ffdhe_p2048 0 == 0xffuy); assert (Seq.index (Seq.seq_of_list li...
val ffdhe_p_lemma_len: a:ffdhe_alg -> Lemma (let ffdhe_p = get_ffdhe_params a in let p = Mk_ffdhe_params?.ffdhe_p ffdhe_p in Seq.index p 0 == 0xffuy) let ffdhe_p_lemma_len a =
false
null
true
let ffdhe_p = get_ffdhe_params a in let p = Mk_ffdhe_params?.ffdhe_p ffdhe_p in allow_inversion ffdhe_alg; match a with | FFDHE2048 -> assert (p == of_list list_ffdhe_p2048); assert_norm (List.Tot.index list_ffdhe_p2048 0 == 0xffuy); assert (Seq.index (Seq.seq_of_list list_ffdhe_p2048) 0 == 0xffuy) | FFDHE3072 ->...
{ "checked_file": "Hacl.Spec.FFDHE.Lemmas.fst.checked", "dependencies": [ "Spec.FFDHE.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.f...
[ "lemma" ]
[ "Spec.FFDHE.ffdhe_alg", "Prims._assert", "Prims.eq2", "FStar.UInt8.t", "FStar.Seq.Base.index", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.PUB", "FStar.Seq.Properties.seq_of_list", "Spec.FFDHE.list_ffdhe_p2048", "FStar.UInt8.__uint_to_t", "Prims.unit", "FStar.Pervasives.assert_nor...
[]
module Hacl.Spec.FFDHE.Lemmas open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.ByteSequence open Spec.FFDHE #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" val ffdhe_p_lemma_len: a:ffdhe_alg -> Lemma (let ffdhe_p = get_ffdhe_params a in let p = Mk_ffdhe_params?.ffdhe_p ffdhe_p in Seq.index p 0 == 0...
false
false
Hacl.Spec.FFDHE.Lemmas.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val ffdhe_p_lemma_len: a:ffdhe_alg -> Lemma (let ffdhe_p = get_ffdhe_params a in let p = Mk_ffdhe_params?.ffdhe_p ffdhe_p in Seq.index p 0 == 0xffuy)
[]
Hacl.Spec.FFDHE.Lemmas.ffdhe_p_lemma_len
{ "file_name": "code/ffdhe/Hacl.Spec.FFDHE.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.FFDHE.ffdhe_alg -> FStar.Pervasives.Lemma (ensures (let ffdhe_p = Spec.FFDHE.get_ffdhe_params a in let p = Mk_ffdhe_params?.ffdhe_p ffdhe_p in FStar.Seq.Base.index p 0 == 0xffuy))
{ "end_col": 69, "end_line": 43, "start_col": 25, "start_line": 18 }
Prims.Tot
val cswap2: cswap2_t M64 p
[ { "abbrev": true, "full_module": "Hacl.Impl.Curve25519.Field64", "short_module": "F64" }, { "abbrev": true, "full_module": "Vale.Wrapper.X64.Fadd", "short_module": "FA" }, { "abbrev": true, "full_module": "Spec.Curve25519", "short_module": "P" }, { "abbrev": true,...
false
let cswap2 bit p1 p2 = let h0 = ST.get() in if EverCrypt.TargetConfig.hacl_can_compile_inline_asm then Vale.Inline.X64.Fswap_inline.cswap2 bit p1 p2 else Vale.Wrapper.X64.Fswap.cswap2_e bit p1 p2; let h1 = ST.get() in // Seq.equal is swapped in the interop wrappers, so the SMTPat is not matching: //...
val cswap2: cswap2_t M64 p let cswap2 bit p1 p2 =
false
null
false
let h0 = ST.get () in if EverCrypt.TargetConfig.hacl_can_compile_inline_asm then Vale.Inline.X64.Fswap_inline.cswap2 bit p1 p2 else Vale.Wrapper.X64.Fswap.cswap2_e bit p1 p2; let h1 = ST.get () in let aux1 () : Lemma (requires v bit == 1) (ensures as_seq h1 p1 == as_seq h0 p2 /\ as_seq h1 p2 == as_seq h0 p1) ...
{ "checked_file": "Hacl.Impl.Curve25519.Field64.Vale.fst.checked", "dependencies": [ "Vale.Wrapper.X64.Fswap.fsti.checked", "Vale.Wrapper.X64.Fsub.fsti.checked", "Vale.Wrapper.X64.Fsqr.fsti.checked", "Vale.Wrapper.X64.Fmul.fsti.checked", "Vale.Wrapper.X64.Fadd.fsti.checked", "Vale.Inline.X64...
[ "total" ]
[ "Lib.IntTypes.uint64", "Prims.b2t", "Prims.op_LessThanOrEqual", "Lib.IntTypes.v", "Lib.IntTypes.U64", "Lib.IntTypes.SEC", "Hacl.Impl.Curve25519.Fields.Core.felem2", "Hacl.Impl.Curve25519.Fields.Core.M64", "FStar.Classical.move_requires", "Prims.unit", "Prims.eq2", "Prims.int", "Prims.l_and",...
[]
module Hacl.Impl.Curve25519.Field64.Vale module HS = FStar.HyperStack module ST = FStar.HyperStack.ST open FStar.Calc friend Lib.Buffer friend Lib.IntTypes open FStar.HyperStack open FStar.HyperStack.All open FStar.Mul open Lib.Sequence open Lib.IntTypes open Lib.Buffer module B = Lib.Buffer module S = Hacl.Spec.C...
false
true
Hacl.Impl.Curve25519.Field64.Vale.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val cswap2: cswap2_t M64 p
[]
Hacl.Impl.Curve25519.Field64.Vale.cswap2
{ "file_name": "code/curve25519/Hacl.Impl.Curve25519.Field64.Vale.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Hacl.Impl.Curve25519.Fields.Core.cswap2_t Hacl.Impl.Curve25519.Fields.Core.M64 Hacl.Impl.Curve25519.Field64.Vale.p
{ "end_col": 33, "end_line": 224, "start_col": 22, "start_line": 203 }
Prims.Tot
val fmul: fmul_t M64 p
[ { "abbrev": true, "full_module": "Hacl.Impl.Curve25519.Field64", "short_module": "F64" }, { "abbrev": true, "full_module": "Vale.Wrapper.X64.Fadd", "short_module": "FA" }, { "abbrev": true, "full_module": "Spec.Curve25519", "short_module": "P" }, { "abbrev": true,...
false
let fmul out f1 f2 tmp = let h0 = ST.get() in lemma_fmul_equiv h0 f1 f2; if EverCrypt.TargetConfig.hacl_can_compile_inline_asm then ( assert (disjoint f1 (gsub tmp 0ul 8ul)); assert (disjoint f2 (gsub tmp 0ul 8ul)); Vale.Inline.X64.Fmul_inline.fmul out f1 f2 (sub tmp 0ul 8ul) ) else Vale.Wrapper...
val fmul: fmul_t M64 p let fmul out f1 f2 tmp =
false
null
false
let h0 = ST.get () in lemma_fmul_equiv h0 f1 f2; if EverCrypt.TargetConfig.hacl_can_compile_inline_asm then (assert (disjoint f1 (gsub tmp 0ul 8ul)); assert (disjoint f2 (gsub tmp 0ul 8ul)); Vale.Inline.X64.Fmul_inline.fmul out f1 f2 (sub tmp 0ul 8ul)) else Vale.Wrapper.X64.Fmul.fmul_e (sub tmp 0ul 8ul) f1 ou...
{ "checked_file": "Hacl.Impl.Curve25519.Field64.Vale.fst.checked", "dependencies": [ "Vale.Wrapper.X64.Fswap.fsti.checked", "Vale.Wrapper.X64.Fsub.fsti.checked", "Vale.Wrapper.X64.Fsqr.fsti.checked", "Vale.Wrapper.X64.Fmul.fsti.checked", "Vale.Wrapper.X64.Fadd.fsti.checked", "Vale.Inline.X64...
[ "total" ]
[ "Hacl.Impl.Curve25519.Fields.Core.felem", "Hacl.Impl.Curve25519.Fields.Core.M64", "Hacl.Impl.Curve25519.Fields.Core.felem_wide2", "EverCrypt.TargetConfig.hacl_can_compile_inline_asm", "Vale.Inline.X64.Fmul_inline.fmul", "Prims.unit", "LowStar.Buffer.buffer", "FStar.UInt64.t", "Prims.eq2", "Prims.i...
[]
module Hacl.Impl.Curve25519.Field64.Vale module HS = FStar.HyperStack module ST = FStar.HyperStack.ST open FStar.Calc friend Lib.Buffer friend Lib.IntTypes open FStar.HyperStack open FStar.HyperStack.All open FStar.Mul open Lib.Sequence open Lib.IntTypes open Lib.Buffer module B = Lib.Buffer module S = Hacl.Spec.C...
false
true
Hacl.Impl.Curve25519.Field64.Vale.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val fmul: fmul_t M64 p
[]
Hacl.Impl.Curve25519.Field64.Vale.fmul
{ "file_name": "code/curve25519/Hacl.Impl.Curve25519.Field64.Vale.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Hacl.Impl.Curve25519.Fields.Core.fmul_t Hacl.Impl.Curve25519.Fields.Core.M64 Hacl.Impl.Curve25519.Field64.Vale.p
{ "end_col": 60, "end_line": 145, "start_col": 24, "start_line": 137 }
Prims.Tot
val fmul_scalar: fmul1_t M64 p
[ { "abbrev": true, "full_module": "Hacl.Impl.Curve25519.Field64", "short_module": "F64" }, { "abbrev": true, "full_module": "Vale.Wrapper.X64.Fadd", "short_module": "FA" }, { "abbrev": true, "full_module": "Spec.Curve25519", "short_module": "P" }, { "abbrev": true,...
false
let fmul_scalar out f1 f2 = let h0 = ST.get() in let aux () : Lemma (P.fmul (F64.fevalh h0 f1) (v f2) == (FA.as_nat f1 h0 * v f2) % Vale.Curve25519.Fast_defs.prime) = let a = P.fmul (F64.fevalh h0 f1) (v f2) in let a1 = ((F64.as_nat h0 f1 % Vale.Curve25519.Fast_defs.prime) * v f2) % Vale.Curve25519.Fast_de...
val fmul_scalar: fmul1_t M64 p let fmul_scalar out f1 f2 =
false
null
false
let h0 = ST.get () in let aux () : Lemma (P.fmul (F64.fevalh h0 f1) (v f2) == (FA.as_nat f1 h0 * v f2) % Vale.Curve25519.Fast_defs.prime) = let a = P.fmul (F64.fevalh h0 f1) (v f2) in let a1 = ((F64.as_nat h0 f1 % Vale.Curve25519.Fast_defs.prime) * v f2) % Vale.Curve25519.Fast_defs.prime in let a2 =...
{ "checked_file": "Hacl.Impl.Curve25519.Field64.Vale.fst.checked", "dependencies": [ "Vale.Wrapper.X64.Fswap.fsti.checked", "Vale.Wrapper.X64.Fsub.fsti.checked", "Vale.Wrapper.X64.Fsqr.fsti.checked", "Vale.Wrapper.X64.Fmul.fsti.checked", "Vale.Wrapper.X64.Fadd.fsti.checked", "Vale.Inline.X64...
[ "total" ]
[ "Hacl.Impl.Curve25519.Fields.Core.felem", "Hacl.Impl.Curve25519.Fields.Core.M64", "Lib.IntTypes.uint64", "EverCrypt.TargetConfig.hacl_can_compile_inline_asm", "Vale.Inline.X64.Fmul_inline.fmul_scalar", "Prims.unit", "Prims.bool", "Vale.Wrapper.X64.Fmul.fmul_scalar_e", "FStar.Pervasives.assert_norm",...
[]
module Hacl.Impl.Curve25519.Field64.Vale module HS = FStar.HyperStack module ST = FStar.HyperStack.ST open FStar.Calc friend Lib.Buffer friend Lib.IntTypes open FStar.HyperStack open FStar.HyperStack.All open FStar.Mul open Lib.Sequence open Lib.IntTypes open Lib.Buffer module B = Lib.Buffer module S = Hacl.Spec.C...
false
true
Hacl.Impl.Curve25519.Field64.Vale.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val fmul_scalar: fmul1_t M64 p
[]
Hacl.Impl.Curve25519.Field64.Vale.fmul_scalar
{ "file_name": "code/curve25519/Hacl.Impl.Curve25519.Field64.Vale.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Hacl.Impl.Curve25519.Fields.Core.fmul1_t Hacl.Impl.Curve25519.Fields.Core.M64 Hacl.Impl.Curve25519.Field64.Vale.p
{ "end_col": 49, "end_line": 181, "start_col": 27, "start_line": 160 }
Prims.Tot
val fsqr: fsqr_t M64 p
[ { "abbrev": true, "full_module": "Hacl.Impl.Curve25519.Field64", "short_module": "F64" }, { "abbrev": true, "full_module": "Vale.Wrapper.X64.Fadd", "short_module": "FA" }, { "abbrev": true, "full_module": "Spec.Curve25519", "short_module": "P" }, { "abbrev": true,...
false
let fsqr out f1 tmp = let h0 = ST.get() in lemma_fmul_equiv h0 f1 f1; if EverCrypt.TargetConfig.hacl_can_compile_inline_asm then Vale.Inline.X64.Fsqr_inline.fsqr out f1 tmp else Vale.Wrapper.X64.Fsqr.fsqr_e tmp f1 out
val fsqr: fsqr_t M64 p let fsqr out f1 tmp =
false
null
false
let h0 = ST.get () in lemma_fmul_equiv h0 f1 f1; if EverCrypt.TargetConfig.hacl_can_compile_inline_asm then Vale.Inline.X64.Fsqr_inline.fsqr out f1 tmp else Vale.Wrapper.X64.Fsqr.fsqr_e tmp f1 out
{ "checked_file": "Hacl.Impl.Curve25519.Field64.Vale.fst.checked", "dependencies": [ "Vale.Wrapper.X64.Fswap.fsti.checked", "Vale.Wrapper.X64.Fsub.fsti.checked", "Vale.Wrapper.X64.Fsqr.fsti.checked", "Vale.Wrapper.X64.Fmul.fsti.checked", "Vale.Wrapper.X64.Fadd.fsti.checked", "Vale.Inline.X64...
[ "total" ]
[ "Hacl.Impl.Curve25519.Fields.Core.felem", "Hacl.Impl.Curve25519.Fields.Core.M64", "Hacl.Impl.Curve25519.Fields.Core.felem_wide", "EverCrypt.TargetConfig.hacl_can_compile_inline_asm", "Vale.Inline.X64.Fsqr_inline.fsqr", "Prims.unit", "Prims.bool", "Vale.Wrapper.X64.Fsqr.fsqr_e", "Hacl.Impl.Curve25519...
[]
module Hacl.Impl.Curve25519.Field64.Vale module HS = FStar.HyperStack module ST = FStar.HyperStack.ST open FStar.Calc friend Lib.Buffer friend Lib.IntTypes open FStar.HyperStack open FStar.HyperStack.All open FStar.Mul open Lib.Sequence open Lib.IntTypes open Lib.Buffer module B = Lib.Buffer module S = Hacl.Spec.C...
false
true
Hacl.Impl.Curve25519.Field64.Vale.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val fsqr: fsqr_t M64 p
[]
Hacl.Impl.Curve25519.Field64.Vale.fsqr
{ "file_name": "code/curve25519/Hacl.Impl.Curve25519.Field64.Vale.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Hacl.Impl.Curve25519.Fields.Core.fsqr_t Hacl.Impl.Curve25519.Fields.Core.M64 Hacl.Impl.Curve25519.Field64.Vale.p
{ "end_col": 43, "end_line": 190, "start_col": 21, "start_line": 184 }
FStar.Pervasives.Lemma
val buffer_is_buffer (a len: _) : Lemma (ensures (lbuffer a len == b: B.buffer a {B.length b == UInt32.v len})) [SMTPat (lbuffer a len)]
[ { "abbrev": true, "full_module": "Hacl.Impl.Curve25519.Field64", "short_module": "F64" }, { "abbrev": true, "full_module": "Vale.Wrapper.X64.Fadd", "short_module": "FA" }, { "abbrev": true, "full_module": "Spec.Curve25519", "short_module": "P" }, { "abbrev": true,...
false
let buffer_is_buffer a len: Lemma (ensures (lbuffer a len == b:B.buffer a{B.length b == UInt32.v len})) [ SMTPat (lbuffer a len) ] = assert_norm (lbuffer a len == b:B.buffer a{B.length b == UInt32.v len})
val buffer_is_buffer (a len: _) : Lemma (ensures (lbuffer a len == b: B.buffer a {B.length b == UInt32.v len})) [SMTPat (lbuffer a len)] let buffer_is_buffer a len : Lemma (ensures (lbuffer a len == b: B.buffer a {B.length b == UInt32.v len})) [SMTPat (lbuffer a len)] =
false
null
true
assert_norm (lbuffer a len == b: B.buffer a {B.length b == UInt32.v len})
{ "checked_file": "Hacl.Impl.Curve25519.Field64.Vale.fst.checked", "dependencies": [ "Vale.Wrapper.X64.Fswap.fsti.checked", "Vale.Wrapper.X64.Fsub.fsti.checked", "Vale.Wrapper.X64.Fsqr.fsti.checked", "Vale.Wrapper.X64.Fmul.fsti.checked", "Vale.Wrapper.X64.Fadd.fsti.checked", "Vale.Inline.X64...
[ "lemma" ]
[ "FStar.UInt32.t", "FStar.Pervasives.assert_norm", "Prims.eq2", "Lib.Buffer.lbuffer", "Lib.Buffer.buffer", "Prims.int", "Prims.l_or", "Prims.b2t", "Prims.op_GreaterThanOrEqual", "FStar.UInt.size", "FStar.UInt32.n", "Lib.Buffer.length", "Lib.Buffer.MUT", "FStar.UInt32.v", "Prims.unit", "...
[]
module Hacl.Impl.Curve25519.Field64.Vale module HS = FStar.HyperStack module ST = FStar.HyperStack.ST open FStar.Calc friend Lib.Buffer friend Lib.IntTypes open FStar.HyperStack open FStar.HyperStack.All open FStar.Mul open Lib.Sequence open Lib.IntTypes open Lib.Buffer module B = Lib.Buffer module S = Hacl.Spec.C...
false
false
Hacl.Impl.Curve25519.Field64.Vale.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val buffer_is_buffer (a len: _) : Lemma (ensures (lbuffer a len == b: B.buffer a {B.length b == UInt32.v len})) [SMTPat (lbuffer a len)]
[]
Hacl.Impl.Curve25519.Field64.Vale.buffer_is_buffer
{ "file_name": "code/curve25519/Hacl.Impl.Curve25519.Field64.Vale.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Type0 -> len: FStar.UInt32.t -> FStar.Pervasives.Lemma (ensures Lib.Buffer.lbuffer a len == b: Lib.Buffer.buffer a {Lib.Buffer.length b == FStar.UInt32.v len}) [SMTPat (Lib.Buffer.lbuffer a len)]
{ "end_col": 73, "end_line": 37, "start_col": 2, "start_line": 37 }
FStar.Pervasives.Lemma
val lemma_fmul_equiv (h0: HS.mem) (f1 f2: F64.u256) : Lemma (P.fmul (F64.fevalh h0 f1) (F64.fevalh h0 f2) == (FA.as_nat f1 h0 * FA.as_nat f2 h0) % Vale.Curve25519.Fast_defs.prime)
[ { "abbrev": true, "full_module": "Hacl.Impl.Curve25519.Field64", "short_module": "F64" }, { "abbrev": true, "full_module": "Vale.Wrapper.X64.Fadd", "short_module": "FA" }, { "abbrev": true, "full_module": "Spec.Curve25519", "short_module": "P" }, { "abbrev": true,...
false
let lemma_fmul_equiv (h0:HS.mem) (f1 f2:F64.u256) : Lemma (P.fmul (F64.fevalh h0 f1) (F64.fevalh h0 f2) == (FA.as_nat f1 h0 * FA.as_nat f2 h0) % Vale.Curve25519.Fast_defs.prime) = let a = P.fmul (F64.fevalh h0 f1) (F64.fevalh h0 f2) in let a1 = ((F64.as_nat h0 f1 % Vale.Curve25519.Fast_defs.prime) * (F64.as_nat...
val lemma_fmul_equiv (h0: HS.mem) (f1 f2: F64.u256) : Lemma (P.fmul (F64.fevalh h0 f1) (F64.fevalh h0 f2) == (FA.as_nat f1 h0 * FA.as_nat f2 h0) % Vale.Curve25519.Fast_defs.prime) let lemma_fmul_equiv (h0: HS.mem) (f1 f2: F64.u256) : Lemma (P.fmul (F64.fevalh h0 f1) (F64.fevalh h0 f2) == (FA...
false
null
true
let a = P.fmul (F64.fevalh h0 f1) (F64.fevalh h0 f2) in let a1 = ((F64.as_nat h0 f1 % Vale.Curve25519.Fast_defs.prime) * (F64.as_nat h0 f2 % Vale.Curve25519.Fast_defs.prime)) % Vale.Curve25519.Fast_defs.prime in let a2 = ((F64.as_nat h0 f1 % Vale.Curve25519.Fast_defs.prime) * F64.as_nat h0 f2) % Vale.Curve2...
{ "checked_file": "Hacl.Impl.Curve25519.Field64.Vale.fst.checked", "dependencies": [ "Vale.Wrapper.X64.Fswap.fsti.checked", "Vale.Wrapper.X64.Fsub.fsti.checked", "Vale.Wrapper.X64.Fsqr.fsti.checked", "Vale.Wrapper.X64.Fmul.fsti.checked", "Vale.Wrapper.X64.Fadd.fsti.checked", "Vale.Inline.X64...
[ "lemma" ]
[ "FStar.Monotonic.HyperStack.mem", "Hacl.Impl.Curve25519.Field64.u256", "FStar.Calc.calc_finish", "Spec.Curve25519.elem", "Prims.eq2", "Prims.Cons", "FStar.Preorder.relation", "Prims.Nil", "Prims.unit", "FStar.Calc.calc_step", "FStar.Calc.calc_init", "FStar.Calc.calc_pack", "Prims.squash", ...
[]
module Hacl.Impl.Curve25519.Field64.Vale module HS = FStar.HyperStack module ST = FStar.HyperStack.ST open FStar.Calc friend Lib.Buffer friend Lib.IntTypes open FStar.HyperStack open FStar.HyperStack.All open FStar.Mul open Lib.Sequence open Lib.IntTypes open Lib.Buffer module B = Lib.Buffer module S = Hacl.Spec.C...
false
false
Hacl.Impl.Curve25519.Field64.Vale.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val lemma_fmul_equiv (h0: HS.mem) (f1 f2: F64.u256) : Lemma (P.fmul (F64.fevalh h0 f1) (F64.fevalh h0 f2) == (FA.as_nat f1 h0 * FA.as_nat f2 h0) % Vale.Curve25519.Fast_defs.prime)
[]
Hacl.Impl.Curve25519.Field64.Vale.lemma_fmul_equiv
{ "file_name": "code/curve25519/Hacl.Impl.Curve25519.Field64.Vale.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
h0: FStar.Monotonic.HyperStack.mem -> f1: Hacl.Impl.Curve25519.Field64.u256 -> f2: Hacl.Impl.Curve25519.Field64.u256 -> FStar.Pervasives.Lemma (ensures Spec.Curve25519.fmul (Hacl.Impl.Curve25519.Field64.fevalh h0 f1) (Hacl.Impl.Curve25519.Field64.fevalh h0 f2) == Vale.Wrapper.X64....
{ "end_col": 5, "end_line": 133, "start_col": 3, "start_line": 118 }
Prims.Tot
val add_scalar: add1_t p
[ { "abbrev": true, "full_module": "Hacl.Impl.Curve25519.Field64", "short_module": "F64" }, { "abbrev": true, "full_module": "Vale.Wrapper.X64.Fadd", "short_module": "FA" }, { "abbrev": true, "full_module": "Spec.Curve25519", "short_module": "P" }, { "abbrev": true,...
false
let add_scalar out f1 f2 = if EverCrypt.TargetConfig.hacl_can_compile_inline_asm then Vale.Inline.X64.Fadd_inline.add_scalar out f1 f2 else Vale.Wrapper.X64.Fadd.add_scalar_e out f1 f2
val add_scalar: add1_t p let add_scalar out f1 f2 =
false
null
false
if EverCrypt.TargetConfig.hacl_can_compile_inline_asm then Vale.Inline.X64.Fadd_inline.add_scalar out f1 f2 else Vale.Wrapper.X64.Fadd.add_scalar_e out f1 f2
{ "checked_file": "Hacl.Impl.Curve25519.Field64.Vale.fst.checked", "dependencies": [ "Vale.Wrapper.X64.Fswap.fsti.checked", "Vale.Wrapper.X64.Fsub.fsti.checked", "Vale.Wrapper.X64.Fsqr.fsti.checked", "Vale.Wrapper.X64.Fmul.fsti.checked", "Vale.Wrapper.X64.Fadd.fsti.checked", "Vale.Inline.X64...
[ "total" ]
[ "Hacl.Impl.Curve25519.Fields.Core.felem", "Hacl.Impl.Curve25519.Fields.Core.M64", "Lib.IntTypes.uint64", "EverCrypt.TargetConfig.hacl_can_compile_inline_asm", "Vale.Inline.X64.Fadd_inline.add_scalar", "FStar.Ghost.erased", "FStar.UInt64.t", "Prims.bool", "Vale.Wrapper.X64.Fadd.add_scalar_e" ]
[]
module Hacl.Impl.Curve25519.Field64.Vale module HS = FStar.HyperStack module ST = FStar.HyperStack.ST open FStar.Calc friend Lib.Buffer friend Lib.IntTypes open FStar.HyperStack open FStar.HyperStack.All open FStar.Mul open Lib.Sequence open Lib.IntTypes open Lib.Buffer module B = Lib.Buffer module S = Hacl.Spec.C...
false
true
Hacl.Impl.Curve25519.Field64.Vale.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val add_scalar: add1_t p
[]
Hacl.Impl.Curve25519.Field64.Vale.add_scalar
{ "file_name": "code/curve25519/Hacl.Impl.Curve25519.Field64.Vale.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Hacl.Impl.Curve25519.Fields.Core.add1_t Hacl.Impl.Curve25519.Field64.Vale.p
{ "end_col": 48, "end_line": 55, "start_col": 2, "start_line": 52 }
Prims.Tot
val fadd: fadd_t M64 p
[ { "abbrev": true, "full_module": "Hacl.Impl.Curve25519.Field64", "short_module": "F64" }, { "abbrev": true, "full_module": "Vale.Wrapper.X64.Fadd", "short_module": "FA" }, { "abbrev": true, "full_module": "Spec.Curve25519", "short_module": "P" }, { "abbrev": true,...
false
let fadd out f1 f2 = let h0 = ST.get () in let aux () : Lemma (P.fadd (F64.fevalh h0 f1) (F64.fevalh h0 f2) == (FA.as_nat f1 h0 + FA.as_nat f2 h0) % Vale.Curve25519.Fast_defs.prime) = let a = P.fadd (F64.fevalh h0 f1) (F64.fevalh h0 f2) in let a1 = (as_nat h0 f1 % Vale.Curve25519.Fast_defs.prime + as_nat h0...
val fadd: fadd_t M64 p let fadd out f1 f2 =
false
null
false
let h0 = ST.get () in let aux () : Lemma (P.fadd (F64.fevalh h0 f1) (F64.fevalh h0 f2) == (FA.as_nat f1 h0 + FA.as_nat f2 h0) % Vale.Curve25519.Fast_defs.prime) = let a = P.fadd (F64.fevalh h0 f1) (F64.fevalh h0 f2) in let a1 = (as_nat h0 f1 % Vale.Curve25519.Fast_defs.prime + as_nat h0 f2 % Vale....
{ "checked_file": "Hacl.Impl.Curve25519.Field64.Vale.fst.checked", "dependencies": [ "Vale.Wrapper.X64.Fswap.fsti.checked", "Vale.Wrapper.X64.Fsub.fsti.checked", "Vale.Wrapper.X64.Fsqr.fsti.checked", "Vale.Wrapper.X64.Fmul.fsti.checked", "Vale.Wrapper.X64.Fadd.fsti.checked", "Vale.Inline.X64...
[ "total" ]
[ "Hacl.Impl.Curve25519.Fields.Core.felem", "Hacl.Impl.Curve25519.Fields.Core.M64", "EverCrypt.TargetConfig.hacl_can_compile_inline_asm", "Vale.Inline.X64.Fadd_inline.fadd", "Prims.unit", "Prims.bool", "Vale.Wrapper.X64.Fadd.fadd_e", "Prims.l_True", "Prims.squash", "Prims.eq2", "Prims.int", "Spe...
[]
module Hacl.Impl.Curve25519.Field64.Vale module HS = FStar.HyperStack module ST = FStar.HyperStack.ST open FStar.Calc friend Lib.Buffer friend Lib.IntTypes open FStar.HyperStack open FStar.HyperStack.All open FStar.Mul open Lib.Sequence open Lib.IntTypes open Lib.Buffer module B = Lib.Buffer module S = Hacl.Spec.C...
false
true
Hacl.Impl.Curve25519.Field64.Vale.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val fadd: fadd_t M64 p
[]
Hacl.Impl.Curve25519.Field64.Vale.fadd
{ "file_name": "code/curve25519/Hacl.Impl.Curve25519.Field64.Vale.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Hacl.Impl.Curve25519.Fields.Core.fadd_t Hacl.Impl.Curve25519.Fields.Core.M64 Hacl.Impl.Curve25519.Field64.Vale.p
{ "end_col": 42, "end_line": 85, "start_col": 20, "start_line": 60 }
Prims.Tot
val fsub: fsub_t M64 p
[ { "abbrev": true, "full_module": "Hacl.Impl.Curve25519.Field64", "short_module": "F64" }, { "abbrev": true, "full_module": "Vale.Wrapper.X64.Fadd", "short_module": "FA" }, { "abbrev": true, "full_module": "Spec.Curve25519", "short_module": "P" }, { "abbrev": true,...
false
let fsub out f1 f2 = let h0 = ST.get() in let aux () : Lemma (P.fsub (F64.fevalh h0 f1) (F64.fevalh h0 f2) == (FA.as_nat f1 h0 - FA.as_nat f2 h0) % Vale.Curve25519.Fast_defs.prime) = let a = P.fsub (F64.fevalh h0 f1) (F64.fevalh h0 f2) in let a1 = (as_nat h0 f1 % Vale.Curve25519.Fast_defs.prime - as_nat h0 ...
val fsub: fsub_t M64 p let fsub out f1 f2 =
false
null
false
let h0 = ST.get () in let aux () : Lemma (P.fsub (F64.fevalh h0 f1) (F64.fevalh h0 f2) == (FA.as_nat f1 h0 - FA.as_nat f2 h0) % Vale.Curve25519.Fast_defs.prime) = let a = P.fsub (F64.fevalh h0 f1) (F64.fevalh h0 f2) in let a1 = (as_nat h0 f1 % Vale.Curve25519.Fast_defs.prime - as_nat h0 f2 % Vale....
{ "checked_file": "Hacl.Impl.Curve25519.Field64.Vale.fst.checked", "dependencies": [ "Vale.Wrapper.X64.Fswap.fsti.checked", "Vale.Wrapper.X64.Fsub.fsti.checked", "Vale.Wrapper.X64.Fsqr.fsti.checked", "Vale.Wrapper.X64.Fmul.fsti.checked", "Vale.Wrapper.X64.Fadd.fsti.checked", "Vale.Inline.X64...
[ "total" ]
[ "Hacl.Impl.Curve25519.Fields.Core.felem", "Hacl.Impl.Curve25519.Fields.Core.M64", "EverCrypt.TargetConfig.hacl_can_compile_inline_asm", "Vale.Inline.X64.Fadd_inline.fsub", "Prims.unit", "Prims.bool", "Vale.Wrapper.X64.Fsub.fsub_e", "Prims.l_True", "Prims.squash", "Prims.eq2", "Prims.int", "Spe...
[]
module Hacl.Impl.Curve25519.Field64.Vale module HS = FStar.HyperStack module ST = FStar.HyperStack.ST open FStar.Calc friend Lib.Buffer friend Lib.IntTypes open FStar.HyperStack open FStar.HyperStack.All open FStar.Mul open Lib.Sequence open Lib.IntTypes open Lib.Buffer module B = Lib.Buffer module S = Hacl.Spec.C...
false
true
Hacl.Impl.Curve25519.Field64.Vale.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val fsub: fsub_t M64 p
[]
Hacl.Impl.Curve25519.Field64.Vale.fsub
{ "file_name": "code/curve25519/Hacl.Impl.Curve25519.Field64.Vale.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Hacl.Impl.Curve25519.Fields.Core.fsub_t Hacl.Impl.Curve25519.Fields.Core.M64 Hacl.Impl.Curve25519.Field64.Vale.p
{ "end_col": 42, "end_line": 113, "start_col": 20, "start_line": 89 }
Prims.Tot
val fsqr2: fsqr2_t M64 p
[ { "abbrev": true, "full_module": "Hacl.Impl.Curve25519.Field64", "short_module": "F64" }, { "abbrev": true, "full_module": "Vale.Wrapper.X64.Fadd", "short_module": "FA" }, { "abbrev": true, "full_module": "Spec.Curve25519", "short_module": "P" }, { "abbrev": true,...
false
let fsqr2 out f tmp = let h0 = ST.get() in lemma_fmul_equiv h0 (gsub f 0ul 4ul) (gsub f 0ul 4ul); lemma_fmul_equiv h0 (gsub f 4ul 4ul) (gsub f 4ul 4ul); if EverCrypt.TargetConfig.hacl_can_compile_inline_asm then Vale.Inline.X64.Fsqr_inline.fsqr2 out f tmp else Vale.Wrapper.X64.Fsqr.fsqr2_e tmp f out
val fsqr2: fsqr2_t M64 p let fsqr2 out f tmp =
false
null
false
let h0 = ST.get () in lemma_fmul_equiv h0 (gsub f 0ul 4ul) (gsub f 0ul 4ul); lemma_fmul_equiv h0 (gsub f 4ul 4ul) (gsub f 4ul 4ul); if EverCrypt.TargetConfig.hacl_can_compile_inline_asm then Vale.Inline.X64.Fsqr_inline.fsqr2 out f tmp else Vale.Wrapper.X64.Fsqr.fsqr2_e tmp f out
{ "checked_file": "Hacl.Impl.Curve25519.Field64.Vale.fst.checked", "dependencies": [ "Vale.Wrapper.X64.Fswap.fsti.checked", "Vale.Wrapper.X64.Fsub.fsti.checked", "Vale.Wrapper.X64.Fsqr.fsti.checked", "Vale.Wrapper.X64.Fmul.fsti.checked", "Vale.Wrapper.X64.Fadd.fsti.checked", "Vale.Inline.X64...
[ "total" ]
[ "Hacl.Impl.Curve25519.Fields.Core.felem2", "Hacl.Impl.Curve25519.Fields.Core.M64", "Hacl.Impl.Curve25519.Fields.Core.felem_wide2", "EverCrypt.TargetConfig.hacl_can_compile_inline_asm", "Vale.Inline.X64.Fsqr_inline.fsqr2", "Prims.unit", "Prims.bool", "Vale.Wrapper.X64.Fsqr.fsqr2_e", "Hacl.Impl.Curve2...
[]
module Hacl.Impl.Curve25519.Field64.Vale module HS = FStar.HyperStack module ST = FStar.HyperStack.ST open FStar.Calc friend Lib.Buffer friend Lib.IntTypes open FStar.HyperStack open FStar.HyperStack.All open FStar.Mul open Lib.Sequence open Lib.IntTypes open Lib.Buffer module B = Lib.Buffer module S = Hacl.Spec.C...
false
true
Hacl.Impl.Curve25519.Field64.Vale.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val fsqr2: fsqr2_t M64 p
[]
Hacl.Impl.Curve25519.Field64.Vale.fsqr2
{ "file_name": "code/curve25519/Hacl.Impl.Curve25519.Field64.Vale.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Hacl.Impl.Curve25519.Fields.Core.fsqr2_t Hacl.Impl.Curve25519.Fields.Core.M64 Hacl.Impl.Curve25519.Field64.Vale.p
{ "end_col": 43, "end_line": 200, "start_col": 21, "start_line": 193 }
Prims.Tot
val fmul2: fmul2_t M64 p
[ { "abbrev": true, "full_module": "Hacl.Impl.Curve25519.Field64", "short_module": "F64" }, { "abbrev": true, "full_module": "Vale.Wrapper.X64.Fadd", "short_module": "FA" }, { "abbrev": true, "full_module": "Spec.Curve25519", "short_module": "P" }, { "abbrev": true,...
false
let fmul2 out f1 f2 tmp = let h0 = ST.get() in lemma_fmul_equiv h0 (gsub f1 0ul 4ul) (gsub f2 0ul 4ul); lemma_fmul_equiv h0 (gsub f1 4ul 4ul) (gsub f2 4ul 4ul); if EverCrypt.TargetConfig.hacl_can_compile_inline_asm then Vale.Inline.X64.Fmul_inline.fmul2 out f1 f2 tmp else Vale.Wrapper.X64.Fmul.fmul2_e...
val fmul2: fmul2_t M64 p let fmul2 out f1 f2 tmp =
false
null
false
let h0 = ST.get () in lemma_fmul_equiv h0 (gsub f1 0ul 4ul) (gsub f2 0ul 4ul); lemma_fmul_equiv h0 (gsub f1 4ul 4ul) (gsub f2 4ul 4ul); if EverCrypt.TargetConfig.hacl_can_compile_inline_asm then Vale.Inline.X64.Fmul_inline.fmul2 out f1 f2 tmp else Vale.Wrapper.X64.Fmul.fmul2_e tmp f1 out f2
{ "checked_file": "Hacl.Impl.Curve25519.Field64.Vale.fst.checked", "dependencies": [ "Vale.Wrapper.X64.Fswap.fsti.checked", "Vale.Wrapper.X64.Fsub.fsti.checked", "Vale.Wrapper.X64.Fsqr.fsti.checked", "Vale.Wrapper.X64.Fmul.fsti.checked", "Vale.Wrapper.X64.Fadd.fsti.checked", "Vale.Inline.X64...
[ "total" ]
[ "Hacl.Impl.Curve25519.Fields.Core.felem2", "Hacl.Impl.Curve25519.Fields.Core.M64", "Hacl.Impl.Curve25519.Fields.Core.felem_wide2", "EverCrypt.TargetConfig.hacl_can_compile_inline_asm", "Vale.Inline.X64.Fmul_inline.fmul2", "Prims.unit", "Prims.bool", "Vale.Wrapper.X64.Fmul.fmul2_e", "Hacl.Impl.Curve2...
[]
module Hacl.Impl.Curve25519.Field64.Vale module HS = FStar.HyperStack module ST = FStar.HyperStack.ST open FStar.Calc friend Lib.Buffer friend Lib.IntTypes open FStar.HyperStack open FStar.HyperStack.All open FStar.Mul open Lib.Sequence open Lib.IntTypes open Lib.Buffer module B = Lib.Buffer module S = Hacl.Spec.C...
false
true
Hacl.Impl.Curve25519.Field64.Vale.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val fmul2: fmul2_t M64 p
[]
Hacl.Impl.Curve25519.Field64.Vale.fmul2
{ "file_name": "code/curve25519/Hacl.Impl.Curve25519.Field64.Vale.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Hacl.Impl.Curve25519.Fields.Core.fmul2_t Hacl.Impl.Curve25519.Fields.Core.M64 Hacl.Impl.Curve25519.Field64.Vale.p
{ "end_col": 47, "end_line": 156, "start_col": 25, "start_line": 149 }
Prims.Tot
val compute_merge_total (f0:fuel) (fM:fuel) : fuel
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": false, "full_module": "Vale.X64.Instruction_s", "short_module": null }, { "abbrev": true, "full_module": "Vale.Lib.Map16", "short_module": "Map16" }, { "abbrev": true, "ful...
false
let compute_merge_total (f0:fuel) (fM:fuel) = if f0 > fM then f0 else fM
val compute_merge_total (f0:fuel) (fM:fuel) : fuel let compute_merge_total (f0 fM: fuel) =
false
null
false
if f0 > fM then f0 else fM
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "total" ]
[ "Vale.X64.Lemmas.fuel", "Prims.op_GreaterThan", "Prims.bool" ]
[]
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 ...
false
true
Vale.X64.Lemmas.fst
{ "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...
null
val compute_merge_total (f0:fuel) (fM:fuel) : fuel
[]
Vale.X64.Lemmas.compute_merge_total
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
f0: Vale.X64.Lemmas.fuel -> fM: Vale.X64.Lemmas.fuel -> Vale.X64.Lemmas.fuel
{ "end_col": 28, "end_line": 348, "start_col": 2, "start_line": 348 }
Prims.Tot
val eval_code_ts (g: bool) (c: code) (s0: machine_state) (f0: fuel) (s1: machine_state) : Type0
[ { "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...
false
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)
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 =
false
null
false
state_eq_opt g (BS.machine_eval_code c f0 s0) (Some s1)
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "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" ]
[]
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 ...
false
true
Vale.X64.Lemmas.fst
{ "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...
null
val eval_code_ts (g: bool) (c: code) (s0: machine_state) (f0: fuel) (s1: machine_state) : Type0
[]
Vale.X64.Lemmas.eval_code_ts
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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
{ "end_col": 57, "end_line": 296, "start_col": 2, "start_line": 296 }
Prims.Tot
val eval_while_inv (c:code) (s0:vale_state) (fW:fuel) (sW:vale_state) : Type0
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": false, "full_module": "Vale.X64.Instruction_s", "short_module": null }, { "abbrev": true, "full_module": "Vale.Lib.Map16", "short_module": "Map16" }, { "abbrev": true, "ful...
false
let eval_while_inv (c:code) (s0:vale_state) (fW:fuel) (sW:vale_state) : Type0 = eval_while_inv_temp c s0 fW sW
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 =
false
null
false
eval_while_inv_temp c s0 fW sW
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "total" ]
[ "Vale.X64.StateLemmas.code", "Vale.X64.State.vale_state", "Vale.X64.Lemmas.fuel", "Vale.X64.Lemmas.eval_while_inv_temp" ]
[]
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 ...
false
true
Vale.X64.Lemmas.fst
{ "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...
null
val eval_while_inv (c:code) (s0:vale_state) (fW:fuel) (sW:vale_state) : Type0
[]
Vale.X64.Lemmas.eval_while_inv
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
c: Vale.X64.StateLemmas.code -> s0: Vale.X64.State.vale_state -> fW: Vale.X64.Lemmas.fuel -> sW: Vale.X64.State.vale_state -> Type0
{ "end_col": 32, "end_line": 380, "start_col": 2, "start_line": 380 }
FStar.Pervasives.Lemma
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)]
[ { "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...
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;...
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: ...
false
null
true
eval_codes_eq_core true cs f s1; eval_codes_eq_core true cs f s2
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "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...
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
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)]
[]
Vale.X64.Lemmas.eval_codes_eq_t
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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...
{ "end_col": 66, "end_line": 286, "start_col": 2, "start_line": 286 }
FStar.Pervasives.Lemma
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)]
[ { "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...
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...
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: f...
false
null
true
eval_code_eq_core false c f s1; eval_code_eq_core false c f s2
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "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...
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
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)]
[]
Vale.X64.Lemmas.eval_code_eq_f
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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...
{ "end_col": 64, "end_line": 258, "start_col": 2, "start_line": 258 }
Prims.Ghost
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} ))
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": false, "full_module": "Vale.X64.Instruction_s", "short_module": null }, { "abbrev": true, "full_module": "Vale.Lib.Map16", "short_module": "Map16" }, { "abbrev": true, "ful...
false
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)
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 cf: code) (s0: vale_state)...
false
null
false
(eval_ocmp s0 ifb, { s0 with vs_flags = havoc_flags }, s0, 0)
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[]
[ "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__...
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
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} ))
[]
Vale.X64.Lemmas.lemma_ifElse_total
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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)
{ "end_col": 61, "end_line": 359, "start_col": 2, "start_line": 359 }
FStar.Pervasives.Lemma
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)]
[ { "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...
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...
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: fue...
false
null
true
eval_code_eq_core true c f s1; eval_code_eq_core true c f s2
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "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...
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
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)]
[]
Vale.X64.Lemmas.eval_code_eq_t
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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...
{ "end_col": 62, "end_line": 279, "start_col": 2, "start_line": 279 }
FStar.Pervasives.Lemma
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...
[ { "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...
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); SMTPat (BS.machine_eval_while cond body f s2...
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...
false
null
true
eval_while_eq_core true cond body f s1; eval_while_eq_core true cond body f s2
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "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...
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
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...
[]
Vale.X64.Lemmas.eval_while_eq_t
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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...
{ "end_col": 80, "end_line": 293, "start_col": 2, "start_line": 293 }
Prims.Ghost
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 ))
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": false, "full_module": "Vale.X64.Instruction_s", "short_module": null }, { "abbrev": true, "full_module": "Vale.Lib.Map16", "short_module": "Map16" }, { "abbrev": true, "ful...
false
let lemma_empty_total (s0:vale_state) (bN:codes) = (s0, 0)
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) =
false
null
false
(s0, 0)
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[]
[ "Vale.X64.State.vale_state", "Vale.X64.Lemmas.codes", "FStar.Pervasives.Native.Mktuple2", "Vale.X64.Lemmas.fuel", "FStar.Pervasives.Native.tuple2" ]
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
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 ))
[]
Vale.X64.Lemmas.lemma_empty_total
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
s0: Vale.X64.State.vale_state -> bN: Vale.X64.Lemmas.codes -> Prims.Ghost (Vale.X64.State.vale_state * Vale.X64.Lemmas.fuel)
{ "end_col": 9, "end_line": 356, "start_col": 2, "start_line": 356 }
Prims.Ghost
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 )
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": false, "full_module": "Vale.X64.Instruction_s", "short_module": null }, { "abbrev": true, "full_module": "Vale.Lib.Map16", "short_module": "Map16" }, { "abbrev": true, "ful...
false
let lemma_while_total (b:ocmp) (c:code) (s0:vale_state) = (s0, 0)
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) =
false
null
false
(s0, 0)
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[]
[ "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" ]
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
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 )
[]
Vale.X64.Lemmas.lemma_while_total
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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)
{ "end_col": 9, "end_line": 383, "start_col": 2, "start_line": 383 }
FStar.Pervasives.Lemma
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))
[ { "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...
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_...
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) (...
false
null
true
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 = [] })
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "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...
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
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))
[]
Vale.X64.Lemmas.eval_code_eq_instr
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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 ...
{ "end_col": 82, "end_line": 141, "start_col": 2, "start_line": 140 }
FStar.Pervasives.Lemma
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)]
[ { "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...
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 ...
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...
false
null
true
eval_codes_eq_core false cs f s1; eval_codes_eq_core false cs f s2
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "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...
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
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)]
[]
Vale.X64.Lemmas.eval_codes_eq_f
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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...
{ "end_col": 68, "end_line": 265, "start_col": 2, "start_line": 265 }
FStar.Pervasives.Lemma
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); ...
[ { "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...
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); SMTPat (BS.machine_eval_while cond body 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); ...
false
null
true
eval_while_eq_core false cond body f s1; eval_while_eq_core false cond body f s2
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "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...
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
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); ...
[]
Vale.X64.Lemmas.eval_while_eq_f
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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...
{ "end_col": 82, "end_line": 272, "start_col": 2, "start_line": 272 }
Prims.Ghost
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)
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": false, "full_module": "Vale.X64.Instruction_s", "short_module": null }, { "abbrev": true, "full_module": "Vale.Lib.Map16", "short_module": "Map16" }, { "abbrev": true, "ful...
false
let lemma_whileTrue_total (b:ocmp) (c:code) (s0:vale_state) (sW:vale_state) (fW:fuel) = ({sW with vs_flags = havoc_flags}, 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 sW: vale_state) (fW: fuel) =
false
null
false
({ sW with vs_flags = havoc_flags }, fW)
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[]
[ "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...
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
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)
[]
Vale.X64.Lemmas.lemma_whileTrue_total
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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)
{ "end_col": 40, "end_line": 386, "start_col": 2, "start_line": 386 }
FStar.Pervasives.Lemma
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))
[ { "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...
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_machi...
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) (...
false
null
true
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
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "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"...
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
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))
[]
Vale.X64.Lemmas.eval_code_eq_alloc
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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 ...
{ "end_col": 24, "end_line": 159, "start_col": 2, "start_line": 156 }
Prims.Tot
val eval_while_inv_temp (c: code) (s0: vale_state) (fW: fuel) (sW: vale_state) : Type0
[ { "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...
false
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...
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 =
false
null
false
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))
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "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...
[]
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 ...
false
true
Vale.X64.Lemmas.fst
{ "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...
null
val eval_while_inv_temp (c: code) (s0: vale_state) (fW: fuel) (sW: vale_state) : Type0
[]
Vale.X64.Lemmas.eval_while_inv_temp
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
c: Vale.X64.StateLemmas.code -> s0: Vale.X64.State.vale_state -> fW: Vale.X64.Lemmas.fuel -> sW: Vale.X64.State.vale_state -> Type0
{ "end_col": 48, "end_line": 377, "start_col": 2, "start_line": 373 }
FStar.Pervasives.Lemma
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 )
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": false, "full_module": "Vale.X64.Instruction_s", "short_module": null }, { "abbrev": true, "full_module": "Vale.Lib.Map16", "short_module": "Map16" }, { "abbrev": true, "ful...
false
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
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:...
false
null
true
reveal_opaque (`%BS.valid_ocmp_opaque) BS.valid_ocmp_opaque; reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "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...
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
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 )
[]
Vale.X64.Lemmas.lemma_ifElseTrue_total
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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...
{ "end_col": 59, "end_line": 366, "start_col": 2, "start_line": 365 }
Prims.Tot
val lemma_havoc_flags:squash (Flags.to_fun havoc_flags == BS.havoc_flags)
[ { "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...
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)
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) =
false
null
true
assert (FStar.FunctionalExtensionality.feq (Flags.to_fun havoc_flags) BS.havoc_flags)
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "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" ]
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
val lemma_havoc_flags:squash (Flags.to_fun havoc_flags == BS.havoc_flags)
[]
Vale.X64.Lemmas.lemma_havoc_flags
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Prims.squash (Vale.X64.Flags.to_fun Vale.X64.Lemmas.havoc_flags == Vale.X64.Machine_Semantics_s.havoc_flags)
{ "end_col": 87, "end_line": 362, "start_col": 2, "start_line": 362 }
FStar.Pervasives.Lemma
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))
[ { "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...
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_m...
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: f...
false
null
true
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
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "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"...
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
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))
[]
Vale.X64.Lemmas.eval_code_eq_dealloc
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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 ...
{ "end_col": 24, "end_line": 150, "start_col": 2, "start_line": 147 }
FStar.Pervasives.Lemma
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 )
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": false, "full_module": "Vale.X64.Instruction_s", "short_module": null }, { "abbrev": true, "full_module": "Vale.Lib.Map16", "short_module": "Map16" }, { "abbrev": true, "ful...
false
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
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_tot...
false
null
true
reveal_opaque (`%BS.valid_ocmp_opaque) BS.valid_ocmp_opaque; reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "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...
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
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 )
[]
Vale.X64.Lemmas.lemma_ifElseFalse_total
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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...
{ "end_col": 59, "end_line": 370, "start_col": 2, "start_line": 369 }
Prims.Ghost
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)...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": false, "full_module": "Vale.X64.Instruction_s", "short_module": null }, { "abbrev": true, "full_module": "Vale.Lib.Map16", "short_module": "Map16" }, { "abbrev": true, "ful...
false
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...
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)...
false
null
false
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 (...
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[]
[ "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...
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
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)...
[]
Vale.X64.Lemmas.lemma_whileFalse_total
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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)
{ "end_col": 10, "end_line": 395, "start_col": 2, "start_line": 389 }
FStar.Pervasives.Lemma
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))
[ { "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...
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...
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_e...
false
null
true
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
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "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"...
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
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))
[]
Vale.X64.Lemmas.eval_code_eq_ins
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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...
{ "end_col": 42, "end_line": 188, "start_col": 2, "start_line": 183 }
FStar.Pervasives.Lemma
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))]
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": false, "full_module": "Vale.X64.Instruction_s", "short_module": null }, { "abbrev": true, "full_module": "Vale.Lib.Map16", "short_module": "Map16" }, { "abbrev": true, "ful...
false
let lemma_cmp_lt s o1 o2 = reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque
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 =
false
null
true
reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "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...
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
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))]
[]
Vale.X64.Lemmas.lemma_cmp_lt
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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) <==> ...
{ "end_col": 84, "end_line": 337, "start_col": 27, "start_line": 337 }
FStar.Pervasives.Lemma
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))]
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": false, "full_module": "Vale.X64.Instruction_s", "short_module": null }, { "abbrev": true, "full_module": "Vale.Lib.Map16", "short_module": "Map16" }, { "abbrev": true, "ful...
false
let lemma_cmp_eq s o1 o2 = reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque
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 =
false
null
true
reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "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...
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
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))]
[]
Vale.X64.Lemmas.lemma_cmp_eq
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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) <==> ...
{ "end_col": 84, "end_line": 333, "start_col": 27, "start_line": 333 }
FStar.Pervasives.Lemma
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))]
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": false, "full_module": "Vale.X64.Instruction_s", "short_module": null }, { "abbrev": true, "full_module": "Vale.Lib.Map16", "short_module": "Map16" }, { "abbrev": true, "ful...
false
let lemma_cmp_ne s o1 o2 = reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque
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 =
false
null
true
reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "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...
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
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))]
[]
Vale.X64.Lemmas.lemma_cmp_ne
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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) <==> ...
{ "end_col": 84, "end_line": 334, "start_col": 27, "start_line": 334 }
FStar.Pervasives.Lemma
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))]
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": false, "full_module": "Vale.X64.Instruction_s", "short_module": null }, { "abbrev": true, "full_module": "Vale.Lib.Map16", "short_module": "Map16" }, { "abbrev": true, "ful...
false
let lemma_cmp_le s o1 o2 = reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque
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 =
false
null
true
reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "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...
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
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))]
[]
Vale.X64.Lemmas.lemma_cmp_le
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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) <==> ...
{ "end_col": 84, "end_line": 335, "start_col": 27, "start_line": 335 }
FStar.Pervasives.Lemma
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))
[ { "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...
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 l...
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 ...
false
null
true
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...
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "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...
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
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))
[]
Vale.X64.Lemmas.eval_ins_eq_instr
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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...
{ "end_col": 77, "end_line": 134, "start_col": 2, "start_line": 120 }
FStar.Pervasives.Lemma
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))]
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": false, "full_module": "Vale.X64.Instruction_s", "short_module": null }, { "abbrev": true, "full_module": "Vale.Lib.Map16", "short_module": "Map16" }, { "abbrev": true, "ful...
false
let lemma_cmp_gt s o1 o2 = reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque
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 =
false
null
true
reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "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...
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
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))]
[]
Vale.X64.Lemmas.lemma_cmp_gt
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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) <==> ...
{ "end_col": 84, "end_line": 338, "start_col": 27, "start_line": 338 }
FStar.Pervasives.Lemma
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))]
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": false, "full_module": "Vale.X64.Instruction_s", "short_module": null }, { "abbrev": true, "full_module": "Vale.Lib.Map16", "short_module": "Map16" }, { "abbrev": true, "ful...
false
let lemma_cmp_ge s o1 o2 = reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque
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 =
false
null
true
reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "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...
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
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))]
[]
Vale.X64.Lemmas.lemma_cmp_ge
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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) <==> ...
{ "end_col": 84, "end_line": 336, "start_col": 27, "start_line": 336 }
FStar.Pervasives.Lemma
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))
[ { "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...
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...
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 ...
false
null
true
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
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "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"...
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
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))
[]
Vale.X64.Lemmas.eval_code_eq_push
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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 ...
{ "end_col": 24, "end_line": 168, "start_col": 2, "start_line": 165 }
FStar.Pervasives.Lemma
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....
[ { "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...
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 == BS.instr_apply_eval_args outs ...
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....
false
null
true
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...
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "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...
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
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....
[ "recursion" ]
Vale.X64.Lemmas.lemma_eq_instr_apply_eval_args
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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...
{ "end_col": 5, "end_line": 38, "start_col": 2, "start_line": 23 }
FStar.Pervasives.Lemma
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))
[ { "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...
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 ...
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) : Le...
false
null
true
reveal_opaque (`%BS.valid_ocmp_opaque) BS.valid_ocmp_opaque; reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque; ()
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "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...
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
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))
[]
Vale.X64.Lemmas.eval_ocmp_eq_core
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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...
{ "end_col": 4, "end_line": 201, "start_col": 2, "start_line": 199 }
FStar.Pervasives.Lemma
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...
[ { "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...
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 outs inouts args f oprs s1 == B...
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...
false
null
true
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...
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "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...
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
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...
[ "recursion" ]
Vale.X64.Lemmas.lemma_eq_instr_apply_eval_inouts
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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...
{ "end_col": 5, "end_line": 72, "start_col": 2, "start_line": 50 }
FStar.Pervasives.Lemma
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)
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": false, "full_module": "Vale.X64.Instruction_s", "short_module": null }, { "abbrev": true, "full_module": "Vale.Lib.Map16", "short_module": "Map16" }, { "abbrev": true, "ful...
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 ...
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 ...
false
null
true
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
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "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", "...
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
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)
[]
Vale.X64.Lemmas.lemma_merge_total
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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 /...
{ "end_col": 100, "end_line": 353, "start_col": 102, "start_line": 350 }
FStar.Pervasives.Lemma
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))
[ { "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...
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_s...
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:...
false
null
true
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
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "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"...
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
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))
[]
Vale.X64.Lemmas.eval_code_eq_pop
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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 ...
{ "end_col": 24, "end_line": 177, "start_col": 2, "start_line": 174 }
Prims.Ghost
val lemma_whileMerge_total (c:code) (s0:vale_state) (f0:fuel) (sM:vale_state) (fM:fuel) (sN:vale_state) : Ghost fuel (requires While? c /\ ( let cond = While?.whileCond c in sN.vs_ok /\ valid_ocmp cond sM /\ eval_ocmp sM cond /\ eval_while_inv c s0 f0 sM /\ eval_code (While?.whileBody c) ({sM ...
[ { "abbrev": true, "full_module": "Vale.X64.Memory", "short_module": "ME" }, { "abbrev": false, "full_module": "Vale.X64.Instruction_s", "short_module": null }, { "abbrev": true, "full_module": "Vale.Lib.Map16", "short_module": "Map16" }, { "abbrev": true, "ful...
false
let lemma_whileMerge_total (c:code) (s0:vale_state) (f0:fuel) (sM:vale_state) (fM:fuel) (sN:vale_state) = reveal_opaque (`%BS.valid_ocmp_opaque) BS.valid_ocmp_opaque; reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque; let fN:nat = f0 + fM + 1 in let g = code_modifies_ghost c in let fForall (f:nat) : L...
val lemma_whileMerge_total (c:code) (s0:vale_state) (f0:fuel) (sM:vale_state) (fM:fuel) (sN:vale_state) : Ghost fuel (requires While? c /\ ( let cond = While?.whileCond c in sN.vs_ok /\ valid_ocmp cond sM /\ eval_ocmp sM cond /\ eval_while_inv c s0 f0 sM /\ eval_code (While?.whileBody c) ({sM ...
false
null
false
reveal_opaque (`%BS.valid_ocmp_opaque) BS.valid_ocmp_opaque; reveal_opaque (`%BS.eval_ocmp_opaque) BS.eval_ocmp_opaque; let fN:nat = f0 + fM + 1 in let g = code_modifies_ghost c in let fForall (f: nat) : Lemma (requires Some? (BS.machine_eval_code c f (state_to_S sN))) (ensures state_eq_opt g ...
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[]
[ "Vale.X64.StateLemmas.code", "Vale.X64.State.vale_state", "Vale.X64.Lemmas.fuel", "Prims.nat", "Prims.unit", "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.StateLemmas.state_to_S", "Pr...
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
val lemma_whileMerge_total (c:code) (s0:vale_state) (f0:fuel) (sM:vale_state) (fM:fuel) (sN:vale_state) : Ghost fuel (requires While? c /\ ( let cond = While?.whileCond c in sN.vs_ok /\ valid_ocmp cond sM /\ eval_ocmp sM cond /\ eval_while_inv c s0 f0 sM /\ eval_code (While?.whileBody c) ({sM ...
[]
Vale.X64.Lemmas.lemma_whileMerge_total
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
c: Vale.X64.StateLemmas.code -> 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 -> Prims.Ghost Vale.X64.Lemmas.fuel
{ "end_col": 4, "end_line": 423, "start_col": 2, "start_line": 399 }
FStar.Pervasives.Lemma
val lemma_eq_instr_write_outputs (outs: list instr_out) (args: list instr_operand) (vs: instr_ret_t outs) (oprs: instr_operands_t outs args) (s1_orig s1 s2_orig s2: machine_state) : Lemma (requires state_eq_S true s1_orig s2_orig /\ state_eq_S true s1 s2) (ensures state_e...
[ { "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...
false
let rec lemma_eq_instr_write_outputs (outs:list instr_out) (args:list instr_operand) (vs:instr_ret_t outs) (oprs:instr_operands_t outs args) (s1_orig s1 s2_orig s2:machine_state) : Lemma (requires state_eq_S true s1_orig s2_orig /\ state_eq_S true s1 s2) (ensures state_eq_S true (BS.instr_write_...
val lemma_eq_instr_write_outputs (outs: list instr_out) (args: list instr_operand) (vs: instr_ret_t outs) (oprs: instr_operands_t outs args) (s1_orig s1 s2_orig s2: machine_state) : Lemma (requires state_eq_S true s1_orig s2_orig /\ state_eq_S true s1 s2) (ensures state_e...
false
null
true
let open BS in use_machine_state_equal (); lemma_heap_ignore_ghost_machine s1.BS.ms_heap s2.BS.ms_heap; lemma_heap_ignore_ghost_machine s1_orig.BS.ms_heap s2_orig.BS.ms_heap; allow_inversion tmaddr; match outs with | [] -> () | (_, i) :: outs -> (let (v: instr_val_t i), (vs: instr_ret_t outs) = match outs with ...
{ "checked_file": "Vale.X64.Lemmas.fst.checked", "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", "Val...
[ "lemma" ]
[ "Prims.list", "Vale.X64.Instruction_s.instr_out", "Vale.X64.Instruction_s.instr_operand", "Vale.X64.Instruction_s.instr_ret_t", "Vale.X64.Instruction_s.instr_operands_t", "Vale.X64.StateLemmas.machine_state", "Vale.X64.Instruction_s.instr_operand_inout", "Vale.X64.Instruction_s.instr_val_t", "Vale.X...
[]
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 ...
false
false
Vale.X64.Lemmas.fst
{ "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...
null
val lemma_eq_instr_write_outputs (outs: list instr_out) (args: list instr_operand) (vs: instr_ret_t outs) (oprs: instr_operands_t outs args) (s1_orig s1 s2_orig s2: machine_state) : Lemma (requires state_eq_S true s1_orig s2_orig /\ state_eq_S true s1 s2) (ensures state_e...
[ "recursion" ]
Vale.X64.Lemmas.lemma_eq_instr_write_outputs
{ "file_name": "vale/code/arch/x64/Vale.X64.Lemmas.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
outs: Prims.list Vale.X64.Instruction_s.instr_out -> args: Prims.list Vale.X64.Instruction_s.instr_operand -> vs: Vale.X64.Instruction_s.instr_ret_t outs -> oprs: Vale.X64.Instruction_s.instr_operands_t outs args -> s1_orig: Vale.X64.StateLemmas.machine_state -> s1: Vale.X64.StateLemmas.machine...
{ "end_col": 5, "end_line": 112, "start_col": 2, "start_line": 86 }
FStar.HyperStack.ST.Stack
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...
[ { "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...
false
let clear_matrix3 a sp_matrix ep_matrix epp_matrix = clear_matrix sp_matrix; clear_matrix ep_matrix; clear_matrix epp_matrix
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...
true
null
false
clear_matrix sp_matrix; clear_matrix ep_matrix; clear_matrix epp_matrix
{ "checked_file": "Hacl.Impl.Frodo.KEM.Encaps.fst.checked", "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", ...
[]
[ "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" ]
[]
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...
false
false
Hacl.Impl.Frodo.KEM.Encaps.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val 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...
[]
Hacl.Impl.Frodo.KEM.Encaps.clear_matrix3
{ "file_name": "code/frodo/Hacl.Impl.Frodo.KEM.Encaps.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
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...
{ "end_col": 25, "end_line": 245, "start_col": 2, "start_line": 243 }