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.GTot
val sel (#a: Type0) (h: heap) (s: array a) : GTot (seq a)
[ { "abbrev": false, "full_module": "FStar.Ref", "short_module": null }, { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FStar.All", "short_module": null }, { "abbrev": false, "full_module": "FStar", ...
false
let sel (#a:Type0) (h:heap) (s:array a) : GTot (seq a) = Heap.sel h (as_ref s)
val sel (#a: Type0) (h: heap) (s: array a) : GTot (seq a) let sel (#a: Type0) (h: heap) (s: array a) : GTot (seq a) =
false
null
false
Heap.sel h (as_ref s)
{ "checked_file": "FStar.Array.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Seq.fst.checked", "FStar.Ref.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Heap.fst.checked", "FStar.All.fst.checked" ], "interface_file": false, "source_fi...
[ "sometrivial" ]
[ "FStar.Monotonic.Heap.heap", "FStar.Array.array", "FStar.Monotonic.Heap.sel", "FStar.Seq.Base.seq", "FStar.Heap.trivial_preorder", "FStar.Array.as_ref" ]
[]
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
false
false
FStar.Array.fsti
{ "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 sel (#a: Type0) (h: heap) (s: array a) : GTot (seq a)
[]
FStar.Array.sel
{ "file_name": "ulib/legacy/FStar.Array.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
h: FStar.Monotonic.Heap.heap -> s: FStar.Array.array a -> Prims.GTot (FStar.Seq.Base.seq a)
{ "end_col": 78, "end_line": 35, "start_col": 57, "start_line": 35 }
Prims.GTot
val heap_upd (#a: Type0) (h: heap) (r: array a) (v: seq a) : GTot heap
[ { "abbrev": false, "full_module": "FStar.Ref", "short_module": null }, { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FStar.All", "short_module": null }, { "abbrev": false, "full_module": "FStar", ...
false
let heap_upd (#a:Type0) (h:heap) (r:array a) (v:seq a) : GTot heap = Heap.upd h (as_ref r) v
val heap_upd (#a: Type0) (h: heap) (r: array a) (v: seq a) : GTot heap let heap_upd (#a: Type0) (h: heap) (r: array a) (v: seq a) : GTot heap =
false
null
false
Heap.upd h (as_ref r) v
{ "checked_file": "FStar.Array.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Seq.fst.checked", "FStar.Ref.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Heap.fst.checked", "FStar.All.fst.checked" ], "interface_file": false, "source_fi...
[ "sometrivial" ]
[ "FStar.Monotonic.Heap.heap", "FStar.Array.array", "FStar.Seq.Base.seq", "FStar.Monotonic.Heap.upd", "FStar.Heap.trivial_preorder", "FStar.Array.as_ref" ]
[]
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
false
false
FStar.Array.fsti
{ "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 heap_upd (#a: Type0) (h: heap) (r: array a) (v: seq a) : GTot heap
[]
FStar.Array.heap_upd
{ "file_name": "ulib/legacy/FStar.Array.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
h: FStar.Monotonic.Heap.heap -> r: FStar.Array.array a -> v: FStar.Seq.Base.seq a -> Prims.GTot FStar.Monotonic.Heap.heap
{ "end_col": 92, "end_line": 41, "start_col": 69, "start_line": 41 }
Prims.Tot
val create_post: #a: Type0 -> s: seq a -> heap -> array a -> heap -> Type0
[ { "abbrev": false, "full_module": "FStar.Ref", "short_module": null }, { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FStar.All", "short_module": null }, { "abbrev": false, "full_module": "FStar", ...
false
let create_post (#a:Type0) (s:seq a) : heap -> array a -> heap -> Type0 = fun h0 x h1 -> x `unused_in` h0 /\ contains h1 x /\ modifies Set.empty h0 h1 /\ sel h1 x== s
val create_post: #a: Type0 -> s: seq a -> heap -> array a -> heap -> Type0 let create_post (#a: Type0) (s: seq a) : heap -> array a -> heap -> Type0 =
false
null
false
fun h0 x h1 -> x `unused_in` h0 /\ contains h1 x /\ modifies Set.empty h0 h1 /\ sel h1 x == s
{ "checked_file": "FStar.Array.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Seq.fst.checked", "FStar.Ref.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Heap.fst.checked", "FStar.All.fst.checked" ], "interface_file": false, "source_fi...
[ "total" ]
[ "FStar.Seq.Base.seq", "FStar.Monotonic.Heap.heap", "FStar.Array.array", "Prims.l_and", "FStar.Array.unused_in", "FStar.Array.contains", "FStar.Monotonic.Heap.modifies", "FStar.Set.empty", "Prims.nat", "Prims.eq2", "FStar.Array.sel" ]
[]
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
false
false
FStar.Array.fsti
{ "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 create_post: #a: Type0 -> s: seq a -> heap -> array a -> heap -> Type0
[]
FStar.Array.create_post
{ "file_name": "ulib/legacy/FStar.Array.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
s: FStar.Seq.Base.seq a -> _: FStar.Monotonic.Heap.heap -> _: FStar.Array.array a -> _: FStar.Monotonic.Heap.heap -> Type0
{ "end_col": 14, "end_line": 60, "start_col": 2, "start_line": 56 }
Prims.GTot
val only (#a: Type0) (arr: array a) : GTot (Set.set nat)
[ { "abbrev": false, "full_module": "FStar.Ref", "short_module": null }, { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FStar.All", "short_module": null }, { "abbrev": false, "full_module": "FStar", ...
false
let only (#a:Type0) (arr:array a) : GTot (Set.set nat) = Set.singleton (addr_of arr)
val only (#a: Type0) (arr: array a) : GTot (Set.set nat) let only (#a: Type0) (arr: array a) : GTot (Set.set nat) =
false
null
false
Set.singleton (addr_of arr)
{ "checked_file": "FStar.Array.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Seq.fst.checked", "FStar.Ref.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Heap.fst.checked", "FStar.All.fst.checked" ], "interface_file": false, "source_fi...
[ "sometrivial" ]
[ "FStar.Array.array", "FStar.Set.singleton", "Prims.nat", "FStar.Array.addr_of", "FStar.Set.set" ]
[]
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
false
false
FStar.Array.fsti
{ "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 only (#a: Type0) (arr: array a) : GTot (Set.set nat)
[]
FStar.Array.only
{ "file_name": "ulib/legacy/FStar.Array.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
arr: FStar.Array.array a -> Prims.GTot (FStar.Set.set Prims.nat)
{ "end_col": 84, "end_line": 45, "start_col": 57, "start_line": 45 }
Prims.Tot
[ { "abbrev": true, "full_module": "FStar.Seq", "short_module": "S" }, { "abbrev": true, "full_module": "FStar.BitVector", "short_module": "B" }, { "abbrev": true, "full_module": "FStar.UInt", "short_module": "U" }, { "abbrev": false, "full_module": "FStar.UInt"...
false
let bv_zero #n = int2bv #n 0
let bv_zero #n =
false
null
false
int2bv #n 0
{ "checked_file": "FStar.BV.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.fst.checked" ], "interface_file": false, "source_file": "FStar.BV.fsti" }
[ "total" ]
[ "Prims.pos", "FStar.BV.int2bv", "FStar.BV.bv_t" ]
[]
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
false
false
FStar.BV.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val bv_zero : FStar.BV.bv_t n
[]
FStar.BV.bv_zero
{ "file_name": "ulib/FStar.BV.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
FStar.BV.bv_t n
{ "end_col": 28, "end_line": 156, "start_col": 17, "start_line": 156 }
Prims.Tot
val update_xer_ov (xer:xer_t) (new_xer_ov:bool) : xer_t
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let update_xer_ov = Lemmas.update_xer_ov
val update_xer_ov (xer:xer_t) (new_xer_ov:bool) : xer_t let update_xer_ov =
false
null
false
Lemmas.update_xer_ov
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[ "total" ]
[ "Vale.PPC64LE.Lemmas.update_xer_ov" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov
false
true
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val update_xer_ov (xer:xer_t) (new_xer_ov:bool) : xer_t
[]
Vale.PPC64LE.Decls.update_xer_ov
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
xer: Vale.PPC64LE.Machine_s.xer_t -> new_xer_ov: Prims.bool -> Vale.PPC64LE.Machine_s.xer_t
{ "end_col": 40, "end_line": 13, "start_col": 20, "start_line": 13 }
Prims.Tot
val ins : Type0
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let ins = S.ins
val ins : Type0 let ins =
false
null
false
S.ins
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[ "total" ]
[ "Vale.PPC64LE.Semantics_s.ins" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
true
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val ins : Type0
[]
Vale.PPC64LE.Decls.ins
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Type0
{ "end_col": 15, "end_line": 15, "start_col": 10, "start_line": 15 }
Prims.Tot
val xer_ca (xer:xer_t) : bool
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let xer_ca = Lemmas.xer_ca
val xer_ca (xer:xer_t) : bool let xer_ca =
false
null
false
Lemmas.xer_ca
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[ "total" ]
[ "Vale.PPC64LE.Lemmas.xer_ca" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = ()
false
true
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val xer_ca (xer:xer_t) : bool
[]
Vale.PPC64LE.Decls.xer_ca
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
xer: Vale.PPC64LE.Machine_s.xer_t -> Prims.bool
{ "end_col": 26, "end_line": 12, "start_col": 13, "start_line": 12 }
Prims.Tot
val update_xer_ca (xer:xer_t) (new_xer_ca:bool) : xer_t
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let update_xer_ca = Lemmas.update_xer_ca
val update_xer_ca (xer:xer_t) (new_xer_ca:bool) : xer_t let update_xer_ca =
false
null
false
Lemmas.update_xer_ca
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[ "total" ]
[ "Vale.PPC64LE.Lemmas.update_xer_ca" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca
false
true
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val update_xer_ca (xer:xer_t) (new_xer_ca:bool) : xer_t
[]
Vale.PPC64LE.Decls.update_xer_ca
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
xer: Vale.PPC64LE.Machine_s.xer_t -> new_xer_ca: Prims.bool -> Vale.PPC64LE.Machine_s.xer_t
{ "end_col": 40, "end_line": 14, "start_col": 20, "start_line": 14 }
Prims.Tot
val xer_ov (xer:xer_t) : bool
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let xer_ov = Lemmas.xer_ov
val xer_ov (xer:xer_t) : bool let xer_ov =
false
null
false
Lemmas.xer_ov
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[ "total" ]
[ "Vale.PPC64LE.Lemmas.xer_ov" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = ()
false
true
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val xer_ov (xer:xer_t) : bool
[]
Vale.PPC64LE.Decls.xer_ov
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
xer: Vale.PPC64LE.Machine_s.xer_t -> Prims.bool
{ "end_col": 26, "end_line": 11, "start_col": 13, "start_line": 11 }
FStar.Pervasives.Lemma
val mul_nat_helper (x y:nat) : Lemma (x * y >= 0)
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let mul_nat_helper x y = FStar.Math.Lemmas.nat_times_nat_is_nat x y
val mul_nat_helper (x y:nat) : Lemma (x * y >= 0) let mul_nat_helper x y =
false
null
true
FStar.Math.Lemmas.nat_times_nat_is_nat x y
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[ "lemma" ]
[ "Prims.nat", "FStar.Math.Lemmas.nat_times_nat_is_nat", "Prims.unit" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
false
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val mul_nat_helper (x y:nat) : Lemma (x * y >= 0)
[]
Vale.PPC64LE.Decls.mul_nat_helper
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
x: Prims.nat -> y: Prims.nat -> FStar.Pervasives.Lemma (ensures x * y >= 0)
{ "end_col": 44, "end_line": 25, "start_col": 2, "start_line": 25 }
Prims.Tot
val va_ttrue (_:unit) : va_pbool
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let va_ttrue () = Vale.Def.PossiblyMonad.ttrue
val va_ttrue (_:unit) : va_pbool let va_ttrue () =
false
null
false
Vale.Def.PossiblyMonad.ttrue
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[ "total" ]
[ "Prims.unit", "Vale.Def.PossiblyMonad.ttrue", "Vale.PPC64LE.Decls.va_pbool" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
true
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_ttrue (_:unit) : va_pbool
[]
Vale.PPC64LE.Decls.va_ttrue
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
_: Prims.unit -> Vale.PPC64LE.Decls.va_pbool
{ "end_col": 46, "end_line": 20, "start_col": 18, "start_line": 20 }
Prims.Tot
val va_cmp_gt (o1:cmp_opr) (o2:cmp_opr) : ocmp
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let va_cmp_gt o1 o2 = S.OGt o1 o2
val va_cmp_gt (o1:cmp_opr) (o2:cmp_opr) : ocmp let va_cmp_gt o1 o2 =
false
null
false
S.OGt o1 o2
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[ "total" ]
[ "Vale.PPC64LE.Machine_s.cmp_opr", "Vale.PPC64LE.Semantics_s.OGt", "Vale.PPC64LE.Decls.ocmp" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
true
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_cmp_gt (o1:cmp_opr) (o2:cmp_opr) : ocmp
[]
Vale.PPC64LE.Decls.va_cmp_gt
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
o1: Vale.PPC64LE.Machine_s.cmp_opr -> o2: Vale.PPC64LE.Machine_s.cmp_opr -> Vale.PPC64LE.Decls.ocmp
{ "end_col": 33, "end_line": 57, "start_col": 22, "start_line": 57 }
Prims.Tot
val va_ffalse (reason:string) : va_pbool
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let va_ffalse = Vale.Def.PossiblyMonad.ffalse
val va_ffalse (reason:string) : va_pbool let va_ffalse =
false
null
false
Vale.Def.PossiblyMonad.ffalse
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[ "total" ]
[ "Vale.Def.PossiblyMonad.ffalse" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
true
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_ffalse (reason:string) : va_pbool
[]
Vale.PPC64LE.Decls.va_ffalse
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
reason: Prims.string -> Vale.PPC64LE.Decls.va_pbool
{ "end_col": 45, "end_line": 21, "start_col": 16, "start_line": 21 }
Prims.Tot
val va_pbool_and (x y:va_pbool) : va_pbool
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let va_pbool_and x y = Vale.Def.PossiblyMonad.((&&.)) x y
val va_pbool_and (x y:va_pbool) : va_pbool let va_pbool_and x y =
false
null
false
Vale.Def.PossiblyMonad.(( &&. )) x y
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[ "total" ]
[ "Vale.PPC64LE.Decls.va_pbool", "Vale.Def.PossiblyMonad.op_Amp_Amp_Dot" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
true
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_pbool_and (x y:va_pbool) : va_pbool
[]
Vale.PPC64LE.Decls.va_pbool_and
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
x: Vale.PPC64LE.Decls.va_pbool -> y: Vale.PPC64LE.Decls.va_pbool -> Vale.PPC64LE.Decls.va_pbool
{ "end_col": 57, "end_line": 22, "start_col": 23, "start_line": 22 }
Prims.Tot
val va_cmp_ne (o1:cmp_opr) (o2:cmp_opr) : ocmp
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let va_cmp_ne o1 o2 = S.ONe o1 o2
val va_cmp_ne (o1:cmp_opr) (o2:cmp_opr) : ocmp let va_cmp_ne o1 o2 =
false
null
false
S.ONe o1 o2
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[ "total" ]
[ "Vale.PPC64LE.Machine_s.cmp_opr", "Vale.PPC64LE.Semantics_s.ONe", "Vale.PPC64LE.Decls.ocmp" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
true
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_cmp_ne (o1:cmp_opr) (o2:cmp_opr) : ocmp
[]
Vale.PPC64LE.Decls.va_cmp_ne
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
o1: Vale.PPC64LE.Machine_s.cmp_opr -> o2: Vale.PPC64LE.Machine_s.cmp_opr -> Vale.PPC64LE.Decls.ocmp
{ "end_col": 33, "end_line": 53, "start_col": 22, "start_line": 53 }
Prims.Tot
val va_fuel_default : unit -> va_fuel
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let va_fuel_default () = 0
val va_fuel_default : unit -> va_fuel let va_fuel_default () =
false
null
false
0
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[ "total" ]
[ "Prims.unit", "Vale.PPC64LE.Decls.va_fuel" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
true
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_fuel_default : unit -> va_fuel
[]
Vale.PPC64LE.Decls.va_fuel_default
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
_: Prims.unit -> Vale.PPC64LE.Decls.va_fuel
{ "end_col": 26, "end_line": 27, "start_col": 25, "start_line": 27 }
Prims.Tot
val va_cmp_eq (o1:cmp_opr) (o2:cmp_opr) : ocmp
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let va_cmp_eq o1 o2 = S.OEq o1 o2
val va_cmp_eq (o1:cmp_opr) (o2:cmp_opr) : ocmp let va_cmp_eq o1 o2 =
false
null
false
S.OEq o1 o2
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[ "total" ]
[ "Vale.PPC64LE.Machine_s.cmp_opr", "Vale.PPC64LE.Semantics_s.OEq", "Vale.PPC64LE.Decls.ocmp" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
true
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_cmp_eq (o1:cmp_opr) (o2:cmp_opr) : ocmp
[]
Vale.PPC64LE.Decls.va_cmp_eq
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
o1: Vale.PPC64LE.Machine_s.cmp_opr -> o2: Vale.PPC64LE.Machine_s.cmp_opr -> Vale.PPC64LE.Decls.ocmp
{ "end_col": 33, "end_line": 52, "start_col": 22, "start_line": 52 }
Prims.Tot
val va_cmp_ge (o1:cmp_opr) (o2:cmp_opr) : ocmp
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let va_cmp_ge o1 o2 = S.OGe o1 o2
val va_cmp_ge (o1:cmp_opr) (o2:cmp_opr) : ocmp let va_cmp_ge o1 o2 =
false
null
false
S.OGe o1 o2
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[ "total" ]
[ "Vale.PPC64LE.Machine_s.cmp_opr", "Vale.PPC64LE.Semantics_s.OGe", "Vale.PPC64LE.Decls.ocmp" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
true
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_cmp_ge (o1:cmp_opr) (o2:cmp_opr) : ocmp
[]
Vale.PPC64LE.Decls.va_cmp_ge
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
o1: Vale.PPC64LE.Machine_s.cmp_opr -> o2: Vale.PPC64LE.Machine_s.cmp_opr -> Vale.PPC64LE.Decls.ocmp
{ "end_col": 33, "end_line": 55, "start_col": 22, "start_line": 55 }
Prims.Tot
val va_cmp_lt (o1:cmp_opr) (o2:cmp_opr) : ocmp
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let va_cmp_lt o1 o2 = S.OLt o1 o2
val va_cmp_lt (o1:cmp_opr) (o2:cmp_opr) : ocmp let va_cmp_lt o1 o2 =
false
null
false
S.OLt o1 o2
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[ "total" ]
[ "Vale.PPC64LE.Machine_s.cmp_opr", "Vale.PPC64LE.Semantics_s.OLt", "Vale.PPC64LE.Decls.ocmp" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
true
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_cmp_lt (o1:cmp_opr) (o2:cmp_opr) : ocmp
[]
Vale.PPC64LE.Decls.va_cmp_lt
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
o1: Vale.PPC64LE.Machine_s.cmp_opr -> o2: Vale.PPC64LE.Machine_s.cmp_opr -> Vale.PPC64LE.Decls.ocmp
{ "end_col": 33, "end_line": 56, "start_col": 22, "start_line": 56 }
FStar.All.ML
val print_header : printer -> FStar.All.ML unit
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let print_header = P.print_header
val print_header : printer -> FStar.All.ML unit let print_header =
true
null
false
P.print_header
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[ "ml" ]
[ "Vale.PPC64LE.Print_s.print_header" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
false
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val print_header : printer -> FStar.All.ML unit
[]
Vale.PPC64LE.Decls.print_header
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
_: Vale.PPC64LE.Decls.printer -> FStar.All.ML Prims.unit
{ "end_col": 33, "end_line": 97, "start_col": 19, "start_line": 97 }
Prims.GTot
val eval_ocmp : s:va_state -> c:ocmp -> GTot bool
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let eval_ocmp = Lemmas.eval_ocmp
val eval_ocmp : s:va_state -> c:ocmp -> GTot bool let eval_ocmp =
false
null
false
Lemmas.eval_ocmp
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[ "sometrivial" ]
[ "Vale.PPC64LE.Lemmas.eval_ocmp" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
false
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val eval_ocmp : s:va_state -> c:ocmp -> GTot bool
[]
Vale.PPC64LE.Decls.eval_ocmp
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
s: Vale.PPC64LE.Decls.va_state -> c: Vale.PPC64LE.Decls.ocmp -> Prims.GTot Prims.bool
{ "end_col": 32, "end_line": 64, "start_col": 16, "start_line": 64 }
Prims.Tot
val va_cmp_le (o1:cmp_opr) (o2:cmp_opr) : ocmp
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let va_cmp_le o1 o2 = S.OLe o1 o2
val va_cmp_le (o1:cmp_opr) (o2:cmp_opr) : ocmp let va_cmp_le o1 o2 =
false
null
false
S.OLe o1 o2
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[ "total" ]
[ "Vale.PPC64LE.Machine_s.cmp_opr", "Vale.PPC64LE.Semantics_s.OLe", "Vale.PPC64LE.Decls.ocmp" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
true
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_cmp_le (o1:cmp_opr) (o2:cmp_opr) : ocmp
[]
Vale.PPC64LE.Decls.va_cmp_le
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
o1: Vale.PPC64LE.Machine_s.cmp_opr -> o2: Vale.PPC64LE.Machine_s.cmp_opr -> Vale.PPC64LE.Decls.ocmp
{ "end_col": 33, "end_line": 54, "start_col": 22, "start_line": 54 }
FStar.All.ML
val print_string : string -> FStar.All.ML unit
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let print_string = FStar.IO.print_string
val print_string : string -> FStar.All.ML unit let print_string =
true
null
false
FStar.IO.print_string
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[ "ml" ]
[ "FStar.IO.print_string" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
false
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val print_string : string -> FStar.All.ML unit
[]
Vale.PPC64LE.Decls.print_string
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
_: Prims.string -> FStar.All.ML Prims.unit
{ "end_col": 40, "end_line": 96, "start_col": 19, "start_line": 96 }
FStar.All.ML
val print_footer : printer -> FStar.All.ML unit
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let print_footer = P.print_footer
val print_footer : printer -> FStar.All.ML unit let print_footer =
true
null
false
P.print_footer
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[ "ml" ]
[ "Vale.PPC64LE.Print_s.print_footer" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
false
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val print_footer : printer -> FStar.All.ML unit
[]
Vale.PPC64LE.Decls.print_footer
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
_: Vale.PPC64LE.Decls.printer -> FStar.All.ML Prims.unit
{ "end_col": 33, "end_line": 99, "start_col": 19, "start_line": 99 }
Prims.Tot
val eval_cmp_cr0 : s:va_state -> c:ocmp -> cr0_t
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let eval_cmp_cr0 = S.eval_cmp_cr0
val eval_cmp_cr0 : s:va_state -> c:ocmp -> cr0_t let eval_cmp_cr0 =
false
null
false
S.eval_cmp_cr0
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[ "total" ]
[ "Vale.PPC64LE.Semantics_s.eval_cmp_cr0" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
true
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val eval_cmp_cr0 : s:va_state -> c:ocmp -> cr0_t
[]
Vale.PPC64LE.Decls.eval_cmp_cr0
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
s: Vale.PPC64LE.Decls.va_state -> c: Vale.PPC64LE.Decls.ocmp -> Vale.PPC64LE.Machine_s.cr0_t
{ "end_col": 33, "end_line": 66, "start_col": 19, "start_line": 66 }
Prims.Tot
val eval_code (c:va_code) (s0:va_state) (f0:va_fuel) (sN:va_state) : prop0
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let eval_code = Lemmas.eval_code
val eval_code (c:va_code) (s0:va_state) (f0:va_fuel) (sN:va_state) : prop0 let eval_code =
false
null
false
Lemmas.eval_code
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[ "total" ]
[ "Vale.PPC64LE.Lemmas.eval_code" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
true
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val eval_code (c:va_code) (s0:va_state) (f0:va_fuel) (sN:va_state) : prop0
[]
Vale.PPC64LE.Decls.eval_code
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
c: Vale.PPC64LE.Decls.va_code -> s0: Vale.PPC64LE.Decls.va_state -> f0: Vale.PPC64LE.Decls.va_fuel -> sN: Vale.PPC64LE.Decls.va_state -> Vale.Def.Prop_s.prop0
{ "end_col": 32, "end_line": 59, "start_col": 16, "start_line": 59 }
Prims.Tot
val eval_while_inv (c:va_code) (s0:va_state) (fW:va_fuel) (sW:va_state) : prop0
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let eval_while_inv = Lemmas.eval_while_inv
val eval_while_inv (c:va_code) (s0:va_state) (fW:va_fuel) (sW:va_state) : prop0 let eval_while_inv =
false
null
false
Lemmas.eval_while_inv
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[ "total" ]
[ "Vale.PPC64LE.Lemmas.eval_while_inv" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
true
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val eval_while_inv (c:va_code) (s0:va_state) (fW:va_fuel) (sW:va_state) : prop0
[]
Vale.PPC64LE.Decls.eval_while_inv
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
c: Vale.PPC64LE.Decls.va_code -> s0: Vale.PPC64LE.Decls.va_state -> fW: Vale.PPC64LE.Decls.va_fuel -> sW: Vale.PPC64LE.Decls.va_state -> Vale.Def.Prop_s.prop0
{ "end_col": 42, "end_line": 60, "start_col": 21, "start_line": 60 }
Prims.GTot
val valid_ocmp : c:ocmp -> s:va_state -> GTot bool
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let valid_ocmp = Lemmas.valid_ocmp
val valid_ocmp : c:ocmp -> s:va_state -> GTot bool let valid_ocmp =
false
null
false
Lemmas.valid_ocmp
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[ "sometrivial" ]
[ "Vale.PPC64LE.Lemmas.valid_ocmp" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
false
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val valid_ocmp : c:ocmp -> s:va_state -> GTot bool
[]
Vale.PPC64LE.Decls.valid_ocmp
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
c: Vale.PPC64LE.Decls.ocmp -> s: Vale.PPC64LE.Decls.va_state -> Prims.GTot Prims.bool
{ "end_col": 34, "end_line": 65, "start_col": 17, "start_line": 65 }
Prims.Tot
val va_compute_merge_total (f0:va_fuel) (fM:va_fuel) : va_fuel
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let va_compute_merge_total = Lemmas.compute_merge_total
val va_compute_merge_total (f0:va_fuel) (fM:va_fuel) : va_fuel let va_compute_merge_total =
false
null
false
Lemmas.compute_merge_total
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[ "total" ]
[ "Vale.PPC64LE.Lemmas.compute_merge_total" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
true
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_compute_merge_total (f0:va_fuel) (fM:va_fuel) : va_fuel
[]
Vale.PPC64LE.Decls.va_compute_merge_total
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
f0: Vale.PPC64LE.Decls.va_fuel -> fM: Vale.PPC64LE.Decls.va_fuel -> Vale.PPC64LE.Decls.va_fuel
{ "end_col": 55, "end_line": 84, "start_col": 29, "start_line": 84 }
FStar.All.ML
val print_proc : (name:string) -> (code:va_code) -> (label:int) -> (p:printer) -> FStar.All.ML int
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let print_proc = P.print_proc
val print_proc : (name:string) -> (code:va_code) -> (label:int) -> (p:printer) -> FStar.All.ML int let print_proc =
true
null
false
P.print_proc
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[ "ml" ]
[ "Vale.PPC64LE.Print_s.print_proc" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
false
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val print_proc : (name:string) -> (code:va_code) -> (label:int) -> (p:printer) -> FStar.All.ML int
[]
Vale.PPC64LE.Decls.print_proc
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
name: Prims.string -> code: Vale.PPC64LE.Decls.va_code -> label: Prims.int -> p: Vale.PPC64LE.Decls.printer -> FStar.All.ML Prims.int
{ "end_col": 29, "end_line": 98, "start_col": 17, "start_line": 98 }
Prims.Tot
val printer : Type0
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let printer = P.printer
val printer : Type0 let printer =
false
null
false
P.printer
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[ "total" ]
[ "Vale.PPC64LE.Print_s.printer" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
true
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val printer : Type0
[]
Vale.PPC64LE.Decls.printer
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Type0
{ "end_col": 23, "end_line": 95, "start_col": 14, "start_line": 95 }
Prims.Tot
val gcc : printer
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let gcc = P.gcc
val gcc : printer let gcc =
false
null
false
P.gcc
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[ "total" ]
[ "Vale.PPC64LE.Print_s.gcc" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
true
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val gcc : printer
[]
Vale.PPC64LE.Decls.gcc
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Vale.PPC64LE.Decls.printer
{ "end_col": 15, "end_line": 100, "start_col": 10, "start_line": 100 }
Prims.Pure
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": fa...
false
let va_eval_ins = Lemmas.eval_ins
let va_eval_ins =
false
null
false
Lemmas.eval_ins
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[]
[ "Vale.PPC64LE.Lemmas.eval_ins" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
false
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_eval_ins : c: Vale.PPC64LE.Lemmas.code -> s0: Vale.PPC64LE.State.state -> Prims.Pure (Vale.PPC64LE.State.state * Vale.PPC64LE.Lemmas.fuel)
[]
Vale.PPC64LE.Decls.va_eval_ins
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
c: Vale.PPC64LE.Lemmas.code -> s0: Vale.PPC64LE.State.state -> Prims.Pure (Vale.PPC64LE.State.state * Vale.PPC64LE.Lemmas.fuel)
{ "end_col": 40, "end_line": 68, "start_col": 25, "start_line": 68 }
FStar.Pervasives.Lemma
val va_lemma_ifElseTrue_total (ifb:ocmp) (ct:va_code) (cf:va_code) (s0:va_state) (f0:va_fuel) (sM:va_state) : Lemma (requires valid_ocmp ifb s0 /\ eval_ocmp s0 ifb /\ eval_code ct ({s0 with cr0 = eval_cmp_cr0 s0 ifb}) f0 sM ) (ensures eval_code (IfElse ifb ct cf) s0 f0 sM )
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let va_lemma_ifElseTrue_total = Lemmas.lemma_ifElseTrue_total
val va_lemma_ifElseTrue_total (ifb:ocmp) (ct:va_code) (cf:va_code) (s0:va_state) (f0:va_fuel) (sM:va_state) : Lemma (requires valid_ocmp ifb s0 /\ eval_ocmp s0 ifb /\ eval_code ct ({s0 with cr0 = eval_cmp_cr0 s0 ifb}) f0 sM ) (ensures eval_code (IfElse ifb ct cf) s0 f0 sM ) let va_lemma_ifElseTr...
false
null
true
Lemmas.lemma_ifElseTrue_total
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[ "lemma" ]
[ "Vale.PPC64LE.Lemmas.lemma_ifElseTrue_total" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
false
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_lemma_ifElseTrue_total (ifb:ocmp) (ct:va_code) (cf:va_code) (s0:va_state) (f0:va_fuel) (sM:va_state) : Lemma (requires valid_ocmp ifb s0 /\ eval_ocmp s0 ifb /\ eval_code ct ({s0 with cr0 = eval_cmp_cr0 s0 ifb}) f0 sM ) (ensures eval_code (IfElse ifb ct cf) s0 f0 sM )
[]
Vale.PPC64LE.Decls.va_lemma_ifElseTrue_total
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
ifb: Vale.PPC64LE.Decls.ocmp -> ct: Vale.PPC64LE.Decls.va_code -> cf: Vale.PPC64LE.Decls.va_code -> s0: Vale.PPC64LE.Decls.va_state -> f0: Vale.PPC64LE.Decls.va_fuel -> sM: Vale.PPC64LE.Decls.va_state -> FStar.Pervasives.Lemma (requires Vale.PPC64LE.Decls.valid_ocmp ifb s0 /\ Va...
{ "end_col": 61, "end_line": 88, "start_col": 32, "start_line": 88 }
Prims.Ghost
val va_lemma_whileFalse_total (b:ocmp) (c:va_code) (s0:va_state) (sW:va_state) (fW:va_fuel) : Ghost (va_state & va_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 cr0 = eval_cmp_cr0 sW b} /\ eval_code (Whi...
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let va_lemma_whileFalse_total = Lemmas.lemma_whileFalse_total
val va_lemma_whileFalse_total (b:ocmp) (c:va_code) (s0:va_state) (sW:va_state) (fW:va_fuel) : Ghost (va_state & va_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 cr0 = eval_cmp_cr0 sW b} /\ eval_code (Whi...
false
null
false
Lemmas.lemma_whileFalse_total
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[]
[ "Vale.PPC64LE.Lemmas.lemma_whileFalse_total" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
false
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_lemma_whileFalse_total (b:ocmp) (c:va_code) (s0:va_state) (sW:va_state) (fW:va_fuel) : Ghost (va_state & va_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 cr0 = eval_cmp_cr0 sW b} /\ eval_code (Whi...
[]
Vale.PPC64LE.Decls.va_lemma_whileFalse_total
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: Vale.PPC64LE.Decls.ocmp -> c: Vale.PPC64LE.Decls.va_code -> s0: Vale.PPC64LE.Decls.va_state -> sW: Vale.PPC64LE.Decls.va_state -> fW: Vale.PPC64LE.Decls.va_fuel -> Prims.Ghost (Vale.PPC64LE.Decls.va_state * Vale.PPC64LE.Decls.va_fuel)
{ "end_col": 61, "end_line": 92, "start_col": 32, "start_line": 92 }
FStar.Pervasives.Lemma
val va_lemma_ifElseFalse_total (ifb:ocmp) (ct:va_code) (cf:va_code) (s0:va_state) (f0:va_fuel) (sM:va_state) : Lemma (requires valid_ocmp ifb s0 /\ not (eval_ocmp s0 ifb) /\ eval_code cf ({s0 with cr0 = eval_cmp_cr0 s0 ifb}) f0 sM ) (ensures eval_code (IfElse ifb ct cf) s0 f0 sM )
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let va_lemma_ifElseFalse_total = Lemmas.lemma_ifElseFalse_total
val va_lemma_ifElseFalse_total (ifb:ocmp) (ct:va_code) (cf:va_code) (s0:va_state) (f0:va_fuel) (sM:va_state) : Lemma (requires valid_ocmp ifb s0 /\ not (eval_ocmp s0 ifb) /\ eval_code cf ({s0 with cr0 = eval_cmp_cr0 s0 ifb}) f0 sM ) (ensures eval_code (IfElse ifb ct cf) s0 f0 sM ) let va_lemma_i...
false
null
true
Lemmas.lemma_ifElseFalse_total
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[ "lemma" ]
[ "Vale.PPC64LE.Lemmas.lemma_ifElseFalse_total" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
false
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_lemma_ifElseFalse_total (ifb:ocmp) (ct:va_code) (cf:va_code) (s0:va_state) (f0:va_fuel) (sM:va_state) : Lemma (requires valid_ocmp ifb s0 /\ not (eval_ocmp s0 ifb) /\ eval_code cf ({s0 with cr0 = eval_cmp_cr0 s0 ifb}) f0 sM ) (ensures eval_code (IfElse ifb ct cf) s0 f0 sM )
[]
Vale.PPC64LE.Decls.va_lemma_ifElseFalse_total
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
ifb: Vale.PPC64LE.Decls.ocmp -> ct: Vale.PPC64LE.Decls.va_code -> cf: Vale.PPC64LE.Decls.va_code -> s0: Vale.PPC64LE.Decls.va_state -> f0: Vale.PPC64LE.Decls.va_fuel -> sM: Vale.PPC64LE.Decls.va_state -> FStar.Pervasives.Lemma (requires Vale.PPC64LE.Decls.valid_ocmp ifb s0 /\ ...
{ "end_col": 63, "end_line": 89, "start_col": 33, "start_line": 89 }
Prims.Ghost
val va_lemma_empty_total (s0:va_state) (bN:va_codes) : Ghost (va_state & va_fuel) (requires True) (ensures (fun (sM, fM) -> s0 == sM /\ eval_code (va_Block []) s0 fM sM ))
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let va_lemma_empty_total = Lemmas.lemma_empty_total
val va_lemma_empty_total (s0:va_state) (bN:va_codes) : Ghost (va_state & va_fuel) (requires True) (ensures (fun (sM, fM) -> s0 == sM /\ eval_code (va_Block []) s0 fM sM )) let va_lemma_empty_total =
false
null
false
Lemmas.lemma_empty_total
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[]
[ "Vale.PPC64LE.Lemmas.lemma_empty_total" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
false
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_lemma_empty_total (s0:va_state) (bN:va_codes) : Ghost (va_state & va_fuel) (requires True) (ensures (fun (sM, fM) -> s0 == sM /\ eval_code (va_Block []) s0 fM sM ))
[]
Vale.PPC64LE.Decls.va_lemma_empty_total
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
s0: Vale.PPC64LE.Decls.va_state -> bN: Vale.PPC64LE.Decls.va_codes -> Prims.Ghost (Vale.PPC64LE.Decls.va_state * Vale.PPC64LE.Decls.va_fuel)
{ "end_col": 51, "end_line": 86, "start_col": 27, "start_line": 86 }
Prims.Ghost
val va_lemma_merge_total (b0:va_codes) (s0:va_state) (f0:va_fuel) (sM:va_state) (fM:va_fuel) (sN:va_state) : Ghost va_fuel (requires Cons? b0 /\ eval_code (Cons?.hd b0) s0 f0 sM /\ eval_code (va_Block (Cons?.tl b0)) sM fM sN ) (ensures (fun fN -> fN == va_compute_merge_total f0 fM /\ eval_code...
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let va_lemma_merge_total b0 s0 f0 sM fM sN = Lemmas.lemma_merge_total b0 s0 f0 sM fM sN; Lemmas.compute_merge_total f0 fM
val va_lemma_merge_total (b0:va_codes) (s0:va_state) (f0:va_fuel) (sM:va_state) (fM:va_fuel) (sN:va_state) : Ghost va_fuel (requires Cons? b0 /\ eval_code (Cons?.hd b0) s0 f0 sM /\ eval_code (va_Block (Cons?.tl b0)) sM fM sN ) (ensures (fun fN -> fN == va_compute_merge_total f0 fM /\ eval_code...
false
null
false
Lemmas.lemma_merge_total b0 s0 f0 sM fM sN; Lemmas.compute_merge_total f0 fM
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[]
[ "Vale.PPC64LE.Decls.va_codes", "Vale.PPC64LE.Decls.va_state", "Vale.PPC64LE.Decls.va_fuel", "Vale.PPC64LE.Lemmas.compute_merge_total", "Prims.unit", "Vale.PPC64LE.Lemmas.lemma_merge_total" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
false
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_lemma_merge_total (b0:va_codes) (s0:va_state) (f0:va_fuel) (sM:va_state) (fM:va_fuel) (sN:va_state) : Ghost va_fuel (requires Cons? b0 /\ eval_code (Cons?.hd b0) s0 f0 sM /\ eval_code (va_Block (Cons?.tl b0)) sM fM sN ) (ensures (fun fN -> fN == va_compute_merge_total f0 fM /\ eval_code...
[]
Vale.PPC64LE.Decls.va_lemma_merge_total
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b0: Vale.PPC64LE.Decls.va_codes -> s0: Vale.PPC64LE.Decls.va_state -> f0: Vale.PPC64LE.Decls.va_fuel -> sM: Vale.PPC64LE.Decls.va_state -> fM: Vale.PPC64LE.Decls.va_fuel -> sN: Vale.PPC64LE.Decls.va_state -> Prims.Ghost Vale.PPC64LE.Decls.va_fuel
{ "end_col": 121, "end_line": 85, "start_col": 45, "start_line": 85 }
Prims.Ghost
val va_lemma_whileTrue_total (b:ocmp) (c:va_code) (s0:va_state) (sW:va_state) (fW:va_fuel) : Ghost (va_state & va_fuel) (requires valid_ocmp b sW /\ eval_ocmp sW b) (ensures fun (s1, f1) -> s1 == {sW with cr0 = eval_cmp_cr0 sW b} /\ f1 == fW)
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let va_lemma_whileTrue_total = Lemmas.lemma_whileTrue_total
val va_lemma_whileTrue_total (b:ocmp) (c:va_code) (s0:va_state) (sW:va_state) (fW:va_fuel) : Ghost (va_state & va_fuel) (requires valid_ocmp b sW /\ eval_ocmp sW b) (ensures fun (s1, f1) -> s1 == {sW with cr0 = eval_cmp_cr0 sW b} /\ f1 == fW) let va_lemma_whileTrue_total =
false
null
false
Lemmas.lemma_whileTrue_total
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[]
[ "Vale.PPC64LE.Lemmas.lemma_whileTrue_total" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
false
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_lemma_whileTrue_total (b:ocmp) (c:va_code) (s0:va_state) (sW:va_state) (fW:va_fuel) : Ghost (va_state & va_fuel) (requires valid_ocmp b sW /\ eval_ocmp sW b) (ensures fun (s1, f1) -> s1 == {sW with cr0 = eval_cmp_cr0 sW b} /\ f1 == fW)
[]
Vale.PPC64LE.Decls.va_lemma_whileTrue_total
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: Vale.PPC64LE.Decls.ocmp -> c: Vale.PPC64LE.Decls.va_code -> s0: Vale.PPC64LE.Decls.va_state -> sW: Vale.PPC64LE.Decls.va_state -> fW: Vale.PPC64LE.Decls.va_fuel -> Prims.Ghost (Vale.PPC64LE.Decls.va_state * Vale.PPC64LE.Decls.va_fuel)
{ "end_col": 59, "end_line": 91, "start_col": 31, "start_line": 91 }
Prims.Ghost
val va_lemma_ifElse_total (ifb:ocmp) (ct:va_code) (cf:va_code) (s0:va_state) : Ghost (bool & va_state & va_state & va_fuel) (requires True) (ensures (fun (cond, sM, sN, f0) -> cond == eval_ocmp s0 ifb /\ sM == ({s0 with cr0 = eval_cmp_cr0 s0 ifb}) ))
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let va_lemma_ifElse_total = Lemmas.lemma_ifElse_total
val va_lemma_ifElse_total (ifb:ocmp) (ct:va_code) (cf:va_code) (s0:va_state) : Ghost (bool & va_state & va_state & va_fuel) (requires True) (ensures (fun (cond, sM, sN, f0) -> cond == eval_ocmp s0 ifb /\ sM == ({s0 with cr0 = eval_cmp_cr0 s0 ifb}) )) let va_lemma_ifElse_total =
false
null
false
Lemmas.lemma_ifElse_total
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[]
[ "Vale.PPC64LE.Lemmas.lemma_ifElse_total" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
false
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_lemma_ifElse_total (ifb:ocmp) (ct:va_code) (cf:va_code) (s0:va_state) : Ghost (bool & va_state & va_state & va_fuel) (requires True) (ensures (fun (cond, sM, sN, f0) -> cond == eval_ocmp s0 ifb /\ sM == ({s0 with cr0 = eval_cmp_cr0 s0 ifb}) ))
[]
Vale.PPC64LE.Decls.va_lemma_ifElse_total
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
ifb: Vale.PPC64LE.Decls.ocmp -> ct: Vale.PPC64LE.Decls.va_code -> cf: Vale.PPC64LE.Decls.va_code -> s0: Vale.PPC64LE.Decls.va_state -> Prims.Ghost (((Prims.bool * Vale.PPC64LE.Decls.va_state) * Vale.PPC64LE.Decls.va_state) * Vale.PPC64LE.Decls.va_fuel)
{ "end_col": 53, "end_line": 87, "start_col": 28, "start_line": 87 }
Prims.Ghost
val va_lemma_while_total (b:ocmp) (c:va_code) (s0:va_state) : Ghost (va_state & va_fuel) (requires True) (ensures fun (s1, f1) -> s1 == s0 /\ eval_while_inv (While b c) s1 f1 s1 )
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let va_lemma_while_total = Lemmas.lemma_while_total
val va_lemma_while_total (b:ocmp) (c:va_code) (s0:va_state) : Ghost (va_state & va_fuel) (requires True) (ensures fun (s1, f1) -> s1 == s0 /\ eval_while_inv (While b c) s1 f1 s1 ) let va_lemma_while_total =
false
null
false
Lemmas.lemma_while_total
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[]
[ "Vale.PPC64LE.Lemmas.lemma_while_total" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
false
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_lemma_while_total (b:ocmp) (c:va_code) (s0:va_state) : Ghost (va_state & va_fuel) (requires True) (ensures fun (s1, f1) -> s1 == s0 /\ eval_while_inv (While b c) s1 f1 s1 )
[]
Vale.PPC64LE.Decls.va_lemma_while_total
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: Vale.PPC64LE.Decls.ocmp -> c: Vale.PPC64LE.Decls.va_code -> s0: Vale.PPC64LE.Decls.va_state -> Prims.Ghost (Vale.PPC64LE.Decls.va_state * Vale.PPC64LE.Decls.va_fuel)
{ "end_col": 51, "end_line": 90, "start_col": 27, "start_line": 90 }
Prims.Ghost
val va_lemma_whileMerge_total (c:va_code) (s0:va_state) (f0:va_fuel) (sM:va_state) (fM:va_fuel) (sN:va_state) : Ghost va_fuel (requires While? c /\ ( let cond = While?.whileCond c in sN.ok /\ valid_ocmp cond sM /\ eval_ocmp sM cond /\ eval_while_inv c s0 f0 sM /\ eval_code (While?.whileBody c)...
[ { "abbrev": true, "full_module": "Vale.PPC64LE.Print_s", "short_module": "P" }, { "abbrev": true, "full_module": "Vale.PPC64LE.Semantics_s", "short_module": "S" }, { "abbrev": false, "full_module": "Vale.PPC64LE.StateLemmas", "short_module": null }, { "abbrev": tr...
false
let va_lemma_whileMerge_total = Lemmas.lemma_whileMerge_total
val va_lemma_whileMerge_total (c:va_code) (s0:va_state) (f0:va_fuel) (sM:va_state) (fM:va_fuel) (sN:va_state) : Ghost va_fuel (requires While? c /\ ( let cond = While?.whileCond c in sN.ok /\ valid_ocmp cond sM /\ eval_ocmp sM cond /\ eval_while_inv c s0 f0 sM /\ eval_code (While?.whileBody c)...
false
null
false
Lemmas.lemma_whileMerge_total
{ "checked_file": "Vale.PPC64LE.Decls.fst.checked", "dependencies": [ "Vale.PPC64LE.StateLemmas.fsti.checked", "Vale.PPC64LE.State.fsti.checked", "Vale.PPC64LE.Semantics_s.fst.checked", "Vale.PPC64LE.Print_s.fst.checked", "Vale.PPC64LE.Memory_Sems.fsti.checked", "Vale.PPC64LE.Memory.fst.chec...
[]
[ "Vale.PPC64LE.Lemmas.lemma_whileMerge_total" ]
[]
module Vale.PPC64LE.Decls open Vale.PPC64LE.Machine_s open Vale.PPC64LE.State open Vale.PPC64LE.StateLemmas module S = Vale.PPC64LE.Semantics_s module P = Vale.PPC64LE.Print_s friend Vale.PPC64LE.Memory let same_heap_types = () let xer_ov = Lemmas.xer_ov let xer_ca = Lemmas.xer_ca let update_xer_ov = Lemmas.update_xe...
false
false
Vale.PPC64LE.Decls.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val va_lemma_whileMerge_total (c:va_code) (s0:va_state) (f0:va_fuel) (sM:va_state) (fM:va_fuel) (sN:va_state) : Ghost va_fuel (requires While? c /\ ( let cond = While?.whileCond c in sN.ok /\ valid_ocmp cond sM /\ eval_ocmp sM cond /\ eval_while_inv c s0 f0 sM /\ eval_code (While?.whileBody c)...
[]
Vale.PPC64LE.Decls.va_lemma_whileMerge_total
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
c: Vale.PPC64LE.Decls.va_code -> s0: Vale.PPC64LE.Decls.va_state -> f0: Vale.PPC64LE.Decls.va_fuel -> sM: Vale.PPC64LE.Decls.va_state -> fM: Vale.PPC64LE.Decls.va_fuel -> sN: Vale.PPC64LE.Decls.va_state -> Prims.Ghost Vale.PPC64LE.Decls.va_fuel
{ "end_col": 61, "end_line": 93, "start_col": 32, "start_line": 93 }
Prims.Tot
[ { "abbrev": true, "full_module": "Hacl.Impl.Curve25519.Field64.Vale", "short_module": "C" }, { "abbrev": false, "full_module": "Hacl.Meta.Curve25519", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Impl.Curve25519.Fields", "short_module": null }, { ...
false
let encode_point = generic_encode_point_higher #M64 C.p store_felem C.fmul finv
let encode_point =
false
null
false
generic_encode_point_higher #M64 C.p store_felem C.fmul finv
{ "checked_file": "Hacl.Curve25519_64.fst.checked", "dependencies": [ "Spec.Curve25519.fst.checked", "prims.fst.checked", "Lib.Buffer.fsti.checked", "Hacl.Meta.Curve25519.fst.checked", "Hacl.Impl.Curve25519.Field64.Vale.fsti.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": ...
[ "total" ]
[ "Hacl.Meta.Curve25519.generic_encode_point_higher", "Hacl.Impl.Curve25519.Fields.Core.M64", "Hacl.Impl.Curve25519.Field64.Vale.p", "Hacl.Curve25519_64.store_felem", "Hacl.Impl.Curve25519.Field64.Vale.fmul", "Hacl.Curve25519_64.finv" ]
[]
module Hacl.Curve25519_64 friend Hacl.Meta.Curve25519 open Hacl.Meta.Curve25519 // The Vale core. module C = Hacl.Impl.Curve25519.Field64.Vale let g25519: g25519_t = Lib.Buffer.createL_global Spec.Curve25519.basepoint_list #set-options "--max_fuel 0 --max_ifuel 0 --z3rlimit 100" let point_add_and_double = addan...
false
true
Hacl.Curve25519_64.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 encode_point : Hacl.Meta.Curve25519.generic_encode_point_higher_t Hacl.Impl.Curve25519.Field64.Vale.p
[]
Hacl.Curve25519_64.encode_point
{ "file_name": "code/curve25519/Hacl.Curve25519_64.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Hacl.Meta.Curve25519.generic_encode_point_higher_t Hacl.Impl.Curve25519.Field64.Vale.p
{ "end_col": 79, "end_line": 25, "start_col": 19, "start_line": 25 }
Prims.Tot
[ { "abbrev": true, "full_module": "Hacl.Impl.Curve25519.Field64.Vale", "short_module": "C" }, { "abbrev": false, "full_module": "Hacl.Meta.Curve25519", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Impl.Curve25519.Fields", "short_module": null }, { ...
false
let finv = finv_finv_higher #M64 C.p C.fmul fsquare_times
let finv =
false
null
false
finv_finv_higher #M64 C.p C.fmul fsquare_times
{ "checked_file": "Hacl.Curve25519_64.fst.checked", "dependencies": [ "Spec.Curve25519.fst.checked", "prims.fst.checked", "Lib.Buffer.fsti.checked", "Hacl.Meta.Curve25519.fst.checked", "Hacl.Impl.Curve25519.Field64.Vale.fsti.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": ...
[ "total" ]
[ "Hacl.Meta.Curve25519.finv_finv_higher", "Hacl.Impl.Curve25519.Fields.Core.M64", "Hacl.Impl.Curve25519.Field64.Vale.p", "Hacl.Impl.Curve25519.Field64.Vale.fmul", "Hacl.Curve25519_64.fsquare_times" ]
[]
module Hacl.Curve25519_64 friend Hacl.Meta.Curve25519 open Hacl.Meta.Curve25519 // The Vale core. module C = Hacl.Impl.Curve25519.Field64.Vale let g25519: g25519_t = Lib.Buffer.createL_global Spec.Curve25519.basepoint_list #set-options "--max_fuel 0 --max_ifuel 0 --z3rlimit 100" let point_add_and_double = addan...
false
true
Hacl.Curve25519_64.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 finv : Hacl.Meta.Curve25519.finv_finv_higher_t Hacl.Impl.Curve25519.Field64.Vale.p
[]
Hacl.Curve25519_64.finv
{ "file_name": "code/curve25519/Hacl.Curve25519_64.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Hacl.Meta.Curve25519.finv_finv_higher_t Hacl.Impl.Curve25519.Field64.Vale.p
{ "end_col": 57, "end_line": 20, "start_col": 11, "start_line": 20 }
Prims.Tot
[ { "abbrev": true, "full_module": "Hacl.Impl.Curve25519.Field64.Vale", "short_module": "C" }, { "abbrev": false, "full_module": "Hacl.Meta.Curve25519", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Impl.Curve25519.Fields", "short_module": null }, { ...
false
let store_felem = fields_store_felem_higher #M64 C.p C.add_scalar
let store_felem =
false
null
false
fields_store_felem_higher #M64 C.p C.add_scalar
{ "checked_file": "Hacl.Curve25519_64.fst.checked", "dependencies": [ "Spec.Curve25519.fst.checked", "prims.fst.checked", "Lib.Buffer.fsti.checked", "Hacl.Meta.Curve25519.fst.checked", "Hacl.Impl.Curve25519.Field64.Vale.fsti.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": ...
[ "total" ]
[ "Hacl.Meta.Curve25519.fields_store_felem_higher", "Hacl.Impl.Curve25519.Fields.Core.M64", "Hacl.Impl.Curve25519.Field64.Vale.p", "Hacl.Impl.Curve25519.Field64.Vale.add_scalar" ]
[]
module Hacl.Curve25519_64 friend Hacl.Meta.Curve25519 open Hacl.Meta.Curve25519 // The Vale core. module C = Hacl.Impl.Curve25519.Field64.Vale let g25519: g25519_t = Lib.Buffer.createL_global Spec.Curve25519.basepoint_list #set-options "--max_fuel 0 --max_ifuel 0 --z3rlimit 100" let point_add_and_double = addan...
false
true
Hacl.Curve25519_64.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 store_felem : Hacl.Meta.Curve25519.fields_store_felem_higher_t Hacl.Impl.Curve25519.Field64.Vale.p
[]
Hacl.Curve25519_64.store_felem
{ "file_name": "code/curve25519/Hacl.Curve25519_64.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Hacl.Meta.Curve25519.fields_store_felem_higher_t Hacl.Impl.Curve25519.Field64.Vale.p
{ "end_col": 65, "end_line": 24, "start_col": 18, "start_line": 24 }
Prims.Tot
[ { "abbrev": true, "full_module": "Hacl.Impl.Curve25519.Field64.Vale", "short_module": "C" }, { "abbrev": false, "full_module": "Hacl.Meta.Curve25519", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Impl.Curve25519.Fields", "short_module": null }, { ...
false
let fsquare_times = finv_fsquare_times_higher #M64 C.p C.fsqr
let fsquare_times =
false
null
false
finv_fsquare_times_higher #M64 C.p C.fsqr
{ "checked_file": "Hacl.Curve25519_64.fst.checked", "dependencies": [ "Spec.Curve25519.fst.checked", "prims.fst.checked", "Lib.Buffer.fsti.checked", "Hacl.Meta.Curve25519.fst.checked", "Hacl.Impl.Curve25519.Field64.Vale.fsti.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": ...
[ "total" ]
[ "Hacl.Meta.Curve25519.finv_fsquare_times_higher", "Hacl.Impl.Curve25519.Fields.Core.M64", "Hacl.Impl.Curve25519.Field64.Vale.p", "Hacl.Impl.Curve25519.Field64.Vale.fsqr" ]
[]
module Hacl.Curve25519_64 friend Hacl.Meta.Curve25519 open Hacl.Meta.Curve25519 // The Vale core. module C = Hacl.Impl.Curve25519.Field64.Vale let g25519: g25519_t = Lib.Buffer.createL_global Spec.Curve25519.basepoint_list #set-options "--max_fuel 0 --max_ifuel 0 --z3rlimit 100" let point_add_and_double = addan...
false
true
Hacl.Curve25519_64.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 fsquare_times : Hacl.Meta.Curve25519.finv_fsquare_times_higher_t Hacl.Impl.Curve25519.Field64.Vale.p
[]
Hacl.Curve25519_64.fsquare_times
{ "file_name": "code/curve25519/Hacl.Curve25519_64.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Hacl.Meta.Curve25519.finv_fsquare_times_higher_t Hacl.Impl.Curve25519.Field64.Vale.p
{ "end_col": 61, "end_line": 19, "start_col": 20, "start_line": 19 }
Prims.Tot
val ecdh: ecdh_st M64 p
[ { "abbrev": true, "full_module": "Hacl.Impl.Curve25519.Field64.Vale", "short_module": "C" }, { "abbrev": false, "full_module": "Hacl.Meta.Curve25519", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Impl.Curve25519.Fields", "short_module": null }, { ...
false
let ecdh = generic_ecdh_higher #M64 C.p scalarmult
val ecdh: ecdh_st M64 p let ecdh =
false
null
false
generic_ecdh_higher #M64 C.p scalarmult
{ "checked_file": "Hacl.Curve25519_64.fst.checked", "dependencies": [ "Spec.Curve25519.fst.checked", "prims.fst.checked", "Lib.Buffer.fsti.checked", "Hacl.Meta.Curve25519.fst.checked", "Hacl.Impl.Curve25519.Field64.Vale.fsti.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": ...
[ "total" ]
[ "Hacl.Meta.Curve25519.generic_ecdh_higher", "Hacl.Impl.Curve25519.Fields.Core.M64", "Hacl.Impl.Curve25519.Field64.Vale.p", "Hacl.Curve25519_64.scalarmult" ]
[]
module Hacl.Curve25519_64 friend Hacl.Meta.Curve25519 open Hacl.Meta.Curve25519 // The Vale core. module C = Hacl.Impl.Curve25519.Field64.Vale let g25519: g25519_t = Lib.Buffer.createL_global Spec.Curve25519.basepoint_list #set-options "--max_fuel 0 --max_ifuel 0 --z3rlimit 100" let point_add_and_double = addan...
false
true
Hacl.Curve25519_64.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 ecdh: ecdh_st M64 p
[]
Hacl.Curve25519_64.ecdh
{ "file_name": "code/curve25519/Hacl.Curve25519_64.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Hacl.Impl.Curve25519.Generic.ecdh_st Hacl.Impl.Curve25519.Fields.Core.M64 Hacl.Curve25519_64.p
{ "end_col": 50, "end_line": 28, "start_col": 11, "start_line": 28 }
Prims.Tot
val scalarmult: scalarmult_st M64 p
[ { "abbrev": true, "full_module": "Hacl.Impl.Curve25519.Field64.Vale", "short_module": "C" }, { "abbrev": false, "full_module": "Hacl.Meta.Curve25519", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Impl.Curve25519.Fields", "short_module": null }, { ...
false
let scalarmult = generic_scalarmult_higher #M64 C.p encode_point montgomery_ladder decode_point
val scalarmult: scalarmult_st M64 p let scalarmult =
false
null
false
generic_scalarmult_higher #M64 C.p encode_point montgomery_ladder decode_point
{ "checked_file": "Hacl.Curve25519_64.fst.checked", "dependencies": [ "Spec.Curve25519.fst.checked", "prims.fst.checked", "Lib.Buffer.fsti.checked", "Hacl.Meta.Curve25519.fst.checked", "Hacl.Impl.Curve25519.Field64.Vale.fsti.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": ...
[ "total" ]
[ "Hacl.Meta.Curve25519.generic_scalarmult_higher", "Hacl.Impl.Curve25519.Fields.Core.M64", "Hacl.Impl.Curve25519.Field64.Vale.p", "Hacl.Curve25519_64.encode_point", "Hacl.Curve25519_64.montgomery_ladder", "Hacl.Impl.Curve25519.Generic.decode_point" ]
[]
module Hacl.Curve25519_64 friend Hacl.Meta.Curve25519 open Hacl.Meta.Curve25519 // The Vale core. module C = Hacl.Impl.Curve25519.Field64.Vale let g25519: g25519_t = Lib.Buffer.createL_global Spec.Curve25519.basepoint_list #set-options "--max_fuel 0 --max_ifuel 0 --z3rlimit 100" let point_add_and_double = addan...
false
true
Hacl.Curve25519_64.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 scalarmult: scalarmult_st M64 p
[]
Hacl.Curve25519_64.scalarmult
{ "file_name": "code/curve25519/Hacl.Curve25519_64.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Hacl.Impl.Curve25519.Generic.scalarmult_st Hacl.Impl.Curve25519.Fields.Core.M64 Hacl.Curve25519_64.p
{ "end_col": 95, "end_line": 26, "start_col": 17, "start_line": 26 }
Prims.Tot
val secret_to_public: secret_to_public_st M64 p
[ { "abbrev": true, "full_module": "Hacl.Impl.Curve25519.Field64.Vale", "short_module": "C" }, { "abbrev": false, "full_module": "Hacl.Meta.Curve25519", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Impl.Curve25519.Fields", "short_module": null }, { ...
false
let secret_to_public = generic_secret_to_public_higher #M64 C.p scalarmult g25519
val secret_to_public: secret_to_public_st M64 p let secret_to_public =
false
null
false
generic_secret_to_public_higher #M64 C.p scalarmult g25519
{ "checked_file": "Hacl.Curve25519_64.fst.checked", "dependencies": [ "Spec.Curve25519.fst.checked", "prims.fst.checked", "Lib.Buffer.fsti.checked", "Hacl.Meta.Curve25519.fst.checked", "Hacl.Impl.Curve25519.Field64.Vale.fsti.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": ...
[ "total" ]
[ "Hacl.Meta.Curve25519.generic_secret_to_public_higher", "Hacl.Impl.Curve25519.Fields.Core.M64", "Hacl.Impl.Curve25519.Field64.Vale.p", "Hacl.Curve25519_64.scalarmult", "Hacl.Curve25519_64.g25519" ]
[]
module Hacl.Curve25519_64 friend Hacl.Meta.Curve25519 open Hacl.Meta.Curve25519 // The Vale core. module C = Hacl.Impl.Curve25519.Field64.Vale let g25519: g25519_t = Lib.Buffer.createL_global Spec.Curve25519.basepoint_list #set-options "--max_fuel 0 --max_ifuel 0 --z3rlimit 100" let point_add_and_double = addan...
false
true
Hacl.Curve25519_64.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 secret_to_public: secret_to_public_st M64 p
[]
Hacl.Curve25519_64.secret_to_public
{ "file_name": "code/curve25519/Hacl.Curve25519_64.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Hacl.Impl.Curve25519.Generic.secret_to_public_st Hacl.Impl.Curve25519.Fields.Core.M64 Hacl.Curve25519_64.p
{ "end_col": 81, "end_line": 27, "start_col": 23, "start_line": 27 }
Prims.Tot
[ { "abbrev": true, "full_module": "Hacl.Impl.Curve25519.Field64.Vale", "short_module": "C" }, { "abbrev": false, "full_module": "Hacl.Meta.Curve25519", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Impl.Curve25519.Fields", "short_module": null }, { ...
false
let montgomery_ladder = generic_montgomery_ladder_higher #M64 C.p point_double C.cswap2 point_add_and_double
let montgomery_ladder =
false
null
false
generic_montgomery_ladder_higher #M64 C.p point_double C.cswap2 point_add_and_double
{ "checked_file": "Hacl.Curve25519_64.fst.checked", "dependencies": [ "Spec.Curve25519.fst.checked", "prims.fst.checked", "Lib.Buffer.fsti.checked", "Hacl.Meta.Curve25519.fst.checked", "Hacl.Impl.Curve25519.Field64.Vale.fsti.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": ...
[ "total" ]
[ "Hacl.Meta.Curve25519.generic_montgomery_ladder_higher", "Hacl.Impl.Curve25519.Fields.Core.M64", "Hacl.Impl.Curve25519.Field64.Vale.p", "Hacl.Curve25519_64.point_double", "Hacl.Impl.Curve25519.Field64.Vale.cswap2", "Hacl.Curve25519_64.point_add_and_double" ]
[]
module Hacl.Curve25519_64 friend Hacl.Meta.Curve25519 open Hacl.Meta.Curve25519 // The Vale core. module C = Hacl.Impl.Curve25519.Field64.Vale let g25519: g25519_t = Lib.Buffer.createL_global Spec.Curve25519.basepoint_list #set-options "--max_fuel 0 --max_ifuel 0 --z3rlimit 100" let point_add_and_double = addan...
false
true
Hacl.Curve25519_64.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 montgomery_ladder : Hacl.Meta.Curve25519.generic_montgomery_ladder_higher_t Hacl.Impl.Curve25519.Field64.Vale.p
[]
Hacl.Curve25519_64.montgomery_ladder
{ "file_name": "code/curve25519/Hacl.Curve25519_64.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Hacl.Meta.Curve25519.generic_montgomery_ladder_higher_t Hacl.Impl.Curve25519.Field64.Vale.p
{ "end_col": 86, "end_line": 18, "start_col": 2, "start_line": 18 }
Prims.Tot
[ { "abbrev": true, "full_module": "Hacl.Impl.Curve25519.Field64.Vale", "short_module": "C" }, { "abbrev": false, "full_module": "Hacl.Meta.Curve25519", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Impl.Curve25519.Fields", "short_module": null }, { ...
false
let point_double = addanddouble_point_double_higher #M64 C.p C.fmul2 C.fmul_scalar C.fsqr2 C.fsub C.fadd
let point_double =
false
null
false
addanddouble_point_double_higher #M64 C.p C.fmul2 C.fmul_scalar C.fsqr2 C.fsub C.fadd
{ "checked_file": "Hacl.Curve25519_64.fst.checked", "dependencies": [ "Spec.Curve25519.fst.checked", "prims.fst.checked", "Lib.Buffer.fsti.checked", "Hacl.Meta.Curve25519.fst.checked", "Hacl.Impl.Curve25519.Field64.Vale.fsti.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": ...
[ "total" ]
[ "Hacl.Meta.Curve25519.addanddouble_point_double_higher", "Hacl.Impl.Curve25519.Fields.Core.M64", "Hacl.Impl.Curve25519.Field64.Vale.p", "Hacl.Impl.Curve25519.Field64.Vale.fmul2", "Hacl.Impl.Curve25519.Field64.Vale.fmul_scalar", "Hacl.Impl.Curve25519.Field64.Vale.fsqr2", "Hacl.Impl.Curve25519.Field64.Val...
[]
module Hacl.Curve25519_64 friend Hacl.Meta.Curve25519 open Hacl.Meta.Curve25519 // The Vale core. module C = Hacl.Impl.Curve25519.Field64.Vale let g25519: g25519_t = Lib.Buffer.createL_global Spec.Curve25519.basepoint_list #set-options "--max_fuel 0 --max_ifuel 0 --z3rlimit 100" let point_add_and_double = addan...
false
true
Hacl.Curve25519_64.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 point_double : Hacl.Meta.Curve25519.addanddouble_point_double_higher_t Hacl.Impl.Curve25519.Field64.Vale.p
[]
Hacl.Curve25519_64.point_double
{ "file_name": "code/curve25519/Hacl.Curve25519_64.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Hacl.Meta.Curve25519.addanddouble_point_double_higher_t Hacl.Impl.Curve25519.Field64.Vale.p
{ "end_col": 87, "end_line": 16, "start_col": 2, "start_line": 16 }
Prims.Tot
[ { "abbrev": true, "full_module": "Hacl.Impl.Curve25519.Field64.Vale", "short_module": "C" }, { "abbrev": false, "full_module": "Hacl.Meta.Curve25519", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Impl.Curve25519.Fields", "short_module": null }, { ...
false
let point_add_and_double = addanddouble_point_add_and_double_higher #M64 C.p C.fmul C.fsqr2 C.fmul_scalar C.fmul2 C.fsub C.fadd
let point_add_and_double =
false
null
false
addanddouble_point_add_and_double_higher #M64 C.p C.fmul C.fsqr2 C.fmul_scalar C.fmul2 C.fsub C.fadd
{ "checked_file": "Hacl.Curve25519_64.fst.checked", "dependencies": [ "Spec.Curve25519.fst.checked", "prims.fst.checked", "Lib.Buffer.fsti.checked", "Hacl.Meta.Curve25519.fst.checked", "Hacl.Impl.Curve25519.Field64.Vale.fsti.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": ...
[ "total" ]
[ "Hacl.Meta.Curve25519.addanddouble_point_add_and_double_higher", "Hacl.Impl.Curve25519.Fields.Core.M64", "Hacl.Impl.Curve25519.Field64.Vale.p", "Hacl.Impl.Curve25519.Field64.Vale.fmul", "Hacl.Impl.Curve25519.Field64.Vale.fsqr2", "Hacl.Impl.Curve25519.Field64.Vale.fmul_scalar", "Hacl.Impl.Curve25519.Fiel...
[]
module Hacl.Curve25519_64 friend Hacl.Meta.Curve25519 open Hacl.Meta.Curve25519 // The Vale core. module C = Hacl.Impl.Curve25519.Field64.Vale let g25519: g25519_t = Lib.Buffer.createL_global Spec.Curve25519.basepoint_list #set-options "--max_fuel 0 --max_ifuel 0 --z3rlimit 100"
false
true
Hacl.Curve25519_64.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 point_add_and_double : Hacl.Meta.Curve25519.addanddouble_point_add_and_double_higher_t Hacl.Impl.Curve25519.Field64.Vale.p
[]
Hacl.Curve25519_64.point_add_and_double
{ "file_name": "code/curve25519/Hacl.Curve25519_64.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Hacl.Meta.Curve25519.addanddouble_point_add_and_double_higher_t Hacl.Impl.Curve25519.Field64.Vale.p
{ "end_col": 102, "end_line": 14, "start_col": 2, "start_line": 14 }
Prims.Tot
val g25519:g25519_t
[ { "abbrev": true, "full_module": "Hacl.Impl.Curve25519.Field64.Vale", "short_module": "C" }, { "abbrev": false, "full_module": "Hacl.Meta.Curve25519", "short_module": null }, { "abbrev": false, "full_module": "Hacl.Impl.Curve25519.Fields", "short_module": null }, { ...
false
let g25519: g25519_t = Lib.Buffer.createL_global Spec.Curve25519.basepoint_list
val g25519:g25519_t let g25519:g25519_t =
false
null
false
Lib.Buffer.createL_global Spec.Curve25519.basepoint_list
{ "checked_file": "Hacl.Curve25519_64.fst.checked", "dependencies": [ "Spec.Curve25519.fst.checked", "prims.fst.checked", "Lib.Buffer.fsti.checked", "Hacl.Meta.Curve25519.fst.checked", "Hacl.Impl.Curve25519.Field64.Vale.fsti.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": ...
[ "total" ]
[ "Lib.Buffer.createL_global", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.PUB", "Spec.Curve25519.basepoint_list", "Lib.Buffer.glbuffer", "Lib.IntTypes.size", "FStar.Pervasives.normalize_term", "Lib.IntTypes.size_nat", "FStar.List.Tot.Base.length" ]
[]
module Hacl.Curve25519_64 friend Hacl.Meta.Curve25519 open Hacl.Meta.Curve25519 // The Vale core. module C = Hacl.Impl.Curve25519.Field64.Vale
false
true
Hacl.Curve25519_64.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val g25519:g25519_t
[]
Hacl.Curve25519_64.g25519
{ "file_name": "code/curve25519/Hacl.Curve25519_64.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Hacl.Impl.Curve25519.Generic.g25519_t
{ "end_col": 58, "end_line": 10, "start_col": 2, "start_line": 10 }
Prims.Tot
val linv_ctx (a: LSeq.lseq uint64 0) : Type0
[ { "abbrev": false, "full_module": "Hacl.Impl.K256.Point", "short_module": null }, { "abbrev": true, "full_module": "Spec.K256.Lemmas", "short_module": "SL" }, { "abbrev": true, "full_module": "Spec.K256", "short_module": "S" }, { "abbrev": true, "full_module":...
false
let linv_ctx (a:LSeq.lseq uint64 0) : Type0 = True
val linv_ctx (a: LSeq.lseq uint64 0) : Type0 let linv_ctx (a: LSeq.lseq uint64 0) : Type0 =
false
null
false
True
{ "checked_file": "Hacl.Impl.K256.Group.fst.checked", "dependencies": [ "Spec.K256.Lemmas.fsti.checked", "Spec.K256.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Impl.K256.PointDouble.fst.checked", "Hacl....
[ "total" ]
[ "Lib.Sequence.lseq", "Lib.IntTypes.uint64", "Prims.l_True" ]
[]
module Hacl.Impl.K256.Group open FStar.HyperStack open FStar.HyperStack.ST open FStar.Mul open Lib.IntTypes open Lib.Buffer module ST = FStar.HyperStack.ST module LSeq = Lib.Sequence module BE = Hacl.Impl.Exponentiation.Definitions module S = Spec.K256 module SL = Spec.K256.Lemmas open Hacl.Impl.K256.Point #set-...
false
false
Hacl.Impl.K256.Group.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 linv_ctx (a: LSeq.lseq uint64 0) : Type0
[]
Hacl.Impl.K256.Group.linv_ctx
{ "file_name": "code/k256/Hacl.Impl.K256.Group.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Lib.Sequence.lseq Lib.IntTypes.uint64 0 -> Type0
{ "end_col": 50, "end_line": 23, "start_col": 46, "start_line": 23 }
Prims.GTot
val refl (p: LSeq.lseq uint64 15 {point_inv_lseq p}) : GTot S.aff_point
[ { "abbrev": false, "full_module": "Hacl.Impl.K256.Point", "short_module": null }, { "abbrev": true, "full_module": "Spec.K256.Lemmas", "short_module": "SL" }, { "abbrev": true, "full_module": "Spec.K256", "short_module": "S" }, { "abbrev": true, "full_module":...
false
let refl (p:LSeq.lseq uint64 15{point_inv_lseq p}) : GTot S.aff_point = S.to_aff_point (point_eval_lseq p)
val refl (p: LSeq.lseq uint64 15 {point_inv_lseq p}) : GTot S.aff_point let refl (p: LSeq.lseq uint64 15 {point_inv_lseq p}) : GTot S.aff_point =
false
null
false
S.to_aff_point (point_eval_lseq p)
{ "checked_file": "Hacl.Impl.K256.Group.fst.checked", "dependencies": [ "Spec.K256.Lemmas.fsti.checked", "Spec.K256.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Impl.K256.PointDouble.fst.checked", "Hacl....
[ "sometrivial" ]
[ "Lib.Sequence.lseq", "Lib.IntTypes.uint64", "Hacl.Impl.K256.Point.point_inv_lseq", "Spec.K256.PointOps.to_aff_point", "Hacl.Impl.K256.Point.point_eval_lseq", "Spec.K256.PointOps.aff_point" ]
[]
module Hacl.Impl.K256.Group open FStar.HyperStack open FStar.HyperStack.ST open FStar.Mul open Lib.IntTypes open Lib.Buffer module ST = FStar.HyperStack.ST module LSeq = Lib.Sequence module BE = Hacl.Impl.Exponentiation.Definitions module S = Spec.K256 module SL = Spec.K256.Lemmas open Hacl.Impl.K256.Point #set-...
false
false
Hacl.Impl.K256.Group.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 refl (p: LSeq.lseq uint64 15 {point_inv_lseq p}) : GTot S.aff_point
[]
Hacl.Impl.K256.Group.refl
{ "file_name": "code/k256/Hacl.Impl.K256.Group.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
p: Lib.Sequence.lseq Lib.IntTypes.uint64 15 {Hacl.Impl.K256.Point.point_inv_lseq p} -> Prims.GTot Spec.K256.PointOps.aff_point
{ "end_col": 36, "end_line": 27, "start_col": 2, "start_line": 27 }
Prims.Tot
val mk_k256_concrete_ops:BE.concrete_ops U64 15ul 0ul
[ { "abbrev": false, "full_module": "Hacl.Impl.K256.Point", "short_module": null }, { "abbrev": true, "full_module": "Spec.K256.Lemmas", "short_module": "SL" }, { "abbrev": true, "full_module": "Spec.K256", "short_module": "S" }, { "abbrev": true, "full_module":...
false
let mk_k256_concrete_ops : BE.concrete_ops U64 15ul 0ul = { BE.to = mk_to_k256_comm_monoid; BE.lone = point_zero; BE.lmul = point_add; BE.lsqr = point_double; }
val mk_k256_concrete_ops:BE.concrete_ops U64 15ul 0ul let mk_k256_concrete_ops:BE.concrete_ops U64 15ul 0ul =
false
null
false
{ BE.to = mk_to_k256_comm_monoid; BE.lone = point_zero; BE.lmul = point_add; BE.lsqr = point_double }
{ "checked_file": "Hacl.Impl.K256.Group.fst.checked", "dependencies": [ "Spec.K256.Lemmas.fsti.checked", "Spec.K256.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Impl.K256.PointDouble.fst.checked", "Hacl....
[ "total" ]
[ "Hacl.Impl.Exponentiation.Definitions.Mkconcrete_ops", "Lib.IntTypes.U64", "FStar.UInt32.uint_to_t", "FStar.Ghost.hide", "Hacl.Impl.Exponentiation.Definitions.to_comm_monoid", "Hacl.Impl.K256.Group.mk_to_k256_comm_monoid", "Hacl.Impl.K256.Group.point_zero", "Hacl.Impl.K256.Group.point_add", "Hacl.Im...
[]
module Hacl.Impl.K256.Group open FStar.HyperStack open FStar.HyperStack.ST open FStar.Mul open Lib.IntTypes open Lib.Buffer module ST = FStar.HyperStack.ST module LSeq = Lib.Sequence module BE = Hacl.Impl.Exponentiation.Definitions module S = Spec.K256 module SL = Spec.K256.Lemmas open Hacl.Impl.K256.Point #set-...
false
false
Hacl.Impl.K256.Group.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_k256_concrete_ops:BE.concrete_ops U64 15ul 0ul
[]
Hacl.Impl.K256.Group.mk_k256_concrete_ops
{ "file_name": "code/k256/Hacl.Impl.K256.Group.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Hacl.Impl.Exponentiation.Definitions.concrete_ops Lib.IntTypes.U64 (FStar.UInt32.uint_to_t 15 <: FStar.UInt32.t) (FStar.UInt32.uint_to_t 0 <: FStar.UInt32.t)
{ "end_col": 25, "end_line": 65, "start_col": 2, "start_line": 62 }
Prims.Tot
val mk_to_k256_comm_monoid:BE.to_comm_monoid U64 15ul 0ul
[ { "abbrev": false, "full_module": "Hacl.Impl.K256.Point", "short_module": null }, { "abbrev": true, "full_module": "Spec.K256.Lemmas", "short_module": "SL" }, { "abbrev": true, "full_module": "Spec.K256", "short_module": "S" }, { "abbrev": true, "full_module":...
false
let mk_to_k256_comm_monoid : BE.to_comm_monoid U64 15ul 0ul = { BE.a_spec = S.aff_point; BE.comm_monoid = S.mk_k256_comm_monoid; BE.linv_ctx = linv_ctx; BE.linv = point_inv_lseq; BE.refl = refl; }
val mk_to_k256_comm_monoid:BE.to_comm_monoid U64 15ul 0ul let mk_to_k256_comm_monoid:BE.to_comm_monoid U64 15ul 0ul =
false
null
false
{ BE.a_spec = S.aff_point; BE.comm_monoid = S.mk_k256_comm_monoid; BE.linv_ctx = linv_ctx; BE.linv = point_inv_lseq; BE.refl = refl }
{ "checked_file": "Hacl.Impl.K256.Group.fst.checked", "dependencies": [ "Spec.K256.Lemmas.fsti.checked", "Spec.K256.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Impl.K256.PointDouble.fst.checked", "Hacl....
[ "total" ]
[ "Hacl.Impl.Exponentiation.Definitions.Mkto_comm_monoid", "Lib.IntTypes.U64", "FStar.UInt32.uint_to_t", "Spec.K256.PointOps.aff_point", "Spec.K256.mk_k256_comm_monoid", "Hacl.Impl.K256.Group.linv_ctx", "Hacl.Impl.K256.Point.point_inv_lseq", "Hacl.Impl.K256.Group.refl" ]
[]
module Hacl.Impl.K256.Group open FStar.HyperStack open FStar.HyperStack.ST open FStar.Mul open Lib.IntTypes open Lib.Buffer module ST = FStar.HyperStack.ST module LSeq = Lib.Sequence module BE = Hacl.Impl.Exponentiation.Definitions module S = Spec.K256 module SL = Spec.K256.Lemmas open Hacl.Impl.K256.Point #set-...
false
false
Hacl.Impl.K256.Group.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_to_k256_comm_monoid:BE.to_comm_monoid U64 15ul 0ul
[]
Hacl.Impl.K256.Group.mk_to_k256_comm_monoid
{ "file_name": "code/k256/Hacl.Impl.K256.Group.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Hacl.Impl.Exponentiation.Definitions.to_comm_monoid Lib.IntTypes.U64 (FStar.UInt32.uint_to_t 15 <: FStar.UInt32.t) (FStar.UInt32.uint_to_t 0 <: FStar.UInt32.t)
{ "end_col": 17, "end_line": 35, "start_col": 2, "start_line": 31 }
Prims.Tot
val point_zero : BE.lone_st U64 15ul 0ul mk_to_k256_comm_monoid
[ { "abbrev": false, "full_module": "Hacl.Impl.K256.Point", "short_module": null }, { "abbrev": true, "full_module": "Spec.K256.Lemmas", "short_module": "SL" }, { "abbrev": true, "full_module": "Spec.K256", "short_module": "S" }, { "abbrev": true, "full_module":...
false
let point_zero ctx one = make_point_at_inf one
val point_zero : BE.lone_st U64 15ul 0ul mk_to_k256_comm_monoid let point_zero ctx one =
false
null
false
make_point_at_inf one
{ "checked_file": "Hacl.Impl.K256.Group.fst.checked", "dependencies": [ "Spec.K256.Lemmas.fsti.checked", "Spec.K256.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Impl.K256.PointDouble.fst.checked", "Hacl....
[ "total" ]
[ "Lib.Buffer.lbuffer", "Lib.IntTypes.uint_t", "Lib.IntTypes.U64", "Lib.IntTypes.SEC", "FStar.UInt32.__uint_to_t", "Hacl.Impl.K256.Point.make_point_at_inf", "Prims.unit" ]
[]
module Hacl.Impl.K256.Group open FStar.HyperStack open FStar.HyperStack.ST open FStar.Mul open Lib.IntTypes open Lib.Buffer module ST = FStar.HyperStack.ST module LSeq = Lib.Sequence module BE = Hacl.Impl.Exponentiation.Definitions module S = Spec.K256 module SL = Spec.K256.Lemmas open Hacl.Impl.K256.Point #set-...
false
false
Hacl.Impl.K256.Group.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val point_zero : BE.lone_st U64 15ul 0ul mk_to_k256_comm_monoid
[]
Hacl.Impl.K256.Group.point_zero
{ "file_name": "code/k256/Hacl.Impl.K256.Group.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Hacl.Impl.Exponentiation.Definitions.lone_st Lib.IntTypes.U64 15ul 0ul Hacl.Impl.K256.Group.mk_to_k256_comm_monoid
{ "end_col": 46, "end_line": 57, "start_col": 25, "start_line": 57 }
Prims.Tot
val point_double : BE.lsqr_st U64 15ul 0ul mk_to_k256_comm_monoid
[ { "abbrev": false, "full_module": "Hacl.Impl.K256.Point", "short_module": null }, { "abbrev": true, "full_module": "Spec.K256.Lemmas", "short_module": "SL" }, { "abbrev": true, "full_module": "Spec.K256", "short_module": "S" }, { "abbrev": true, "full_module":...
false
let point_double ctx x xx = let h0 = ST.get () in SL.to_aff_point_double_lemma (point_eval h0 x); Hacl.Impl.K256.PointDouble.point_double xx x
val point_double : BE.lsqr_st U64 15ul 0ul mk_to_k256_comm_monoid let point_double ctx x xx =
false
null
false
let h0 = ST.get () in SL.to_aff_point_double_lemma (point_eval h0 x); Hacl.Impl.K256.PointDouble.point_double xx x
{ "checked_file": "Hacl.Impl.K256.Group.fst.checked", "dependencies": [ "Spec.K256.Lemmas.fsti.checked", "Spec.K256.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Impl.K256.PointDouble.fst.checked", "Hacl....
[ "total" ]
[ "Lib.Buffer.lbuffer", "Lib.IntTypes.uint_t", "Lib.IntTypes.U64", "Lib.IntTypes.SEC", "FStar.UInt32.__uint_to_t", "Hacl.Impl.K256.PointDouble.point_double", "Prims.unit", "Spec.K256.Lemmas.to_aff_point_double_lemma", "Hacl.Impl.K256.Point.point_eval", "FStar.Monotonic.HyperStack.mem", "FStar.Hype...
[]
module Hacl.Impl.K256.Group open FStar.HyperStack open FStar.HyperStack.ST open FStar.Mul open Lib.IntTypes open Lib.Buffer module ST = FStar.HyperStack.ST module LSeq = Lib.Sequence module BE = Hacl.Impl.Exponentiation.Definitions module S = Spec.K256 module SL = Spec.K256.Lemmas open Hacl.Impl.K256.Point #set-...
false
false
Hacl.Impl.K256.Group.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val point_double : BE.lsqr_st U64 15ul 0ul mk_to_k256_comm_monoid
[]
Hacl.Impl.K256.Group.point_double
{ "file_name": "code/k256/Hacl.Impl.K256.Group.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Hacl.Impl.Exponentiation.Definitions.lsqr_st Lib.IntTypes.U64 15ul 0ul Hacl.Impl.K256.Group.mk_to_k256_comm_monoid
{ "end_col": 46, "end_line": 52, "start_col": 27, "start_line": 49 }
Prims.Tot
val point_add : BE.lmul_st U64 15ul 0ul mk_to_k256_comm_monoid
[ { "abbrev": false, "full_module": "Hacl.Impl.K256.Point", "short_module": null }, { "abbrev": true, "full_module": "Spec.K256.Lemmas", "short_module": "SL" }, { "abbrev": true, "full_module": "Spec.K256", "short_module": "S" }, { "abbrev": true, "full_module":...
false
let point_add ctx x y xy = let h0 = ST.get () in SL.to_aff_point_add_lemma (point_eval h0 x) (point_eval h0 y); Hacl.Impl.K256.PointAdd.point_add xy x y
val point_add : BE.lmul_st U64 15ul 0ul mk_to_k256_comm_monoid let point_add ctx x y xy =
false
null
false
let h0 = ST.get () in SL.to_aff_point_add_lemma (point_eval h0 x) (point_eval h0 y); Hacl.Impl.K256.PointAdd.point_add xy x y
{ "checked_file": "Hacl.Impl.K256.Group.fst.checked", "dependencies": [ "Spec.K256.Lemmas.fsti.checked", "Spec.K256.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Impl.K256.PointDouble.fst.checked", "Hacl....
[ "total" ]
[ "Lib.Buffer.lbuffer", "Lib.IntTypes.uint_t", "Lib.IntTypes.U64", "Lib.IntTypes.SEC", "FStar.UInt32.__uint_to_t", "Hacl.Impl.K256.PointAdd.point_add", "Prims.unit", "Spec.K256.Lemmas.to_aff_point_add_lemma", "Hacl.Impl.K256.Point.point_eval", "FStar.Monotonic.HyperStack.mem", "FStar.HyperStack.ST...
[]
module Hacl.Impl.K256.Group open FStar.HyperStack open FStar.HyperStack.ST open FStar.Mul open Lib.IntTypes open Lib.Buffer module ST = FStar.HyperStack.ST module LSeq = Lib.Sequence module BE = Hacl.Impl.Exponentiation.Definitions module S = Spec.K256 module SL = Spec.K256.Lemmas open Hacl.Impl.K256.Point #set-...
false
false
Hacl.Impl.K256.Group.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val point_add : BE.lmul_st U64 15ul 0ul mk_to_k256_comm_monoid
[]
Hacl.Impl.K256.Group.point_add
{ "file_name": "code/k256/Hacl.Impl.K256.Group.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Hacl.Impl.Exponentiation.Definitions.lmul_st Lib.IntTypes.U64 15ul 0ul Hacl.Impl.K256.Group.mk_to_k256_comm_monoid
{ "end_col": 42, "end_line": 44, "start_col": 26, "start_line": 41 }
Prims.Tot
val test1_plaintext:lbytes 0
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length l == 0); of_list l
val test1_plaintext:lbytes 0 let test1_plaintext:lbytes 0 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length l == 0); of_list l
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Nil" ...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3
false
false
Spec.SHA3.Test.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 test1_plaintext:lbytes 0
[]
Spec.SHA3.Test.test1_plaintext
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 0
{ "end_col": 11, "end_line": 17, "start_col": 32, "start_line": 14 }
Prims.Tot
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let sha3_length (a:keccak_alg) = allow_inversion keccak_alg; match a with | SHA3_224 -> 28 | SHA3_256 -> 32 | SHA3_384 -> 48 | SHA3_512 -> 64
let sha3_length (a: keccak_alg) =
false
null
false
allow_inversion keccak_alg; match a with | SHA3_224 -> 28 | SHA3_256 -> 32 | SHA3_384 -> 48 | SHA3_512 -> 64
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Spec.SHA3.Test.keccak_alg", "Prims.int", "Prims.unit", "FStar.Pervasives.allow_inversion" ]
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
true
Spec.SHA3.Test.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val sha3_length : a: Spec.SHA3.Test.keccak_alg -> Prims.int
[]
Spec.SHA3.Test.sha3_length
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.SHA3.Test.keccak_alg -> Prims.int
{ "end_col": 18, "end_line": 467, "start_col": 2, "start_line": 462 }
Prims.Tot
val test2_plaintext:lbytes 3
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test2_plaintext : lbytes 3 = let l = List.Tot.map u8_from_UInt8 [ 0x61uy; 0x62uy; 0x63uy ] in assert_norm (List.Tot.length l == 3); of_list l
val test2_plaintext:lbytes 3 let test2_plaintext:lbytes 3 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [0x61uy; 0x62uy; 0x63uy] in assert_norm (List.Tot.length l == 3); of_list l
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test2_plaintext:lbytes 3
[]
Spec.SHA3.Test.test2_plaintext
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 3
{ "end_col": 11, "end_line": 75, "start_col": 32, "start_line": 72 }
Prims.Tot
val test5_plaintext_shake128:lbytes 0
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test5_plaintext_shake128 : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length l == 0); of_list l
val test5_plaintext_shake128:lbytes 0 let test5_plaintext_shake128:lbytes 0 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length l == 0); of_list l
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Nil" ...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test5_plaintext_shake128:lbytes 0
[]
Spec.SHA3.Test.test5_plaintext_shake128
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 0
{ "end_col": 11, "end_line": 271, "start_col": 41, "start_line": 268 }
Prims.Tot
val test9_plaintext_shake256:lbytes 0
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test9_plaintext_shake256 : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length l == 0); of_list l
val test9_plaintext_shake256:lbytes 0 let test9_plaintext_shake256:lbytes 0 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length l == 0); of_list l
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Nil" ...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test9_plaintext_shake256:lbytes 0
[]
Spec.SHA3.Test.test9_plaintext_shake256
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 0
{ "end_col": 11, "end_line": 360, "start_col": 41, "start_line": 357 }
Prims.Tot
val test8_expected_shake128:lbytes 16
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test8_expected_shake128 : lbytes 16 = let l = List.Tot.map u8_from_UInt8 [ 0x00uy; 0xffuy; 0x5euy; 0xf0uy; 0xcduy; 0x7fuy; 0x8fuy; 0x90uy; 0xaduy; 0x94uy; 0xb7uy; 0x97uy; 0xe9uy; 0xd4uy; 0xdduy; 0x30uy ] in assert_norm (List.Tot.length l == 16); of_list l
val test8_expected_shake128:lbytes 16 let test8_expected_shake128:lbytes 16 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0x00uy; 0xffuy; 0x5euy; 0xf0uy; 0xcduy; 0x7fuy; 0x8fuy; 0x90uy; 0xaduy; 0x94uy; 0xb7uy; 0x97uy; 0xe9uy; 0xd4uy; 0xdduy; 0x30uy ] in assert_norm (List.Tot.length l == 16); of_list l
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test8_expected_shake128:lbytes 16
[]
Spec.SHA3.Test.test8_expected_shake128
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 16
{ "end_col": 11, "end_line": 352, "start_col": 41, "start_line": 346 }
Prims.Tot
val test5_expected_shake128:lbytes 16
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test5_expected_shake128 : lbytes 16 = let l = List.Tot.map u8_from_UInt8 [ 0x7fuy; 0x9cuy; 0x2buy; 0xa4uy; 0xe8uy; 0x8fuy; 0x82uy; 0x7duy; 0x61uy; 0x60uy; 0x45uy; 0x50uy; 0x76uy; 0x05uy; 0x85uy; 0x3euy ] in assert_norm (List.Tot.length l == 16); of_list l
val test5_expected_shake128:lbytes 16 let test5_expected_shake128:lbytes 16 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0x7fuy; 0x9cuy; 0x2buy; 0xa4uy; 0xe8uy; 0x8fuy; 0x82uy; 0x7duy; 0x61uy; 0x60uy; 0x45uy; 0x50uy; 0x76uy; 0x05uy; 0x85uy; 0x3euy ] in assert_norm (List.Tot.length l == 16); of_list l
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test5_expected_shake128:lbytes 16
[]
Spec.SHA3.Test.test5_expected_shake128
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 16
{ "end_col": 11, "end_line": 280, "start_col": 41, "start_line": 274 }
Prims.Tot
val test7_plaintext_shake128:lbytes 34
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test7_plaintext_shake128 : lbytes 34 = let l = List.Tot.map u8_from_UInt8 [ 0x4auy; 0x20uy; 0x6auy; 0x5buy; 0x8auy; 0xa3uy; 0x58uy; 0x6cuy; 0x06uy; 0x67uy; 0xa4uy; 0x00uy; 0x20uy; 0xd6uy; 0x5fuy; 0xf5uy; 0x11uy; 0xd5uy; 0x2buy; 0x73uy; 0x2euy; 0xf7uy; 0xa0uy; 0xc5uy; 0x69uy; 0xf1uy; 0xeeuy; 0x68uy...
val test7_plaintext_shake128:lbytes 34 let test7_plaintext_shake128:lbytes 34 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0x4auy; 0x20uy; 0x6auy; 0x5buy; 0x8auy; 0xa3uy; 0x58uy; 0x6cuy; 0x06uy; 0x67uy; 0xa4uy; 0x00uy; 0x20uy; 0xd6uy; 0x5fuy; 0xf5uy; 0x11uy; 0xd5uy; 0x2buy; 0x73uy; 0x2euy; 0xf7uy; 0xa0uy; 0xc5uy; 0x69uy; 0xf1uy; 0xeeuy; 0x68uy; 0x1auy; 0x4fuy; 0xc3uy; 0x62uy; 0x0...
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test7_plaintext_shake128:lbytes 34
[]
Spec.SHA3.Test.test7_plaintext_shake128
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 34
{ "end_col": 11, "end_line": 314, "start_col": 42, "start_line": 305 }
Prims.Tot
val test2_expected_sha3_224:lbytes 28
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test2_expected_sha3_224 : lbytes 28 = let l = List.Tot.map u8_from_UInt8 [ 0xe6uy; 0x42uy; 0x82uy; 0x4cuy; 0x3fuy; 0x8cuy; 0xf2uy; 0x4auy; 0xd0uy; 0x92uy; 0x34uy; 0xeeuy; 0x7duy; 0x3cuy; 0x76uy; 0x6fuy; 0xc9uy; 0xa3uy; 0xa5uy; 0x16uy; 0x8duy; 0x0cuy; 0x94uy; 0xaduy; 0x73uy; 0xb4uy; 0x6fuy; 0xdfuy ...
val test2_expected_sha3_224:lbytes 28 let test2_expected_sha3_224:lbytes 28 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0xe6uy; 0x42uy; 0x82uy; 0x4cuy; 0x3fuy; 0x8cuy; 0xf2uy; 0x4auy; 0xd0uy; 0x92uy; 0x34uy; 0xeeuy; 0x7duy; 0x3cuy; 0x76uy; 0x6fuy; 0xc9uy; 0xa3uy; 0xa5uy; 0x16uy; 0x8duy; 0x0cuy; 0x94uy; 0xaduy; 0x73uy; 0xb4uy; 0x6fuy; 0xdfuy ] in assert_norm (List.Tot.lengt...
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test2_expected_sha3_224:lbytes 28
[]
Spec.SHA3.Test.test2_expected_sha3_224
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 28
{ "end_col": 11, "end_line": 86, "start_col": 41, "start_line": 78 }
FStar.All.ALL
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test () = let res = List.for_all test_one test_vectors in if res then begin IO.print_string "\n\nSHA3 : Success!\n"; true end else begin IO.print_string "\n\nSHA3: Failure :(\n"; false end
let test () =
true
null
false
let res = List.for_all test_one test_vectors in if res then (IO.print_string "\n\nSHA3 : Success!\n"; true) else (IO.print_string "\n\nSHA3: Failure :(\n"; false)
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[]
[ "Prims.unit", "Prims.bool", "FStar.IO.print_string", "FStar.List.for_all", "Spec.SHA3.Test.vec", "Spec.SHA3.Test.test_one", "Spec.SHA3.Test.test_vectors" ]
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val test : _: Prims.unit -> FStar.All.ALL Prims.bool
[]
Spec.SHA3.Test.test
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
_: Prims.unit -> FStar.All.ALL Prims.bool
{ "end_col": 64, "end_line": 532, "start_col": 13, "start_line": 529 }
Prims.Tot
val test2_expected_sha3_256:lbytes 32
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test2_expected_sha3_256 : lbytes 32 = let l = List.Tot.map u8_from_UInt8 [ 0x3auy; 0x98uy; 0x5duy; 0xa7uy; 0x4fuy; 0xe2uy; 0x25uy; 0xb2uy; 0x04uy; 0x5cuy; 0x17uy; 0x2duy; 0x6buy; 0xd3uy; 0x90uy; 0xbduy; 0x85uy; 0x5fuy; 0x08uy; 0x6euy; 0x3euy; 0x9duy; 0x52uy; 0x5buy; 0x46uy; 0xbfuy; 0xe2uy; 0x45uy;...
val test2_expected_sha3_256:lbytes 32 let test2_expected_sha3_256:lbytes 32 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0x3auy; 0x98uy; 0x5duy; 0xa7uy; 0x4fuy; 0xe2uy; 0x25uy; 0xb2uy; 0x04uy; 0x5cuy; 0x17uy; 0x2duy; 0x6buy; 0xd3uy; 0x90uy; 0xbduy; 0x85uy; 0x5fuy; 0x08uy; 0x6euy; 0x3euy; 0x9duy; 0x52uy; 0x5buy; 0x46uy; 0xbfuy; 0xe2uy; 0x45uy; 0x11uy; 0x43uy; 0x15uy; 0x32uy ...
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test2_expected_sha3_256:lbytes 32
[]
Spec.SHA3.Test.test2_expected_sha3_256
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 32
{ "end_col": 11, "end_line": 97, "start_col": 41, "start_line": 89 }
Prims.Tot
val test6_plaintext_shake128:lbytes 14
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test6_plaintext_shake128 : lbytes 14 = let l = List.Tot.map u8_from_UInt8 [ 0x52uy; 0x97uy; 0x7euy; 0x53uy; 0x2buy; 0xccuy; 0xdbuy; 0x89uy; 0xdfuy; 0xefuy; 0xf7uy; 0xe9uy; 0xe4uy; 0xaduy ] in assert_norm (List.Tot.length l == 14); of_list l
val test6_plaintext_shake128:lbytes 14 let test6_plaintext_shake128:lbytes 14 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0x52uy; 0x97uy; 0x7euy; 0x53uy; 0x2buy; 0xccuy; 0xdbuy; 0x89uy; 0xdfuy; 0xefuy; 0xf7uy; 0xe9uy; 0xe4uy; 0xaduy ] in assert_norm (List.Tot.length l == 14); of_list l
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test6_plaintext_shake128:lbytes 14
[]
Spec.SHA3.Test.test6_plaintext_shake128
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 14
{ "end_col": 11, "end_line": 291, "start_col": 42, "start_line": 285 }
FStar.All.ALL
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test_one (v:vec) = let computed, expected = match v with | Vec SHA3_224 plain tag -> Spec.SHA3.sha3_224 (length plain) plain, tag | Vec SHA3_256 plain tag -> Spec.SHA3.sha3_256 (length plain) plain, tag | Vec SHA3_384 plain tag -> Spec.SHA3.sha3_384 (length plain) plain, tag | Vec SHA3_512 pla...
let test_one (v: vec) =
true
null
false
let computed, expected = match v with | Vec SHA3_224 plain tag -> Spec.SHA3.sha3_224 (length plain) plain, tag | Vec SHA3_256 plain tag -> Spec.SHA3.sha3_256 (length plain) plain, tag | Vec SHA3_384 plain tag -> Spec.SHA3.sha3_384 (length plain) plain, tag | Vec SHA3_512 plain tag -> Spec.SHA3.sha3_512 (lengt...
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[]
[ "Spec.SHA3.Test.vec", "Lib.Sequence.seq", "Lib.IntTypes.uint_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Lib.PrintSequence.print_compare", "Lib.Sequence.length", "Prims.bool", "Prims.unit", "Prims._assert", "Prims.b2t", "Prims.op_Equality", "Prims.nat", "FStar.Pervasives.Native.tuple2", ...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val test_one : v: Spec.SHA3.Test.vec -> FStar.All.ALL Prims.bool
[]
Spec.SHA3.Test.test_one
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
v: Spec.SHA3.Test.vec -> FStar.All.ALL Prims.bool
{ "end_col": 59, "end_line": 526, "start_col": 22, "start_line": 516 }
Prims.Tot
val test6_expected_shake128:lbytes 16
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test6_expected_shake128 : lbytes 16 = let l = List.Tot.map u8_from_UInt8 [ 0xfbuy; 0xfbuy; 0xa5uy; 0xc1uy; 0xe1uy; 0x79uy; 0xdfuy; 0x14uy; 0x69uy; 0xfcuy; 0xc8uy; 0x58uy; 0x8auy; 0xe5uy; 0xd2uy; 0xccuy ] in assert_norm (List.Tot.length l == 16); of_list l
val test6_expected_shake128:lbytes 16 let test6_expected_shake128:lbytes 16 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0xfbuy; 0xfbuy; 0xa5uy; 0xc1uy; 0xe1uy; 0x79uy; 0xdfuy; 0x14uy; 0x69uy; 0xfcuy; 0xc8uy; 0x58uy; 0x8auy; 0xe5uy; 0xd2uy; 0xccuy ] in assert_norm (List.Tot.length l == 16); of_list l
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test6_expected_shake128:lbytes 16
[]
Spec.SHA3.Test.test6_expected_shake128
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 16
{ "end_col": 11, "end_line": 300, "start_col": 41, "start_line": 294 }
Prims.Tot
val test3_plaintext:lbytes 56
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test3_plaintext : lbytes 56 = let l = List.Tot.map u8_from_UInt8 [ 0x61uy; 0x62uy; 0x63uy; 0x64uy; 0x62uy; 0x63uy; 0x64uy; 0x65uy; 0x63uy; 0x64uy; 0x65uy; 0x66uy; 0x64uy; 0x65uy; 0x66uy; 0x67uy; 0x65uy; 0x66uy; 0x67uy; 0x68uy; 0x66uy; 0x67uy; 0x68uy; 0x69uy; 0x67uy; 0x68uy; 0x69uy; 0x6auy; 0x68uy;...
val test3_plaintext:lbytes 56 let test3_plaintext:lbytes 56 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0x61uy; 0x62uy; 0x63uy; 0x64uy; 0x62uy; 0x63uy; 0x64uy; 0x65uy; 0x63uy; 0x64uy; 0x65uy; 0x66uy; 0x64uy; 0x65uy; 0x66uy; 0x67uy; 0x65uy; 0x66uy; 0x67uy; 0x68uy; 0x66uy; 0x67uy; 0x68uy; 0x69uy; 0x67uy; 0x68uy; 0x69uy; 0x6auy; 0x68uy; 0x69uy; 0x6auy; 0x6buy; 0x6...
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test3_plaintext:lbytes 56
[]
Spec.SHA3.Test.test3_plaintext
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 56
{ "end_col": 11, "end_line": 141, "start_col": 33, "start_line": 130 }
Prims.Tot
val test7_expected_shake128:lbytes 16
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test7_expected_shake128 : lbytes 16 = let l = List.Tot.map u8_from_UInt8 [ 0x7buy; 0xb4uy; 0x33uy; 0x75uy; 0x2buy; 0x98uy; 0xf9uy; 0x15uy; 0xbeuy; 0x51uy; 0x82uy; 0xbcuy; 0x1fuy; 0x09uy; 0x66uy; 0x48uy ] in assert_norm (List.Tot.length l == 16); of_list l
val test7_expected_shake128:lbytes 16 let test7_expected_shake128:lbytes 16 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0x7buy; 0xb4uy; 0x33uy; 0x75uy; 0x2buy; 0x98uy; 0xf9uy; 0x15uy; 0xbeuy; 0x51uy; 0x82uy; 0xbcuy; 0x1fuy; 0x09uy; 0x66uy; 0x48uy ] in assert_norm (List.Tot.length l == 16); of_list l
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test7_expected_shake128:lbytes 16
[]
Spec.SHA3.Test.test7_expected_shake128
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 16
{ "end_col": 11, "end_line": 323, "start_col": 41, "start_line": 317 }
Prims.Tot
val test10_plaintext_shake256:lbytes 17
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test10_plaintext_shake256 : lbytes 17 = let l = List.Tot.map u8_from_UInt8 [ 0xf9uy; 0xdauy; 0x78uy; 0xc8uy; 0x90uy; 0x84uy; 0x70uy; 0x40uy; 0x45uy; 0x4buy; 0xa6uy; 0x42uy; 0x98uy; 0x82uy; 0xb0uy; 0x54uy; 0x09uy ] in assert_norm (List.Tot.length l == 17); of_list l
val test10_plaintext_shake256:lbytes 17 let test10_plaintext_shake256:lbytes 17 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0xf9uy; 0xdauy; 0x78uy; 0xc8uy; 0x90uy; 0x84uy; 0x70uy; 0x40uy; 0x45uy; 0x4buy; 0xa6uy; 0x42uy; 0x98uy; 0x82uy; 0xb0uy; 0x54uy; 0x09uy ] in assert_norm (List.Tot.length l == 17); of_list l
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test10_plaintext_shake256:lbytes 17
[]
Spec.SHA3.Test.test10_plaintext_shake256
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 17
{ "end_col": 11, "end_line": 383, "start_col": 43, "start_line": 376 }
Prims.Tot
val test3_expected_sha3_224:lbytes 28
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test3_expected_sha3_224 : lbytes 28 = let l = List.Tot.map u8_from_UInt8 [ 0x8auy; 0x24uy; 0x10uy; 0x8buy; 0x15uy; 0x4auy; 0xdauy; 0x21uy; 0xc9uy; 0xfduy; 0x55uy; 0x74uy; 0x49uy; 0x44uy; 0x79uy; 0xbauy; 0x5cuy; 0x7euy; 0x7auy; 0xb7uy; 0x6euy; 0xf2uy; 0x64uy; 0xeauy; 0xd0uy; 0xfcuy; 0xceuy; 0x33uy ...
val test3_expected_sha3_224:lbytes 28 let test3_expected_sha3_224:lbytes 28 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0x8auy; 0x24uy; 0x10uy; 0x8buy; 0x15uy; 0x4auy; 0xdauy; 0x21uy; 0xc9uy; 0xfduy; 0x55uy; 0x74uy; 0x49uy; 0x44uy; 0x79uy; 0xbauy; 0x5cuy; 0x7euy; 0x7auy; 0xb7uy; 0x6euy; 0xf2uy; 0x64uy; 0xeauy; 0xd0uy; 0xfcuy; 0xceuy; 0x33uy ] in assert_norm (List.Tot.lengt...
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test3_expected_sha3_224:lbytes 28
[]
Spec.SHA3.Test.test3_expected_sha3_224
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 28
{ "end_col": 11, "end_line": 152, "start_col": 41, "start_line": 144 }
Prims.Tot
val test1_expected_sha3_224:lbytes 28
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test1_expected_sha3_224 : lbytes 28 = let l = List.Tot.map u8_from_UInt8 [ 0x6buy; 0x4euy; 0x03uy; 0x42uy; 0x36uy; 0x67uy; 0xdbuy; 0xb7uy; 0x3buy; 0x6euy; 0x15uy; 0x45uy; 0x4fuy; 0x0euy; 0xb1uy; 0xabuy; 0xd4uy; 0x59uy; 0x7fuy; 0x9auy; 0x1buy; 0x07uy; 0x8euy; 0x3fuy; 0x5buy; 0x5auy; 0x6buy; 0xc7uy ...
val test1_expected_sha3_224:lbytes 28 let test1_expected_sha3_224:lbytes 28 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0x6buy; 0x4euy; 0x03uy; 0x42uy; 0x36uy; 0x67uy; 0xdbuy; 0xb7uy; 0x3buy; 0x6euy; 0x15uy; 0x45uy; 0x4fuy; 0x0euy; 0xb1uy; 0xabuy; 0xd4uy; 0x59uy; 0x7fuy; 0x9auy; 0x1buy; 0x07uy; 0x8euy; 0x3fuy; 0x5buy; 0x5auy; 0x6buy; 0xc7uy ] in assert_norm (List.Tot.lengt...
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test1_expected_sha3_224:lbytes 28
[]
Spec.SHA3.Test.test1_expected_sha3_224
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 28
{ "end_col": 11, "end_line": 28, "start_col": 41, "start_line": 20 }
Prims.Tot
val test1_expected_sha3_256:lbytes 32
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test1_expected_sha3_256 : lbytes 32 = let l = List.Tot.map u8_from_UInt8 [ 0xa7uy; 0xffuy; 0xc6uy; 0xf8uy; 0xbfuy; 0x1euy; 0xd7uy; 0x66uy; 0x51uy; 0xc1uy; 0x47uy; 0x56uy; 0xa0uy; 0x61uy; 0xd6uy; 0x62uy; 0xf5uy; 0x80uy; 0xffuy; 0x4duy; 0xe4uy; 0x3buy; 0x49uy; 0xfauy; 0x82uy; 0xd8uy; 0x0auy; 0x4buy;...
val test1_expected_sha3_256:lbytes 32 let test1_expected_sha3_256:lbytes 32 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0xa7uy; 0xffuy; 0xc6uy; 0xf8uy; 0xbfuy; 0x1euy; 0xd7uy; 0x66uy; 0x51uy; 0xc1uy; 0x47uy; 0x56uy; 0xa0uy; 0x61uy; 0xd6uy; 0x62uy; 0xf5uy; 0x80uy; 0xffuy; 0x4duy; 0xe4uy; 0x3buy; 0x49uy; 0xfauy; 0x82uy; 0xd8uy; 0x0auy; 0x4buy; 0x80uy; 0xf8uy; 0x43uy; 0x4auy ...
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test1_expected_sha3_256:lbytes 32
[]
Spec.SHA3.Test.test1_expected_sha3_256
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 32
{ "end_col": 11, "end_line": 39, "start_col": 41, "start_line": 31 }
Prims.Tot
val test10_expected_shake256:lbytes 32
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test10_expected_shake256 : lbytes 32 = let l = List.Tot.map u8_from_UInt8 [ 0xa8uy; 0x49uy; 0x83uy; 0xc9uy; 0xfeuy; 0x75uy; 0xaduy; 0x0duy; 0xe1uy; 0x9euy; 0x2cuy; 0x84uy; 0x20uy; 0xa7uy; 0xeauy; 0x85uy; 0xb2uy; 0x51uy; 0x02uy; 0x19uy; 0x56uy; 0x14uy; 0xdfuy; 0xa5uy; 0x34uy; 0x7duy; 0xe6uy; 0x0auy...
val test10_expected_shake256:lbytes 32 let test10_expected_shake256:lbytes 32 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0xa8uy; 0x49uy; 0x83uy; 0xc9uy; 0xfeuy; 0x75uy; 0xaduy; 0x0duy; 0xe1uy; 0x9euy; 0x2cuy; 0x84uy; 0x20uy; 0xa7uy; 0xeauy; 0x85uy; 0xb2uy; 0x51uy; 0x02uy; 0x19uy; 0x56uy; 0x14uy; 0xdfuy; 0xa5uy; 0x34uy; 0x7duy; 0xe6uy; 0x0auy; 0x1cuy; 0xe1uy; 0x3buy; 0x60uy ...
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test10_expected_shake256:lbytes 32
[]
Spec.SHA3.Test.test10_expected_shake256
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 32
{ "end_col": 11, "end_line": 394, "start_col": 42, "start_line": 386 }
Prims.Tot
val test3_expected_sha3_256:lbytes 32
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test3_expected_sha3_256 : lbytes 32 = let l = List.Tot.map u8_from_UInt8 [ 0x41uy; 0xc0uy; 0xdbuy; 0xa2uy; 0xa9uy; 0xd6uy; 0x24uy; 0x08uy; 0x49uy; 0x10uy; 0x03uy; 0x76uy; 0xa8uy; 0x23uy; 0x5euy; 0x2cuy; 0x82uy; 0xe1uy; 0xb9uy; 0x99uy; 0x8auy; 0x99uy; 0x9euy; 0x21uy; 0xdbuy; 0x32uy; 0xdduy; 0x97uy;...
val test3_expected_sha3_256:lbytes 32 let test3_expected_sha3_256:lbytes 32 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0x41uy; 0xc0uy; 0xdbuy; 0xa2uy; 0xa9uy; 0xd6uy; 0x24uy; 0x08uy; 0x49uy; 0x10uy; 0x03uy; 0x76uy; 0xa8uy; 0x23uy; 0x5euy; 0x2cuy; 0x82uy; 0xe1uy; 0xb9uy; 0x99uy; 0x8auy; 0x99uy; 0x9euy; 0x21uy; 0xdbuy; 0x32uy; 0xdduy; 0x97uy; 0x49uy; 0x6duy; 0x33uy; 0x76uy ...
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test3_expected_sha3_256:lbytes 32
[]
Spec.SHA3.Test.test3_expected_sha3_256
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 32
{ "end_col": 11, "end_line": 163, "start_col": 41, "start_line": 155 }
Prims.Tot
val test4_expected_sha3_224:lbytes 28
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test4_expected_sha3_224 : lbytes 28 = let l = List.Tot.map u8_from_UInt8 [ 0x54uy; 0x3euy; 0x68uy; 0x68uy; 0xe1uy; 0x66uy; 0x6cuy; 0x1auy; 0x64uy; 0x36uy; 0x30uy; 0xdfuy; 0x77uy; 0x36uy; 0x7auy; 0xe5uy; 0xa6uy; 0x2auy; 0x85uy; 0x07uy; 0x0auy; 0x51uy; 0xc1uy; 0x4cuy; 0xbfuy; 0x66uy; 0x5cuy; 0xbcuy ...
val test4_expected_sha3_224:lbytes 28 let test4_expected_sha3_224:lbytes 28 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0x54uy; 0x3euy; 0x68uy; 0x68uy; 0xe1uy; 0x66uy; 0x6cuy; 0x1auy; 0x64uy; 0x36uy; 0x30uy; 0xdfuy; 0x77uy; 0x36uy; 0x7auy; 0xe5uy; 0xa6uy; 0x2auy; 0x85uy; 0x07uy; 0x0auy; 0x51uy; 0xc1uy; 0x4cuy; 0xbfuy; 0x66uy; 0x5cuy; 0xbcuy ] in assert_norm (List.Tot.lengt...
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test4_expected_sha3_224:lbytes 28
[]
Spec.SHA3.Test.test4_expected_sha3_224
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 28
{ "end_col": 11, "end_line": 224, "start_col": 41, "start_line": 216 }
Prims.Tot
val test4_expected_sha3_256:lbytes 32
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test4_expected_sha3_256 : lbytes 32 = let l = List.Tot.map u8_from_UInt8 [ 0x91uy; 0x6fuy; 0x60uy; 0x61uy; 0xfeuy; 0x87uy; 0x97uy; 0x41uy; 0xcauy; 0x64uy; 0x69uy; 0xb4uy; 0x39uy; 0x71uy; 0xdfuy; 0xdbuy; 0x28uy; 0xb1uy; 0xa3uy; 0x2duy; 0xc3uy; 0x6cuy; 0xb3uy; 0x25uy; 0x4euy; 0x81uy; 0x2buy; 0xe2uy;...
val test4_expected_sha3_256:lbytes 32 let test4_expected_sha3_256:lbytes 32 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0x91uy; 0x6fuy; 0x60uy; 0x61uy; 0xfeuy; 0x87uy; 0x97uy; 0x41uy; 0xcauy; 0x64uy; 0x69uy; 0xb4uy; 0x39uy; 0x71uy; 0xdfuy; 0xdbuy; 0x28uy; 0xb1uy; 0xa3uy; 0x2duy; 0xc3uy; 0x6cuy; 0xb3uy; 0x25uy; 0x4euy; 0x81uy; 0x2buy; 0xe2uy; 0x7auy; 0xaduy; 0x1duy; 0x18uy ...
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test4_expected_sha3_256:lbytes 32
[]
Spec.SHA3.Test.test4_expected_sha3_256
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 32
{ "end_col": 11, "end_line": 235, "start_col": 41, "start_line": 227 }
Prims.Tot
val test2_expected_sha3_384:lbytes 48
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test2_expected_sha3_384 : lbytes 48 = let l = List.Tot.map u8_from_UInt8 [ 0xecuy; 0x01uy; 0x49uy; 0x82uy; 0x88uy; 0x51uy; 0x6fuy; 0xc9uy; 0x26uy; 0x45uy; 0x9fuy; 0x58uy; 0xe2uy; 0xc6uy; 0xaduy; 0x8duy; 0xf9uy; 0xb4uy; 0x73uy; 0xcbuy; 0x0fuy; 0xc0uy; 0x8cuy; 0x25uy; 0x96uy; 0xdauy; 0x7cuy; 0xf0uy;...
val test2_expected_sha3_384:lbytes 48 let test2_expected_sha3_384:lbytes 48 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0xecuy; 0x01uy; 0x49uy; 0x82uy; 0x88uy; 0x51uy; 0x6fuy; 0xc9uy; 0x26uy; 0x45uy; 0x9fuy; 0x58uy; 0xe2uy; 0xc6uy; 0xaduy; 0x8duy; 0xf9uy; 0xb4uy; 0x73uy; 0xcbuy; 0x0fuy; 0xc0uy; 0x8cuy; 0x25uy; 0x96uy; 0xdauy; 0x7cuy; 0xf0uy; 0xe4uy; 0x9buy; 0xe4uy; 0xb2uy; 0x9...
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test2_expected_sha3_384:lbytes 48
[]
Spec.SHA3.Test.test2_expected_sha3_384
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 48
{ "end_col": 11, "end_line": 110, "start_col": 41, "start_line": 100 }
Prims.Tot
val test11_plaintext_shake256:lbytes 32
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test11_plaintext_shake256 : lbytes 32 = let l = List.Tot.map u8_from_UInt8 [ 0xefuy; 0x89uy; 0x6cuy; 0xdcuy; 0xb3uy; 0x63uy; 0xa6uy; 0x15uy; 0x91uy; 0x78uy; 0xa1uy; 0xbbuy; 0x1cuy; 0x99uy; 0x39uy; 0x46uy; 0xc5uy; 0x04uy; 0x02uy; 0x09uy; 0x5cuy; 0xdauy; 0xeauy; 0x4fuy; 0xd4uy; 0xd4uy; 0x19uy; 0xaau...
val test11_plaintext_shake256:lbytes 32 let test11_plaintext_shake256:lbytes 32 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0xefuy; 0x89uy; 0x6cuy; 0xdcuy; 0xb3uy; 0x63uy; 0xa6uy; 0x15uy; 0x91uy; 0x78uy; 0xa1uy; 0xbbuy; 0x1cuy; 0x99uy; 0x39uy; 0x46uy; 0xc5uy; 0x04uy; 0x02uy; 0x09uy; 0x5cuy; 0xdauy; 0xeauy; 0x4fuy; 0xd4uy; 0xd4uy; 0x19uy; 0xaauy; 0x47uy; 0x32uy; 0x1cuy; 0x88uy ...
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test11_plaintext_shake256:lbytes 32
[]
Spec.SHA3.Test.test11_plaintext_shake256
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 32
{ "end_col": 11, "end_line": 407, "start_col": 43, "start_line": 399 }
Prims.Tot
val test4_plaintext:lbytes 112
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test4_plaintext : lbytes 112 = let l = List.Tot.map u8_from_UInt8 [ 0x61uy; 0x62uy; 0x63uy; 0x64uy; 0x65uy; 0x66uy; 0x67uy; 0x68uy; 0x62uy; 0x63uy; 0x64uy; 0x65uy; 0x66uy; 0x67uy; 0x68uy; 0x69uy; 0x63uy; 0x64uy; 0x65uy; 0x66uy; 0x67uy; 0x68uy; 0x69uy; 0x6auy; 0x64uy; 0x65uy; 0x66uy; 0x67uy; 0x68uy...
val test4_plaintext:lbytes 112 let test4_plaintext:lbytes 112 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0x61uy; 0x62uy; 0x63uy; 0x64uy; 0x65uy; 0x66uy; 0x67uy; 0x68uy; 0x62uy; 0x63uy; 0x64uy; 0x65uy; 0x66uy; 0x67uy; 0x68uy; 0x69uy; 0x63uy; 0x64uy; 0x65uy; 0x66uy; 0x67uy; 0x68uy; 0x69uy; 0x6auy; 0x64uy; 0x65uy; 0x66uy; 0x67uy; 0x68uy; 0x69uy; 0x6auy; 0x6buy; 0x6...
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test4_plaintext:lbytes 112
[]
Spec.SHA3.Test.test4_plaintext
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 112
{ "end_col": 11, "end_line": 213, "start_col": 34, "start_line": 195 }
Prims.Tot
val test9_expected_shake256:lbytes 32
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test9_expected_shake256 : lbytes 32 = let l = List.Tot.map u8_from_UInt8 [ 0x46uy; 0xb9uy; 0xdduy; 0x2buy; 0x0buy; 0xa8uy; 0x8duy; 0x13uy; 0x23uy; 0x3buy; 0x3fuy; 0xebuy; 0x74uy; 0x3euy; 0xebuy; 0x24uy; 0x3fuy; 0xcduy; 0x52uy; 0xeauy; 0x62uy; 0xb8uy; 0x1buy; 0x82uy; 0xb5uy; 0x0cuy; 0x27uy; 0x64uy;...
val test9_expected_shake256:lbytes 32 let test9_expected_shake256:lbytes 32 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0x46uy; 0xb9uy; 0xdduy; 0x2buy; 0x0buy; 0xa8uy; 0x8duy; 0x13uy; 0x23uy; 0x3buy; 0x3fuy; 0xebuy; 0x74uy; 0x3euy; 0xebuy; 0x24uy; 0x3fuy; 0xcduy; 0x52uy; 0xeauy; 0x62uy; 0xb8uy; 0x1buy; 0x82uy; 0xb5uy; 0x0cuy; 0x27uy; 0x64uy; 0x6euy; 0xd5uy; 0x76uy; 0x2fuy ...
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test9_expected_shake256:lbytes 32
[]
Spec.SHA3.Test.test9_expected_shake256
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 32
{ "end_col": 11, "end_line": 371, "start_col": 41, "start_line": 363 }
Prims.Tot
val test11_expected_shake256:lbytes 32
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test11_expected_shake256 : lbytes 32 = let l = List.Tot.map u8_from_UInt8 [ 0x7auy; 0xbbuy; 0xa4uy; 0xe8uy; 0xb8uy; 0xdduy; 0x76uy; 0x6buy; 0xbauy; 0xbeuy; 0x98uy; 0xf8uy; 0xf1uy; 0x69uy; 0xcbuy; 0x62uy; 0x08uy; 0x67uy; 0x4duy; 0xe1uy; 0x9auy; 0x51uy; 0xd7uy; 0x3cuy; 0x92uy; 0xb7uy; 0xdcuy; 0x04uy...
val test11_expected_shake256:lbytes 32 let test11_expected_shake256:lbytes 32 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0x7auy; 0xbbuy; 0xa4uy; 0xe8uy; 0xb8uy; 0xdduy; 0x76uy; 0x6buy; 0xbauy; 0xbeuy; 0x98uy; 0xf8uy; 0xf1uy; 0x69uy; 0xcbuy; 0x62uy; 0x08uy; 0x67uy; 0x4duy; 0xe1uy; 0x9auy; 0x51uy; 0xd7uy; 0x3cuy; 0x92uy; 0xb7uy; 0xdcuy; 0x04uy; 0xa4uy; 0xb5uy; 0xeeuy; 0x3duy ...
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test11_expected_shake256:lbytes 32
[]
Spec.SHA3.Test.test11_expected_shake256
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 32
{ "end_col": 11, "end_line": 418, "start_col": 42, "start_line": 410 }
Prims.Tot
val test12_expected_shake256:lbytes 32
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test12_expected_shake256 : lbytes 32 = let l = List.Tot.map u8_from_UInt8 [ 0x64uy; 0x2fuy; 0x3fuy; 0x23uy; 0x5auy; 0xc7uy; 0xe3uy; 0xd4uy; 0x34uy; 0x06uy; 0x3buy; 0x5fuy; 0xc9uy; 0x21uy; 0x5fuy; 0xc3uy; 0xf0uy; 0xe5uy; 0x91uy; 0xe2uy; 0xe7uy; 0xfduy; 0x17uy; 0x66uy; 0x8duy; 0x1auy; 0x0cuy; 0x87uy...
val test12_expected_shake256:lbytes 32 let test12_expected_shake256:lbytes 32 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0x64uy; 0x2fuy; 0x3fuy; 0x23uy; 0x5auy; 0xc7uy; 0xe3uy; 0xd4uy; 0x34uy; 0x06uy; 0x3buy; 0x5fuy; 0xc9uy; 0x21uy; 0x5fuy; 0xc3uy; 0xf0uy; 0xe5uy; 0x91uy; 0xe2uy; 0xe7uy; 0xfduy; 0x17uy; 0x66uy; 0x8duy; 0x1auy; 0x0cuy; 0x87uy; 0x46uy; 0x87uy; 0x35uy; 0xc2uy ...
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test12_expected_shake256:lbytes 32
[]
Spec.SHA3.Test.test12_expected_shake256
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 32
{ "end_col": 11, "end_line": 448, "start_col": 42, "start_line": 440 }
Prims.Tot
val test1_expected_sha3_384:lbytes 48
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test1_expected_sha3_384 : lbytes 48 = let l = List.Tot.map u8_from_UInt8 [ 0x0cuy; 0x63uy; 0xa7uy; 0x5buy; 0x84uy; 0x5euy; 0x4fuy; 0x7duy; 0x01uy; 0x10uy; 0x7duy; 0x85uy; 0x2euy; 0x4cuy; 0x24uy; 0x85uy; 0xc5uy; 0x1auy; 0x50uy; 0xaauy; 0xaauy; 0x94uy; 0xfcuy; 0x61uy; 0x99uy; 0x5euy; 0x71uy; 0xbbuy;...
val test1_expected_sha3_384:lbytes 48 let test1_expected_sha3_384:lbytes 48 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0x0cuy; 0x63uy; 0xa7uy; 0x5buy; 0x84uy; 0x5euy; 0x4fuy; 0x7duy; 0x01uy; 0x10uy; 0x7duy; 0x85uy; 0x2euy; 0x4cuy; 0x24uy; 0x85uy; 0xc5uy; 0x1auy; 0x50uy; 0xaauy; 0xaauy; 0x94uy; 0xfcuy; 0x61uy; 0x99uy; 0x5euy; 0x71uy; 0xbbuy; 0xeeuy; 0x98uy; 0x3auy; 0x2auy; 0xc...
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test1_expected_sha3_384:lbytes 48
[]
Spec.SHA3.Test.test1_expected_sha3_384
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 48
{ "end_col": 11, "end_line": 52, "start_col": 41, "start_line": 42 }
Prims.Tot
val test1_expected_sha3_512:lbytes 64
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test1_expected_sha3_512 : lbytes 64 = let l = List.Tot.map u8_from_UInt8 [ 0xa6uy; 0x9fuy; 0x73uy; 0xccuy; 0xa2uy; 0x3auy; 0x9auy; 0xc5uy; 0xc8uy; 0xb5uy; 0x67uy; 0xdcuy; 0x18uy; 0x5auy; 0x75uy; 0x6euy; 0x97uy; 0xc9uy; 0x82uy; 0x16uy; 0x4fuy; 0xe2uy; 0x58uy; 0x59uy; 0xe0uy; 0xd1uy; 0xdcuy; 0xc1uy;...
val test1_expected_sha3_512:lbytes 64 let test1_expected_sha3_512:lbytes 64 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0xa6uy; 0x9fuy; 0x73uy; 0xccuy; 0xa2uy; 0x3auy; 0x9auy; 0xc5uy; 0xc8uy; 0xb5uy; 0x67uy; 0xdcuy; 0x18uy; 0x5auy; 0x75uy; 0x6euy; 0x97uy; 0xc9uy; 0x82uy; 0x16uy; 0x4fuy; 0xe2uy; 0x58uy; 0x59uy; 0xe0uy; 0xd1uy; 0xdcuy; 0xc1uy; 0x47uy; 0x5cuy; 0x80uy; 0xa6uy; 0x1...
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test1_expected_sha3_512:lbytes 64
[]
Spec.SHA3.Test.test1_expected_sha3_512
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 64
{ "end_col": 11, "end_line": 67, "start_col": 41, "start_line": 55 }
Prims.Tot
val test4_expected_sha3_384:lbytes 48
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test4_expected_sha3_384 : lbytes 48 = let l = List.Tot.map u8_from_UInt8 [ 0x79uy; 0x40uy; 0x7duy; 0x3buy; 0x59uy; 0x16uy; 0xb5uy; 0x9cuy; 0x3euy; 0x30uy; 0xb0uy; 0x98uy; 0x22uy; 0x97uy; 0x47uy; 0x91uy; 0xc3uy; 0x13uy; 0xfbuy; 0x9euy; 0xccuy; 0x84uy; 0x9euy; 0x40uy; 0x6fuy; 0x23uy; 0x59uy; 0x2duy;...
val test4_expected_sha3_384:lbytes 48 let test4_expected_sha3_384:lbytes 48 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0x79uy; 0x40uy; 0x7duy; 0x3buy; 0x59uy; 0x16uy; 0xb5uy; 0x9cuy; 0x3euy; 0x30uy; 0xb0uy; 0x98uy; 0x22uy; 0x97uy; 0x47uy; 0x91uy; 0xc3uy; 0x13uy; 0xfbuy; 0x9euy; 0xccuy; 0x84uy; 0x9euy; 0x40uy; 0x6fuy; 0x23uy; 0x59uy; 0x2duy; 0x04uy; 0xf6uy; 0x25uy; 0xdcuy; 0x8...
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test4_expected_sha3_384:lbytes 48
[]
Spec.SHA3.Test.test4_expected_sha3_384
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 48
{ "end_col": 11, "end_line": 248, "start_col": 41, "start_line": 238 }
Prims.Tot
val test2_expected_sha3_512:lbytes 64
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test2_expected_sha3_512 : lbytes 64 = let l = List.Tot.map u8_from_UInt8 [ 0xb7uy; 0x51uy; 0x85uy; 0x0buy; 0x1auy; 0x57uy; 0x16uy; 0x8auy; 0x56uy; 0x93uy; 0xcduy; 0x92uy; 0x4buy; 0x6buy; 0x09uy; 0x6euy; 0x08uy; 0xf6uy; 0x21uy; 0x82uy; 0x74uy; 0x44uy; 0xf7uy; 0x0duy; 0x88uy; 0x4fuy; 0x5duy; 0x02uy;...
val test2_expected_sha3_512:lbytes 64 let test2_expected_sha3_512:lbytes 64 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0xb7uy; 0x51uy; 0x85uy; 0x0buy; 0x1auy; 0x57uy; 0x16uy; 0x8auy; 0x56uy; 0x93uy; 0xcduy; 0x92uy; 0x4buy; 0x6buy; 0x09uy; 0x6euy; 0x08uy; 0xf6uy; 0x21uy; 0x82uy; 0x74uy; 0x44uy; 0xf7uy; 0x0duy; 0x88uy; 0x4fuy; 0x5duy; 0x02uy; 0x40uy; 0xd2uy; 0x71uy; 0x2euy; 0x1...
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test2_expected_sha3_512:lbytes 64
[]
Spec.SHA3.Test.test2_expected_sha3_512
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 64
{ "end_col": 11, "end_line": 125, "start_col": 41, "start_line": 113 }
Prims.Tot
val test3_expected_sha3_384:lbytes 48
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test3_expected_sha3_384 : lbytes 48 = let l = List.Tot.map u8_from_UInt8 [ 0x99uy; 0x1cuy; 0x66uy; 0x57uy; 0x55uy; 0xebuy; 0x3auy; 0x4buy; 0x6buy; 0xbduy; 0xfbuy; 0x75uy; 0xc7uy; 0x8auy; 0x49uy; 0x2euy; 0x8cuy; 0x56uy; 0xa2uy; 0x2cuy; 0x5cuy; 0x4duy; 0x7euy; 0x42uy; 0x9buy; 0xfduy; 0xbcuy; 0x32uy;...
val test3_expected_sha3_384:lbytes 48 let test3_expected_sha3_384:lbytes 48 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0x99uy; 0x1cuy; 0x66uy; 0x57uy; 0x55uy; 0xebuy; 0x3auy; 0x4buy; 0x6buy; 0xbduy; 0xfbuy; 0x75uy; 0xc7uy; 0x8auy; 0x49uy; 0x2euy; 0x8cuy; 0x56uy; 0xa2uy; 0x2cuy; 0x5cuy; 0x4duy; 0x7euy; 0x42uy; 0x9buy; 0xfduy; 0xbcuy; 0x32uy; 0xb9uy; 0xd4uy; 0xaduy; 0x5auy; 0xa...
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test3_expected_sha3_384:lbytes 48
[]
Spec.SHA3.Test.test3_expected_sha3_384
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 48
{ "end_col": 11, "end_line": 176, "start_col": 41, "start_line": 166 }
Prims.Tot
val test3_expected_sha3_512:lbytes 64
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test3_expected_sha3_512 : lbytes 64 = let l = List.Tot.map u8_from_UInt8 [ 0x04uy; 0xa3uy; 0x71uy; 0xe8uy; 0x4euy; 0xcfuy; 0xb5uy; 0xb8uy; 0xb7uy; 0x7cuy; 0xb4uy; 0x86uy; 0x10uy; 0xfcuy; 0xa8uy; 0x18uy; 0x2duy; 0xd4uy; 0x57uy; 0xceuy; 0x6fuy; 0x32uy; 0x6auy; 0x0fuy; 0xd3uy; 0xd7uy; 0xecuy; 0x2fuy;...
val test3_expected_sha3_512:lbytes 64 let test3_expected_sha3_512:lbytes 64 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0x04uy; 0xa3uy; 0x71uy; 0xe8uy; 0x4euy; 0xcfuy; 0xb5uy; 0xb8uy; 0xb7uy; 0x7cuy; 0xb4uy; 0x86uy; 0x10uy; 0xfcuy; 0xa8uy; 0x18uy; 0x2duy; 0xd4uy; 0x57uy; 0xceuy; 0x6fuy; 0x32uy; 0x6auy; 0x0fuy; 0xd3uy; 0xd7uy; 0xecuy; 0x2fuy; 0x1euy; 0x91uy; 0x63uy; 0x6duy; 0xe...
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test3_expected_sha3_512:lbytes 64
[]
Spec.SHA3.Test.test3_expected_sha3_512
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 64
{ "end_col": 11, "end_line": 191, "start_col": 41, "start_line": 179 }
Prims.Tot
val test4_expected_sha3_512:lbytes 64
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test4_expected_sha3_512 : lbytes 64 = let l = List.Tot.map u8_from_UInt8 [ 0xafuy; 0xebuy; 0xb2uy; 0xefuy; 0x54uy; 0x2euy; 0x65uy; 0x79uy; 0xc5uy; 0x0cuy; 0xaduy; 0x06uy; 0xd2uy; 0xe5uy; 0x78uy; 0xf9uy; 0xf8uy; 0xdduy; 0x68uy; 0x81uy; 0xd7uy; 0xdcuy; 0x82uy; 0x4duy; 0x26uy; 0x36uy; 0x0fuy; 0xeeuy;...
val test4_expected_sha3_512:lbytes 64 let test4_expected_sha3_512:lbytes 64 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0xafuy; 0xebuy; 0xb2uy; 0xefuy; 0x54uy; 0x2euy; 0x65uy; 0x79uy; 0xc5uy; 0x0cuy; 0xaduy; 0x06uy; 0xd2uy; 0xe5uy; 0x78uy; 0xf9uy; 0xf8uy; 0xdduy; 0x68uy; 0x81uy; 0xd7uy; 0xdcuy; 0x82uy; 0x4duy; 0x26uy; 0x36uy; 0x0fuy; 0xeeuy; 0xbfuy; 0x18uy; 0xa4uy; 0xfauy; 0x7...
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test4_expected_sha3_512:lbytes 64
[]
Spec.SHA3.Test.test4_expected_sha3_512
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 64
{ "end_col": 11, "end_line": 263, "start_col": 41, "start_line": 251 }
Prims.Tot
val test_vectors:list vec
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test_vectors : list vec = [ Vec SHA3_224 test1_plaintext test1_expected_sha3_224; Vec SHA3_256 test1_plaintext test1_expected_sha3_256; Vec SHA3_384 test1_plaintext test1_expected_sha3_384; Vec SHA3_512 test1_plaintext test1_expected_sha3_512; Vec SHA3_224 test2_plaintext test2_expected_sha3_224; Vec S...
val test_vectors:list vec let test_vectors:list vec =
false
null
false
[ Vec SHA3_224 test1_plaintext test1_expected_sha3_224; Vec SHA3_256 test1_plaintext test1_expected_sha3_256; Vec SHA3_384 test1_plaintext test1_expected_sha3_384; Vec SHA3_512 test1_plaintext test1_expected_sha3_512; Vec SHA3_224 test2_plaintext test2_expected_sha3_224; Vec SHA3_256 test2_plaintext test2_e...
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Prims.Cons", "Spec.SHA3.Test.vec", "Spec.SHA3.Test.Vec", "Spec.SHA3.Test.SHA3_224", "Spec.SHA3.Test.test1_plaintext", "Spec.SHA3.Test.test1_expected_sha3_224", "Spec.SHA3.Test.SHA3_256", "Spec.SHA3.Test.test1_expected_sha3_256", "Spec.SHA3.Test.SHA3_384", "Spec.SHA3.Test.test1_expected_sha3_384",...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
true
Spec.SHA3.Test.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 test_vectors:list vec
[]
Spec.SHA3.Test.test_vectors
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Prims.list Spec.SHA3.Test.vec
{ "end_col": 1, "end_line": 511, "start_col": 30, "start_line": 481 }
Prims.Tot
val test12_plaintext_shake256:lbytes 78
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_modul...
false
let test12_plaintext_shake256 : lbytes 78 = let l = List.Tot.map u8_from_UInt8 [ 0xdeuy; 0x70uy; 0x1fuy; 0x10uy; 0xaduy; 0x39uy; 0x61uy; 0xb0uy; 0xdauy; 0xccuy; 0x96uy; 0x87uy; 0x3auy; 0x3cuy; 0xd5uy; 0x58uy; 0x55uy; 0x81uy; 0x88uy; 0xffuy; 0x69uy; 0x6duy; 0x85uy; 0x01uy; 0xb2uy; 0xe2uy; 0x7buy; 0x67u...
val test12_plaintext_shake256:lbytes 78 let test12_plaintext_shake256:lbytes 78 =
false
null
false
let l = List.Tot.map u8_from_UInt8 [ 0xdeuy; 0x70uy; 0x1fuy; 0x10uy; 0xaduy; 0x39uy; 0x61uy; 0xb0uy; 0xdauy; 0xccuy; 0x96uy; 0x87uy; 0x3auy; 0x3cuy; 0xd5uy; 0x58uy; 0x55uy; 0x81uy; 0x88uy; 0xffuy; 0x69uy; 0x6duy; 0x85uy; 0x01uy; 0xb2uy; 0xe2uy; 0x7buy; 0x67uy; 0xe9uy; 0x41uy; 0x90uy; 0xcduy; 0x0...
{ "checked_file": "Spec.SHA3.Test.fst.checked", "dependencies": [ "Spec.SHA3.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fs...
[ "total" ]
[ "Lib.Sequence.of_list", "Lib.IntTypes.int_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.eq2", "Prims.int", "FStar.List.Tot.Base.length", "Prims.list", "FStar.List.Tot.Base.map", "FStar.UInt8.t", "Lib.RawIntTypes.u8_from_UInt8", "Prims.Cons"...
[]
module Spec.SHA3.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" /// Test1_SHA3 let test1_plaintext : lbytes 0 = let l = List.Tot.map u8_from_UInt8 [] in assert_norm (List.Tot.length...
false
false
Spec.SHA3.Test.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 test12_plaintext_shake256:lbytes 78
[]
Spec.SHA3.Test.test12_plaintext_shake256
{ "file_name": "specs/tests/Spec.SHA3.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Lib.Sequence.lseq (Lib.IntTypes.int_t Lib.IntTypes.U8 Lib.IntTypes.SEC) 78
{ "end_col": 11, "end_line": 437, "start_col": 43, "start_line": 423 }