file_name
stringlengths
5
52
name
stringlengths
4
95
original_source_type
stringlengths
0
23k
source_type
stringlengths
9
23k
source_definition
stringlengths
9
57.9k
source
dict
source_range
dict
file_context
stringlengths
0
721k
dependencies
dict
opens_and_abbrevs
listlengths
2
94
vconfig
dict
interleaved
bool
1 class
verbose_type
stringlengths
1
7.42k
effect
stringclasses
118 values
effect_flags
listlengths
0
2
mutual_with
listlengths
0
11
ideal_premises
listlengths
0
236
proof_features
listlengths
0
1
is_simple_lemma
bool
2 classes
is_div
bool
2 classes
is_proof
bool
2 classes
is_simply_typed
bool
2 classes
is_type
bool
2 classes
partial_definition
stringlengths
5
3.99k
completed_definiton
stringlengths
1
1.63M
isa_cross_project_example
bool
1 class
FStar.DM4F.Heap.IntStoreFixed.fst
FStar.DM4F.Heap.IntStoreFixed.index
val index (h:heap) (i:id) : int
val index (h:heap) (i:id) : int
let index h i = Seq.index h i
{ "file_name": "examples/dm4free/FStar.DM4F.Heap.IntStoreFixed.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 29, "end_line": 25, "start_col": 0, "start_line": 25 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": true, "source_file": "FStar.DM4F.Heap.IntStoreFixed.fst" }
[ { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FStar.DM4F.Heap", "short_module": null }, { "abbrev": false, "full_module": "FStar.DM4F.Heap", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
h: FStar.DM4F.Heap.IntStoreFixed.heap -> i: FStar.DM4F.Heap.IntStoreFixed.id -> Prims.int
Prims.Tot
[ "total" ]
[]
[ "FStar.DM4F.Heap.IntStoreFixed.heap", "FStar.DM4F.Heap.IntStoreFixed.id", "FStar.Seq.Base.index", "Prims.int" ]
[]
false
false
false
true
false
let index h i =
Seq.index h i
false
FStar.HyperStack.All.fst
FStar.HyperStack.All.all_pre
val all_pre : Type
let all_pre = all_pre_h HyperStack.mem
{ "file_name": "ulib/FStar.HyperStack.All.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 38, "end_line": 19, "start_col": 0, "start_line": 19 }
(* Copyright 2008-2014 Nikhil Swamy and 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 appli...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.HyperStack.ST.fsti.checked", "FStar.HyperStack.fst.checked" ], "interface_file": false, "source_file": "FStar.HyperStack.All.fst" }
[ { "abbrev": false, "full_module": "FStar.HyperStack.ST", "short_module": null }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "ful...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Type
Prims.Tot
[ "total" ]
[]
[ "FStar.Pervasives.all_pre_h", "FStar.Monotonic.HyperStack.mem" ]
[]
false
false
false
true
true
let all_pre =
all_pre_h HyperStack.mem
false
FStar.DM4F.Heap.IntStoreFixed.fst
FStar.DM4F.Heap.IntStoreFixed.create
val create (x:int) : heap
val create (x:int) : heap
let create x = create #int store_size x
{ "file_name": "examples/dm4free/FStar.DM4F.Heap.IntStoreFixed.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 39, "end_line": 29, "start_col": 0, "start_line": 29 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": true, "source_file": "FStar.DM4F.Heap.IntStoreFixed.fst" }
[ { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FStar.DM4F.Heap", "short_module": null }, { "abbrev": false, "full_module": "FStar.DM4F.Heap", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: Prims.int -> FStar.DM4F.Heap.IntStoreFixed.heap
Prims.Tot
[ "total" ]
[]
[ "Prims.int", "FStar.Seq.Base.create", "FStar.DM4F.Heap.IntStoreFixed.store_size", "FStar.DM4F.Heap.IntStoreFixed.heap" ]
[]
false
false
false
true
false
let create x =
create #int store_size x
false
FStar.DM4F.Heap.IntStoreFixed.fst
FStar.DM4F.Heap.IntStoreFixed.upd
val upd (h:heap) (i:id) (x:int) : heap
val upd (h:heap) (i:id) (x:int) : heap
let upd h i x = let h1 = upd h i x in assert (length h1 = store_size) ; h1
{ "file_name": "examples/dm4free/FStar.DM4F.Heap.IntStoreFixed.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 74, "end_line": 27, "start_col": 0, "start_line": 27 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": true, "source_file": "FStar.DM4F.Heap.IntStoreFixed.fst" }
[ { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FStar.DM4F.Heap", "short_module": null }, { "abbrev": false, "full_module": "FStar.DM4F.Heap", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
h: FStar.DM4F.Heap.IntStoreFixed.heap -> i: FStar.DM4F.Heap.IntStoreFixed.id -> x: Prims.int -> FStar.DM4F.Heap.IntStoreFixed.heap
Prims.Tot
[ "total" ]
[]
[ "FStar.DM4F.Heap.IntStoreFixed.heap", "FStar.DM4F.Heap.IntStoreFixed.id", "Prims.int", "Prims.unit", "Prims._assert", "Prims.b2t", "Prims.op_Equality", "FStar.Seq.Base.length", "FStar.DM4F.Heap.IntStoreFixed.store_size", "FStar.Seq.Base.seq", "FStar.Seq.Base.upd" ]
[]
false
false
false
true
false
let upd h i x =
let h1 = upd h i x in assert (length h1 = store_size); h1
false
FStar.HyperStack.All.fst
FStar.HyperStack.All.all_post
val all_post : a: Type -> Type
let all_post (a:Type) = all_post_h HyperStack.mem a
{ "file_name": "ulib/FStar.HyperStack.All.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 52, "end_line": 21, "start_col": 0, "start_line": 21 }
(* Copyright 2008-2014 Nikhil Swamy and 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 appli...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.HyperStack.ST.fsti.checked", "FStar.HyperStack.fst.checked" ], "interface_file": false, "source_file": "FStar.HyperStack.All.fst" }
[ { "abbrev": false, "full_module": "FStar.HyperStack.ST", "short_module": null }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "ful...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Type -> Type
Prims.Tot
[ "total" ]
[]
[ "FStar.Pervasives.all_post_h", "FStar.Monotonic.HyperStack.mem" ]
[]
false
false
false
true
true
let all_post (a: Type) =
all_post_h HyperStack.mem a
false
FStar.HyperStack.All.fst
FStar.HyperStack.All.all_wp
val all_wp : a: Type -> Type
let all_wp (a:Type) = all_wp_h HyperStack.mem a
{ "file_name": "ulib/FStar.HyperStack.All.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 47, "end_line": 22, "start_col": 0, "start_line": 22 }
(* Copyright 2008-2014 Nikhil Swamy and 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 appli...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.HyperStack.ST.fsti.checked", "FStar.HyperStack.fst.checked" ], "interface_file": false, "source_file": "FStar.HyperStack.All.fst" }
[ { "abbrev": false, "full_module": "FStar.HyperStack.ST", "short_module": null }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "ful...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Type -> Type
Prims.Tot
[ "total" ]
[]
[ "FStar.Pervasives.all_wp_h", "FStar.Monotonic.HyperStack.mem" ]
[]
false
false
false
true
true
let all_wp (a: Type) =
all_wp_h HyperStack.mem a
false
FStar.HyperStack.All.fst
FStar.HyperStack.All.lift_state_all
val lift_state_all : a: Type -> wp: FStar.HyperStack.ST.st_wp a -> p: FStar.HyperStack.All.all_post a -> FStar.Pervasives.st_pre_h FStar.Monotonic.HyperStack.mem
let lift_state_all (a:Type) (wp:st_wp a) (p:all_post a) = wp (fun a -> p (V a))
{ "file_name": "ulib/FStar.HyperStack.All.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 87, "end_line": 25, "start_col": 7, "start_line": 25 }
(* Copyright 2008-2014 Nikhil Swamy and 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 appli...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.HyperStack.ST.fsti.checked", "FStar.HyperStack.fst.checked" ], "interface_file": false, "source_file": "FStar.HyperStack.All.fst" }
[ { "abbrev": false, "full_module": "FStar.HyperStack.ST", "short_module": null }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "ful...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Type -> wp: FStar.HyperStack.ST.st_wp a -> p: FStar.HyperStack.All.all_post a -> FStar.Pervasives.st_pre_h FStar.Monotonic.HyperStack.mem
Prims.Tot
[ "total" ]
[]
[ "FStar.HyperStack.ST.st_wp", "FStar.HyperStack.All.all_post", "FStar.Pervasives.V", "FStar.Monotonic.HyperStack.mem", "Prims.l_True", "FStar.Pervasives.st_pre_h" ]
[]
false
false
false
true
false
let lift_state_all (a: Type) (wp: st_wp a) (p: all_post a) =
wp (fun a -> p (V a))
false
L0Types.fst
L0Types.aliasKeyCRT_t
val aliasKeyCRT_t : Type0
val aliasKeyCRT_t : Type0
let aliasKeyCRT_t : Type0 = UInt32.t
{ "file_name": "share/steel/examples/pulse/dice/l0/L0Types.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 36, "end_line": 30, "start_col": 0, "start_line": 30 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Lib.Pervasives.fst.checked", "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": true, "source_file": "L0Types.fst" }
[ { "abbrev": false, "full_module": "Pulse.Lib.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "HACL", "short_module": null }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FSta...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Type0
Prims.Tot
[ "total" ]
[]
[ "FStar.UInt32.t" ]
[]
false
false
false
true
true
let aliasKeyCRT_t:Type0 =
UInt32.t
false
Spec.Box.Test.fst
Spec.Box.Test.test
val test : _: Prims.unit -> FStar.All.ALL Prims.bool
let test () = let pk1 : lbytes 32 = Spec.Curve25519.secret_to_public sk1 in let pk2 : lbytes 32 = Spec.Curve25519.secret_to_public sk2 in let mac_cipher = box_detached sk1 pk2 nonce plain in let (mac, cipher) = match mac_cipher with | Some p -> p | None -> (create 16 (u8 0), create 72 (u8 0)) in let dec ...
{ "file_name": "specs/tests/Spec.Box.Test.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 65, "end_line": 86, "start_col": 0, "start_line": 72 }
module Spec.Box.Test open FStar.Mul open Lib.IntTypes open Lib.RawIntTypes open Lib.Sequence open Lib.ByteSequence open Spec.Box #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" let plain : lbytes 72 = let l = List.Tot.map u8_from_UInt8 [ 0x00uy; 0x01uy; 0x02uy; 0x03uy; 0x04uy; 0x05uy; 0x06uy; 0x07uy; 0x08...
{ "checked_file": "/", "dependencies": [ "Spec.Curve25519.fst.checked", "Spec.Box.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.RawIntTypes.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.Perva...
[ { "abbrev": false, "full_module": "Spec.Box", "short_module": null }, { "abbrev": false, "full_module": "Lib.ByteSequence", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": false, "full_module": "Lib...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
_: Prims.unit -> FStar.All.ALL Prims.bool
FStar.All.ALL
[]
[]
[ "Prims.unit", "Spec.SecretBox.tag", "Lib.ByteSequence.bytes", "Prims.b2t", "Prims.op_Equality", "Prims.nat", "Lib.Sequence.length", "Lib.IntTypes.uint_t", "Lib.IntTypes.U8", "Lib.IntTypes.SEC", "Spec.Box.Test.plain", "Prims.bool", "FStar.IO.print_string", "Lib.Sequence.for_all2", "Prims....
[]
false
true
false
false
false
let test () =
let pk1:lbytes 32 = Spec.Curve25519.secret_to_public sk1 in let pk2:lbytes 32 = Spec.Curve25519.secret_to_public sk2 in let mac_cipher = box_detached sk1 pk2 nonce plain in let mac, cipher = match mac_cipher with | Some p -> p | None -> (create 16 (u8 0), create 72 (u8 0)) in let dec = box_open_detached pk1 sk2 n...
false
FStar.DM4F.Heap.IntStoreFixed.fst
FStar.DM4F.Heap.IntStoreFixed.lemma_index_create
val lemma_index_create: v:int -> i:id -> Lemma (requires True) (ensures (index (create v) i == v)) [SMTPat (index (create v) i)]
val lemma_index_create: v:int -> i:id -> Lemma (requires True) (ensures (index (create v) i == v)) [SMTPat (index (create v) i)]
let lemma_index_create v i = lemma_index_create #int store_size v i
{ "file_name": "examples/dm4free/FStar.DM4F.Heap.IntStoreFixed.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 67, "end_line": 35, "start_col": 0, "start_line": 35 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": true, "source_file": "FStar.DM4F.Heap.IntStoreFixed.fst" }
[ { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FStar.DM4F.Heap", "short_module": null }, { "abbrev": false, "full_module": "FStar.DM4F.Heap", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
v: Prims.int -> i: FStar.DM4F.Heap.IntStoreFixed.id -> FStar.Pervasives.Lemma (ensures FStar.DM4F.Heap.IntStoreFixed.index (FStar.DM4F.Heap.IntStoreFixed.create v) i == v) [SMTPat (FStar.DM4F.Heap.IntStoreFixed.index (FStar.DM4F.Heap.IntStoreFixed.create v) i)]
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Prims.int", "FStar.DM4F.Heap.IntStoreFixed.id", "FStar.Seq.Base.lemma_index_create", "FStar.DM4F.Heap.IntStoreFixed.store_size", "Prims.unit" ]
[]
true
false
true
false
false
let lemma_index_create v i =
lemma_index_create #int store_size v i
false
Hacl.Impl.Chacha20Poly1305.fst
Hacl.Impl.Chacha20Poly1305.aead_encrypt
val aead_encrypt: #w:field_spec -> aead_encrypt_st w
val aead_encrypt: #w:field_spec -> aead_encrypt_st w
let aead_encrypt #w output tag input input_len data data_len key nonce = chacha20_encrypt #w input_len output input key nonce 1ul; derive_key_poly1305_do #w key nonce data_len data input_len output tag
{ "file_name": "code/chacha20poly1305/Hacl.Impl.Chacha20Poly1305.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 72, "end_line": 173, "start_col": 0, "start_line": 171 }
module Hacl.Impl.Chacha20Poly1305 open FStar.HyperStack.All open FStar.HyperStack open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Hacl.Impl.Chacha20Poly1305.PolyCore open Hacl.Impl.Poly1305.Fields module ST = FStar.HyperStack.ST module LSeq = Lib.Sequence module BSeq = Lib.ByteSequence mo...
{ "checked_file": "/", "dependencies": [ "Spec.Poly1305.fst.checked", "Spec.Chacha20Poly1305.fst.checked", "Spec.Chacha20.fst.checked", "prims.fst.checked", "Meta.Attribute.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "L...
[ { "abbrev": true, "full_module": "Hacl.Impl.Poly1305", "short_module": "Poly" }, { "abbrev": true, "full_module": "Spec.Poly1305", "short_module": "SpecPoly" }, { "abbrev": true, "full_module": "Spec.Chacha20Poly1305", "short_module": "Spec" }, { "abbrev": true, ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "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...
false
Hacl.Impl.Chacha20Poly1305.aead_encrypt_st w
Prims.Tot
[ "total" ]
[]
[ "Hacl.Impl.Poly1305.Fields.field_spec", "Lib.Buffer.buffer", "Lib.IntTypes.uint8", "Lib.Buffer.lbuffer", "FStar.UInt32.__uint_to_t", "Lib.IntTypes.size_t", "Prims.l_and", "Prims.b2t", "Prims.op_Equality", "Prims.int", "Prims.l_or", "Prims.op_GreaterThanOrEqual", "Lib.IntTypes.range", "Lib....
[]
false
false
false
false
false
let aead_encrypt #w output tag input input_len data data_len key nonce =
chacha20_encrypt #w input_len output input key nonce 1ul; derive_key_poly1305_do #w key nonce data_len data input_len output tag
false
Even.fst
Even.prove_even
val prove_even : _: Prims.unit -> FStar.Tactics.Effect.Tac Prims.unit
let prove_even () = compute (); ignore (repeat (fun () -> apply (`Even_SS))); apply (`Even_Z)
{ "file_name": "examples/tactics/Even.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 93, "end_line": 24, "start_col": 0, "start_line": 24 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Tactics.Effect.fsti.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Even.fst" }
[ { "abbrev": false, "full_module": "FStar.Tactics.V2", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "short_module": null }, { "abbrev": false, "full_module": "FS...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
_: Prims.unit -> FStar.Tactics.Effect.Tac Prims.unit
FStar.Tactics.Effect.Tac
[]
[]
[ "Prims.unit", "FStar.Tactics.V2.Derived.apply", "FStar.Pervasives.ignore", "Prims.list", "FStar.Tactics.V2.Derived.repeat", "FStar.Tactics.V2.Derived.compute" ]
[]
false
true
false
false
false
let prove_even () =
compute (); ignore (repeat (fun () -> apply (`Even_SS))); apply (`Even_Z)
false
FStar.HyperStack.All.fst
FStar.HyperStack.All.lift_exn_all
val lift_exn_all : a: Type -> wp: FStar.Pervasives.ex_wp a -> p: FStar.HyperStack.All.all_post a -> h: FStar.Monotonic.HyperStack.mem -> FStar.Pervasives.ex_pre
let lift_exn_all (a:Type) (wp:ex_wp a) (p:all_post a) (h:HyperStack.mem) = wp (fun ra -> p ra h)
{ "file_name": "ulib/FStar.HyperStack.All.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 105, "end_line": 28, "start_col": 7, "start_line": 28 }
(* Copyright 2008-2014 Nikhil Swamy and 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 appli...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.HyperStack.ST.fsti.checked", "FStar.HyperStack.fst.checked" ], "interface_file": false, "source_file": "FStar.HyperStack.All.fst" }
[ { "abbrev": false, "full_module": "FStar.HyperStack.ST", "short_module": null }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "ful...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Type -> wp: FStar.Pervasives.ex_wp a -> p: FStar.HyperStack.All.all_post a -> h: FStar.Monotonic.HyperStack.mem -> FStar.Pervasives.ex_pre
Prims.Tot
[ "total" ]
[]
[ "FStar.Pervasives.ex_wp", "FStar.HyperStack.All.all_post", "FStar.Monotonic.HyperStack.mem", "FStar.Pervasives.result", "Prims.l_True", "FStar.Pervasives.ex_pre" ]
[]
false
false
false
true
false
let lift_exn_all (a: Type) (wp: ex_wp a) (p: all_post a) (h: HyperStack.mem) =
wp (fun ra -> p ra h)
false
Even.fst
Even.even10
val even10:even (normalize_term (nat2unary 10))
val even10:even (normalize_term (nat2unary 10))
let even10 : even (normalize_term (nat2unary 10)) = synth prove_even
{ "file_name": "examples/tactics/Even.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 68, "end_line": 26, "start_col": 0, "start_line": 26 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Tactics.Effect.fsti.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Even.fst" }
[ { "abbrev": false, "full_module": "FStar.Tactics.V2", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "short_module": null }, { "abbrev": false, "full_module": "FS...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Even.even (Even.S (Even.S (Even.S (Even.S (Even.S (Even.S (Even.S (Even.S (Even.S (Even.S Even.Z))))))))))
Prims.Tot
[ "total" ]
[]
[ "Even.Even_SS", "Even.S", "Even.Z", "Even.Even_Z" ]
[]
false
false
false
true
false
let even10:even (normalize_term (nat2unary 10)) =
FStar.Tactics.Effect.synth_by_tactic prove_even
false
FStar.DM4F.Heap.IntStoreFixed.fst
FStar.DM4F.Heap.IntStoreFixed.lemma_index_upd1
val lemma_index_upd1: s:heap -> n:id -> v:int -> Lemma (requires True) (ensures (index (upd s n v) n == v)) [SMTPat (index (upd s n v) n)]
val lemma_index_upd1: s:heap -> n:id -> v:int -> Lemma (requires True) (ensures (index (upd s n v) n == v)) [SMTPat (index (upd s n v) n)]
let lemma_index_upd1 s n v = lemma_index_upd1 #int s n v
{ "file_name": "examples/dm4free/FStar.DM4F.Heap.IntStoreFixed.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 56, "end_line": 31, "start_col": 0, "start_line": 31 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": true, "source_file": "FStar.DM4F.Heap.IntStoreFixed.fst" }
[ { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FStar.DM4F.Heap", "short_module": null }, { "abbrev": false, "full_module": "FStar.DM4F.Heap", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
s: FStar.DM4F.Heap.IntStoreFixed.heap -> n: FStar.DM4F.Heap.IntStoreFixed.id -> v: Prims.int -> FStar.Pervasives.Lemma (ensures FStar.DM4F.Heap.IntStoreFixed.index (FStar.DM4F.Heap.IntStoreFixed.upd s n v) n == v) [SMTPat (FStar.DM4F.Heap.IntStoreFixed.index (FStar.DM4F.Heap.IntStoreFixed.upd s n v) n)]
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "FStar.DM4F.Heap.IntStoreFixed.heap", "FStar.DM4F.Heap.IntStoreFixed.id", "Prims.int", "FStar.Seq.Base.lemma_index_upd1", "Prims.unit" ]
[]
true
false
true
false
false
let lemma_index_upd1 s n v =
lemma_index_upd1 #int s n v
false
Steel.ST.SeqMatch.fst
Steel.ST.SeqMatch.seq_seq_match_weaken
val seq_seq_match_weaken (#opened: _) (#t1 #t2: Type) (p p': (t1 -> t2 -> vprop)) (w: (x1: t1 -> x2: t2 -> STGhostT unit opened (p x1 x2) (fun _ -> p' x1 x2))) (c1 c1': Seq.seq t1) (c2 c2': Seq.seq t2) (i j: nat) : STGhost unit opened (seq_seq_match p c1 c2 i j)...
val seq_seq_match_weaken (#opened: _) (#t1 #t2: Type) (p p': (t1 -> t2 -> vprop)) (w: (x1: t1 -> x2: t2 -> STGhostT unit opened (p x1 x2) (fun _ -> p' x1 x2))) (c1 c1': Seq.seq t1) (c2 c2': Seq.seq t2) (i j: nat) : STGhost unit opened (seq_seq_match p c1 c2 i j)...
let seq_seq_match_weaken (#opened: _) (#t1 #t2: Type) (p p': t1 -> t2 -> vprop) (w: ((x1: t1) -> (x2: t2) -> STGhostT unit opened (p x1 x2) (fun _ -> p' x1 x2) )) (c1 c1': Seq.seq t1) (c2 c2': Seq.seq t2) (i j: nat) : STGhost unit opened (seq_seq_match p c1 c2 i j) (fun _ -> seq_seq_match p'...
{ "file_name": "lib/steel/Steel.ST.SeqMatch.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 5, "end_line": 290, "start_col": 0, "start_line": 261 }
module Steel.ST.SeqMatch include Steel.ST.OnRange open Steel.ST.GenElim module Seq = FStar.Seq module SZ = FStar.SizeT (* `seq_list_match` describes how to match a sequence of low-level values (the low-level contents of an array) with a list of high-level values. `seq_list_match` is carefully designed to be usable wi...
{ "checked_file": "/", "dependencies": [ "Steel.ST.OnRange.fsti.checked", "Steel.ST.GenElim.fsti.checked", "prims.fst.checked", "FStar.SizeT.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked" ], "interface_file": false, "source_fil...
[ { "abbrev": true, "full_module": "FStar.SizeT", "short_module": "SZ" }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "Seq" }, { "abbrev": false, "full_module": "Steel.ST.GenElim", "short_module": null }, { "abbrev": false, "full_module": "Stee...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
p: (_: t1 -> _: t2 -> Steel.Effect.Common.vprop) -> p': (_: t1 -> _: t2 -> Steel.Effect.Common.vprop) -> w: (x1: t1 -> x2: t2 -> Steel.ST.Effect.Ghost.STGhostT Prims.unit) -> c1: FStar.Seq.Base.seq t1 -> c1': FStar.Seq.Base.seq t1 -> c2: FStar.Seq.Base.seq t2 -> c2': FStar.Seq.Base.seq t2 -...
Steel.ST.Effect.Ghost.STGhost
[]
[]
[ "Steel.Memory.inames", "Steel.Effect.Common.vprop", "Prims.unit", "FStar.Seq.Base.seq", "Prims.nat", "Steel.ST.OnRange.on_range_weaken", "Steel.ST.SeqMatch.seq_seq_match_item", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_LessThan", "Steel.ST.Util.rewrite", "FStar.Seq.Ba...
[]
false
true
false
false
false
let seq_seq_match_weaken (#opened: _) (#t1 #t2: Type) (p p': (t1 -> t2 -> vprop)) (w: (x1: t1 -> x2: t2 -> STGhostT unit opened (p x1 x2) (fun _ -> p' x1 x2))) (c1 c1': Seq.seq t1) (c2 c2': Seq.seq t2) (i j: nat) : STGhost unit opened (seq_seq_match p c1 c2 i j)...
on_range_weaken (seq_seq_match_item p c1 c2) (seq_seq_match_item p' c1' c2') i j (fun k -> rewrite (seq_seq_match_item p c1 c2 k) (p (Seq.index (Seq.slice c1 i j) (k - i)) (Seq.index (Seq.slice c2 i j) (k - i))); w _ _; rewrite (p' _ _) (seq_seq_match_item p' c1' c2' k))
false
FStar.Array.fsti
FStar.Array.contains
val contains (#a: Type0) (h: heap) (s: array a) : Type0
val contains (#a: Type0) (h: heap) (s: array a) : Type0
let contains (#a:Type0) (h:heap) (s:array a) : Type0 = Heap.contains h (as_ref s)
{ "file_name": "ulib/legacy/FStar.Array.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 81, "end_line": 37, "start_col": 0, "start_line": 37 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.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_file": "FStar.Array.fsti"...
[ { "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", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
h: FStar.Monotonic.Heap.heap -> s: FStar.Array.array a -> Type0
Prims.Tot
[ "total" ]
[]
[ "FStar.Monotonic.Heap.heap", "FStar.Array.array", "FStar.Monotonic.Heap.contains", "FStar.Seq.Base.seq", "FStar.Heap.trivial_preorder", "FStar.Array.as_ref" ]
[]
false
false
false
true
true
let contains (#a: Type0) (h: heap) (s: array a) : Type0 =
Heap.contains h (as_ref s)
false
FStar.DM4F.Heap.IntStoreFixed.fst
FStar.DM4F.Heap.IntStoreFixed.lemma_index_upd2
val lemma_index_upd2: s:heap -> n:id -> v:int -> i:id{i<>n} -> Lemma (requires True) (ensures (index (upd s n v) i == index s i)) [SMTPat (index (upd s n v) i)]
val lemma_index_upd2: s:heap -> n:id -> v:int -> i:id{i<>n} -> Lemma (requires True) (ensures (index (upd s n v) i == index s i)) [SMTPat (index (upd s n v) i)]
let lemma_index_upd2 s n v i = lemma_index_upd2 #int s n v i
{ "file_name": "examples/dm4free/FStar.DM4F.Heap.IntStoreFixed.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 60, "end_line": 33, "start_col": 0, "start_line": 33 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": true, "source_file": "FStar.DM4F.Heap.IntStoreFixed.fst" }
[ { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FStar.DM4F.Heap", "short_module": null }, { "abbrev": false, "full_module": "FStar.DM4F.Heap", "short_module": null }, { "abbrev": false, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
s: FStar.DM4F.Heap.IntStoreFixed.heap -> n: FStar.DM4F.Heap.IntStoreFixed.id -> v: Prims.int -> i: FStar.DM4F.Heap.IntStoreFixed.id{i <> n} -> FStar.Pervasives.Lemma (ensures FStar.DM4F.Heap.IntStoreFixed.index (FStar.DM4F.Heap.IntStoreFixed.upd s n v) i == FStar.DM4F.Heap.IntSt...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "FStar.DM4F.Heap.IntStoreFixed.heap", "FStar.DM4F.Heap.IntStoreFixed.id", "Prims.int", "Prims.b2t", "Prims.op_disEquality", "FStar.Seq.Base.lemma_index_upd2", "Prims.unit" ]
[]
true
false
true
false
false
let lemma_index_upd2 s n v i =
lemma_index_upd2 #int s n v i
false
FStar.Array.fsti
FStar.Array.sel
val sel (#a: Type0) (h: heap) (s: array a) : GTot (seq a)
val sel (#a: Type0) (h: heap) (s: array a) : GTot (seq a)
let sel (#a:Type0) (h:heap) (s:array a) : GTot (seq a) = Heap.sel h (as_ref s)
{ "file_name": "ulib/legacy/FStar.Array.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 78, "end_line": 35, "start_col": 0, "start_line": 35 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.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_file": "FStar.Array.fsti"...
[ { "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", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
h: FStar.Monotonic.Heap.heap -> s: FStar.Array.array a -> Prims.GTot (FStar.Seq.Base.seq a)
Prims.GTot
[ "sometrivial" ]
[]
[ "FStar.Monotonic.Heap.heap", "FStar.Array.array", "FStar.Monotonic.Heap.sel", "FStar.Seq.Base.seq", "FStar.Heap.trivial_preorder", "FStar.Array.as_ref" ]
[]
false
false
false
false
false
let sel (#a: Type0) (h: heap) (s: array a) : GTot (seq a) =
Heap.sel h (as_ref s)
false
Hacl.Impl.Chacha20Poly1305.fst
Hacl.Impl.Chacha20Poly1305.aead_encrypt_st
val aead_encrypt_st : w: Hacl.Impl.Poly1305.Fields.field_spec -> Type0
let aead_encrypt_st (w:field_spec) = output:buffer uint8 -> tag:lbuffer uint8 16ul -> input:buffer uint8 -> input_len:size_t { length input = v input_len /\ length output = v input_len } -> data:buffer uint8 -> data_len:size_t { length data = v data_len } -> key:lbuffer uint8 32ul -> nonce:lbuffer uin...
{ "file_name": "code/chacha20poly1305/Hacl.Impl.Chacha20Poly1305.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 148, "end_line": 165, "start_col": 0, "start_line": 145 }
module Hacl.Impl.Chacha20Poly1305 open FStar.HyperStack.All open FStar.HyperStack open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Hacl.Impl.Chacha20Poly1305.PolyCore open Hacl.Impl.Poly1305.Fields module ST = FStar.HyperStack.ST module LSeq = Lib.Sequence module BSeq = Lib.ByteSequence mo...
{ "checked_file": "/", "dependencies": [ "Spec.Poly1305.fst.checked", "Spec.Chacha20Poly1305.fst.checked", "Spec.Chacha20.fst.checked", "prims.fst.checked", "Meta.Attribute.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "L...
[ { "abbrev": true, "full_module": "Hacl.Impl.Poly1305", "short_module": "Poly" }, { "abbrev": true, "full_module": "Spec.Poly1305", "short_module": "SpecPoly" }, { "abbrev": true, "full_module": "Spec.Chacha20Poly1305", "short_module": "Spec" }, { "abbrev": true, ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "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...
false
w: Hacl.Impl.Poly1305.Fields.field_spec -> Type0
Prims.Tot
[ "total" ]
[]
[ "Hacl.Impl.Poly1305.Fields.field_spec", "Lib.Buffer.buffer", "Lib.IntTypes.uint8", "Lib.Buffer.lbuffer", "FStar.UInt32.__uint_to_t", "Lib.IntTypes.size_t", "Prims.l_and", "Prims.b2t", "Prims.op_Equality", "Prims.int", "Prims.l_or", "Prims.op_GreaterThanOrEqual", "Lib.IntTypes.range", "Lib....
[]
false
false
false
true
true
let aead_encrypt_st (w: field_spec) =
output: buffer uint8 -> tag: lbuffer uint8 16ul -> input: buffer uint8 -> input_len: size_t{length input = v input_len /\ length output = v input_len} -> data: buffer uint8 -> data_len: size_t{length data = v data_len} -> key: lbuffer uint8 32ul -> nonce: lbuffer uint8 12ul -> Stack u...
false
FStar.Array.fsti
FStar.Array.addr_of
val addr_of (#a: Type0) (arr: array a) : GTot nat
val addr_of (#a: Type0) (arr: array a) : GTot nat
let addr_of (#a:Type0) (arr:array a) : GTot nat = addr_of (as_ref arr)
{ "file_name": "ulib/legacy/FStar.Array.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 70, "end_line": 43, "start_col": 0, "start_line": 43 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.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_file": "FStar.Array.fsti"...
[ { "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", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
arr: FStar.Array.array a -> Prims.GTot Prims.nat
Prims.GTot
[ "sometrivial" ]
[]
[ "FStar.Array.array", "FStar.Ref.addr_of", "FStar.Seq.Base.seq", "FStar.Array.as_ref", "Prims.nat" ]
[]
false
false
false
false
false
let addr_of (#a: Type0) (arr: array a) : GTot nat =
addr_of (as_ref arr)
false
FStar.Array.fsti
FStar.Array.heap_upd
val heap_upd (#a: Type0) (h: heap) (r: array a) (v: seq a) : GTot heap
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 = Heap.upd h (as_ref r) v
{ "file_name": "ulib/legacy/FStar.Array.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 92, "end_line": 41, "start_col": 0, "start_line": 41 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.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_file": "FStar.Array.fsti"...
[ { "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", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
h: FStar.Monotonic.Heap.heap -> r: FStar.Array.array a -> v: FStar.Seq.Base.seq a -> Prims.GTot FStar.Monotonic.Heap.heap
Prims.GTot
[ "sometrivial" ]
[]
[ "FStar.Monotonic.Heap.heap", "FStar.Array.array", "FStar.Seq.Base.seq", "FStar.Monotonic.Heap.upd", "FStar.Heap.trivial_preorder", "FStar.Array.as_ref" ]
[]
false
false
false
false
false
let heap_upd (#a: Type0) (h: heap) (r: array a) (v: seq a) : GTot heap =
Heap.upd h (as_ref r) v
false
FStar.Array.fsti
FStar.Array.unused_in
val unused_in (#a: Type0) (arr: array a) (h: heap) : Type0
val unused_in (#a: Type0) (arr: array a) (h: heap) : Type0
let unused_in (#a:Type0) (arr:array a) (h:heap) : Type0 = Heap.unused_in (as_ref arr) h
{ "file_name": "ulib/legacy/FStar.Array.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 87, "end_line": 39, "start_col": 0, "start_line": 39 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.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_file": "FStar.Array.fsti"...
[ { "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", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
arr: FStar.Array.array a -> h: FStar.Monotonic.Heap.heap -> Type0
Prims.Tot
[ "total" ]
[]
[ "FStar.Array.array", "FStar.Monotonic.Heap.heap", "FStar.Monotonic.Heap.unused_in", "FStar.Seq.Base.seq", "FStar.Heap.trivial_preorder", "FStar.Array.as_ref" ]
[]
false
false
false
true
true
let unused_in (#a: Type0) (arr: array a) (h: heap) : Type0 =
Heap.unused_in (as_ref arr) h
false
Hacl.Impl.Chacha20Poly1305.fst
Hacl.Impl.Chacha20Poly1305.aead_decrypt_st
val aead_decrypt_st : w: Hacl.Impl.Poly1305.Fields.field_spec -> Type0
let aead_decrypt_st (w:field_spec) = output:buffer uint8 -> input:buffer uint8 -> input_len:size_t { length input = v input_len /\ length output = v input_len } -> data:buffer uint8 -> data_len:size_t { length data = v data_len } -> key:lbuffer uint8 32ul -> nonce:lbuffer uint8 12ul -> tag:lbuffer uin...
{ "file_name": "code/chacha20poly1305/Hacl.Impl.Chacha20Poly1305.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 3, "end_line": 198, "start_col": 0, "start_line": 178 }
module Hacl.Impl.Chacha20Poly1305 open FStar.HyperStack.All open FStar.HyperStack open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Hacl.Impl.Chacha20Poly1305.PolyCore open Hacl.Impl.Poly1305.Fields module ST = FStar.HyperStack.ST module LSeq = Lib.Sequence module BSeq = Lib.ByteSequence mo...
{ "checked_file": "/", "dependencies": [ "Spec.Poly1305.fst.checked", "Spec.Chacha20Poly1305.fst.checked", "Spec.Chacha20.fst.checked", "prims.fst.checked", "Meta.Attribute.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "L...
[ { "abbrev": true, "full_module": "Hacl.Impl.Poly1305", "short_module": "Poly" }, { "abbrev": true, "full_module": "Spec.Poly1305", "short_module": "SpecPoly" }, { "abbrev": true, "full_module": "Spec.Chacha20Poly1305", "short_module": "Spec" }, { "abbrev": true, ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "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...
false
w: Hacl.Impl.Poly1305.Fields.field_spec -> Type0
Prims.Tot
[ "total" ]
[]
[ "Hacl.Impl.Poly1305.Fields.field_spec", "Lib.Buffer.buffer", "Lib.IntTypes.uint8", "Lib.IntTypes.size_t", "Prims.l_and", "Prims.b2t", "Prims.op_Equality", "Prims.int", "Prims.l_or", "Prims.op_GreaterThanOrEqual", "Lib.IntTypes.range", "Lib.IntTypes.U32", "Lib.Buffer.length", "Lib.Buffer.MU...
[]
false
false
false
true
true
let aead_decrypt_st (w: field_spec) =
output: buffer uint8 -> input: buffer uint8 -> input_len: size_t{length input = v input_len /\ length output = v input_len} -> data: buffer uint8 -> data_len: size_t{length data = v data_len} -> key: lbuffer uint8 32ul -> nonce: lbuffer uint8 12ul -> tag: lbuffer uint8 16ul -> Stack U...
false
Even.fst
Even.nat2unary
val nat2unary (n: nat) : Tot unat
val nat2unary (n: nat) : Tot unat
let rec nat2unary (n: nat) : Tot unat = if n = 0 then Z else S (nat2unary (n - 1))
{ "file_name": "examples/tactics/Even.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 82, "end_line": 21, "start_col": 0, "start_line": 21 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Tactics.Effect.fsti.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "Even.fst" }
[ { "abbrev": false, "full_module": "FStar.Tactics.V2", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "short_module": null }, { "abbrev": false, "full_module": "FS...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
n: Prims.nat -> Even.unat
Prims.Tot
[ "total" ]
[]
[ "Prims.nat", "Prims.op_Equality", "Prims.int", "Even.Z", "Prims.bool", "Even.S", "Even.nat2unary", "Prims.op_Subtraction", "Even.unat" ]
[ "recursion" ]
false
false
false
true
false
let rec nat2unary (n: nat) : Tot unat =
if n = 0 then Z else S (nat2unary (n - 1))
false
FStar.Array.fsti
FStar.Array.create_post
val create_post: #a: Type0 -> s: seq a -> heap -> array a -> heap -> Type0
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 = fun h0 x h1 -> x `unused_in` h0 /\ contains h1 x /\ modifies Set.empty h0 h1 /\ sel h1 x== s
{ "file_name": "ulib/legacy/FStar.Array.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 14, "end_line": 60, "start_col": 7, "start_line": 54 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.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_file": "FStar.Array.fsti"...
[ { "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", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
s: FStar.Seq.Base.seq a -> _: FStar.Monotonic.Heap.heap -> _: FStar.Array.array a -> _: FStar.Monotonic.Heap.heap -> Type0
Prims.Tot
[ "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" ]
[]
false
false
false
true
true
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
false
FStar.Array.fsti
FStar.Array.only
val only (#a: Type0) (arr: array a) : GTot (Set.set nat)
val only (#a: Type0) (arr: array a) : GTot (Set.set nat)
let only (#a:Type0) (arr:array a) : GTot (Set.set nat) = Set.singleton (addr_of arr)
{ "file_name": "ulib/legacy/FStar.Array.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 84, "end_line": 45, "start_col": 0, "start_line": 45 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.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_file": "FStar.Array.fsti"...
[ { "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", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
arr: FStar.Array.array a -> Prims.GTot (FStar.Set.set Prims.nat)
Prims.GTot
[ "sometrivial" ]
[]
[ "FStar.Array.array", "FStar.Set.singleton", "Prims.nat", "FStar.Array.addr_of", "FStar.Set.set" ]
[]
false
false
false
false
false
let only (#a: Type0) (arr: array a) : GTot (Set.set nat) =
Set.singleton (addr_of arr)
false
Hacl.Spec.K256.Field52.Lemmas4.fst
Hacl.Spec.K256.Field52.Lemmas4.lemma_fmul_simplify
val lemma_fmul_simplify (r0 r1 r2 r3 r4 c3 c6 c9 c11 d4 d8 d10 d11 t3 a0 a1 a2 a3 a4 b0 b1 b2 b3 b4:nat) : Lemma (requires ( let r = 0x1000003D10 in let sum0 = a0 * b0 in let sum1 = a0 * b1 + a1 * b0 in let sum2 = a0 * b2 + a1 * b1 + a2 * b0 in let sum3 = a0 * b3 + a1 * b2 + a2 * b1 + a3 * b0...
val lemma_fmul_simplify (r0 r1 r2 r3 r4 c3 c6 c9 c11 d4 d8 d10 d11 t3 a0 a1 a2 a3 a4 b0 b1 b2 b3 b4:nat) : Lemma (requires ( let r = 0x1000003D10 in let sum0 = a0 * b0 in let sum1 = a0 * b1 + a1 * b0 in let sum2 = a0 * b2 + a1 * b1 + a2 * b0 in let sum3 = a0 * b3 + a1 * b2 + a2 * b1 + a3 * b0...
let lemma_fmul_simplify r0 r1 r2 r3 r4 c3 c6 c9 c11 d4 d8 d10 d11 t3 a0 a1 a2 a3 a4 b0 b1 b2 b3 b4 = let r = 0x1000003D10 in let sum0 = a0 * b0 in let sum1 = a0 * b1 + a1 * b0 in let sum2 = a0 * b2 + a1 * b1 + a2 * b0 in let sum3 = a0 * b3 + a1 * b2 + a2 * b1 + a3 * b0 in let sum4 = a0 * b4 + a1 * b3 + a2 *...
{ "file_name": "code/k256/Hacl.Spec.K256.Field52.Lemmas4.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 45, "end_line": 399, "start_col": 0, "start_line": 385 }
module Hacl.Spec.K256.Field52.Lemmas4 open FStar.Mul open Lib.IntTypes module S = Spec.K256 include Hacl.Spec.K256.Field52.Definitions include Hacl.Spec.K256.Field52 module ML = Hacl.Spec.K256.MathLemmas module LD = Hacl.Spec.K256.Field52.Definitions.Lemmas #set-options "--z3rlimit 100 --fuel 0 --ifuel 0" val lem...
{ "checked_file": "/", "dependencies": [ "Spec.K256.fst.checked", "prims.fst.checked", "Lib.IntTypes.fsti.checked", "Hacl.Spec.K256.MathLemmas.fst.checked", "Hacl.Spec.K256.Field52.Definitions.Lemmas.fst.checked", "Hacl.Spec.K256.Field52.Definitions.fst.checked", "Hacl.Spec.K256.Field52....
[ { "abbrev": true, "full_module": "Hacl.Spec.K256.Field52.Definitions.Lemmas", "short_module": "LD" }, { "abbrev": true, "full_module": "Hacl.Spec.K256.MathLemmas", "short_module": "ML" }, { "abbrev": false, "full_module": "Hacl.Spec.K256.Field52", "short_module": null }...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
r0: Prims.nat -> r1: Prims.nat -> r2: Prims.nat -> r3: Prims.nat -> r4: Prims.nat -> c3: Prims.nat -> c6: Prims.nat -> c9: Prims.nat -> c11: Prims.nat -> d4: Prims.nat -> d8: Prims.nat -> d10: Prims.nat -> d11: Prims.nat -> t3: Prims.nat -> a0: Prims.nat -> ...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Prims.nat", "Hacl.Spec.K256.Field52.Lemmas4.lemma_fmul_ab", "Prims.unit", "Hacl.Spec.K256.Field52.Lemmas4.lemma_nat_r43210_mod_prime", "Hacl.Spec.K256.Field52.Lemmas4.lemma_nat_r43210", "Prims.int", "FStar.Mul.op_Star", "Prims.op_Addition" ]
[]
true
false
true
false
false
let lemma_fmul_simplify r0 r1 r2 r3 r4 c3 c6 c9 c11 d4 d8 d10 d11 t3 a0 a1 a2 a3 a4 b0 b1 b2 b3 b4 =
let r = 0x1000003D10 in let sum0 = a0 * b0 in let sum1 = a0 * b1 + a1 * b0 in let sum2 = a0 * b2 + a1 * b1 + a2 * b0 in let sum3 = a0 * b3 + a1 * b2 + a2 * b1 + a3 * b0 in let sum4 = a0 * b4 + a1 * b3 + a2 * b2 + a3 * b1 + a4 * b0 in let sum5 = a1 * b4 + a2 * b3 + a3 * b2 + a4 * b1 in let sum6 = a2 * b4 + a3 * b3 + a4 ...
false
While.fst
While.interpret_binop
val interpret_binop : o:binop -> a:int -> b:int -> Tot int
val interpret_binop : o:binop -> a:int -> b:int -> Tot int
let interpret_binop o a b = match o with | Plus -> a + b | Minus -> a - b | Times -> op_Multiply a b | Max -> if a <= b then b else a
{ "file_name": "examples/rel/While.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 36, "end_line": 34, "start_col": 0, "start_line": 29 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.ST.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Heap.fst.checked" ], "interface_file": false, "source_file": "While.fst" }
[ { "abbrev": false, "full_module": "FStar.ST", "short_module": null }, { "abbrev": false, "full_module": "FStar.Heap", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
o: While.binop -> a: Prims.int -> b: Prims.int -> Prims.int
Prims.Tot
[ "total" ]
[]
[ "While.binop", "Prims.int", "Prims.op_Addition", "Prims.op_Subtraction", "Prims.op_Multiply", "Prims.op_LessThanOrEqual", "Prims.bool" ]
[]
false
false
false
true
false
let interpret_binop o a b =
match o with | Plus -> a + b | Minus -> a - b | Times -> op_Multiply a b | Max -> if a <= b then b else a
false
While.fst
While.interpret_exp
val interpret_exp : h:heap -> e:exp -> GTot int
val interpret_exp : h:heap -> e:exp -> GTot int
let rec interpret_exp h e = match e with | AInt i -> i | AVar x -> sel h x | AOp o e1 e2 -> let a = interpret_exp h e1 in let b = interpret_exp h e2 in interpret_binop o a b
{ "file_name": "examples/rel/While.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 25, "end_line": 49, "start_col": 0, "start_line": 42 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.ST.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Heap.fst.checked" ], "interface_file": false, "source_file": "While.fst" }
[ { "abbrev": false, "full_module": "FStar.ST", "short_module": null }, { "abbrev": false, "full_module": "FStar.Heap", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
h: FStar.Monotonic.Heap.heap -> e: While.exp -> Prims.GTot Prims.int
Prims.GTot
[ "sometrivial" ]
[]
[ "FStar.Monotonic.Heap.heap", "While.exp", "Prims.int", "While.id", "FStar.Monotonic.Heap.sel", "FStar.Heap.trivial_preorder", "While.binop", "While.interpret_binop", "While.interpret_exp" ]
[ "recursion" ]
false
false
false
false
false
let rec interpret_exp h e =
match e with | AInt i -> i | AVar x -> sel h x | AOp o e1 e2 -> let a = interpret_exp h e1 in let b = interpret_exp h e2 in interpret_binop o a b
false
While.fst
While.decr_while
val decr_while : heap -> com -> GTot int
val decr_while : heap -> com -> GTot int
let decr_while h c = match c with | While c b v -> let tmp = interpret_exp h v in if tmp < 0 then 0 else tmp | _ -> 0
{ "file_name": "examples/rel/While.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 10, "end_line": 73, "start_col": 0, "start_line": 68 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.ST.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Heap.fst.checked" ], "interface_file": false, "source_file": "While.fst" }
[ { "abbrev": false, "full_module": "FStar.ST", "short_module": null }, { "abbrev": false, "full_module": "FStar.Heap", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
h: FStar.Monotonic.Heap.heap -> c: While.com -> Prims.GTot Prims.int
Prims.GTot
[ "sometrivial" ]
[]
[ "FStar.Monotonic.Heap.heap", "While.com", "While.exp", "While.variant", "Prims.op_LessThan", "Prims.bool", "Prims.int", "While.interpret_exp" ]
[]
false
false
false
false
false
let decr_while h c =
match c with | While c b v -> let tmp = interpret_exp h v in if tmp < 0 then 0 else tmp | _ -> 0
false
Hacl.Spec.K256.Field52.Lemmas4.fst
Hacl.Spec.K256.Field52.Lemmas4.lemma_nat_r4321
val lemma_nat_r4321 (r1 r2 r3 r4 c6 c9 c11 d4 d10 d11 t3 r sum2:nat) : Lemma (requires d11 = d10 / pow2 64 /\ r1 = c6 % pow2 52 /\ c9 = c6 / pow2 52 + sum2 + r * (d10 % pow2 64) /\ r2 = c9 % pow2 52 /\ c11 = c9 / pow2 52 + r * pow2 12 * d11 + t3 /\ r3 = c11 % pow2 52 /\ r4 = c11 / pow2 52 + (d4 % pow2...
val lemma_nat_r4321 (r1 r2 r3 r4 c6 c9 c11 d4 d10 d11 t3 r sum2:nat) : Lemma (requires d11 = d10 / pow2 64 /\ r1 = c6 % pow2 52 /\ c9 = c6 / pow2 52 + sum2 + r * (d10 % pow2 64) /\ r2 = c9 % pow2 52 /\ c11 = c9 / pow2 52 + r * pow2 12 * d11 + t3 /\ r3 = c11 % pow2 52 /\ r4 = c11 / pow2 52 + (d4 % pow2...
let lemma_nat_r4321 r1 r2 r3 r4 c6 c9 c11 d4 d10 d11 t3 r sum2 = let k = d4 % pow2 48 in let tmp1 = t3 * pow2 52 + k * pow2 104 in calc (==) { ((r4 * pow2 52 + r3) * pow2 52 + r2) * pow2 52 + r1; (==) { lemma_nat_r432 r2 r3 r4 c9 c11 d4 d11 t3 r } (c9 + r * d11 * pow2 64 + tmp1) * pow2 52 + r1; (...
{ "file_name": "code/k256/Hacl.Spec.K256.Field52.Lemmas4.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 5, "end_line": 73, "start_col": 0, "start_line": 53 }
module Hacl.Spec.K256.Field52.Lemmas4 open FStar.Mul open Lib.IntTypes module S = Spec.K256 include Hacl.Spec.K256.Field52.Definitions include Hacl.Spec.K256.Field52 module ML = Hacl.Spec.K256.MathLemmas module LD = Hacl.Spec.K256.Field52.Definitions.Lemmas #set-options "--z3rlimit 100 --fuel 0 --ifuel 0" val lem...
{ "checked_file": "/", "dependencies": [ "Spec.K256.fst.checked", "prims.fst.checked", "Lib.IntTypes.fsti.checked", "Hacl.Spec.K256.MathLemmas.fst.checked", "Hacl.Spec.K256.Field52.Definitions.Lemmas.fst.checked", "Hacl.Spec.K256.Field52.Definitions.fst.checked", "Hacl.Spec.K256.Field52....
[ { "abbrev": true, "full_module": "Hacl.Spec.K256.Field52.Definitions.Lemmas", "short_module": "LD" }, { "abbrev": true, "full_module": "Hacl.Spec.K256.MathLemmas", "short_module": "ML" }, { "abbrev": false, "full_module": "Hacl.Spec.K256.Field52", "short_module": null }...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
r1: Prims.nat -> r2: Prims.nat -> r3: Prims.nat -> r4: Prims.nat -> c6: Prims.nat -> c9: Prims.nat -> c11: Prims.nat -> d4: Prims.nat -> d10: Prims.nat -> d11: Prims.nat -> t3: Prims.nat -> r: Prims.nat -> sum2: Prims.nat -> FStar.Pervasives.Lemma (requires ...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Prims.nat", "FStar.Calc.calc_finish", "Prims.int", "Prims.eq2", "Prims.op_Addition", "FStar.Mul.op_Star", "Prims.pow2", "Prims.Cons", "FStar.Preorder.relation", "Prims.Nil", "Prims.unit", "FStar.Calc.calc_step", "Prims.op_Division", "Prims.op_Modulus", "FStar.Calc.calc_init", "FStar.C...
[]
false
false
true
false
false
let lemma_nat_r4321 r1 r2 r3 r4 c6 c9 c11 d4 d10 d11 t3 r sum2 =
let k = d4 % pow2 48 in let tmp1 = t3 * pow2 52 + k * pow2 104 in calc ( == ) { ((r4 * pow2 52 + r3) * pow2 52 + r2) * pow2 52 + r1; ( == ) { lemma_nat_r432 r2 r3 r4 c9 c11 d4 d11 t3 r } (c9 + (r * d11) * pow2 64 + tmp1) * pow2 52 + r1; ( == ) { () } (c6 / pow2 52 + sum2 + r * (d10 % pow2 64) + (r * d11) * po...
false
While.fst
While.interpret_exp_st
val interpret_exp_st : e:exp -> ST int (requires (fun _ -> True)) (ensures (fun h r h' -> equal h h' /\ r = interpret_exp h e))
val interpret_exp_st : e:exp -> ST int (requires (fun _ -> True)) (ensures (fun h r h' -> equal h h' /\ r = interpret_exp h e))
let rec interpret_exp_st e = match e with | AInt i -> i | AVar x -> !x | AOp o e1 e2 -> let a = interpret_exp_st e1 in let b = interpret_exp_st e2 in interpret_binop o a b
{ "file_name": "examples/rel/While.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 25, "end_line": 124, "start_col": 0, "start_line": 117 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.ST.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Heap.fst.checked" ], "interface_file": false, "source_file": "While.fst" }
[ { "abbrev": false, "full_module": "FStar.ST", "short_module": null }, { "abbrev": false, "full_module": "FStar.Heap", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
e: While.exp -> FStar.ST.ST Prims.int
FStar.ST.ST
[]
[]
[ "While.exp", "Prims.int", "While.id", "FStar.ST.op_Bang", "FStar.Heap.trivial_preorder", "While.binop", "While.interpret_binop", "While.interpret_exp_st" ]
[ "recursion" ]
false
true
false
false
false
let rec interpret_exp_st e =
match e with | AInt i -> i | AVar x -> !x | AOp o e1 e2 -> let a = interpret_exp_st e1 in let b = interpret_exp_st e2 in interpret_binop o a b
false
Hacl.Spec.K256.Field52.Lemmas4.fst
Hacl.Spec.K256.Field52.Lemmas4.simplify_c3
val simplify_c3 (d4 r sum5:nat) : Lemma (requires r % pow2 4 = 0) (ensures (let k = (d4 / pow2 52 + sum5) % pow2 52 in ((d4 % pow2 52) / pow2 48 + k * pow2 4) * (r / pow2 4) == (d4 / pow2 48) * (r / pow2 4) + (k - (d4 / pow2 52)) * r))
val simplify_c3 (d4 r sum5:nat) : Lemma (requires r % pow2 4 = 0) (ensures (let k = (d4 / pow2 52 + sum5) % pow2 52 in ((d4 % pow2 52) / pow2 48 + k * pow2 4) * (r / pow2 4) == (d4 / pow2 48) * (r / pow2 4) + (k - (d4 / pow2 52)) * r))
let simplify_c3 d4 r sum5 = let k = (d4 / pow2 52 + sum5) % pow2 52 in calc (==) { //simplify c3 ((d4 % pow2 52) / pow2 48 + k * pow2 4) * (r / pow2 4); (==) { Math.Lemmas.pow2_modulo_division_lemma_1 d4 48 52 } ((d4 / pow2 48) % pow2 4 + k * pow2 4) * (r / pow2 4); (==) { Math.Lemmas.euclidean_div...
{ "file_name": "code/k256/Hacl.Spec.K256.Field52.Lemmas4.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 3, "end_line": 142, "start_col": 0, "start_line": 125 }
module Hacl.Spec.K256.Field52.Lemmas4 open FStar.Mul open Lib.IntTypes module S = Spec.K256 include Hacl.Spec.K256.Field52.Definitions include Hacl.Spec.K256.Field52 module ML = Hacl.Spec.K256.MathLemmas module LD = Hacl.Spec.K256.Field52.Definitions.Lemmas #set-options "--z3rlimit 100 --fuel 0 --ifuel 0" val lem...
{ "checked_file": "/", "dependencies": [ "Spec.K256.fst.checked", "prims.fst.checked", "Lib.IntTypes.fsti.checked", "Hacl.Spec.K256.MathLemmas.fst.checked", "Hacl.Spec.K256.Field52.Definitions.Lemmas.fst.checked", "Hacl.Spec.K256.Field52.Definitions.fst.checked", "Hacl.Spec.K256.Field52....
[ { "abbrev": true, "full_module": "Hacl.Spec.K256.Field52.Definitions.Lemmas", "short_module": "LD" }, { "abbrev": true, "full_module": "Hacl.Spec.K256.MathLemmas", "short_module": "ML" }, { "abbrev": false, "full_module": "Hacl.Spec.K256.Field52", "short_module": null }...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
d4: Prims.nat -> r: Prims.nat -> sum5: Prims.nat -> FStar.Pervasives.Lemma (requires r % Prims.pow2 4 = 0) (ensures (let k = (d4 / Prims.pow2 52 + sum5) % Prims.pow2 52 in (d4 % Prims.pow2 52 / Prims.pow2 48 + k * Prims.pow2 4) * (r / Prims.pow2 4) == (d4 / Prims.pow2 48) * (r / Prim...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Prims.nat", "FStar.Calc.calc_finish", "Prims.int", "Prims.eq2", "FStar.Mul.op_Star", "Prims.op_Addition", "Prims.op_Division", "Prims.op_Modulus", "Prims.pow2", "Prims.op_Subtraction", "Prims.Cons", "FStar.Preorder.relation", "Prims.Nil", "Prims.unit", "FStar.Calc.calc_step", "FStar.C...
[]
false
false
true
false
false
let simplify_c3 d4 r sum5 =
let k = (d4 / pow2 52 + sum5) % pow2 52 in calc ( == ) { ((d4 % pow2 52) / pow2 48 + k * pow2 4) * (r / pow2 4); ( == ) { Math.Lemmas.pow2_modulo_division_lemma_1 d4 48 52 } ((d4 / pow2 48) % pow2 4 + k * pow2 4) * (r / pow2 4); ( == ) { Math.Lemmas.euclidean_division_definition (d4 / pow2 48) (pow2 4) } (d4 ...
false
While.fst
While.interpret_com
val interpret_com : h:heap -> c:com -> GTot (option heap) (decreases %[c; decr_while h c; 1])
val interpret_com : h:heap -> c:com -> GTot (option heap) (decreases %[c; decr_while h c; 1])
let rec interpret_while h (While e body v) = if interpret_exp h e = 0 then Some h else match interpret_com h body with | Some h' -> if interpret_exp h' v < interpret_exp h v && interpret_exp h' v >= 0 then interpret_while h' (While e body v) else None | None -> None and ...
{ "file_name": "examples/rel/While.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 23, "end_line": 112, "start_col": 0, "start_line": 84 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.ST.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Heap.fst.checked" ], "interface_file": false, "source_file": "While.fst" }
[ { "abbrev": false, "full_module": "FStar.ST", "short_module": null }, { "abbrev": false, "full_module": "FStar.Heap", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
h: FStar.Monotonic.Heap.heap -> c: While.com -> Prims.GTot (FStar.Pervasives.Native.option FStar.Monotonic.Heap.heap)
Prims.GTot
[ "sometrivial", "" ]
[ "interpret_while", "interpret_com" ]
[ "FStar.Monotonic.Heap.heap", "While.com", "FStar.Pervasives.Native.Some", "While.id", "While.exp", "FStar.Monotonic.Heap.upd", "Prims.int", "FStar.Heap.trivial_preorder", "While.interpret_exp", "While.interpret_com", "FStar.Pervasives.Native.None", "FStar.Pervasives.Native.option", "Prims.op...
[ "mutual recursion" ]
false
false
false
false
false
let rec interpret_com h c =
match c with | Skip -> Some h | Assign x e -> let v = interpret_exp h e in Some (upd h x v) | Seq c1 c2 -> (match interpret_com h c1 with | Some h' -> interpret_com h' c2 | None -> None) | If e ct cf -> if interpret_exp h e = 0 then interpret_com h cf else interpret_com h ct | While e body v -> interpret_...
false
Hacl.Spec.K256.Field52.Lemmas4.fst
Hacl.Spec.K256.Field52.Lemmas4.lemma_nat_r432
val lemma_nat_r432 (r2 r3 r4 c9 c11 d4 d11 t3 r:nat) : Lemma (requires r2 = c9 % pow2 52 /\ c11 = c9 / pow2 52 + r * pow2 12 * d11 + t3 /\ r3 = c11 % pow2 52 /\ r4 = c11 / pow2 52 + (d4 % pow2 52) % pow2 48) (ensures (r4 * pow2 52 + r3) * pow2 52 + r2 = c9 + r * d11 * pow2 64 + t3 * pow2 52 + (d4 % ...
val lemma_nat_r432 (r2 r3 r4 c9 c11 d4 d11 t3 r:nat) : Lemma (requires r2 = c9 % pow2 52 /\ c11 = c9 / pow2 52 + r * pow2 12 * d11 + t3 /\ r3 = c11 % pow2 52 /\ r4 = c11 / pow2 52 + (d4 % pow2 52) % pow2 48) (ensures (r4 * pow2 52 + r3) * pow2 52 + r2 = c9 + r * d11 * pow2 64 + t3 * pow2 52 + (d4 % ...
let lemma_nat_r432 r2 r3 r4 c9 c11 d4 d11 t3 r = let k = d4 % pow2 48 in calc (==) { (r4 * pow2 52 + r3) * pow2 52 + r2; (==) { Math.Lemmas.pow2_modulo_modulo_lemma_1 d4 48 52 } ((c11 / pow2 52 + k) * pow2 52 + c11 % pow2 52) * pow2 52 + r2; (==) { ML.lemma_distr_eucl c11 k } (c9 / pow2 52 + r *...
{ "file_name": "code/k256/Hacl.Spec.K256.Field52.Lemmas4.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 5, "end_line": 40, "start_col": 0, "start_line": 24 }
module Hacl.Spec.K256.Field52.Lemmas4 open FStar.Mul open Lib.IntTypes module S = Spec.K256 include Hacl.Spec.K256.Field52.Definitions include Hacl.Spec.K256.Field52 module ML = Hacl.Spec.K256.MathLemmas module LD = Hacl.Spec.K256.Field52.Definitions.Lemmas #set-options "--z3rlimit 100 --fuel 0 --ifuel 0" val lem...
{ "checked_file": "/", "dependencies": [ "Spec.K256.fst.checked", "prims.fst.checked", "Lib.IntTypes.fsti.checked", "Hacl.Spec.K256.MathLemmas.fst.checked", "Hacl.Spec.K256.Field52.Definitions.Lemmas.fst.checked", "Hacl.Spec.K256.Field52.Definitions.fst.checked", "Hacl.Spec.K256.Field52....
[ { "abbrev": true, "full_module": "Hacl.Spec.K256.Field52.Definitions.Lemmas", "short_module": "LD" }, { "abbrev": true, "full_module": "Hacl.Spec.K256.MathLemmas", "short_module": "ML" }, { "abbrev": false, "full_module": "Hacl.Spec.K256.Field52", "short_module": null }...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
r2: Prims.nat -> r3: Prims.nat -> r4: Prims.nat -> c9: Prims.nat -> c11: Prims.nat -> d4: Prims.nat -> d11: Prims.nat -> t3: Prims.nat -> r: Prims.nat -> FStar.Pervasives.Lemma (requires r2 = c9 % Prims.pow2 52 /\ c11 = c9 / Prims.pow2 52 + (r * Prims.pow2 12) * d11 ...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Prims.nat", "FStar.Calc.calc_finish", "Prims.int", "Prims.eq2", "Prims.op_Addition", "FStar.Mul.op_Star", "Prims.pow2", "Prims.Cons", "FStar.Preorder.relation", "Prims.Nil", "Prims.unit", "FStar.Calc.calc_step", "Prims.op_Division", "Prims.op_Modulus", "FStar.Calc.calc_init", "FStar.C...
[]
false
false
true
false
false
let lemma_nat_r432 r2 r3 r4 c9 c11 d4 d11 t3 r =
let k = d4 % pow2 48 in calc ( == ) { (r4 * pow2 52 + r3) * pow2 52 + r2; ( == ) { Math.Lemmas.pow2_modulo_modulo_lemma_1 d4 48 52 } ((c11 / pow2 52 + k) * pow2 52 + c11 % pow2 52) * pow2 52 + r2; ( == ) { ML.lemma_distr_eucl c11 k } (c9 / pow2 52 + (r * pow2 12) * d11 + t3 + k * pow2 52) * pow2 52 + c9 % pow...
false
FStar.BV.fsti
FStar.BV.bv_zero
val bv_zero : FStar.BV.bv_t n
let bv_zero #n = int2bv #n 0
{ "file_name": "ulib/FStar.BV.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 28, "end_line": 198, "start_col": 0, "start_line": 198 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.fst.checked" ], "interface_file": false, "source_file": "FStar.BV.fsti" }
[ { "abbrev": false, "full_module": "FStar.UInt", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
FStar.BV.bv_t n
Prims.Tot
[ "total" ]
[]
[ "Prims.pos", "FStar.BV.int2bv", "FStar.BV.bv_t" ]
[]
false
false
false
false
false
let bv_zero #n =
int2bv #n 0
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.xer_ca
val xer_ca (xer:xer_t) : bool
val xer_ca (xer:xer_t) : bool
let xer_ca = Lemmas.xer_ca
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 26, "end_line": 12, "start_col": 0, "start_line": 12 }
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 = ()
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
xer: Vale.PPC64LE.Machine_s.xer_t -> Prims.bool
Prims.Tot
[ "total" ]
[]
[ "Vale.PPC64LE.Lemmas.xer_ca" ]
[]
false
false
false
true
false
let xer_ca =
Lemmas.xer_ca
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.ins
val ins : Type0
val ins : Type0
let ins = S.ins
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 15, "end_line": 15, "start_col": 0, "start_line": 15 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Type0
Prims.Tot
[ "total" ]
[]
[ "Vale.PPC64LE.Semantics_s.ins" ]
[]
false
false
false
true
true
let ins =
S.ins
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.update_xer_ov
val update_xer_ov (xer:xer_t) (new_xer_ov:bool) : xer_t
val update_xer_ov (xer:xer_t) (new_xer_ov:bool) : xer_t
let update_xer_ov = Lemmas.update_xer_ov
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 40, "end_line": 13, "start_col": 0, "start_line": 13 }
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
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
xer: Vale.PPC64LE.Machine_s.xer_t -> new_xer_ov: Prims.bool -> Vale.PPC64LE.Machine_s.xer_t
Prims.Tot
[ "total" ]
[]
[ "Vale.PPC64LE.Lemmas.update_xer_ov" ]
[]
false
false
false
true
false
let update_xer_ov =
Lemmas.update_xer_ov
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.update_xer_ca
val update_xer_ca (xer:xer_t) (new_xer_ca:bool) : xer_t
val update_xer_ca (xer:xer_t) (new_xer_ca:bool) : xer_t
let update_xer_ca = Lemmas.update_xer_ca
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 40, "end_line": 14, "start_col": 0, "start_line": 14 }
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
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
xer: Vale.PPC64LE.Machine_s.xer_t -> new_xer_ca: Prims.bool -> Vale.PPC64LE.Machine_s.xer_t
Prims.Tot
[ "total" ]
[]
[ "Vale.PPC64LE.Lemmas.update_xer_ca" ]
[]
false
false
false
true
false
let update_xer_ca =
Lemmas.update_xer_ca
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.xer_ov
val xer_ov (xer:xer_t) : bool
val xer_ov (xer:xer_t) : bool
let xer_ov = Lemmas.xer_ov
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 26, "end_line": 11, "start_col": 0, "start_line": 11 }
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 = ()
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
xer: Vale.PPC64LE.Machine_s.xer_t -> Prims.bool
Prims.Tot
[ "total" ]
[]
[ "Vale.PPC64LE.Lemmas.xer_ov" ]
[]
false
false
false
true
false
let xer_ov =
Lemmas.xer_ov
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.va_ffalse
val va_ffalse (reason:string) : va_pbool
val va_ffalse (reason:string) : va_pbool
let va_ffalse = Vale.Def.PossiblyMonad.ffalse
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 45, "end_line": 21, "start_col": 0, "start_line": 21 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
reason: Prims.string -> Vale.PPC64LE.Decls.va_pbool
Prims.Tot
[ "total" ]
[]
[ "Vale.Def.PossiblyMonad.ffalse" ]
[]
false
false
false
true
false
let va_ffalse =
Vale.Def.PossiblyMonad.ffalse
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.va_ttrue
val va_ttrue (_:unit) : va_pbool
val va_ttrue (_:unit) : va_pbool
let va_ttrue () = Vale.Def.PossiblyMonad.ttrue
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 46, "end_line": 20, "start_col": 0, "start_line": 20 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
_: Prims.unit -> Vale.PPC64LE.Decls.va_pbool
Prims.Tot
[ "total" ]
[]
[ "Prims.unit", "Vale.Def.PossiblyMonad.ttrue", "Vale.PPC64LE.Decls.va_pbool" ]
[]
false
false
false
true
false
let va_ttrue () =
Vale.Def.PossiblyMonad.ttrue
false
MerkleTree.New.High.Correct.Path.fst
MerkleTree.New.High.Correct.Path.mt_get_path_step_acc
val mt_get_path_step_acc: #hsz:pos -> j:nat{j > 0} -> chs:hashes #hsz {S.length chs = j} -> crh:hash #hsz -> k:nat{k <= j} -> actd:bool -> GTot (option (hash #hsz))
val mt_get_path_step_acc: #hsz:pos -> j:nat{j > 0} -> chs:hashes #hsz {S.length chs = j} -> crh:hash #hsz -> k:nat{k <= j} -> actd:bool -> GTot (option (hash #hsz))
let mt_get_path_step_acc #hsz j chs crh k actd = if k % 2 = 1 then Some (S.index chs (k - 1)) else (if k = j then None else if k + 1 = j then (if actd then Some crh else None) else Some (S.index chs (k + 1)))
{ "file_name": "src/MerkleTree.New.High.Correct.Path.fst", "git_rev": "7d7bdc20f2033171e279c176b26e84f9069d23c6", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
{ "end_col": 37, "end_line": 62, "start_col": 0, "start_line": 56 }
module MerkleTree.New.High.Correct.Path open EverCrypt open EverCrypt.Helpers open MerkleTree.New.High.Correct.Base // Need to use some facts of `mt_get_root` open MerkleTree.New.High.Correct.Rhs open FStar.Classical open FStar.Ghost open FStar.Seq module List = FStar.List.Tot module S = FStar.Seq module U32 = FSt...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "MerkleTree.Spec.fst.checked", "MerkleTree.New.High.Correct.Rhs.fst.checked", "MerkleTree.New.High.Correct.Base.fst.checked", "MerkleTree.New.High.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FSt...
[ { "abbrev": false, "full_module": "MerkleTree.New.High", "short_module": null }, { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "EverCrypt.Hash", "short_module": "EHS" }, { "abbrev": true, "full_mo...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
j: Prims.nat{j > 0} -> chs: MerkleTree.New.High.hashes{FStar.Seq.Base.length chs = j} -> crh: MerkleTree.New.High.hash -> k: Prims.nat{k <= j} -> actd: Prims.bool -> Prims.GTot (FStar.Pervasives.Native.option MerkleTree.New.High.hash)
Prims.GTot
[ "sometrivial" ]
[]
[ "Prims.pos", "Prims.nat", "Prims.b2t", "Prims.op_GreaterThan", "MerkleTree.New.High.hashes", "Prims.op_Equality", "FStar.Seq.Base.length", "MerkleTree.New.High.hash", "Prims.op_LessThanOrEqual", "Prims.bool", "Prims.int", "Prims.op_Modulus", "FStar.Pervasives.Native.Some", "FStar.Seq.Base....
[]
false
false
false
false
false
let mt_get_path_step_acc #hsz j chs crh k actd =
if k % 2 = 1 then Some (S.index chs (k - 1)) else (if k = j then None else if k + 1 = j then (if actd then Some crh else None) else Some (S.index chs (k + 1)))
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.va_pbool_and
val va_pbool_and (x y:va_pbool) : va_pbool
val va_pbool_and (x y:va_pbool) : va_pbool
let va_pbool_and x y = Vale.Def.PossiblyMonad.((&&.)) x y
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 57, "end_line": 22, "start_col": 0, "start_line": 22 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: Vale.PPC64LE.Decls.va_pbool -> y: Vale.PPC64LE.Decls.va_pbool -> Vale.PPC64LE.Decls.va_pbool
Prims.Tot
[ "total" ]
[]
[ "Vale.PPC64LE.Decls.va_pbool", "Vale.Def.PossiblyMonad.op_Amp_Amp_Dot" ]
[]
false
false
false
true
false
let va_pbool_and x y =
Vale.Def.PossiblyMonad.(( &&. )) x y
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.mul_nat_helper
val mul_nat_helper (x y:nat) : Lemma (x * y >= 0)
val mul_nat_helper (x y:nat) : Lemma (x * y >= 0)
let mul_nat_helper x y = FStar.Math.Lemmas.nat_times_nat_is_nat x y
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 44, "end_line": 25, "start_col": 0, "start_line": 24 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: Prims.nat -> y: Prims.nat -> FStar.Pervasives.Lemma (ensures x * y >= 0)
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Prims.nat", "FStar.Math.Lemmas.nat_times_nat_is_nat", "Prims.unit" ]
[]
true
false
true
false
false
let mul_nat_helper x y =
FStar.Math.Lemmas.nat_times_nat_is_nat x y
false
MerkleTree.New.High.Correct.Path.fst
MerkleTree.New.High.Correct.Path.mt_verify_ok
val mt_verify_ok: #hsz:pos -> #f:MTS.hash_fun_t -> k:nat -> j:nat{k < j} -> p:path #hsz {S.length p = 1 + mt_path_length k j false} -> rt:hash #hsz -> Lemma (mt_verify #_ #f k j p rt <==> MTS.mt_verify #_ #f #(log2c j) (path_spec k j false (S.tail p)) k (MTS.HRaw (S.head p)) (MTS.HRaw rt))
val mt_verify_ok: #hsz:pos -> #f:MTS.hash_fun_t -> k:nat -> j:nat{k < j} -> p:path #hsz {S.length p = 1 + mt_path_length k j false} -> rt:hash #hsz -> Lemma (mt_verify #_ #f k j p rt <==> MTS.mt_verify #_ #f #(log2c j) (path_spec k j false (S.tail p)) k (MTS.HRaw (S.head p)) (MTS.HRaw rt))
let mt_verify_ok #_ #f k j p rt = mt_verify_ok_ #_ #f k j p 1 (S.head p) false
{ "file_name": "src/MerkleTree.New.High.Correct.Path.fst", "git_rev": "7d7bdc20f2033171e279c176b26e84f9069d23c6", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
{ "end_col": 46, "end_line": 405, "start_col": 0, "start_line": 404 }
module MerkleTree.New.High.Correct.Path open EverCrypt open EverCrypt.Helpers open MerkleTree.New.High.Correct.Base // Need to use some facts of `mt_get_root` open MerkleTree.New.High.Correct.Rhs open FStar.Classical open FStar.Ghost open FStar.Seq module List = FStar.List.Tot module S = FStar.Seq module U32 = FSt...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "MerkleTree.Spec.fst.checked", "MerkleTree.New.High.Correct.Rhs.fst.checked", "MerkleTree.New.High.Correct.Base.fst.checked", "MerkleTree.New.High.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FSt...
[ { "abbrev": false, "full_module": "MerkleTree.New.High", "short_module": null }, { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "EverCrypt.Hash", "short_module": "EHS" }, { "abbrev": true, "full_mo...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
k: Prims.nat -> j: Prims.nat{k < j} -> p: MerkleTree.New.High.path {FStar.Seq.Base.length p = 1 + MerkleTree.New.High.mt_path_length k j false} -> rt: MerkleTree.New.High.hash -> FStar.Pervasives.Lemma (ensures MerkleTree.New.High.mt_verify k j p rt <==> MerkleTree.Spec....
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Prims.pos", "MerkleTree.Spec.hash_fun_t", "Prims.nat", "Prims.b2t", "Prims.op_LessThan", "MerkleTree.New.High.path", "Prims.op_Equality", "Prims.int", "FStar.Seq.Base.length", "MerkleTree.New.High.hash", "Prims.op_Addition", "MerkleTree.New.High.mt_path_length", "MerkleTree.New.High.Correct...
[]
true
false
true
false
false
let mt_verify_ok #_ #f k j p rt =
mt_verify_ok_ #_ #f k j p 1 (S.head p) false
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.va_fuel_default
val va_fuel_default : unit -> va_fuel
val va_fuel_default : unit -> va_fuel
let va_fuel_default () = 0
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 26, "end_line": 27, "start_col": 0, "start_line": 27 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
_: Prims.unit -> Vale.PPC64LE.Decls.va_fuel
Prims.Tot
[ "total" ]
[]
[ "Prims.unit", "Vale.PPC64LE.Decls.va_fuel" ]
[]
false
false
false
true
false
let va_fuel_default () =
0
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.va_cmp_eq
val va_cmp_eq (o1:cmp_opr) (o2:cmp_opr) : ocmp
val va_cmp_eq (o1:cmp_opr) (o2:cmp_opr) : ocmp
let va_cmp_eq o1 o2 = S.OEq o1 o2
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 33, "end_line": 52, "start_col": 0, "start_line": 52 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
o1: Vale.PPC64LE.Machine_s.cmp_opr -> o2: Vale.PPC64LE.Machine_s.cmp_opr -> Vale.PPC64LE.Decls.ocmp
Prims.Tot
[ "total" ]
[]
[ "Vale.PPC64LE.Machine_s.cmp_opr", "Vale.PPC64LE.Semantics_s.OEq", "Vale.PPC64LE.Decls.ocmp" ]
[]
false
false
false
true
false
let va_cmp_eq o1 o2 =
S.OEq o1 o2
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.va_cmp_ne
val va_cmp_ne (o1:cmp_opr) (o2:cmp_opr) : ocmp
val va_cmp_ne (o1:cmp_opr) (o2:cmp_opr) : ocmp
let va_cmp_ne o1 o2 = S.ONe o1 o2
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 33, "end_line": 53, "start_col": 0, "start_line": 53 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
o1: Vale.PPC64LE.Machine_s.cmp_opr -> o2: Vale.PPC64LE.Machine_s.cmp_opr -> Vale.PPC64LE.Decls.ocmp
Prims.Tot
[ "total" ]
[]
[ "Vale.PPC64LE.Machine_s.cmp_opr", "Vale.PPC64LE.Semantics_s.ONe", "Vale.PPC64LE.Decls.ocmp" ]
[]
false
false
false
true
false
let va_cmp_ne o1 o2 =
S.ONe o1 o2
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.va_cmp_ge
val va_cmp_ge (o1:cmp_opr) (o2:cmp_opr) : ocmp
val va_cmp_ge (o1:cmp_opr) (o2:cmp_opr) : ocmp
let va_cmp_ge o1 o2 = S.OGe o1 o2
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 33, "end_line": 55, "start_col": 0, "start_line": 55 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
o1: Vale.PPC64LE.Machine_s.cmp_opr -> o2: Vale.PPC64LE.Machine_s.cmp_opr -> Vale.PPC64LE.Decls.ocmp
Prims.Tot
[ "total" ]
[]
[ "Vale.PPC64LE.Machine_s.cmp_opr", "Vale.PPC64LE.Semantics_s.OGe", "Vale.PPC64LE.Decls.ocmp" ]
[]
false
false
false
true
false
let va_cmp_ge o1 o2 =
S.OGe o1 o2
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.va_cmp_le
val va_cmp_le (o1:cmp_opr) (o2:cmp_opr) : ocmp
val va_cmp_le (o1:cmp_opr) (o2:cmp_opr) : ocmp
let va_cmp_le o1 o2 = S.OLe o1 o2
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 33, "end_line": 54, "start_col": 0, "start_line": 54 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
o1: Vale.PPC64LE.Machine_s.cmp_opr -> o2: Vale.PPC64LE.Machine_s.cmp_opr -> Vale.PPC64LE.Decls.ocmp
Prims.Tot
[ "total" ]
[]
[ "Vale.PPC64LE.Machine_s.cmp_opr", "Vale.PPC64LE.Semantics_s.OLe", "Vale.PPC64LE.Decls.ocmp" ]
[]
false
false
false
true
false
let va_cmp_le o1 o2 =
S.OLe o1 o2
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.va_cmp_gt
val va_cmp_gt (o1:cmp_opr) (o2:cmp_opr) : ocmp
val va_cmp_gt (o1:cmp_opr) (o2:cmp_opr) : ocmp
let va_cmp_gt o1 o2 = S.OGt o1 o2
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 33, "end_line": 57, "start_col": 0, "start_line": 57 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
o1: Vale.PPC64LE.Machine_s.cmp_opr -> o2: Vale.PPC64LE.Machine_s.cmp_opr -> Vale.PPC64LE.Decls.ocmp
Prims.Tot
[ "total" ]
[]
[ "Vale.PPC64LE.Machine_s.cmp_opr", "Vale.PPC64LE.Semantics_s.OGt", "Vale.PPC64LE.Decls.ocmp" ]
[]
false
false
false
true
false
let va_cmp_gt o1 o2 =
S.OGt o1 o2
false
Hacl.Impl.Chacha20Poly1305.fst
Hacl.Impl.Chacha20Poly1305.poly1305_do
val poly1305_do: #w:field_spec -> poly1305_do_core_st w
val poly1305_do: #w:field_spec -> poly1305_do_core_st w
let poly1305_do #w k aadlen aad mlen m out = push_frame(); let ctx = create (nlimb w +! precomplen w) (limb_zero w) in let block = create 16ul (u8 0) in poly1305_do_ #w k aadlen aad mlen m ctx block; Poly.poly1305_finish out k ctx; pop_frame()
{ "file_name": "code/chacha20poly1305/Hacl.Impl.Chacha20Poly1305.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 13, "end_line": 103, "start_col": 0, "start_line": 97 }
module Hacl.Impl.Chacha20Poly1305 open FStar.HyperStack.All open FStar.HyperStack open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Hacl.Impl.Chacha20Poly1305.PolyCore open Hacl.Impl.Poly1305.Fields module ST = FStar.HyperStack.ST module LSeq = Lib.Sequence module BSeq = Lib.ByteSequence mo...
{ "checked_file": "/", "dependencies": [ "Spec.Poly1305.fst.checked", "Spec.Chacha20Poly1305.fst.checked", "Spec.Chacha20.fst.checked", "prims.fst.checked", "Meta.Attribute.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "L...
[ { "abbrev": true, "full_module": "Hacl.Impl.Poly1305", "short_module": "Poly" }, { "abbrev": true, "full_module": "Spec.Poly1305", "short_module": "SpecPoly" }, { "abbrev": true, "full_module": "Spec.Chacha20Poly1305", "short_module": "Spec" }, { "abbrev": true, ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "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...
false
Hacl.Impl.Chacha20Poly1305.poly1305_do_core_st w
Prims.Tot
[ "total" ]
[]
[ "Hacl.Impl.Poly1305.Fields.field_spec", "Lib.Buffer.lbuffer", "Lib.IntTypes.uint8", "FStar.UInt32.__uint_to_t", "Lib.IntTypes.size_t", "FStar.HyperStack.ST.pop_frame", "Prims.unit", "Hacl.Impl.Poly1305.poly1305_finish", "Hacl.Impl.Chacha20Poly1305.poly1305_do_", "Lib.Buffer.lbuffer_t", "Lib.Buff...
[]
false
false
false
false
false
let poly1305_do #w k aadlen aad mlen m out =
push_frame (); let ctx = create (nlimb w +! precomplen w) (limb_zero w) in let block = create 16ul (u8 0) in poly1305_do_ #w k aadlen aad mlen m ctx block; Poly.poly1305_finish out k ctx; pop_frame ()
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.eval_code
val eval_code (c:va_code) (s0:va_state) (f0:va_fuel) (sN:va_state) : prop0
val eval_code (c:va_code) (s0:va_state) (f0:va_fuel) (sN:va_state) : prop0
let eval_code = Lemmas.eval_code
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 32, "end_line": 59, "start_col": 0, "start_line": 59 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
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
Prims.Tot
[ "total" ]
[]
[ "Vale.PPC64LE.Lemmas.eval_code" ]
[]
false
false
false
true
false
let eval_code =
Lemmas.eval_code
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.eval_while_inv
val eval_while_inv (c:va_code) (s0:va_state) (fW:va_fuel) (sW:va_state) : prop0
val eval_while_inv (c:va_code) (s0:va_state) (fW:va_fuel) (sW:va_state) : prop0
let eval_while_inv = Lemmas.eval_while_inv
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 42, "end_line": 60, "start_col": 0, "start_line": 60 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
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
Prims.Tot
[ "total" ]
[]
[ "Vale.PPC64LE.Lemmas.eval_while_inv" ]
[]
false
false
false
true
false
let eval_while_inv =
Lemmas.eval_while_inv
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.eval_cmp_cr0
val eval_cmp_cr0 : s:va_state -> c:ocmp -> cr0_t
val eval_cmp_cr0 : s:va_state -> c:ocmp -> cr0_t
let eval_cmp_cr0 = S.eval_cmp_cr0
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 33, "end_line": 66, "start_col": 0, "start_line": 66 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
s: Vale.PPC64LE.Decls.va_state -> c: Vale.PPC64LE.Decls.ocmp -> Vale.PPC64LE.Machine_s.cr0_t
Prims.Tot
[ "total" ]
[]
[ "Vale.PPC64LE.Semantics_s.eval_cmp_cr0" ]
[]
false
false
false
true
false
let eval_cmp_cr0 =
S.eval_cmp_cr0
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.valid_ocmp
val valid_ocmp : c:ocmp -> s:va_state -> GTot bool
val valid_ocmp : c:ocmp -> s:va_state -> GTot bool
let valid_ocmp = Lemmas.valid_ocmp
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 34, "end_line": 65, "start_col": 0, "start_line": 65 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
c: Vale.PPC64LE.Decls.ocmp -> s: Vale.PPC64LE.Decls.va_state -> Prims.GTot Prims.bool
Prims.GTot
[ "sometrivial" ]
[]
[ "Vale.PPC64LE.Lemmas.valid_ocmp" ]
[]
false
false
false
false
false
let valid_ocmp =
Lemmas.valid_ocmp
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.va_cmp_lt
val va_cmp_lt (o1:cmp_opr) (o2:cmp_opr) : ocmp
val va_cmp_lt (o1:cmp_opr) (o2:cmp_opr) : ocmp
let va_cmp_lt o1 o2 = S.OLt o1 o2
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 33, "end_line": 56, "start_col": 0, "start_line": 56 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
o1: Vale.PPC64LE.Machine_s.cmp_opr -> o2: Vale.PPC64LE.Machine_s.cmp_opr -> Vale.PPC64LE.Decls.ocmp
Prims.Tot
[ "total" ]
[]
[ "Vale.PPC64LE.Machine_s.cmp_opr", "Vale.PPC64LE.Semantics_s.OLt", "Vale.PPC64LE.Decls.ocmp" ]
[]
false
false
false
true
false
let va_cmp_lt o1 o2 =
S.OLt o1 o2
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.eval_ocmp
val eval_ocmp : s:va_state -> c:ocmp -> GTot bool
val eval_ocmp : s:va_state -> c:ocmp -> GTot bool
let eval_ocmp = Lemmas.eval_ocmp
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 32, "end_line": 64, "start_col": 0, "start_line": 64 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
s: Vale.PPC64LE.Decls.va_state -> c: Vale.PPC64LE.Decls.ocmp -> Prims.GTot Prims.bool
Prims.GTot
[ "sometrivial" ]
[]
[ "Vale.PPC64LE.Lemmas.eval_ocmp" ]
[]
false
false
false
false
false
let eval_ocmp =
Lemmas.eval_ocmp
false
MerkleTree.New.High.Correct.Path.fst
MerkleTree.New.High.Correct.Path.mt_get_path_acc
val mt_get_path_acc: #hsz:pos -> #f:MTS.hash_fun_t #hsz -> j:nat -> fhs:hashess #hsz {S.length fhs = log2c j /\ mt_hashes_lth_inv_log #hsz j fhs} -> rhs:hashes #hsz {S.length rhs = log2c j} -> k:nat{k <= j} -> actd:bool -> GTot (np:path #hsz {S.length np = mt_path_length k j actd}) (decreases j)
val mt_get_path_acc: #hsz:pos -> #f:MTS.hash_fun_t #hsz -> j:nat -> fhs:hashess #hsz {S.length fhs = log2c j /\ mt_hashes_lth_inv_log #hsz j fhs} -> rhs:hashes #hsz {S.length rhs = log2c j} -> k:nat{k <= j} -> actd:bool -> GTot (np:path #hsz {S.length np = mt_path_length k j actd}) (decreases j)
let rec mt_get_path_acc #_ #f j fhs rhs k actd = if j = 0 then S.empty else (let sp = mt_get_path_step_acc #_ j (S.head fhs) (S.head rhs) k actd in let rp = mt_get_path_acc #_ #f (j / 2) (S.tail fhs) (S.tail rhs) (k / 2) (actd || j % 2 = 1) in if Some? sp then (S.cons (S...
{ "file_name": "src/MerkleTree.New.High.Correct.Path.fst", "git_rev": "7d7bdc20f2033171e279c176b26e84f9069d23c6", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
{ "end_col": 12, "end_line": 81, "start_col": 0, "start_line": 73 }
module MerkleTree.New.High.Correct.Path open EverCrypt open EverCrypt.Helpers open MerkleTree.New.High.Correct.Base // Need to use some facts of `mt_get_root` open MerkleTree.New.High.Correct.Rhs open FStar.Classical open FStar.Ghost open FStar.Seq module List = FStar.List.Tot module S = FStar.Seq module U32 = FSt...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "MerkleTree.Spec.fst.checked", "MerkleTree.New.High.Correct.Rhs.fst.checked", "MerkleTree.New.High.Correct.Base.fst.checked", "MerkleTree.New.High.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FSt...
[ { "abbrev": false, "full_module": "MerkleTree.New.High", "short_module": null }, { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "EverCrypt.Hash", "short_module": "EHS" }, { "abbrev": true, "full_mo...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
j: Prims.nat -> fhs: MerkleTree.New.High.hashess { FStar.Seq.Base.length fhs = MerkleTree.New.High.Correct.Base.log2c j /\ MerkleTree.New.High.Correct.Base.mt_hashes_lth_inv_log j fhs } -> rhs: MerkleTree.New.High.hashes {FStar.Seq.Base.length rhs = MerkleTree.New.High...
Prims.GTot
[ "sometrivial", "" ]
[]
[ "Prims.pos", "MerkleTree.Spec.hash_fun_t", "Prims.nat", "MerkleTree.New.High.hashess", "Prims.l_and", "Prims.b2t", "Prims.op_Equality", "FStar.Seq.Base.length", "MerkleTree.New.High.hashes", "MerkleTree.New.High.Correct.Base.log2c", "MerkleTree.New.High.Correct.Base.mt_hashes_lth_inv_log", "Me...
[ "recursion" ]
false
false
false
false
false
let rec mt_get_path_acc #_ #f j fhs rhs k actd =
if j = 0 then S.empty else (let sp = mt_get_path_step_acc #_ j (S.head fhs) (S.head rhs) k actd in let rp = mt_get_path_acc #_ #f (j / 2) (S.tail fhs) (S.tail rhs) (k / 2) (actd || j % 2 = 1) in if Some? sp then (S.cons (Some?.v sp) rp) else rp)
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.va_eval_ins
val va_eval_ins : c: Vale.PPC64LE.Lemmas.code -> s0: Vale.PPC64LE.State.state -> Prims.Pure (Vale.PPC64LE.State.state * Vale.PPC64LE.Lemmas.fuel)
let va_eval_ins = Lemmas.eval_ins
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 40, "end_line": 68, "start_col": 7, "start_line": 68 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
c: Vale.PPC64LE.Lemmas.code -> s0: Vale.PPC64LE.State.state -> Prims.Pure (Vale.PPC64LE.State.state * Vale.PPC64LE.Lemmas.fuel)
Prims.Pure
[]
[]
[ "Vale.PPC64LE.Lemmas.eval_ins" ]
[]
false
false
false
false
false
let va_eval_ins =
Lemmas.eval_ins
false
MerkleTree.New.High.Correct.Path.fst
MerkleTree.New.High.Correct.Path.path_spec
val path_spec: #hsz:pos -> k:nat -> j:nat{k <= j} -> actd:bool -> p:path #hsz {S.length p = mt_path_length k j actd} -> GTot (sp:S.seq (MTS.padded_hash #hsz){S.length sp = log2c j}) (decreases j)
val path_spec: #hsz:pos -> k:nat -> j:nat{k <= j} -> actd:bool -> p:path #hsz {S.length p = mt_path_length k j actd} -> GTot (sp:S.seq (MTS.padded_hash #hsz){S.length sp = log2c j}) (decreases j)
let rec path_spec #hsz k j actd p = if j = 0 then S.empty else (if k % 2 = 0 then (if j = k || (j = k + 1 && not actd) then S.cons MTS.HPad (path_spec (k / 2) (j / 2) (actd || (j % 2 = 1)) p) else S.cons (MTS.HRaw #hsz (S.head p)) (path_spec (k / 2) (j / 2) (actd ||...
{ "file_name": "src/MerkleTree.New.High.Correct.Path.fst", "git_rev": "7d7bdc20f2033171e279c176b26e84f9069d23c6", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
{ "end_col": 75, "end_line": 46, "start_col": 0, "start_line": 38 }
module MerkleTree.New.High.Correct.Path open EverCrypt open EverCrypt.Helpers open MerkleTree.New.High.Correct.Base // Need to use some facts of `mt_get_root` open MerkleTree.New.High.Correct.Rhs open FStar.Classical open FStar.Ghost open FStar.Seq module List = FStar.List.Tot module S = FStar.Seq module U32 = FSt...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "MerkleTree.Spec.fst.checked", "MerkleTree.New.High.Correct.Rhs.fst.checked", "MerkleTree.New.High.Correct.Base.fst.checked", "MerkleTree.New.High.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FSt...
[ { "abbrev": false, "full_module": "MerkleTree.New.High", "short_module": null }, { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "EverCrypt.Hash", "short_module": "EHS" }, { "abbrev": true, "full_mo...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
k: Prims.nat -> j: Prims.nat{k <= j} -> actd: Prims.bool -> p: MerkleTree.New.High.path {FStar.Seq.Base.length p = MerkleTree.New.High.mt_path_length k j actd} -> Prims.GTot (sp: FStar.Seq.Base.seq MerkleTree.Spec.padded_hash {FStar.Seq.Base.length sp = MerkleTree.New....
Prims.GTot
[ "sometrivial", "" ]
[]
[ "Prims.pos", "Prims.nat", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.bool", "MerkleTree.New.High.path", "Prims.op_Equality", "FStar.Seq.Base.length", "MerkleTree.New.High.hash", "MerkleTree.New.High.mt_path_length", "Prims.int", "FStar.Seq.Base.empty", "MerkleTree.Spec.padded_hash", "...
[ "recursion" ]
false
false
false
false
false
let rec path_spec #hsz k j actd p =
if j = 0 then S.empty else (if k % 2 = 0 then (if j = k || (j = k + 1 && not actd) then S.cons MTS.HPad (path_spec (k / 2) (j / 2) (actd || (j % 2 = 1)) p) else S.cons (MTS.HRaw #hsz (S.head p)) (path_spec (k / 2) (j / 2) (actd || (j % 2 = 1)) (S.tail p))) else ...
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.va_compute_merge_total
val va_compute_merge_total (f0:va_fuel) (fM:va_fuel) : va_fuel
val va_compute_merge_total (f0:va_fuel) (fM:va_fuel) : va_fuel
let va_compute_merge_total = Lemmas.compute_merge_total
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 55, "end_line": 84, "start_col": 0, "start_line": 84 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
f0: Vale.PPC64LE.Decls.va_fuel -> fM: Vale.PPC64LE.Decls.va_fuel -> Vale.PPC64LE.Decls.va_fuel
Prims.Tot
[ "total" ]
[]
[ "Vale.PPC64LE.Lemmas.compute_merge_total" ]
[]
false
false
false
true
false
let va_compute_merge_total =
Lemmas.compute_merge_total
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.print_proc
val print_proc : (name:string) -> (code:va_code) -> (label:int) -> (p:printer) -> FStar.All.ML int
val print_proc : (name:string) -> (code:va_code) -> (label:int) -> (p:printer) -> FStar.All.ML int
let print_proc = P.print_proc
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 29, "end_line": 98, "start_col": 0, "start_line": 98 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
name: Prims.string -> code: Vale.PPC64LE.Decls.va_code -> label: Prims.int -> p: Vale.PPC64LE.Decls.printer -> FStar.All.ML Prims.int
FStar.All.ML
[ "ml" ]
[]
[ "Vale.PPC64LE.Print_s.print_proc" ]
[]
false
true
false
false
false
let print_proc =
P.print_proc
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.printer
val printer : Type0
val printer : Type0
let printer = P.printer
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 23, "end_line": 95, "start_col": 0, "start_line": 95 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Type0
Prims.Tot
[ "total" ]
[]
[ "Vale.PPC64LE.Print_s.printer" ]
[]
false
false
false
true
true
let printer =
P.printer
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.print_string
val print_string : string -> FStar.All.ML unit
val print_string : string -> FStar.All.ML unit
let print_string = FStar.IO.print_string
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 40, "end_line": 96, "start_col": 0, "start_line": 96 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
_: Prims.string -> FStar.All.ML Prims.unit
FStar.All.ML
[ "ml" ]
[]
[ "FStar.IO.print_string" ]
[]
false
true
false
false
false
let print_string =
FStar.IO.print_string
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.print_header
val print_header : printer -> FStar.All.ML unit
val print_header : printer -> FStar.All.ML unit
let print_header = P.print_header
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 33, "end_line": 97, "start_col": 0, "start_line": 97 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
_: Vale.PPC64LE.Decls.printer -> FStar.All.ML Prims.unit
FStar.All.ML
[ "ml" ]
[]
[ "Vale.PPC64LE.Print_s.print_header" ]
[]
false
true
false
false
false
let print_header =
P.print_header
false
Hacl.Impl.Chacha20Poly1305.fst
Hacl.Impl.Chacha20Poly1305.derive_key_poly1305_do
val derive_key_poly1305_do: #w:field_spec -> k:lbuffer uint8 32ul -> n:lbuffer uint8 12ul -> aadlen:size_t -> aad:lbuffer uint8 aadlen -> mlen:size_t -> m:lbuffer uint8 mlen -> out:lbuffer uint8 16ul -> Stack unit (requires fun h -> live h k /\ live h n /\ live h aad /\ live h m /\ live h out)...
val derive_key_poly1305_do: #w:field_spec -> k:lbuffer uint8 32ul -> n:lbuffer uint8 12ul -> aadlen:size_t -> aad:lbuffer uint8 aadlen -> mlen:size_t -> m:lbuffer uint8 mlen -> out:lbuffer uint8 16ul -> Stack unit (requires fun h -> live h k /\ live h n /\ live h aad /\ live h m /\ live h out)...
let derive_key_poly1305_do #w k n aadlen aad mlen m out = push_frame (); // Create a new buffer to derive the key let tmp = create 64ul (u8 0) in chacha20_encrypt #w 64ul tmp tmp k n 0ul; // The derived key should only be the first 32 bytes let key = sub tmp 0ul 32ul in poly1305_do #w key aadlen aad mlen ...
{ "file_name": "code/chacha20poly1305/Hacl.Impl.Chacha20Poly1305.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 13, "end_line": 142, "start_col": 0, "start_line": 134 }
module Hacl.Impl.Chacha20Poly1305 open FStar.HyperStack.All open FStar.HyperStack open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Hacl.Impl.Chacha20Poly1305.PolyCore open Hacl.Impl.Poly1305.Fields module ST = FStar.HyperStack.ST module LSeq = Lib.Sequence module BSeq = Lib.ByteSequence mo...
{ "checked_file": "/", "dependencies": [ "Spec.Poly1305.fst.checked", "Spec.Chacha20Poly1305.fst.checked", "Spec.Chacha20.fst.checked", "prims.fst.checked", "Meta.Attribute.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "L...
[ { "abbrev": true, "full_module": "Hacl.Impl.Poly1305", "short_module": "Poly" }, { "abbrev": true, "full_module": "Spec.Poly1305", "short_module": "SpecPoly" }, { "abbrev": true, "full_module": "Spec.Chacha20Poly1305", "short_module": "Spec" }, { "abbrev": true, ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "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...
false
k: Lib.Buffer.lbuffer Lib.IntTypes.uint8 32ul -> n: Lib.Buffer.lbuffer Lib.IntTypes.uint8 12ul -> aadlen: Lib.IntTypes.size_t -> aad: Lib.Buffer.lbuffer Lib.IntTypes.uint8 aadlen -> mlen: Lib.IntTypes.size_t -> m: Lib.Buffer.lbuffer Lib.IntTypes.uint8 mlen -> out: Lib.Buffer.lbuffer Lib.Int...
FStar.HyperStack.ST.Stack
[]
[]
[ "Hacl.Impl.Poly1305.Fields.field_spec", "Lib.Buffer.lbuffer", "Lib.IntTypes.uint8", "FStar.UInt32.__uint_to_t", "Lib.IntTypes.size_t", "FStar.HyperStack.ST.pop_frame", "Prims.unit", "Hacl.Impl.Chacha20Poly1305.poly1305_do", "Lib.Buffer.lbuffer_t", "Lib.Buffer.MUT", "Lib.IntTypes.int_t", "Lib.I...
[]
false
true
false
false
false
let derive_key_poly1305_do #w k n aadlen aad mlen m out =
push_frame (); let tmp = create 64ul (u8 0) in chacha20_encrypt #w 64ul tmp tmp k n 0ul; let key = sub tmp 0ul 32ul in poly1305_do #w key aadlen aad mlen m out; pop_frame ()
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.print_footer
val print_footer : printer -> FStar.All.ML unit
val print_footer : printer -> FStar.All.ML unit
let print_footer = P.print_footer
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 33, "end_line": 99, "start_col": 0, "start_line": 99 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
_: Vale.PPC64LE.Decls.printer -> FStar.All.ML Prims.unit
FStar.All.ML
[ "ml" ]
[]
[ "Vale.PPC64LE.Print_s.print_footer" ]
[]
false
true
false
false
false
let print_footer =
P.print_footer
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.gcc
val gcc : printer
val gcc : printer
let gcc = P.gcc
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 15, "end_line": 100, "start_col": 0, "start_line": 100 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Vale.PPC64LE.Decls.printer
Prims.Tot
[ "total" ]
[]
[ "Vale.PPC64LE.Print_s.gcc" ]
[]
false
false
false
true
false
let gcc =
P.gcc
false
MerkleTree.New.High.Correct.Path.fst
MerkleTree.New.High.Correct.Path.mt_verify_ok_
val mt_verify_ok_: #hsz:pos -> #f:MTS.hash_fun_t -> k:nat -> j:nat{k <= j} -> p:path -> ppos:nat -> acc:hash #hsz -> actd:bool -> Lemma (requires (ppos + mt_path_length k j actd <= S.length p)) (ensures (MTS.HRaw (mt_verify_ #_ #f k j p ppos acc actd) == MTS.mt_verify_ #_ #f #(l...
val mt_verify_ok_: #hsz:pos -> #f:MTS.hash_fun_t -> k:nat -> j:nat{k <= j} -> p:path -> ppos:nat -> acc:hash #hsz -> actd:bool -> Lemma (requires (ppos + mt_path_length k j actd <= S.length p)) (ensures (MTS.HRaw (mt_verify_ #_ #f k j p ppos acc actd) == MTS.mt_verify_ #_ #f #(l...
let rec mt_verify_ok_ #hsz #f k j p ppos acc actd = if j = 0 then () else begin log2c_div j; let vi = mt_verify_ #_ #f k j p ppos acc actd in let plen = mt_path_length k j actd in let vs = MTS.mt_verify_ #_ #f #(log2c j) (path_spec k j actd (S.slice p ppos (ppos + plen))) ...
{ "file_name": "src/MerkleTree.New.High.Correct.Path.fst", "git_rev": "7d7bdc20f2033171e279c176b26e84f9069d23c6", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
{ "end_col": 5, "end_line": 392, "start_col": 0, "start_line": 329 }
module MerkleTree.New.High.Correct.Path open EverCrypt open EverCrypt.Helpers open MerkleTree.New.High.Correct.Base // Need to use some facts of `mt_get_root` open MerkleTree.New.High.Correct.Rhs open FStar.Classical open FStar.Ghost open FStar.Seq module List = FStar.List.Tot module S = FStar.Seq module U32 = FSt...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "MerkleTree.Spec.fst.checked", "MerkleTree.New.High.Correct.Rhs.fst.checked", "MerkleTree.New.High.Correct.Base.fst.checked", "MerkleTree.New.High.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FSt...
[ { "abbrev": false, "full_module": "MerkleTree.New.High", "short_module": null }, { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "EverCrypt.Hash", "short_module": "EHS" }, { "abbrev": true, "full_mo...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
k: Prims.nat -> j: Prims.nat{k <= j} -> p: MerkleTree.New.High.path -> ppos: Prims.nat -> acc: MerkleTree.New.High.hash -> actd: Prims.bool -> FStar.Pervasives.Lemma (requires ppos + MerkleTree.New.High.mt_path_length k j actd <= FStar.Seq.Base.length p) (ensures MerkleTre...
FStar.Pervasives.Lemma
[ "lemma", "" ]
[]
[ "Prims.pos", "MerkleTree.Spec.hash_fun_t", "Prims.nat", "Prims.b2t", "Prims.op_LessThanOrEqual", "MerkleTree.New.High.path", "MerkleTree.New.High.hash", "Prims.bool", "Prims.op_Equality", "Prims.int", "Prims.op_Modulus", "Prims.op_BarBar", "Prims.op_AmpAmp", "Prims.op_Addition", "Prims.o...
[ "recursion" ]
false
false
true
false
false
let rec mt_verify_ok_ #hsz #f k j p ppos acc actd =
if j = 0 then () else (log2c_div j; let vi = mt_verify_ #_ #f k j p ppos acc actd in let plen = mt_path_length k j actd in let vs = MTS.mt_verify_ #_ #f #(log2c j) (path_spec k j actd (S.slice p ppos (ppos + plen))) k (MTS.HRaw acc) in let nactd = actd...
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.va_lemma_merge_total
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...
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...
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
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 121, "end_line": 85, "start_col": 0, "start_line": 85 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
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
Prims.Ghost
[]
[]
[ "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" ]
[]
false
false
false
false
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
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.va_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}) ))
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 = Lemmas.lemma_ifElse_total
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 53, "end_line": 87, "start_col": 0, "start_line": 87 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
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)
Prims.Ghost
[]
[]
[ "Vale.PPC64LE.Lemmas.lemma_ifElse_total" ]
[]
false
false
false
false
false
let va_lemma_ifElse_total =
Lemmas.lemma_ifElse_total
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.va_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 ))
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 = Lemmas.lemma_empty_total
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 51, "end_line": 86, "start_col": 0, "start_line": 86 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
s0: Vale.PPC64LE.Decls.va_state -> bN: Vale.PPC64LE.Decls.va_codes -> Prims.Ghost (Vale.PPC64LE.Decls.va_state * Vale.PPC64LE.Decls.va_fuel)
Prims.Ghost
[]
[]
[ "Vale.PPC64LE.Lemmas.lemma_empty_total" ]
[]
false
false
false
false
false
let va_lemma_empty_total =
Lemmas.lemma_empty_total
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.va_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)
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 = Lemmas.lemma_whileTrue_total
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 59, "end_line": 91, "start_col": 0, "start_line": 91 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
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)
Prims.Ghost
[]
[]
[ "Vale.PPC64LE.Lemmas.lemma_whileTrue_total" ]
[]
false
false
false
false
false
let va_lemma_whileTrue_total =
Lemmas.lemma_whileTrue_total
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.va_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 )
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_ifElseTrue_total = Lemmas.lemma_ifElseTrue_total
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 61, "end_line": 88, "start_col": 0, "start_line": 88 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
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...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.PPC64LE.Lemmas.lemma_ifElseTrue_total" ]
[]
true
false
true
false
false
let va_lemma_ifElseTrue_total =
Lemmas.lemma_ifElseTrue_total
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.va_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 )
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 = Lemmas.lemma_while_total
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 51, "end_line": 90, "start_col": 0, "start_line": 90 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
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)
Prims.Ghost
[]
[]
[ "Vale.PPC64LE.Lemmas.lemma_while_total" ]
[]
false
false
false
false
false
let va_lemma_while_total =
Lemmas.lemma_while_total
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.va_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 )
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_ifElseFalse_total = Lemmas.lemma_ifElseFalse_total
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 63, "end_line": 89, "start_col": 0, "start_line": 89 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
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 /\ ...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Vale.PPC64LE.Lemmas.lemma_ifElseFalse_total" ]
[]
true
false
true
false
false
let va_lemma_ifElseFalse_total =
Lemmas.lemma_ifElseFalse_total
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.va_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...
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...
let va_lemma_whileFalse_total = Lemmas.lemma_whileFalse_total
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 61, "end_line": 92, "start_col": 0, "start_line": 92 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
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)
Prims.Ghost
[]
[]
[ "Vale.PPC64LE.Lemmas.lemma_whileFalse_total" ]
[]
false
false
false
false
false
let va_lemma_whileFalse_total =
Lemmas.lemma_whileFalse_total
false
Vale.PPC64LE.Decls.fst
Vale.PPC64LE.Decls.va_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)...
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)...
let va_lemma_whileMerge_total = Lemmas.lemma_whileMerge_total
{ "file_name": "vale/code/arch/ppc64le/Vale.PPC64LE.Decls.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 61, "end_line": 93, "start_col": 0, "start_line": 93 }
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...
{ "checked_file": "/", "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.checked", "Vale.PPC64LE.Machi...
[ { "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...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 0, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
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
Prims.Ghost
[]
[]
[ "Vale.PPC64LE.Lemmas.lemma_whileMerge_total" ]
[]
false
false
false
false
false
let va_lemma_whileMerge_total =
Lemmas.lemma_whileMerge_total
false
Hacl.Spec.K256.Field52.Lemmas4.fst
Hacl.Spec.K256.Field52.Lemmas4.lemma_nat_r43210
val lemma_nat_r43210 (r0 r1 r2 r3 r4 c3 c6 c9 c11 d4 d8 d10 d11 t3 r sum1 sum2 sum7:nat) : Lemma (requires d10 == d8 / pow2 52 + sum7 /\ r0 = c3 % pow2 52 /\ c6 = c3 / pow2 52 + sum1 + d8 % pow2 52 * r /\ d11 = d10 / pow2 64 /\ r1 = c6 % pow2 52 /\ c9 = c6 / pow2 52 + sum2 + r * (d10 % pow2 64) /\ ...
val lemma_nat_r43210 (r0 r1 r2 r3 r4 c3 c6 c9 c11 d4 d8 d10 d11 t3 r sum1 sum2 sum7:nat) : Lemma (requires d10 == d8 / pow2 52 + sum7 /\ r0 = c3 % pow2 52 /\ c6 = c3 / pow2 52 + sum1 + d8 % pow2 52 * r /\ d11 = d10 / pow2 64 /\ r1 = c6 % pow2 52 /\ c9 = c6 / pow2 52 + sum2 + r * (d10 % pow2 64) /\ ...
let lemma_nat_r43210 r0 r1 r2 r3 r4 c3 c6 c9 c11 d4 d8 d10 d11 t3 r sum1 sum2 sum7 = let k = d4 % pow2 48 in let tmp1 = sum2 * pow2 52 + t3 * pow2 104 + k * pow2 156 in calc (==) { // tmp1 * pow2 52 (sum2 * pow2 52 + t3 * pow2 104 + k * pow2 156) * pow2 52; (==) { ML.lemma_distr_pow (sum2 * pow2 52 + t3 ...
{ "file_name": "code/k256/Hacl.Spec.K256.Field52.Lemmas4.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 5, "end_line": 116, "start_col": 0, "start_line": 88 }
module Hacl.Spec.K256.Field52.Lemmas4 open FStar.Mul open Lib.IntTypes module S = Spec.K256 include Hacl.Spec.K256.Field52.Definitions include Hacl.Spec.K256.Field52 module ML = Hacl.Spec.K256.MathLemmas module LD = Hacl.Spec.K256.Field52.Definitions.Lemmas #set-options "--z3rlimit 100 --fuel 0 --ifuel 0" val lem...
{ "checked_file": "/", "dependencies": [ "Spec.K256.fst.checked", "prims.fst.checked", "Lib.IntTypes.fsti.checked", "Hacl.Spec.K256.MathLemmas.fst.checked", "Hacl.Spec.K256.Field52.Definitions.Lemmas.fst.checked", "Hacl.Spec.K256.Field52.Definitions.fst.checked", "Hacl.Spec.K256.Field52....
[ { "abbrev": true, "full_module": "Hacl.Spec.K256.Field52.Definitions.Lemmas", "short_module": "LD" }, { "abbrev": true, "full_module": "Hacl.Spec.K256.MathLemmas", "short_module": "ML" }, { "abbrev": false, "full_module": "Hacl.Spec.K256.Field52", "short_module": null }...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
r0: Prims.nat -> r1: Prims.nat -> r2: Prims.nat -> r3: Prims.nat -> r4: Prims.nat -> c3: Prims.nat -> c6: Prims.nat -> c9: Prims.nat -> c11: Prims.nat -> d4: Prims.nat -> d8: Prims.nat -> d10: Prims.nat -> d11: Prims.nat -> t3: Prims.nat -> r: Prims.nat -> ...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Prims.nat", "FStar.Calc.calc_finish", "Prims.int", "Prims.eq2", "Prims.op_Addition", "FStar.Mul.op_Star", "Hacl.Spec.K256.Field52.Definitions.pow52", "Hacl.Spec.K256.Field52.Definitions.pow104", "Hacl.Spec.K256.Field52.Definitions.pow156", "Hacl.Spec.K256.Field52.Definitions.pow208", "Prims.pow...
[]
false
false
true
false
false
let lemma_nat_r43210 r0 r1 r2 r3 r4 c3 c6 c9 c11 d4 d8 d10 d11 t3 r sum1 sum2 sum7 =
let k = d4 % pow2 48 in let tmp1 = sum2 * pow2 52 + t3 * pow2 104 + k * pow2 156 in calc ( == ) { (sum2 * pow2 52 + t3 * pow2 104 + k * pow2 156) * pow2 52; ( == ) { ML.lemma_distr_pow (sum2 * pow2 52 + t3 * pow2 104) k 156 52 } (sum2 * pow2 52 + t3 * pow2 104) * pow2 52 + k * pow2 208; ( == ) { ML.lemma_distr_...
false
Hacl.Impl.P256.Qinv.fst
Hacl.Impl.P256.Qinv.linv_ctx
val linv_ctx (a: LSeq.lseq uint64 0) : Type0
val linv_ctx (a: LSeq.lseq uint64 0) : Type0
let linv_ctx (a:LSeq.lseq uint64 0) : Type0 = True
{ "file_name": "code/ecdsap256/Hacl.Impl.P256.Qinv.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 50, "end_line": 26, "start_col": 0, "start_line": 26 }
module Hacl.Impl.P256.Qinv open FStar.Mul open FStar.HyperStack.All open FStar.HyperStack module ST = FStar.HyperStack.ST open Lib.IntTypes open Lib.Buffer open Hacl.Impl.P256.Bignum open Hacl.Impl.P256.Scalar module SE = Spec.Exponentiation module BE = Hacl.Impl.Exponentiation module BD = Hacl.Spec.Bignum.Definiti...
{ "checked_file": "/", "dependencies": [ "Spec.P256.fst.checked", "Spec.Exponentiation.fsti.checked", "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.P256.Qinv.fst.checked", ...
[ { "abbrev": true, "full_module": "Hacl.Spec.P256.Montgomery", "short_module": "SM" }, { "abbrev": true, "full_module": "Hacl.Spec.P256.Qinv", "short_module": "SI" }, { "abbrev": true, "full_module": "Spec.P256", "short_module": "S" }, { "abbrev": true, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Lib.Sequence.lseq Lib.IntTypes.uint64 0 -> Type0
Prims.Tot
[ "total" ]
[]
[ "Lib.Sequence.lseq", "Lib.IntTypes.uint64", "Prims.l_True" ]
[]
false
false
false
false
true
let linv_ctx (a: LSeq.lseq uint64 0) : Type0 =
True
false
Hacl.Spec.K256.Field52.Lemmas4.fst
Hacl.Spec.K256.Field52.Lemmas4.lemma_nat_r43210_mod_prime
val lemma_nat_r43210_mod_prime (c3 d4 d8 t3 r sum0 sum1 sum2 sum3 sum4 sum5 sum6 sum7 sum8: nat) : Lemma (requires r = 0x1000003D10 /\ d4 = (sum3 + r * (sum8 % pow2 64)) / pow2 52 + sum4 + r * pow2 12 * (sum8 / pow2 64) /\ t3 = (sum3 + r * (sum8 % pow2 64)) % pow2 52 /\ d8 = (d4 / pow2 52 + sum5) / p...
val lemma_nat_r43210_mod_prime (c3 d4 d8 t3 r sum0 sum1 sum2 sum3 sum4 sum5 sum6 sum7 sum8: nat) : Lemma (requires r = 0x1000003D10 /\ d4 = (sum3 + r * (sum8 % pow2 64)) / pow2 52 + sum4 + r * pow2 12 * (sum8 / pow2 64) /\ t3 = (sum3 + r * (sum8 % pow2 64)) % pow2 52 /\ d8 = (d4 / pow2 52 + sum5) / p...
let lemma_nat_r43210_mod_prime c3 d4 d8 t3 r sum0 sum1 sum2 sum3 sum4 sum5 sum6 sum7 sum8 = let tmp2 = sum3 + r * (sum8 % pow2 64) in let tmp1 = d4 / pow2 52 + sum5 in let tmp0 = sum0 + (tmp1 % pow2 52 - d4 / pow2 52) * r in let d4mod = (d4 % pow2 48) * pow2 208 + (d4 / pow2 48) * 0x1000003D1 in calc (==) { ...
{ "file_name": "code/k256/Hacl.Spec.K256.Field52.Lemmas4.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 81, "end_line": 196, "start_col": 0, "start_line": 158 }
module Hacl.Spec.K256.Field52.Lemmas4 open FStar.Mul open Lib.IntTypes module S = Spec.K256 include Hacl.Spec.K256.Field52.Definitions include Hacl.Spec.K256.Field52 module ML = Hacl.Spec.K256.MathLemmas module LD = Hacl.Spec.K256.Field52.Definitions.Lemmas #set-options "--z3rlimit 100 --fuel 0 --ifuel 0" val lem...
{ "checked_file": "/", "dependencies": [ "Spec.K256.fst.checked", "prims.fst.checked", "Lib.IntTypes.fsti.checked", "Hacl.Spec.K256.MathLemmas.fst.checked", "Hacl.Spec.K256.Field52.Definitions.Lemmas.fst.checked", "Hacl.Spec.K256.Field52.Definitions.fst.checked", "Hacl.Spec.K256.Field52....
[ { "abbrev": true, "full_module": "Hacl.Spec.K256.Field52.Definitions.Lemmas", "short_module": "LD" }, { "abbrev": true, "full_module": "Hacl.Spec.K256.MathLemmas", "short_module": "ML" }, { "abbrev": false, "full_module": "Hacl.Spec.K256.Field52", "short_module": null }...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
c3: Prims.nat -> d4: Prims.nat -> d8: Prims.nat -> t3: Prims.nat -> r: Prims.nat -> sum0: Prims.nat -> sum1: Prims.nat -> sum2: Prims.nat -> sum3: Prims.nat -> sum4: Prims.nat -> sum5: Prims.nat -> sum6: Prims.nat -> sum7: Prims.nat -> sum8: Prims.nat -> FStar....
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Prims.nat", "Hacl.Spec.K256.Field52.Definitions.Lemmas.as_nat_mod_prime", "Prims.op_Addition", "FStar.Mul.op_Star", "Prims.unit", "FStar.Calc.calc_finish", "Prims.int", "Prims.eq2", "Prims.op_Modulus", "Prims.pow2", "Prims.op_Division", "Prims.Cons", "FStar.Preorder.relation", "Prims.Nil"...
[]
false
false
true
false
false
let lemma_nat_r43210_mod_prime c3 d4 d8 t3 r sum0 sum1 sum2 sum3 sum4 sum5 sum6 sum7 sum8 =
let tmp2 = sum3 + r * (sum8 % pow2 64) in let tmp1 = d4 / pow2 52 + sum5 in let tmp0 = sum0 + (tmp1 % pow2 52 - d4 / pow2 52) * r in let d4mod = (d4 % pow2 48) * pow2 208 + (d4 / pow2 48) * 0x1000003D1 in calc ( == ) { c3 + (d4 % pow2 48) * pow2 208 + (sum1 + r * d8) * pow2 52; ( == ) { (simplify_c3 d4 r sum5; ...
false
Hacl.Impl.P256.Qinv.fst
Hacl.Impl.P256.Qinv.one_mod
val one_mod : BE.lone_st U64 4ul 0ul mk_to_p256_order_comm_monoid
val one_mod : BE.lone_st U64 4ul 0ul mk_to_p256_order_comm_monoid
let one_mod ctx one = make_qone one
{ "file_name": "code/ecdsap256/Hacl.Impl.P256.Qinv.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 35, "end_line": 48, "start_col": 0, "start_line": 48 }
module Hacl.Impl.P256.Qinv open FStar.Mul open FStar.HyperStack.All open FStar.HyperStack module ST = FStar.HyperStack.ST open Lib.IntTypes open Lib.Buffer open Hacl.Impl.P256.Bignum open Hacl.Impl.P256.Scalar module SE = Spec.Exponentiation module BE = Hacl.Impl.Exponentiation module BD = Hacl.Spec.Bignum.Definiti...
{ "checked_file": "/", "dependencies": [ "Spec.P256.fst.checked", "Spec.Exponentiation.fsti.checked", "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.P256.Qinv.fst.checked", ...
[ { "abbrev": true, "full_module": "Hacl.Spec.P256.Montgomery", "short_module": "SM" }, { "abbrev": true, "full_module": "Hacl.Spec.P256.Qinv", "short_module": "SI" }, { "abbrev": true, "full_module": "Spec.P256", "short_module": "S" }, { "abbrev": true, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Hacl.Impl.Exponentiation.Definitions.lone_st Lib.IntTypes.U64 4ul 0ul Hacl.Impl.P256.Qinv.mk_to_p256_order_comm_monoid
Prims.Tot
[ "total" ]
[]
[ "Lib.Buffer.lbuffer", "Lib.IntTypes.uint_t", "Lib.IntTypes.U64", "Lib.IntTypes.SEC", "FStar.UInt32.__uint_to_t", "Hacl.Impl.P256.Scalar.make_qone", "Prims.unit" ]
[]
false
false
false
false
false
let one_mod ctx one =
make_qone one
false
Hacl.Impl.P256.Qinv.fst
Hacl.Impl.P256.Qinv.mk_to_p256_order_comm_monoid
val mk_to_p256_order_comm_monoid:BE.to_comm_monoid U64 4ul 0ul
val mk_to_p256_order_comm_monoid:BE.to_comm_monoid U64 4ul 0ul
let mk_to_p256_order_comm_monoid : BE.to_comm_monoid U64 4ul 0ul = { BE.a_spec = S.qelem; BE.comm_monoid = SI.nat_mod_comm_monoid; BE.linv_ctx = linv_ctx; BE.linv = linv; BE.refl = refl; }
{ "file_name": "code/ecdsap256/Hacl.Impl.P256.Qinv.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 1, "end_line": 44, "start_col": 0, "start_line": 38 }
module Hacl.Impl.P256.Qinv open FStar.Mul open FStar.HyperStack.All open FStar.HyperStack module ST = FStar.HyperStack.ST open Lib.IntTypes open Lib.Buffer open Hacl.Impl.P256.Bignum open Hacl.Impl.P256.Scalar module SE = Spec.Exponentiation module BE = Hacl.Impl.Exponentiation module BD = Hacl.Spec.Bignum.Definiti...
{ "checked_file": "/", "dependencies": [ "Spec.P256.fst.checked", "Spec.Exponentiation.fsti.checked", "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.P256.Qinv.fst.checked", ...
[ { "abbrev": true, "full_module": "Hacl.Spec.P256.Montgomery", "short_module": "SM" }, { "abbrev": true, "full_module": "Hacl.Spec.P256.Qinv", "short_module": "SI" }, { "abbrev": true, "full_module": "Spec.P256", "short_module": "S" }, { "abbrev": true, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Hacl.Impl.Exponentiation.Definitions.to_comm_monoid Lib.IntTypes.U64 (4ul <: FStar.UInt32.t) (0ul <: FStar.UInt32.t)
Prims.Tot
[ "total" ]
[]
[ "Hacl.Impl.Exponentiation.Definitions.Mkto_comm_monoid", "Lib.IntTypes.U64", "FStar.UInt32.uint_to_t", "Spec.P256.PointOps.qelem", "Hacl.Spec.P256.Qinv.nat_mod_comm_monoid", "Hacl.Impl.P256.Qinv.linv_ctx", "Hacl.Impl.P256.Qinv.linv", "Hacl.Impl.P256.Qinv.refl" ]
[]
false
false
false
false
false
let mk_to_p256_order_comm_monoid:BE.to_comm_monoid U64 4ul 0ul =
{ BE.a_spec = S.qelem; BE.comm_monoid = SI.nat_mod_comm_monoid; BE.linv_ctx = linv_ctx; BE.linv = linv; BE.refl = refl }
false
Hacl.Impl.P256.Qinv.fst
Hacl.Impl.P256.Qinv.linv
val linv (a: LSeq.lseq uint64 4) : Type0
val linv (a: LSeq.lseq uint64 4) : Type0
let linv (a:LSeq.lseq uint64 4) : Type0 = BD.bn_v a < S.order
{ "file_name": "code/ecdsap256/Hacl.Impl.P256.Qinv.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 21, "end_line": 30, "start_col": 0, "start_line": 29 }
module Hacl.Impl.P256.Qinv open FStar.Mul open FStar.HyperStack.All open FStar.HyperStack module ST = FStar.HyperStack.ST open Lib.IntTypes open Lib.Buffer open Hacl.Impl.P256.Bignum open Hacl.Impl.P256.Scalar module SE = Spec.Exponentiation module BE = Hacl.Impl.Exponentiation module BD = Hacl.Spec.Bignum.Definiti...
{ "checked_file": "/", "dependencies": [ "Spec.P256.fst.checked", "Spec.Exponentiation.fsti.checked", "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.P256.Qinv.fst.checked", ...
[ { "abbrev": true, "full_module": "Hacl.Spec.P256.Montgomery", "short_module": "SM" }, { "abbrev": true, "full_module": "Hacl.Spec.P256.Qinv", "short_module": "SI" }, { "abbrev": true, "full_module": "Spec.P256", "short_module": "S" }, { "abbrev": true, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Lib.Sequence.lseq Lib.IntTypes.uint64 4 -> Type0
Prims.Tot
[ "total" ]
[]
[ "Lib.Sequence.lseq", "Lib.IntTypes.uint64", "Prims.b2t", "Prims.op_LessThan", "Hacl.Spec.Bignum.Definitions.bn_v", "Lib.IntTypes.U64", "Spec.P256.PointOps.order" ]
[]
false
false
false
false
true
let linv (a: LSeq.lseq uint64 4) : Type0 =
BD.bn_v a < S.order
false
MerkleTree.New.High.Correct.Path.fst
MerkleTree.New.High.Correct.Path.mt_get_path_inv_ok_
val mt_get_path_inv_ok_: #hsz:pos -> #f:MTS.hash_fun_t -> lv:nat{lv < 32} -> i:nat -> j:nat{j > 0 /\ i <= j /\ j < pow2 (32 - lv)} -> olds:hashess #hsz {S.length olds = 32 /\ mt_olds_inv #hsz lv i olds} -> hs:hashess #hsz {S.length hs = 32 /\ hs_wf_elts lv hs i j} -> rhs:hashes #hsz {S.length rhs = 32} ->...
val mt_get_path_inv_ok_: #hsz:pos -> #f:MTS.hash_fun_t -> lv:nat{lv < 32} -> i:nat -> j:nat{j > 0 /\ i <= j /\ j < pow2 (32 - lv)} -> olds:hashess #hsz {S.length olds = 32 /\ mt_olds_inv #hsz lv i olds} -> hs:hashess #hsz {S.length hs = 32 /\ hs_wf_elts lv hs i j} -> rhs:hashes #hsz {S.length rhs = 32} ->...
let mt_get_path_inv_ok_ #_ #f lv i j olds hs rhs k p acc actd = log2c_div j; log2c_bound j (32 - lv); mt_olds_hs_lth_inv_ok #_ #f lv i j olds hs; mt_hashes_lth_inv_log_converted_ #_ #f lv j (merge_hs #_ #f olds hs); mt_hashes_inv_log_converted_ #_ #f lv j (merge_hs #_ #f olds hs); mt_get_path_acc_consistent ...
{ "file_name": "src/MerkleTree.New.High.Correct.Path.fst", "git_rev": "7d7bdc20f2033171e279c176b26e84f9069d23c6", "git_url": "https://github.com/hacl-star/merkle-tree.git", "project_name": "merkle-tree" }
{ "end_col": 14, "end_line": 275, "start_col": 0, "start_line": 264 }
module MerkleTree.New.High.Correct.Path open EverCrypt open EverCrypt.Helpers open MerkleTree.New.High.Correct.Base // Need to use some facts of `mt_get_root` open MerkleTree.New.High.Correct.Rhs open FStar.Classical open FStar.Ghost open FStar.Seq module List = FStar.List.Tot module S = FStar.Seq module U32 = FSt...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "MerkleTree.Spec.fst.checked", "MerkleTree.New.High.Correct.Rhs.fst.checked", "MerkleTree.New.High.Correct.Base.fst.checked", "MerkleTree.New.High.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FSt...
[ { "abbrev": false, "full_module": "MerkleTree.New.High", "short_module": null }, { "abbrev": true, "full_module": "MerkleTree.Spec", "short_module": "MTS" }, { "abbrev": true, "full_module": "EverCrypt.Hash", "short_module": "EHS" }, { "abbrev": true, "full_mo...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 1, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
lv: Prims.nat{lv < 32} -> i: Prims.nat -> j: Prims.nat{j > 0 /\ i <= j /\ j < Prims.pow2 (32 - lv)} -> olds: MerkleTree.New.High.hashess {FStar.Seq.Base.length olds = 32 /\ MerkleTree.New.High.Correct.Base.mt_olds_inv lv i olds} -> hs: MerkleTree.New.High.hashess {FStar....
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Prims.pos", "MerkleTree.Spec.hash_fun_t", "Prims.nat", "Prims.b2t", "Prims.op_LessThan", "Prims.l_and", "Prims.op_GreaterThan", "Prims.op_LessThanOrEqual", "Prims.pow2", "Prims.op_Subtraction", "MerkleTree.New.High.hashess", "Prims.op_Equality", "Prims.int", "FStar.Seq.Base.length", "Me...
[]
true
false
true
false
false
let mt_get_path_inv_ok_ #_ #f lv i j olds hs rhs k p acc actd =
log2c_div j; log2c_bound j (32 - lv); mt_olds_hs_lth_inv_ok #_ #f lv i j olds hs; mt_hashes_lth_inv_log_converted_ #_ #f lv j (merge_hs #_ #f olds hs); mt_hashes_inv_log_converted_ #_ #f lv j (merge_hs #_ #f olds hs); mt_get_path_acc_consistent #_ #f lv i j olds hs rhs k actd; mt_get_path_slice lv hs rhs i j k p actd; ...
false
Hacl.Impl.P256.Qinv.fst
Hacl.Impl.P256.Qinv.sqr_mod
val sqr_mod : BE.lsqr_st U64 4ul 0ul mk_to_p256_order_comm_monoid
val sqr_mod : BE.lsqr_st U64 4ul 0ul mk_to_p256_order_comm_monoid
let sqr_mod ctx x xx = qsqr xx x
{ "file_name": "code/ecdsap256/Hacl.Impl.P256.Qinv.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 32, "end_line": 58, "start_col": 0, "start_line": 58 }
module Hacl.Impl.P256.Qinv open FStar.Mul open FStar.HyperStack.All open FStar.HyperStack module ST = FStar.HyperStack.ST open Lib.IntTypes open Lib.Buffer open Hacl.Impl.P256.Bignum open Hacl.Impl.P256.Scalar module SE = Spec.Exponentiation module BE = Hacl.Impl.Exponentiation module BD = Hacl.Spec.Bignum.Definiti...
{ "checked_file": "/", "dependencies": [ "Spec.P256.fst.checked", "Spec.Exponentiation.fsti.checked", "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.P256.Qinv.fst.checked", ...
[ { "abbrev": true, "full_module": "Hacl.Spec.P256.Montgomery", "short_module": "SM" }, { "abbrev": true, "full_module": "Hacl.Spec.P256.Qinv", "short_module": "SI" }, { "abbrev": true, "full_module": "Spec.P256", "short_module": "S" }, { "abbrev": true, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Hacl.Impl.Exponentiation.Definitions.lsqr_st Lib.IntTypes.U64 4ul 0ul Hacl.Impl.P256.Qinv.mk_to_p256_order_comm_monoid
Prims.Tot
[ "total" ]
[]
[ "Lib.Buffer.lbuffer", "Lib.IntTypes.uint_t", "Lib.IntTypes.U64", "Lib.IntTypes.SEC", "FStar.UInt32.__uint_to_t", "Hacl.Impl.P256.Scalar.qsqr", "Prims.unit" ]
[]
false
false
false
false
false
let sqr_mod ctx x xx =
qsqr xx x
false
Hacl.Impl.P256.Qinv.fst
Hacl.Impl.P256.Qinv.qsquare_times_in_place
val qsquare_times_in_place (out:felem) (b:size_t) : Stack unit (requires fun h -> live h out /\ as_nat h out < S.order) (ensures fun h0 _ h1 -> modifies (loc out) h0 h1 /\ as_nat h1 out < S.order /\ qmont_as_nat h1 out == SI.qsquare_times (qmont_as_nat h0 out) (v b))
val qsquare_times_in_place (out:felem) (b:size_t) : Stack unit (requires fun h -> live h out /\ as_nat h out < S.order) (ensures fun h0 _ h1 -> modifies (loc out) h0 h1 /\ as_nat h1 out < S.order /\ qmont_as_nat h1 out == SI.qsquare_times (qmont_as_nat h0 out) (v b))
let qsquare_times_in_place out b = let h0 = ST.get () in SE.exp_pow2_lemma SI.mk_nat_mod_concrete_ops (qmont_as_nat h0 out) (v b); BE.lexp_pow2_in_place 4ul 0ul mk_p256_order_concrete_ops (null uint64) out b
{ "file_name": "code/ecdsap256/Hacl.Impl.P256.Qinv.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 78, "end_line": 81, "start_col": 0, "start_line": 78 }
module Hacl.Impl.P256.Qinv open FStar.Mul open FStar.HyperStack.All open FStar.HyperStack module ST = FStar.HyperStack.ST open Lib.IntTypes open Lib.Buffer open Hacl.Impl.P256.Bignum open Hacl.Impl.P256.Scalar module SE = Spec.Exponentiation module BE = Hacl.Impl.Exponentiation module BD = Hacl.Spec.Bignum.Definiti...
{ "checked_file": "/", "dependencies": [ "Spec.P256.fst.checked", "Spec.Exponentiation.fsti.checked", "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.P256.Qinv.fst.checked", ...
[ { "abbrev": true, "full_module": "Hacl.Spec.P256.Montgomery", "short_module": "SM" }, { "abbrev": true, "full_module": "Hacl.Spec.P256.Qinv", "short_module": "SI" }, { "abbrev": true, "full_module": "Spec.P256", "short_module": "S" }, { "abbrev": true, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
out: Hacl.Impl.P256.Bignum.felem -> b: Lib.IntTypes.size_t -> FStar.HyperStack.ST.Stack Prims.unit
FStar.HyperStack.ST.Stack
[]
[]
[ "Hacl.Impl.P256.Bignum.felem", "Lib.IntTypes.size_t", "Hacl.Impl.Exponentiation.lexp_pow2_in_place", "Lib.IntTypes.U64", "FStar.UInt32.__uint_to_t", "Hacl.Impl.P256.Qinv.mk_p256_order_concrete_ops", "Lib.Buffer.null", "Lib.Buffer.MUT", "Lib.IntTypes.uint64", "Prims.unit", "Spec.Exponentiation.ex...
[]
false
true
false
false
false
let qsquare_times_in_place out b =
let h0 = ST.get () in SE.exp_pow2_lemma SI.mk_nat_mod_concrete_ops (qmont_as_nat h0 out) (v b); BE.lexp_pow2_in_place 4ul 0ul mk_p256_order_concrete_ops (null uint64) out b
false
Hacl.Impl.P256.Qinv.fst
Hacl.Impl.P256.Qinv.mul_mod
val mul_mod : BE.lmul_st U64 4ul 0ul mk_to_p256_order_comm_monoid
val mul_mod : BE.lmul_st U64 4ul 0ul mk_to_p256_order_comm_monoid
let mul_mod ctx x y xy = qmul xy x y
{ "file_name": "code/ecdsap256/Hacl.Impl.P256.Qinv.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 36, "end_line": 53, "start_col": 0, "start_line": 53 }
module Hacl.Impl.P256.Qinv open FStar.Mul open FStar.HyperStack.All open FStar.HyperStack module ST = FStar.HyperStack.ST open Lib.IntTypes open Lib.Buffer open Hacl.Impl.P256.Bignum open Hacl.Impl.P256.Scalar module SE = Spec.Exponentiation module BE = Hacl.Impl.Exponentiation module BD = Hacl.Spec.Bignum.Definiti...
{ "checked_file": "/", "dependencies": [ "Spec.P256.fst.checked", "Spec.Exponentiation.fsti.checked", "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.P256.Qinv.fst.checked", ...
[ { "abbrev": true, "full_module": "Hacl.Spec.P256.Montgomery", "short_module": "SM" }, { "abbrev": true, "full_module": "Hacl.Spec.P256.Qinv", "short_module": "SI" }, { "abbrev": true, "full_module": "Spec.P256", "short_module": "S" }, { "abbrev": true, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Hacl.Impl.Exponentiation.Definitions.lmul_st Lib.IntTypes.U64 4ul 0ul Hacl.Impl.P256.Qinv.mk_to_p256_order_comm_monoid
Prims.Tot
[ "total" ]
[]
[ "Lib.Buffer.lbuffer", "Lib.IntTypes.uint_t", "Lib.IntTypes.U64", "Lib.IntTypes.SEC", "FStar.UInt32.__uint_to_t", "Hacl.Impl.P256.Scalar.qmul", "Prims.unit" ]
[]
false
false
false
false
false
let mul_mod ctx x y xy =
qmul xy x y
false
Hacl.Impl.P256.Qinv.fst
Hacl.Impl.P256.Qinv.mk_p256_order_concrete_ops
val mk_p256_order_concrete_ops:BE.concrete_ops U64 4ul 0ul
val mk_p256_order_concrete_ops:BE.concrete_ops U64 4ul 0ul
let mk_p256_order_concrete_ops : BE.concrete_ops U64 4ul 0ul = { BE.to = mk_to_p256_order_comm_monoid; BE.lone = one_mod; BE.lmul = mul_mod; BE.lsqr = sqr_mod; }
{ "file_name": "code/ecdsap256/Hacl.Impl.P256.Qinv.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 1, "end_line": 67, "start_col": 0, "start_line": 62 }
module Hacl.Impl.P256.Qinv open FStar.Mul open FStar.HyperStack.All open FStar.HyperStack module ST = FStar.HyperStack.ST open Lib.IntTypes open Lib.Buffer open Hacl.Impl.P256.Bignum open Hacl.Impl.P256.Scalar module SE = Spec.Exponentiation module BE = Hacl.Impl.Exponentiation module BD = Hacl.Spec.Bignum.Definiti...
{ "checked_file": "/", "dependencies": [ "Spec.P256.fst.checked", "Spec.Exponentiation.fsti.checked", "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.P256.Qinv.fst.checked", ...
[ { "abbrev": true, "full_module": "Hacl.Spec.P256.Montgomery", "short_module": "SM" }, { "abbrev": true, "full_module": "Hacl.Spec.P256.Qinv", "short_module": "SI" }, { "abbrev": true, "full_module": "Spec.P256", "short_module": "S" }, { "abbrev": true, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Hacl.Impl.Exponentiation.Definitions.concrete_ops Lib.IntTypes.U64 (4ul <: FStar.UInt32.t) (0ul <: FStar.UInt32.t)
Prims.Tot
[ "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.P256.Qinv.mk_to_p256_order_comm_monoid", "Hacl.Impl.P256.Qinv.one_mod", "Hacl.Impl.P256.Qinv.mul_mod", "Hacl.Impl...
[]
false
false
false
false
false
let mk_p256_order_concrete_ops:BE.concrete_ops U64 4ul 0ul =
{ BE.to = mk_to_p256_order_comm_monoid; BE.lone = one_mod; BE.lmul = mul_mod; BE.lsqr = sqr_mod }
false
Hacl.Impl.P256.Qinv.fst
Hacl.Impl.P256.Qinv.refl
val refl (a: LSeq.lseq uint64 4 {linv a}) : GTot S.qelem
val refl (a: LSeq.lseq uint64 4 {linv a}) : GTot S.qelem
let refl (a:LSeq.lseq uint64 4{linv a}) : GTot S.qelem = SM.from_qmont (BD.bn_v a)
{ "file_name": "code/ecdsap256/Hacl.Impl.P256.Qinv.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 27, "end_line": 34, "start_col": 0, "start_line": 33 }
module Hacl.Impl.P256.Qinv open FStar.Mul open FStar.HyperStack.All open FStar.HyperStack module ST = FStar.HyperStack.ST open Lib.IntTypes open Lib.Buffer open Hacl.Impl.P256.Bignum open Hacl.Impl.P256.Scalar module SE = Spec.Exponentiation module BE = Hacl.Impl.Exponentiation module BD = Hacl.Spec.Bignum.Definiti...
{ "checked_file": "/", "dependencies": [ "Spec.P256.fst.checked", "Spec.Exponentiation.fsti.checked", "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.P256.Qinv.fst.checked", ...
[ { "abbrev": true, "full_module": "Hacl.Spec.P256.Montgomery", "short_module": "SM" }, { "abbrev": true, "full_module": "Hacl.Spec.P256.Qinv", "short_module": "SI" }, { "abbrev": true, "full_module": "Spec.P256", "short_module": "S" }, { "abbrev": true, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Lib.Sequence.lseq Lib.IntTypes.uint64 4 {Hacl.Impl.P256.Qinv.linv a} -> Prims.GTot Spec.P256.PointOps.qelem
Prims.GTot
[ "sometrivial" ]
[]
[ "Lib.Sequence.lseq", "Lib.IntTypes.uint64", "Hacl.Impl.P256.Qinv.linv", "Hacl.Spec.P256.Montgomery.from_qmont", "Hacl.Spec.Bignum.Definitions.bn_v", "Lib.IntTypes.U64", "Spec.P256.PointOps.qelem" ]
[]
false
false
false
false
false
let refl (a: LSeq.lseq uint64 4 {linv a}) : GTot S.qelem =
SM.from_qmont (BD.bn_v a)
false
Hacl.Impl.P256.Qinv.fst
Hacl.Impl.P256.Qinv.qsquare_times
val qsquare_times (out a:felem) (b:size_t) : Stack unit (requires fun h -> live h out /\ live h a /\ disjoint out a /\ as_nat h a < S.order) (ensures fun h0 _ h1 -> modifies (loc out) h0 h1 /\ as_nat h1 out < S.order /\ qmont_as_nat h1 out == SI.qsquare_times (qmont_as_nat h0 a) (v b))
val qsquare_times (out a:felem) (b:size_t) : Stack unit (requires fun h -> live h out /\ live h a /\ disjoint out a /\ as_nat h a < S.order) (ensures fun h0 _ h1 -> modifies (loc out) h0 h1 /\ as_nat h1 out < S.order /\ qmont_as_nat h1 out == SI.qsquare_times (qmont_as_nat h0 a) (v b))
let qsquare_times out a b = let h0 = ST.get () in SE.exp_pow2_lemma SI.mk_nat_mod_concrete_ops (qmont_as_nat h0 a) (v b); BE.lexp_pow2 4ul 0ul mk_p256_order_concrete_ops (null uint64) a b out
{ "file_name": "code/ecdsap256/Hacl.Impl.P256.Qinv.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 71, "end_line": 96, "start_col": 0, "start_line": 93 }
module Hacl.Impl.P256.Qinv open FStar.Mul open FStar.HyperStack.All open FStar.HyperStack module ST = FStar.HyperStack.ST open Lib.IntTypes open Lib.Buffer open Hacl.Impl.P256.Bignum open Hacl.Impl.P256.Scalar module SE = Spec.Exponentiation module BE = Hacl.Impl.Exponentiation module BD = Hacl.Spec.Bignum.Definiti...
{ "checked_file": "/", "dependencies": [ "Spec.P256.fst.checked", "Spec.Exponentiation.fsti.checked", "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.P256.Qinv.fst.checked", ...
[ { "abbrev": true, "full_module": "Hacl.Spec.P256.Montgomery", "short_module": "SM" }, { "abbrev": true, "full_module": "Hacl.Spec.P256.Qinv", "short_module": "SI" }, { "abbrev": true, "full_module": "Spec.P256", "short_module": "S" }, { "abbrev": true, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
out: Hacl.Impl.P256.Bignum.felem -> a: Hacl.Impl.P256.Bignum.felem -> b: Lib.IntTypes.size_t -> FStar.HyperStack.ST.Stack Prims.unit
FStar.HyperStack.ST.Stack
[]
[]
[ "Hacl.Impl.P256.Bignum.felem", "Lib.IntTypes.size_t", "Hacl.Impl.Exponentiation.lexp_pow2", "Lib.IntTypes.U64", "FStar.UInt32.__uint_to_t", "Hacl.Impl.P256.Qinv.mk_p256_order_concrete_ops", "Lib.Buffer.null", "Lib.Buffer.MUT", "Lib.IntTypes.uint64", "Prims.unit", "Spec.Exponentiation.exp_pow2_le...
[]
false
true
false
false
false
let qsquare_times out a b =
let h0 = ST.get () in SE.exp_pow2_lemma SI.mk_nat_mod_concrete_ops (qmont_as_nat h0 a) (v b); BE.lexp_pow2 4ul 0ul mk_p256_order_concrete_ops (null uint64) a b out
false
Hacl.Impl.P256.Qinv.fst
Hacl.Impl.P256.Qinv.qinv_x153_x177
val qinv_x153_x177 (x153 x_101 x_111 x_101111:felem) : Stack unit (requires fun h -> live h x153 /\ live h x_101 /\ live h x_111 /\ live h x_101111 /\ disjoint x153 x_101 /\ disjoint x153 x_111 /\ disjoint x153 x_101111 /\ as_nat h x153 < S.order /\ as_nat h x_101 < S.order /\ as_nat h x_111 < S.order...
val qinv_x153_x177 (x153 x_101 x_111 x_101111:felem) : Stack unit (requires fun h -> live h x153 /\ live h x_101 /\ live h x_111 /\ live h x_101111 /\ disjoint x153 x_101 /\ disjoint x153 x_111 /\ disjoint x153 x_101111 /\ as_nat h x153 < S.order /\ as_nat h x_101 < S.order /\ as_nat h x_111 < S.order...
let qinv_x153_x177 x153 x_101 x_111 x_101111 = let h0 = ST.get () in qsquare_times_in_place x153 4ul; qmul x153 x153 x_101; let h1 = ST.get () in assert (qmont_as_nat h1 x153 == // x157 S.qmul (SI.qsquare_times (qmont_as_nat h0 x153) 4) (qmont_as_nat h0 x_101)); qsquare_times_in_place x153 3ul; qmul ...
{ "file_name": "code/ecdsap256/Hacl.Impl.P256.Qinv.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 82, "end_line": 237, "start_col": 0, "start_line": 207 }
module Hacl.Impl.P256.Qinv open FStar.Mul open FStar.HyperStack.All open FStar.HyperStack module ST = FStar.HyperStack.ST open Lib.IntTypes open Lib.Buffer open Hacl.Impl.P256.Bignum open Hacl.Impl.P256.Scalar module SE = Spec.Exponentiation module BE = Hacl.Impl.Exponentiation module BD = Hacl.Spec.Bignum.Definiti...
{ "checked_file": "/", "dependencies": [ "Spec.P256.fst.checked", "Spec.Exponentiation.fsti.checked", "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.P256.Qinv.fst.checked", ...
[ { "abbrev": true, "full_module": "Hacl.Spec.P256.Montgomery", "short_module": "SM" }, { "abbrev": true, "full_module": "Hacl.Spec.P256.Qinv", "short_module": "SI" }, { "abbrev": true, "full_module": "Spec.P256", "short_module": "S" }, { "abbrev": true, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x153: Hacl.Impl.P256.Bignum.felem -> x_101: Hacl.Impl.P256.Bignum.felem -> x_111: Hacl.Impl.P256.Bignum.felem -> x_101111: Hacl.Impl.P256.Bignum.felem -> FStar.HyperStack.ST.Stack Prims.unit
FStar.HyperStack.ST.Stack
[]
[]
[ "Hacl.Impl.P256.Bignum.felem", "Prims._assert", "Prims.eq2", "Spec.P256.PointOps.qelem", "Hacl.Impl.P256.Scalar.qmont_as_nat", "Spec.P256.PointOps.qmul", "Hacl.Spec.P256.Qinv.qsquare_times", "Prims.unit", "FStar.Monotonic.HyperStack.mem", "FStar.HyperStack.ST.get", "Hacl.Impl.P256.Scalar.qmul", ...
[]
false
true
false
false
false
let qinv_x153_x177 x153 x_101 x_111 x_101111 =
let h0 = ST.get () in qsquare_times_in_place x153 4ul; qmul x153 x153 x_101; let h1 = ST.get () in assert (qmont_as_nat h1 x153 == S.qmul (SI.qsquare_times (qmont_as_nat h0 x153) 4) (qmont_as_nat h0 x_101)); qsquare_times_in_place x153 3ul; qmul x153 x153 x_101; let h2 = ST.get () in assert (qmont_as_nat h2 x153 ==...
false
Hacl.Impl.P256.Qinv.fst
Hacl.Impl.P256.Qinv.qinv_x8_x128
val qinv_x8_x128 (x128 x6 x_11:felem) : Stack unit (requires fun h -> live h x128 /\ live h x6 /\ live h x_11 /\ disjoint x128 x6 /\ disjoint x128 x_11 /\ disjoint x6 x_11 /\ as_nat h x6 < S.order /\ as_nat h x_11 < S.order) (ensures fun h0 _ h1 -> modifies (loc x128 |+| loc x6) h0 h1 /\ as_nat h1 x...
val qinv_x8_x128 (x128 x6 x_11:felem) : Stack unit (requires fun h -> live h x128 /\ live h x6 /\ live h x_11 /\ disjoint x128 x6 /\ disjoint x128 x_11 /\ disjoint x6 x_11 /\ as_nat h x6 < S.order /\ as_nat h x_11 < S.order) (ensures fun h0 _ h1 -> modifies (loc x128 |+| loc x6) h0 h1 /\ as_nat h1 x...
let qinv_x8_x128 x128 x6 x_11 = let h0 = ST.get () in qsquare_times_in_place x6 2ul; qmul x6 x6 x_11; let h1 = ST.get () in assert (qmont_as_nat h1 x6 == // x8 S.qmul (SI.qsquare_times (qmont_as_nat h0 x6) 2) (qmont_as_nat h0 x_11)); qsquare_times x128 x6 8ul; qmul x128 x128 x6; let h2 = ST.get () ...
{ "file_name": "code/ecdsap256/Hacl.Impl.P256.Qinv.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 77, "end_line": 141, "start_col": 0, "start_line": 111 }
module Hacl.Impl.P256.Qinv open FStar.Mul open FStar.HyperStack.All open FStar.HyperStack module ST = FStar.HyperStack.ST open Lib.IntTypes open Lib.Buffer open Hacl.Impl.P256.Bignum open Hacl.Impl.P256.Scalar module SE = Spec.Exponentiation module BE = Hacl.Impl.Exponentiation module BD = Hacl.Spec.Bignum.Definiti...
{ "checked_file": "/", "dependencies": [ "Spec.P256.fst.checked", "Spec.Exponentiation.fsti.checked", "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.P256.Qinv.fst.checked", ...
[ { "abbrev": true, "full_module": "Hacl.Spec.P256.Montgomery", "short_module": "SM" }, { "abbrev": true, "full_module": "Hacl.Spec.P256.Qinv", "short_module": "SI" }, { "abbrev": true, "full_module": "Spec.P256", "short_module": "S" }, { "abbrev": true, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x128: Hacl.Impl.P256.Bignum.felem -> x6: Hacl.Impl.P256.Bignum.felem -> x_11: Hacl.Impl.P256.Bignum.felem -> FStar.HyperStack.ST.Stack Prims.unit
FStar.HyperStack.ST.Stack
[]
[]
[ "Hacl.Impl.P256.Bignum.felem", "Prims._assert", "Prims.eq2", "Spec.P256.PointOps.qelem", "Hacl.Impl.P256.Scalar.qmont_as_nat", "Spec.P256.PointOps.qmul", "Hacl.Spec.P256.Qinv.qsquare_times", "Prims.unit", "FStar.Monotonic.HyperStack.mem", "FStar.HyperStack.ST.get", "Hacl.Impl.P256.Scalar.qmul", ...
[]
false
true
false
false
false
let qinv_x8_x128 x128 x6 x_11 =
let h0 = ST.get () in qsquare_times_in_place x6 2ul; qmul x6 x6 x_11; let h1 = ST.get () in assert (qmont_as_nat h1 x6 == S.qmul (SI.qsquare_times (qmont_as_nat h0 x6) 2) (qmont_as_nat h0 x_11)); qsquare_times x128 x6 8ul; qmul x128 x128 x6; let h2 = ST.get () in assert (qmont_as_nat h2 x128 == S.qmul (SI.qsqua...
false
Hacl.Impl.P256.Qinv.fst
Hacl.Impl.P256.Qinv.qinv_x134_x153
val qinv_x134_x153 (x128 x_11 x_111 x_1111 x_10101 x_101111:felem) : Stack unit (requires fun h -> live h x128 /\ live h x_11 /\ live h x_111 /\ live h x_1111 /\ live h x_10101 /\ live h x_101111 /\ disjoint x128 x_11 /\ disjoint x128 x_111 /\ disjoint x128 x_1111 /\ disjoint x128 x_10101 /\ disjoint ...
val qinv_x134_x153 (x128 x_11 x_111 x_1111 x_10101 x_101111:felem) : Stack unit (requires fun h -> live h x128 /\ live h x_11 /\ live h x_111 /\ live h x_1111 /\ live h x_10101 /\ live h x_101111 /\ disjoint x128 x_11 /\ disjoint x128 x_111 /\ disjoint x128 x_1111 /\ disjoint x128 x_10101 /\ disjoint ...
let qinv_x134_x153 x128 x_11 x_111 x_1111 x_10101 x_101111 = let h0 = ST.get () in qsquare_times_in_place x128 6ul; qmul x128 x128 x_101111; let h1 = ST.get () in assert (qmont_as_nat h1 x128 == // x134 S.qmul (SI.qsquare_times (qmont_as_nat h0 x128) 6) (qmont_as_nat h0 x_101111)); qsquare_times_in_pla...
{ "file_name": "code/ecdsap256/Hacl.Impl.P256.Qinv.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 81, "end_line": 191, "start_col": 0, "start_line": 161 }
module Hacl.Impl.P256.Qinv open FStar.Mul open FStar.HyperStack.All open FStar.HyperStack module ST = FStar.HyperStack.ST open Lib.IntTypes open Lib.Buffer open Hacl.Impl.P256.Bignum open Hacl.Impl.P256.Scalar module SE = Spec.Exponentiation module BE = Hacl.Impl.Exponentiation module BD = Hacl.Spec.Bignum.Definiti...
{ "checked_file": "/", "dependencies": [ "Spec.P256.fst.checked", "Spec.Exponentiation.fsti.checked", "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.P256.Qinv.fst.checked", ...
[ { "abbrev": true, "full_module": "Hacl.Spec.P256.Montgomery", "short_module": "SM" }, { "abbrev": true, "full_module": "Hacl.Spec.P256.Qinv", "short_module": "SI" }, { "abbrev": true, "full_module": "Spec.P256", "short_module": "S" }, { "abbrev": true, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x128: Hacl.Impl.P256.Bignum.felem -> x_11: Hacl.Impl.P256.Bignum.felem -> x_111: Hacl.Impl.P256.Bignum.felem -> x_1111: Hacl.Impl.P256.Bignum.felem -> x_10101: Hacl.Impl.P256.Bignum.felem -> x_101111: Hacl.Impl.P256.Bignum.felem -> FStar.HyperStack.ST.Stack Prims.unit
FStar.HyperStack.ST.Stack
[]
[]
[ "Hacl.Impl.P256.Bignum.felem", "Prims._assert", "Prims.eq2", "Spec.P256.PointOps.qelem", "Hacl.Impl.P256.Scalar.qmont_as_nat", "Spec.P256.PointOps.qmul", "Hacl.Spec.P256.Qinv.qsquare_times", "Prims.unit", "FStar.Monotonic.HyperStack.mem", "FStar.HyperStack.ST.get", "Hacl.Impl.P256.Scalar.qmul", ...
[]
false
true
false
false
false
let qinv_x134_x153 x128 x_11 x_111 x_1111 x_10101 x_101111 =
let h0 = ST.get () in qsquare_times_in_place x128 6ul; qmul x128 x128 x_101111; let h1 = ST.get () in assert (qmont_as_nat h1 x128 == S.qmul (SI.qsquare_times (qmont_as_nat h0 x128) 6) (qmont_as_nat h0 x_101111)); qsquare_times_in_place x128 5ul; qmul x128 x128 x_111; let h2 = ST.get () in assert (qmont_as_nat h2 x...
false
Hacl.Impl.P256.Qinv.fst
Hacl.Impl.P256.Qinv.qinv_x240_x256
val qinv_x240_x256 (x240 x_1111 x_10101 a:felem) : Stack unit (requires fun h -> live h x240 /\ live h x_1111 /\ live h x_10101 /\ live h a /\ disjoint x240 x_1111 /\ disjoint x240 x_10101 /\ disjoint x240 a /\ as_nat h x240 < S.order /\ as_nat h x_1111 < S.order /\ as_nat h x_10101 < S.order /\ as_na...
val qinv_x240_x256 (x240 x_1111 x_10101 a:felem) : Stack unit (requires fun h -> live h x240 /\ live h x_1111 /\ live h x_10101 /\ live h a /\ disjoint x240 x_1111 /\ disjoint x240 x_10101 /\ disjoint x240 a /\ as_nat h x240 < S.order /\ as_nat h x_1111 < S.order /\ as_nat h x_10101 < S.order /\ as_na...
let qinv_x240_x256 x240 x_1111 x_10101 a = let h0 = ST.get () in qsquare_times_in_place x240 3ul; qmul x240 x240 a; let h1 = ST.get () in assert (qmont_as_nat h1 x240 == // x243 S.qmul (SI.qsquare_times (qmont_as_nat h0 x240) 3) (qmont_as_nat h0 a)); qsquare_times_in_place x240 7ul; qmul x240 x240 x_...
{ "file_name": "code/ecdsap256/Hacl.Impl.P256.Qinv.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 80, "end_line": 379, "start_col": 0, "start_line": 361 }
module Hacl.Impl.P256.Qinv open FStar.Mul open FStar.HyperStack.All open FStar.HyperStack module ST = FStar.HyperStack.ST open Lib.IntTypes open Lib.Buffer open Hacl.Impl.P256.Bignum open Hacl.Impl.P256.Scalar module SE = Spec.Exponentiation module BE = Hacl.Impl.Exponentiation module BD = Hacl.Spec.Bignum.Definiti...
{ "checked_file": "/", "dependencies": [ "Spec.P256.fst.checked", "Spec.Exponentiation.fsti.checked", "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.P256.Qinv.fst.checked", ...
[ { "abbrev": true, "full_module": "Hacl.Spec.P256.Montgomery", "short_module": "SM" }, { "abbrev": true, "full_module": "Hacl.Spec.P256.Qinv", "short_module": "SI" }, { "abbrev": true, "full_module": "Spec.P256", "short_module": "S" }, { "abbrev": true, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x240: Hacl.Impl.P256.Bignum.felem -> x_1111: Hacl.Impl.P256.Bignum.felem -> x_10101: Hacl.Impl.P256.Bignum.felem -> a: Hacl.Impl.P256.Bignum.felem -> FStar.HyperStack.ST.Stack Prims.unit
FStar.HyperStack.ST.Stack
[]
[]
[ "Hacl.Impl.P256.Bignum.felem", "Prims._assert", "Prims.eq2", "Spec.P256.PointOps.qelem", "Hacl.Impl.P256.Scalar.qmont_as_nat", "Spec.P256.PointOps.qmul", "Hacl.Spec.P256.Qinv.qsquare_times", "Prims.unit", "FStar.Monotonic.HyperStack.mem", "FStar.HyperStack.ST.get", "Hacl.Impl.P256.Scalar.qmul", ...
[]
false
true
false
false
false
let qinv_x240_x256 x240 x_1111 x_10101 a =
let h0 = ST.get () in qsquare_times_in_place x240 3ul; qmul x240 x240 a; let h1 = ST.get () in assert (qmont_as_nat h1 x240 == S.qmul (SI.qsquare_times (qmont_as_nat h0 x240) 3) (qmont_as_nat h0 a)); qsquare_times_in_place x240 7ul; qmul x240 x240 x_10101; let h2 = ST.get () in assert (qmont_as_nat h2 x240 == S...
false
Hacl.Impl.P256.Qinv.fst
Hacl.Impl.P256.Qinv.qinv_x177_x210
val qinv_x177_x210 (x177 x_111 x_1111 a:felem) : Stack unit (requires fun h -> live h x177 /\ live h x_111 /\ live h x_1111 /\ live h a /\ disjoint x177 x_111 /\ disjoint x177 x_1111 /\ disjoint x177 a /\ as_nat h x177 < S.order /\ as_nat h x_111 < S.order /\ as_nat h x_1111 < S.order /\ as_nat h a < ...
val qinv_x177_x210 (x177 x_111 x_1111 a:felem) : Stack unit (requires fun h -> live h x177 /\ live h x_111 /\ live h x_1111 /\ live h a /\ disjoint x177 x_111 /\ disjoint x177 x_1111 /\ disjoint x177 a /\ as_nat h x177 < S.order /\ as_nat h x_111 < S.order /\ as_nat h x_1111 < S.order /\ as_nat h a < ...
let qinv_x177_x210 x177 x_111 x_1111 a = let h0 = ST.get () in qsquare_times_in_place x177 6ul; qmul x177 x177 x_1111; let h1 = ST.get () in assert (qmont_as_nat h1 x177 == // x183 S.qmul (SI.qsquare_times (qmont_as_nat h0 x177) 6) (qmont_as_nat h0 x_1111)); qsquare_times_in_place x177 2ul; qmul x177...
{ "file_name": "code/ecdsap256/Hacl.Impl.P256.Qinv.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 79, "end_line": 295, "start_col": 0, "start_line": 253 }
module Hacl.Impl.P256.Qinv open FStar.Mul open FStar.HyperStack.All open FStar.HyperStack module ST = FStar.HyperStack.ST open Lib.IntTypes open Lib.Buffer open Hacl.Impl.P256.Bignum open Hacl.Impl.P256.Scalar module SE = Spec.Exponentiation module BE = Hacl.Impl.Exponentiation module BD = Hacl.Spec.Bignum.Definiti...
{ "checked_file": "/", "dependencies": [ "Spec.P256.fst.checked", "Spec.Exponentiation.fsti.checked", "prims.fst.checked", "LowStar.Monotonic.Buffer.fsti.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.P256.Qinv.fst.checked", ...
[ { "abbrev": true, "full_module": "Hacl.Spec.P256.Montgomery", "short_module": "SM" }, { "abbrev": true, "full_module": "Hacl.Spec.P256.Qinv", "short_module": "SI" }, { "abbrev": true, "full_module": "Spec.P256", "short_module": "S" }, { "abbrev": true, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x177: Hacl.Impl.P256.Bignum.felem -> x_111: Hacl.Impl.P256.Bignum.felem -> x_1111: Hacl.Impl.P256.Bignum.felem -> a: Hacl.Impl.P256.Bignum.felem -> FStar.HyperStack.ST.Stack Prims.unit
FStar.HyperStack.ST.Stack
[]
[]
[ "Hacl.Impl.P256.Bignum.felem", "Prims._assert", "Prims.eq2", "Spec.P256.PointOps.qelem", "Hacl.Impl.P256.Scalar.qmont_as_nat", "Spec.P256.PointOps.qmul", "Hacl.Spec.P256.Qinv.qsquare_times", "Prims.unit", "FStar.Monotonic.HyperStack.mem", "FStar.HyperStack.ST.get", "Hacl.Impl.P256.Scalar.qmul", ...
[]
false
true
false
false
false
let qinv_x177_x210 x177 x_111 x_1111 a =
let h0 = ST.get () in qsquare_times_in_place x177 6ul; qmul x177 x177 x_1111; let h1 = ST.get () in assert (qmont_as_nat h1 x177 == S.qmul (SI.qsquare_times (qmont_as_nat h0 x177) 6) (qmont_as_nat h0 x_1111)); qsquare_times_in_place x177 2ul; qmul x177 x177 a; let h2 = ST.get () in assert (qmont_as_nat h2 x177 == ...
false