effect
stringclasses
48 values
original_source_type
stringlengths
0
23k
opens_and_abbrevs
listlengths
2
92
isa_cross_project_example
bool
1 class
source_definition
stringlengths
9
57.9k
partial_definition
stringlengths
7
23.3k
is_div
bool
2 classes
is_type
null
is_proof
bool
2 classes
completed_definiton
stringlengths
1
250k
dependencies
dict
effect_flags
listlengths
0
2
ideal_premises
listlengths
0
236
mutual_with
listlengths
0
11
file_context
stringlengths
0
407k
interleaved
bool
1 class
is_simply_typed
bool
2 classes
file_name
stringlengths
5
48
vconfig
dict
is_simple_lemma
null
source_type
stringlengths
10
23k
proof_features
listlengths
0
1
name
stringlengths
8
95
source
dict
verbose_type
stringlengths
1
7.42k
source_range
dict
FStar.Pervasives.Lemma
val serialize_nondep_then_upd_left_chain (#k1: parser_kind) (#t1: Type) (#p1: parser k1 t1) (s1: serializer p1 { k1.parser_kind_subkind == Some ParserStrong } ) (#k2: parser_kind) (#t2: Type) (#p2: parser k2 t2) (s2: serializer p2) (x: t1 * t2) (y: t1) (i' : nat) (s' : bytes) : Lemma (requires...
[ { "abbrev": true, "full_module": "FStar.Tactics", "short_module": "T" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.S...
false
let serialize_nondep_then_upd_left_chain (#k1: parser_kind) (#t1: Type) (#p1: parser k1 t1) (s1: serializer p1 { k1.parser_kind_subkind == Some ParserStrong } ) (#k2: parser_kind) (#t2: Type) (#p2: parser k2 t2) (s2: serializer p2) (x: t1 * t2) (y: t1) (i' : nat) (s' : bytes) : Lemma (requires...
val serialize_nondep_then_upd_left_chain (#k1: parser_kind) (#t1: Type) (#p1: parser k1 t1) (s1: serializer p1 { k1.parser_kind_subkind == Some ParserStrong } ) (#k2: parser_kind) (#t2: Type) (#p2: parser k2 t2) (s2: serializer p2) (x: t1 * t2) (y: t1) (i' : nat) (s' : bytes) : Lemma (requires...
false
null
true
serialize_nondep_then_upd_left s1 s2 x y; let s = serialize (serialize_nondep_then s1 s2) x in let s1' = serialize s1 (fst x) in let l1 = Seq.length s1' in Seq.lemma_split s l1; Seq.lemma_append_inj (Seq.slice s 0 l1) (Seq.slice s l1 (Seq.length s)) s1' (serialize s2 (snd x)); seq_upd_seq_right_to_left s 0 s1' i' s'; s...
{ "checked_file": "LowParse.Spec.Combinators.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Base.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Tactics.fst.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "...
[ "lemma" ]
[ "LowParse.Spec.Base.parser_kind", "LowParse.Spec.Base.parser", "LowParse.Spec.Base.serializer", "Prims.eq2", "FStar.Pervasives.Native.option", "LowParse.Spec.Base.parser_subkind", "LowParse.Spec.Base.__proj__Mkparser_kind'__item__parser_kind_subkind", "FStar.Pervasives.Native.Some", "LowParse.Spec.B...
[]
module LowParse.Spec.Combinators include LowParse.Spec.Base module Seq = FStar.Seq module U8 = FStar.UInt8 module U32 = FStar.UInt32 module T = FStar.Tactics #reset-options "--using_facts_from '* -FStar.Tactis -FStar.Reflection'" let and_then #k #t p #k' #t' p' = let f : bare_parser t' = and_then_bare p p' in a...
false
false
LowParse.Spec.Combinators.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val serialize_nondep_then_upd_left_chain (#k1: parser_kind) (#t1: Type) (#p1: parser k1 t1) (s1: serializer p1 { k1.parser_kind_subkind == Some ParserStrong } ) (#k2: parser_kind) (#t2: Type) (#p2: parser k2 t2) (s2: serializer p2) (x: t1 * t2) (y: t1) (i' : nat) (s' : bytes) : Lemma (requires...
[]
LowParse.Spec.Combinators.serialize_nondep_then_upd_left_chain
{ "file_name": "src/lowparse/LowParse.Spec.Combinators.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
s1: LowParse.Spec.Base.serializer p1 { Mkparser_kind'?.parser_kind_subkind k1 == FStar.Pervasives.Native.Some LowParse.Spec.Base.ParserStrong } -> s2: LowParse.Spec.Base.serializer p2 -> x: (t1 * t2) -> y: t1 -> i': Prims.nat -> s': LowParse.Bytes.bytes -> FStar.Pervas...
{ "end_col": 45, "end_line": 518, "start_col": 2, "start_line": 511 }
FStar.Pervasives.Lemma
val serialize_nondep_then_upd_right_chain (#k1: parser_kind) (#t1: Type) (#p1: parser k1 t1) (s1: serializer p1 { k1.parser_kind_subkind == Some ParserStrong } ) (#k2: parser_kind) (#t2: Type) (#p2: parser k2 t2) (s2: serializer p2) (x: t1 * t2) (y: t2) (i' : nat) (s' : bytes) : Lemma (require...
[ { "abbrev": true, "full_module": "FStar.Tactics", "short_module": "T" }, { "abbrev": true, "full_module": "FStar.UInt32", "short_module": "U32" }, { "abbrev": true, "full_module": "FStar.UInt8", "short_module": "U8" }, { "abbrev": true, "full_module": "FStar.S...
false
let serialize_nondep_then_upd_right_chain (#k1: parser_kind) (#t1: Type) (#p1: parser k1 t1) (s1: serializer p1 { k1.parser_kind_subkind == Some ParserStrong } ) (#k2: parser_kind) (#t2: Type) (#p2: parser k2 t2) (s2: serializer p2) (x: t1 * t2) (y: t2) (i' : nat) (s' : bytes) : Lemma (require...
val serialize_nondep_then_upd_right_chain (#k1: parser_kind) (#t1: Type) (#p1: parser k1 t1) (s1: serializer p1 { k1.parser_kind_subkind == Some ParserStrong } ) (#k2: parser_kind) (#t2: Type) (#p2: parser k2 t2) (s2: serializer p2) (x: t1 * t2) (y: t2) (i' : nat) (s' : bytes) : Lemma (require...
false
null
true
serialize_nondep_then_upd_right s1 s2 x y; let s = serialize (serialize_nondep_then s1 s2) x in let s2' = serialize s2 (snd x) in let l2 = Seq.length s - Seq.length s2' in Seq.lemma_split s l2; Seq.lemma_append_inj (Seq.slice s 0 l2) (Seq.slice s l2 (Seq.length s)) (serialize s1 (fst x)) s2'; seq_upd_seq_right_to_left ...
{ "checked_file": "LowParse.Spec.Combinators.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Base.fsti.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Tactics.fst.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "...
[ "lemma" ]
[ "LowParse.Spec.Base.parser_kind", "LowParse.Spec.Base.parser", "LowParse.Spec.Base.serializer", "Prims.eq2", "FStar.Pervasives.Native.option", "LowParse.Spec.Base.parser_subkind", "LowParse.Spec.Base.__proj__Mkparser_kind'__item__parser_kind_subkind", "FStar.Pervasives.Native.Some", "LowParse.Spec.B...
[]
module LowParse.Spec.Combinators include LowParse.Spec.Base module Seq = FStar.Seq module U8 = FStar.UInt8 module U32 = FStar.UInt32 module T = FStar.Tactics #reset-options "--using_facts_from '* -FStar.Tactis -FStar.Reflection'" let and_then #k #t p #k' #t' p' = let f : bare_parser t' = and_then_bare p p' in a...
false
false
LowParse.Spec.Combinators.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val serialize_nondep_then_upd_right_chain (#k1: parser_kind) (#t1: Type) (#p1: parser k1 t1) (s1: serializer p1 { k1.parser_kind_subkind == Some ParserStrong } ) (#k2: parser_kind) (#t2: Type) (#p2: parser k2 t2) (s2: serializer p2) (x: t1 * t2) (y: t2) (i' : nat) (s' : bytes) : Lemma (require...
[]
LowParse.Spec.Combinators.serialize_nondep_then_upd_right_chain
{ "file_name": "src/lowparse/LowParse.Spec.Combinators.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
s1: LowParse.Spec.Base.serializer p1 { Mkparser_kind'?.parser_kind_subkind k1 == FStar.Pervasives.Native.Some LowParse.Spec.Base.ParserStrong } -> s2: LowParse.Spec.Base.serializer p2 -> x: (t1 * t2) -> y: t2 -> i': Prims.nat -> s': LowParse.Bytes.bytes -> FStar.Pervas...
{ "end_col": 44, "end_line": 629, "start_col": 2, "start_line": 622 }
Prims.Tot
val matrix_add (#c #eq: _) (#m #n: pos) (add: CE.cm c eq) (ma mb: matrix c m n) : matrix_of (matrix_add_generator add ma mb)
[ { "abbrev": false, "full_module": "FStar.Seq.Equiv", "short_module": null }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.IntegerIntervals", "short_module": null }, { "abbrev": true, "full_modu...
false
let matrix_add #c #eq (#m #n: pos) (add: CE.cm c eq) (ma mb: matrix c m n) : matrix_of (matrix_add_generator add ma mb) = init (matrix_add_generator add ma mb)
val matrix_add (#c #eq: _) (#m #n: pos) (add: CE.cm c eq) (ma mb: matrix c m n) : matrix_of (matrix_add_generator add ma mb) let matrix_add #c #eq (#m: pos) (#n: pos) (add: CE.cm c eq) (ma: matrix c m n) (mb: matrix c m n) : matrix_of (matrix_add_generator add ma mb) =
false
null
false
init (matrix_add_generator add ma mb)
{ "checked_file": "FStar.Matrix.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Permutation.fsti.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Math.Lemmas.fst.checked", "FStar.IntegerIntervals.fst.checked", ...
[ "total" ]
[ "FStar.Algebra.CommMonoid.Equiv.equiv", "Prims.pos", "FStar.Algebra.CommMonoid.Equiv.cm", "FStar.Matrix.matrix", "FStar.Matrix.init", "FStar.Matrix.matrix_add_generator", "FStar.Matrix.matrix_of" ]
[]
(* Copyright 2022 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...
false
false
FStar.Matrix.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val matrix_add (#c #eq: _) (#m #n: pos) (add: CE.cm c eq) (ma mb: matrix c m n) : matrix_of (matrix_add_generator add ma mb)
[]
FStar.Matrix.matrix_add
{ "file_name": "ulib/FStar.Matrix.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
add: FStar.Algebra.CommMonoid.Equiv.cm c eq -> ma: FStar.Matrix.matrix c m n -> mb: FStar.Matrix.matrix c m n -> FStar.Matrix.matrix_of (FStar.Matrix.matrix_add_generator add ma mb)
{ "end_col": 41, "end_line": 209, "start_col": 4, "start_line": 209 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Seq.Equiv", "short_module": null }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.IntegerIntervals", "short_module": null }, { "abbrev": true, "full_modu...
false
let is_right_distributive #c #eq (mul add: CE.cm c eq) = forall (x y z: c). mul.mult (add.mult x y) z `eq.eq` add.mult (mul.mult x z) (mul.mult y z)
let is_right_distributive #c #eq (mul: CE.cm c eq) (add: CE.cm c eq) =
false
null
false
forall (x: c) (y: c) (z: c). (mul.mult (add.mult x y) z) `eq.eq` (add.mult (mul.mult x z) (mul.mult y z))
{ "checked_file": "FStar.Matrix.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Permutation.fsti.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Math.Lemmas.fst.checked", "FStar.IntegerIntervals.fst.checked", ...
[ "total" ]
[ "FStar.Algebra.CommMonoid.Equiv.equiv", "FStar.Algebra.CommMonoid.Equiv.cm", "Prims.l_Forall", "FStar.Algebra.CommMonoid.Equiv.__proj__EQ__item__eq", "FStar.Algebra.CommMonoid.Equiv.__proj__CM__item__mult", "Prims.logical" ]
[]
(* Copyright 2022 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...
false
false
FStar.Matrix.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val is_right_distributive : mul: FStar.Algebra.CommMonoid.Equiv.cm c eq -> add: FStar.Algebra.CommMonoid.Equiv.cm c eq -> Prims.logical
[]
FStar.Matrix.is_right_distributive
{ "file_name": "ulib/FStar.Matrix.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
mul: FStar.Algebra.CommMonoid.Equiv.cm c eq -> add: FStar.Algebra.CommMonoid.Equiv.cm c eq -> Prims.logical
{ "end_col": 93, "end_line": 273, "start_col": 2, "start_line": 273 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Seq.Equiv", "short_module": null }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.IntegerIntervals", "short_module": null }, { "abbrev": true, "full_modu...
false
let dot #c #eq (add mul: CE.cm c eq) (s: SB.seq c) (t: SB.seq c{SB.length t == SB.length s}) = SP.foldm_snoc add (seq_of_products mul s t)
let dot #c #eq (add: CE.cm c eq) (mul: CE.cm c eq) (s: SB.seq c) (t: SB.seq c {SB.length t == SB.length s}) =
false
null
false
SP.foldm_snoc add (seq_of_products mul s t)
{ "checked_file": "FStar.Matrix.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Permutation.fsti.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Math.Lemmas.fst.checked", "FStar.IntegerIntervals.fst.checked", ...
[ "total" ]
[ "FStar.Algebra.CommMonoid.Equiv.equiv", "FStar.Algebra.CommMonoid.Equiv.cm", "FStar.Seq.Base.seq", "Prims.eq2", "Prims.nat", "FStar.Seq.Base.length", "FStar.Seq.Permutation.foldm_snoc", "FStar.Matrix.seq_of_products" ]
[]
(* Copyright 2022 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...
false
false
FStar.Matrix.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val dot : add: FStar.Algebra.CommMonoid.Equiv.cm c eq -> mul: FStar.Algebra.CommMonoid.Equiv.cm c eq -> s: FStar.Seq.Base.seq c -> t: FStar.Seq.Base.seq c {FStar.Seq.Base.length t == FStar.Seq.Base.length s} -> c
[]
FStar.Matrix.dot
{ "file_name": "ulib/FStar.Matrix.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
add: FStar.Algebra.CommMonoid.Equiv.cm c eq -> mul: FStar.Algebra.CommMonoid.Equiv.cm c eq -> s: FStar.Seq.Base.seq c -> t: FStar.Seq.Base.seq c {FStar.Seq.Base.length t == FStar.Seq.Base.length s} -> c
{ "end_col": 47, "end_line": 258, "start_col": 4, "start_line": 258 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Seq.Equiv", "short_module": null }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.IntegerIntervals", "short_module": null }, { "abbrev": true, "full_modu...
false
let is_absorber #c #eq (z:c) (op: CE.cm c eq) = forall (x:c). op.mult z x `eq.eq` z /\ op.mult x z `eq.eq` z
let is_absorber #c #eq (z: c) (op: CE.cm c eq) =
false
null
false
forall (x: c). (op.mult z x) `eq.eq` z /\ (op.mult x z) `eq.eq` z
{ "checked_file": "FStar.Matrix.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Permutation.fsti.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Math.Lemmas.fst.checked", "FStar.IntegerIntervals.fst.checked", ...
[ "total" ]
[ "FStar.Algebra.CommMonoid.Equiv.equiv", "FStar.Algebra.CommMonoid.Equiv.cm", "Prims.l_Forall", "Prims.l_and", "FStar.Algebra.CommMonoid.Equiv.__proj__EQ__item__eq", "FStar.Algebra.CommMonoid.Equiv.__proj__CM__item__mult", "Prims.logical" ]
[]
(* Copyright 2022 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...
false
false
FStar.Matrix.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val is_absorber : z: c -> op: FStar.Algebra.CommMonoid.Equiv.cm c eq -> Prims.logical
[]
FStar.Matrix.is_absorber
{ "file_name": "ulib/FStar.Matrix.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
z: c -> op: FStar.Algebra.CommMonoid.Equiv.cm c eq -> Prims.logical
{ "end_col": 62, "end_line": 289, "start_col": 2, "start_line": 289 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Seq.Equiv", "short_module": null }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.IntegerIntervals", "short_module": null }, { "abbrev": true, "full_modu...
false
let is_left_distributive #c #eq (mul add: CE.cm c eq) = forall (x y z: c). mul.mult x (add.mult y z) `eq.eq` add.mult (mul.mult x y) (mul.mult x z)
let is_left_distributive #c #eq (mul: CE.cm c eq) (add: CE.cm c eq) =
false
null
false
forall (x: c) (y: c) (z: c). (mul.mult x (add.mult y z)) `eq.eq` (add.mult (mul.mult x y) (mul.mult x z))
{ "checked_file": "FStar.Matrix.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Permutation.fsti.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Math.Lemmas.fst.checked", "FStar.IntegerIntervals.fst.checked", ...
[ "total" ]
[ "FStar.Algebra.CommMonoid.Equiv.equiv", "FStar.Algebra.CommMonoid.Equiv.cm", "Prims.l_Forall", "FStar.Algebra.CommMonoid.Equiv.__proj__EQ__item__eq", "FStar.Algebra.CommMonoid.Equiv.__proj__CM__item__mult", "Prims.logical" ]
[]
(* Copyright 2022 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...
false
false
FStar.Matrix.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val is_left_distributive : mul: FStar.Algebra.CommMonoid.Equiv.cm c eq -> add: FStar.Algebra.CommMonoid.Equiv.cm c eq -> Prims.logical
[]
FStar.Matrix.is_left_distributive
{ "file_name": "ulib/FStar.Matrix.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
mul: FStar.Algebra.CommMonoid.Equiv.cm c eq -> add: FStar.Algebra.CommMonoid.Equiv.cm c eq -> Prims.logical
{ "end_col": 93, "end_line": 270, "start_col": 2, "start_line": 270 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Seq.Equiv", "short_module": null }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.IntegerIntervals", "short_module": null }, { "abbrev": true, "full_modu...
false
let is_fully_distributive #c #eq (mul add: CE.cm c eq) = is_left_distributive mul add /\ is_right_distributive mul add
let is_fully_distributive #c #eq (mul: CE.cm c eq) (add: CE.cm c eq) =
false
null
false
is_left_distributive mul add /\ is_right_distributive mul add
{ "checked_file": "FStar.Matrix.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Permutation.fsti.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Math.Lemmas.fst.checked", "FStar.IntegerIntervals.fst.checked", ...
[ "total" ]
[ "FStar.Algebra.CommMonoid.Equiv.equiv", "FStar.Algebra.CommMonoid.Equiv.cm", "Prims.l_and", "FStar.Matrix.is_left_distributive", "FStar.Matrix.is_right_distributive", "Prims.logical" ]
[]
(* Copyright 2022 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...
false
false
FStar.Matrix.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val is_fully_distributive : mul: FStar.Algebra.CommMonoid.Equiv.cm c eq -> add: FStar.Algebra.CommMonoid.Equiv.cm c eq -> Prims.logical
[]
FStar.Matrix.is_fully_distributive
{ "file_name": "ulib/FStar.Matrix.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
mul: FStar.Algebra.CommMonoid.Equiv.cm c eq -> add: FStar.Algebra.CommMonoid.Equiv.cm c eq -> Prims.logical
{ "end_col": 118, "end_line": 275, "start_col": 57, "start_line": 275 }
Prims.Tot
val matrix_add_generator (#c #eq: _) (#m #n: pos) (add: CE.cm c eq) (ma mb: matrix c m n) : matrix_generator c m n
[ { "abbrev": false, "full_module": "FStar.Seq.Equiv", "short_module": null }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.IntegerIntervals", "short_module": null }, { "abbrev": true, "full_modu...
false
let matrix_add_generator #c #eq (#m #n: pos) (add: CE.cm c eq) (ma mb: matrix c m n) : matrix_generator c m n = fun i j -> add.mult (ijth ma i j) (ijth mb i j)
val matrix_add_generator (#c #eq: _) (#m #n: pos) (add: CE.cm c eq) (ma mb: matrix c m n) : matrix_generator c m n let matrix_add_generator #c #eq (#m: pos) (#n: pos) (add: CE.cm c eq) (ma: matrix c m n) (mb: matrix c m n) : matrix_generator c m n =
false
null
false
fun i j -> add.mult (ijth ma i j) (ijth mb i j)
{ "checked_file": "FStar.Matrix.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Permutation.fsti.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Math.Lemmas.fst.checked", "FStar.IntegerIntervals.fst.checked", ...
[ "total" ]
[ "FStar.Algebra.CommMonoid.Equiv.equiv", "Prims.pos", "FStar.Algebra.CommMonoid.Equiv.cm", "FStar.Matrix.matrix", "FStar.IntegerIntervals.under", "FStar.Algebra.CommMonoid.Equiv.__proj__CM__item__mult", "FStar.Matrix.ijth", "FStar.Matrix.matrix_generator" ]
[]
(* Copyright 2022 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...
false
false
FStar.Matrix.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val matrix_add_generator (#c #eq: _) (#m #n: pos) (add: CE.cm c eq) (ma mb: matrix c m n) : matrix_generator c m n
[]
FStar.Matrix.matrix_add_generator
{ "file_name": "ulib/FStar.Matrix.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
add: FStar.Algebra.CommMonoid.Equiv.cm c eq -> ma: FStar.Matrix.matrix c m n -> mb: FStar.Matrix.matrix c m n -> FStar.Matrix.matrix_generator c m n
{ "end_col": 76, "end_line": 204, "start_col": 29, "start_line": 204 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Seq.Equiv", "short_module": null }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.IntegerIntervals", "short_module": null }, { "abbrev": true, "full_modu...
false
let seq_op_const #c #eq (cm: CE.cm c eq) (s: SB.seq c) (const: c) = SB.init (SB.length s) (fun (i: under (SB.length s)) -> cm.mult (SB.index s i) const)
let seq_op_const #c #eq (cm: CE.cm c eq) (s: SB.seq c) (const: c) =
false
null
false
SB.init (SB.length s) (fun (i: under (SB.length s)) -> cm.mult (SB.index s i) const)
{ "checked_file": "FStar.Matrix.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Permutation.fsti.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Math.Lemmas.fst.checked", "FStar.IntegerIntervals.fst.checked", ...
[ "total" ]
[ "FStar.Algebra.CommMonoid.Equiv.equiv", "FStar.Algebra.CommMonoid.Equiv.cm", "FStar.Seq.Base.seq", "FStar.Seq.Base.init", "FStar.Seq.Base.length", "FStar.IntegerIntervals.under", "FStar.Algebra.CommMonoid.Equiv.__proj__CM__item__mult", "FStar.Seq.Base.index" ]
[]
(* Copyright 2022 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...
false
false
FStar.Matrix.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val seq_op_const : cm: FStar.Algebra.CommMonoid.Equiv.cm c eq -> s: FStar.Seq.Base.seq c -> const: c -> FStar.Seq.Base.seq c
[]
FStar.Matrix.seq_op_const
{ "file_name": "ulib/FStar.Matrix.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
cm: FStar.Algebra.CommMonoid.Equiv.cm c eq -> s: FStar.Seq.Base.seq c -> const: c -> FStar.Seq.Base.seq c
{ "end_col": 88, "end_line": 234, "start_col": 4, "start_line": 234 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Seq.Equiv", "short_module": null }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.IntegerIntervals", "short_module": null }, { "abbrev": true, "full_modu...
false
let col #c #m #n (mx: matrix c m n) (j: under n) = SB.init m (fun (i: under m) -> ijth mx i j)
let col #c #m #n (mx: matrix c m n) (j: under n) =
false
null
false
SB.init m (fun (i: under m) -> ijth mx i j)
{ "checked_file": "FStar.Matrix.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Permutation.fsti.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Math.Lemmas.fst.checked", "FStar.IntegerIntervals.fst.checked", ...
[ "total" ]
[ "Prims.pos", "FStar.Matrix.matrix", "FStar.IntegerIntervals.under", "FStar.Seq.Base.init", "FStar.Matrix.ijth", "FStar.Seq.Base.seq" ]
[]
(* Copyright 2022 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...
false
false
FStar.Matrix.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val col : mx: FStar.Matrix.matrix c m n -> j: FStar.IntegerIntervals.under n -> FStar.Seq.Base.seq c
[]
FStar.Matrix.col
{ "file_name": "ulib/FStar.Matrix.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
mx: FStar.Matrix.matrix c m n -> j: FStar.IntegerIntervals.under n -> FStar.Seq.Base.seq c
{ "end_col": 94, "end_line": 224, "start_col": 51, "start_line": 224 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Seq.Equiv", "short_module": null }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.IntegerIntervals", "short_module": null }, { "abbrev": true, "full_modu...
false
let row #c #m #n (mx: matrix c m n) (i: under m) = SB.init n (fun (j: under n) -> ijth mx i j)
let row #c #m #n (mx: matrix c m n) (i: under m) =
false
null
false
SB.init n (fun (j: under n) -> ijth mx i j)
{ "checked_file": "FStar.Matrix.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Permutation.fsti.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Math.Lemmas.fst.checked", "FStar.IntegerIntervals.fst.checked", ...
[ "total" ]
[ "Prims.pos", "FStar.Matrix.matrix", "FStar.IntegerIntervals.under", "FStar.Seq.Base.init", "FStar.Matrix.ijth", "FStar.Seq.Base.seq" ]
[]
(* Copyright 2022 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...
false
false
FStar.Matrix.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val row : mx: FStar.Matrix.matrix c m n -> i: FStar.IntegerIntervals.under m -> FStar.Seq.Base.seq c
[]
FStar.Matrix.row
{ "file_name": "ulib/FStar.Matrix.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
mx: FStar.Matrix.matrix c m n -> i: FStar.IntegerIntervals.under m -> FStar.Seq.Base.seq c
{ "end_col": 94, "end_line": 226, "start_col": 51, "start_line": 226 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Seq.Equiv", "short_module": null }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.IntegerIntervals", "short_module": null }, { "abbrev": true, "full_modu...
false
let const_op_seq #c #eq (cm: CE.cm c eq) (const: c) (s: SB.seq c) = SB.init (SB.length s) (fun (i: under (SB.length s)) -> cm.mult const (SB.index s i))
let const_op_seq #c #eq (cm: CE.cm c eq) (const: c) (s: SB.seq c) =
false
null
false
SB.init (SB.length s) (fun (i: under (SB.length s)) -> cm.mult const (SB.index s i))
{ "checked_file": "FStar.Matrix.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Permutation.fsti.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Math.Lemmas.fst.checked", "FStar.IntegerIntervals.fst.checked", ...
[ "total" ]
[ "FStar.Algebra.CommMonoid.Equiv.equiv", "FStar.Algebra.CommMonoid.Equiv.cm", "FStar.Seq.Base.seq", "FStar.Seq.Base.init", "FStar.Seq.Base.length", "FStar.IntegerIntervals.under", "FStar.Algebra.CommMonoid.Equiv.__proj__CM__item__mult", "FStar.Seq.Base.index" ]
[]
(* Copyright 2022 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...
false
false
FStar.Matrix.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val const_op_seq : cm: FStar.Algebra.CommMonoid.Equiv.cm c eq -> const: c -> s: FStar.Seq.Base.seq c -> FStar.Seq.Base.seq c
[]
FStar.Matrix.const_op_seq
{ "file_name": "ulib/FStar.Matrix.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
cm: FStar.Algebra.CommMonoid.Equiv.cm c eq -> const: c -> s: FStar.Seq.Base.seq c -> FStar.Seq.Base.seq c
{ "end_col": 88, "end_line": 240, "start_col": 4, "start_line": 240 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Seq.Equiv", "short_module": null }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.IntegerIntervals", "short_module": null }, { "abbrev": true, "full_modu...
false
let seq_of_products #c #eq (mul: CE.cm c eq) (s: SB.seq c) (t: SB.seq c {SB.length t == SB.length s}) = SB.init (SB.length s) (fun (i: under (SB.length s)) -> SB.index s i `mul.mult` SB.index t i)
let seq_of_products #c #eq (mul: CE.cm c eq) (s: SB.seq c) (t: SB.seq c {SB.length t == SB.length s}) =
false
null
false
SB.init (SB.length s) (fun (i: under (SB.length s)) -> (SB.index s i) `mul.mult` (SB.index t i))
{ "checked_file": "FStar.Matrix.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Permutation.fsti.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Math.Lemmas.fst.checked", "FStar.IntegerIntervals.fst.checked", ...
[ "total" ]
[ "FStar.Algebra.CommMonoid.Equiv.equiv", "FStar.Algebra.CommMonoid.Equiv.cm", "FStar.Seq.Base.seq", "Prims.eq2", "Prims.nat", "FStar.Seq.Base.length", "FStar.Seq.Base.init", "FStar.IntegerIntervals.under", "FStar.Algebra.CommMonoid.Equiv.__proj__CM__item__mult", "FStar.Seq.Base.index" ]
[]
(* Copyright 2022 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...
false
false
FStar.Matrix.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val seq_of_products : mul: FStar.Algebra.CommMonoid.Equiv.cm c eq -> s: FStar.Seq.Base.seq c -> t: FStar.Seq.Base.seq c {FStar.Seq.Base.length t == FStar.Seq.Base.length s} -> FStar.Seq.Base.seq c
[]
FStar.Matrix.seq_of_products
{ "file_name": "ulib/FStar.Matrix.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
mul: FStar.Algebra.CommMonoid.Equiv.cm c eq -> s: FStar.Seq.Base.seq c -> t: FStar.Seq.Base.seq c {FStar.Seq.Base.length t == FStar.Seq.Base.length s} -> FStar.Seq.Base.seq c
{ "end_col": 96, "end_line": 245, "start_col": 4, "start_line": 245 }
Prims.Tot
val matrix_mul_unit (#c #eq: _) (add mul: CE.cm c eq) (m: _) : matrix c m m
[ { "abbrev": false, "full_module": "FStar.Seq.Equiv", "short_module": null }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.IntegerIntervals", "short_module": null }, { "abbrev": true, "full_modu...
false
let matrix_mul_unit #c #eq (add mul: CE.cm c eq) m : matrix c m m = init (fun i j -> if i=j then mul.unit else add.unit)
val matrix_mul_unit (#c #eq: _) (add mul: CE.cm c eq) (m: _) : matrix c m m let matrix_mul_unit #c #eq (add: CE.cm c eq) (mul: CE.cm c eq) m : matrix c m m =
false
null
false
init (fun i j -> if i = j then mul.unit else add.unit)
{ "checked_file": "FStar.Matrix.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Permutation.fsti.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Math.Lemmas.fst.checked", "FStar.IntegerIntervals.fst.checked", ...
[ "total" ]
[ "FStar.Algebra.CommMonoid.Equiv.equiv", "FStar.Algebra.CommMonoid.Equiv.cm", "Prims.pos", "FStar.Matrix.init", "FStar.IntegerIntervals.under", "Prims.op_Equality", "FStar.Algebra.CommMonoid.Equiv.__proj__CM__item__unit", "Prims.bool", "FStar.Matrix.matrix" ]
[]
(* Copyright 2022 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...
false
false
FStar.Matrix.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val matrix_mul_unit (#c #eq: _) (add mul: CE.cm c eq) (m: _) : matrix c m m
[]
FStar.Matrix.matrix_mul_unit
{ "file_name": "ulib/FStar.Matrix.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
add: FStar.Algebra.CommMonoid.Equiv.cm c eq -> mul: FStar.Algebra.CommMonoid.Equiv.cm c eq -> m: Prims.pos -> FStar.Matrix.matrix c m m
{ "end_col": 71, "end_line": 327, "start_col": 19, "start_line": 327 }
Prims.Tot
val get_ij (m n: pos) (i: under m) (j: under n) : under (m * n)
[ { "abbrev": false, "full_module": "FStar.Seq.Equiv", "short_module": null }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.IntegerIntervals", "short_module": null }, { "abbrev": true, "full_modu...
false
let get_ij (m n: pos) (i:under m) (j: under n) : under (m*n) = flattened_index_is_under_flattened_size m n i j; i*n + j
val get_ij (m n: pos) (i: under m) (j: under n) : under (m * n) let get_ij (m n: pos) (i: under m) (j: under n) : under (m * n) =
false
null
false
flattened_index_is_under_flattened_size m n i j; i * n + j
{ "checked_file": "FStar.Matrix.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Permutation.fsti.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Math.Lemmas.fst.checked", "FStar.IntegerIntervals.fst.checked", ...
[ "total" ]
[ "Prims.pos", "FStar.IntegerIntervals.under", "Prims.op_Addition", "FStar.Mul.op_Star", "Prims.unit", "FStar.Matrix.flattened_index_is_under_flattened_size" ]
[]
(* Copyright 2022 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...
false
false
FStar.Matrix.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val get_ij (m n: pos) (i: under m) (j: under n) : under (m * n)
[]
FStar.Matrix.get_ij
{ "file_name": "ulib/FStar.Matrix.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
m: Prims.pos -> n: Prims.pos -> i: FStar.IntegerIntervals.under m -> j: FStar.IntegerIntervals.under n -> FStar.IntegerIntervals.under (m * n)
{ "end_col": 60, "end_line": 51, "start_col": 4, "start_line": 51 }
FStar.Pervasives.Lemma
val flattened_index_is_under_flattened_size (m n: pos) (i: under m) (j: under n) : Lemma ((((i * n) + j)) < m * n)
[ { "abbrev": false, "full_module": "FStar.Seq.Equiv", "short_module": null }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.IntegerIntervals", "short_module": null }, { "abbrev": true, "full_modu...
false
let flattened_index_is_under_flattened_size (m n: pos) (i: under m) (j: under n) : Lemma ((((i*n)+j)) < m*n) = assert (i*n <= (m-1)*n)
val flattened_index_is_under_flattened_size (m n: pos) (i: under m) (j: under n) : Lemma ((((i * n) + j)) < m * n) let flattened_index_is_under_flattened_size (m n: pos) (i: under m) (j: under n) : Lemma ((((i * n) + j)) < m * n) =
false
null
true
assert (i * n <= (m - 1) * n)
{ "checked_file": "FStar.Matrix.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Permutation.fsti.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Math.Lemmas.fst.checked", "FStar.IntegerIntervals.fst.checked", ...
[ "lemma" ]
[ "Prims.pos", "FStar.IntegerIntervals.under", "Prims._assert", "Prims.b2t", "Prims.op_LessThanOrEqual", "FStar.Mul.op_Star", "Prims.op_Subtraction", "Prims.unit", "Prims.l_True", "Prims.squash", "Prims.op_LessThan", "Prims.op_Addition", "Prims.Nil", "FStar.Pervasives.pattern" ]
[]
(* Copyright 2022 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...
false
false
FStar.Matrix.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val flattened_index_is_under_flattened_size (m n: pos) (i: under m) (j: under n) : Lemma ((((i * n) + j)) < m * n)
[]
FStar.Matrix.flattened_index_is_under_flattened_size
{ "file_name": "ulib/FStar.Matrix.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
m: Prims.pos -> n: Prims.pos -> i: FStar.IntegerIntervals.under m -> j: FStar.IntegerIntervals.under n -> FStar.Pervasives.Lemma (ensures i * n + j < m * n)
{ "end_col": 55, "end_line": 46, "start_col": 32, "start_line": 46 }
Prims.Tot
val get_i (m n: pos) (ij: under (m * n)) : under m
[ { "abbrev": false, "full_module": "FStar.Seq.Equiv", "short_module": null }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.IntegerIntervals", "short_module": null }, { "abbrev": true, "full_modu...
false
let get_i (m n: pos) (ij: under (m*n)) : under m = ij / n
val get_i (m n: pos) (ij: under (m * n)) : under m let get_i (m n: pos) (ij: under (m * n)) : under m =
false
null
false
ij / n
{ "checked_file": "FStar.Matrix.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Permutation.fsti.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Math.Lemmas.fst.checked", "FStar.IntegerIntervals.fst.checked", ...
[ "total" ]
[ "Prims.pos", "FStar.IntegerIntervals.under", "FStar.Mul.op_Star", "Prims.op_Division" ]
[]
(* Copyright 2022 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...
false
false
FStar.Matrix.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val get_i (m n: pos) (ij: under (m * n)) : under m
[]
FStar.Matrix.get_i
{ "file_name": "ulib/FStar.Matrix.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
m: Prims.pos -> n: Prims.pos -> ij: FStar.IntegerIntervals.under (m * n) -> FStar.IntegerIntervals.under m
{ "end_col": 57, "end_line": 55, "start_col": 51, "start_line": 55 }
FStar.Pervasives.Lemma
val ji_is_transpose_of_ij (m n: pos) (ij: under (m * n)) : Lemma (transpose_ji n m (transpose_ji m n ij) = ij)
[ { "abbrev": false, "full_module": "FStar.Seq.Equiv", "short_module": null }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.IntegerIntervals", "short_module": null }, { "abbrev": true, "full_modu...
false
let ji_is_transpose_of_ij (m n: pos) (ij: under (m*n)) : Lemma (transpose_ji n m (transpose_ji m n ij) = ij) = indices_transpose_lemma m (get_i m n ij) (get_j m n ij)
val ji_is_transpose_of_ij (m n: pos) (ij: under (m * n)) : Lemma (transpose_ji n m (transpose_ji m n ij) = ij) let ji_is_transpose_of_ij (m n: pos) (ij: under (m * n)) : Lemma (transpose_ji n m (transpose_ji m n ij) = ij) =
false
null
true
indices_transpose_lemma m (get_i m n ij) (get_j m n ij)
{ "checked_file": "FStar.Matrix.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Permutation.fsti.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Math.Lemmas.fst.checked", "FStar.IntegerIntervals.fst.checked", ...
[ "lemma" ]
[ "Prims.pos", "FStar.IntegerIntervals.under", "FStar.Mul.op_Star", "FStar.Matrix.indices_transpose_lemma", "FStar.Matrix.get_i", "FStar.Matrix.get_j", "Prims.unit", "Prims.l_True", "Prims.squash", "Prims.b2t", "Prims.op_Equality", "FStar.Matrix.transpose_ji", "Prims.Nil", "FStar.Pervasives....
[]
(* Copyright 2022 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...
false
false
FStar.Matrix.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val ji_is_transpose_of_ij (m n: pos) (ij: under (m * n)) : Lemma (transpose_ji n m (transpose_ji m n ij) = ij)
[]
FStar.Matrix.ji_is_transpose_of_ij
{ "file_name": "ulib/FStar.Matrix.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
m: Prims.pos -> n: Prims.pos -> ij: FStar.IntegerIntervals.under (m * n) -> FStar.Pervasives.Lemma (ensures FStar.Matrix.transpose_ji n m (FStar.Matrix.transpose_ji m n ij) = ij)
{ "end_col": 57, "end_line": 83, "start_col": 2, "start_line": 83 }
FStar.Pervasives.Lemma
val dual_indices (m n: pos) (ij: under (m * n)) : Lemma ((get_j n m (transpose_ji m n ij) = get_i m n ij) /\ (get_i n m (transpose_ji m n ij) = get_j m n ij))
[ { "abbrev": false, "full_module": "FStar.Seq.Equiv", "short_module": null }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.IntegerIntervals", "short_module": null }, { "abbrev": true, "full_modu...
false
let dual_indices (m n: pos) (ij: under (m*n)) : Lemma ( (get_j n m (transpose_ji m n ij) = get_i m n ij) /\ (get_i n m (transpose_ji m n ij) = get_j m n ij)) = consistency_of_ij m n ij; indices_transpose_lemma m (get_i m n ij) (get_j m n ij)
val dual_indices (m n: pos) (ij: under (m * n)) : Lemma ((get_j n m (transpose_ji m n ij) = get_i m n ij) /\ (get_i n m (transpose_ji m n ij) = get_j m n ij)) let dual_indices (m n: pos) (ij: under (m * n)) : Lemma ((get_j n m (transpose_ji m n ij) = get_i m n ij) /\ (get_i n m (transpose_ji...
false
null
true
consistency_of_ij m n ij; indices_transpose_lemma m (get_i m n ij) (get_j m n ij)
{ "checked_file": "FStar.Matrix.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Permutation.fsti.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Math.Lemmas.fst.checked", "FStar.IntegerIntervals.fst.checked", ...
[ "lemma" ]
[ "Prims.pos", "FStar.IntegerIntervals.under", "FStar.Mul.op_Star", "FStar.Matrix.indices_transpose_lemma", "FStar.Matrix.get_i", "FStar.Matrix.get_j", "Prims.unit", "FStar.Matrix.consistency_of_ij", "Prims.l_True", "Prims.squash", "Prims.l_and", "Prims.b2t", "Prims.op_Equality", "FStar.Matr...
[]
(* Copyright 2022 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...
false
false
FStar.Matrix.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val dual_indices (m n: pos) (ij: under (m * n)) : Lemma ((get_j n m (transpose_ji m n ij) = get_i m n ij) /\ (get_i n m (transpose_ji m n ij) = get_j m n ij))
[]
FStar.Matrix.dual_indices
{ "file_name": "ulib/FStar.Matrix.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
m: Prims.pos -> n: Prims.pos -> ij: FStar.IntegerIntervals.under (m * n) -> FStar.Pervasives.Lemma (ensures FStar.Matrix.get_j n m (FStar.Matrix.transpose_ji m n ij) = FStar.Matrix.get_i m n ij /\ FStar.Matrix.get_i n m (FStar.Matrix.transpose_ji m n ij) = FStar.Matrix.get_j m n ij)
{ "end_col": 59, "end_line": 90, "start_col": 4, "start_line": 89 }
Prims.Tot
val transpose_ji (m n: pos) (ij: under (m * n)) : under (n * m)
[ { "abbrev": false, "full_module": "FStar.Seq.Equiv", "short_module": null }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.IntegerIntervals", "short_module": null }, { "abbrev": true, "full_modu...
false
let transpose_ji (m n: pos) (ij: under (m*n)) : under (n*m) = flattened_index_is_under_flattened_size n m (get_j m n ij) (get_i m n ij); (get_j m n ij)*m + (get_i m n ij)
val transpose_ji (m n: pos) (ij: under (m * n)) : under (n * m) let transpose_ji (m n: pos) (ij: under (m * n)) : under (n * m) =
false
null
false
flattened_index_is_under_flattened_size n m (get_j m n ij) (get_i m n ij); (get_j m n ij) * m + (get_i m n ij)
{ "checked_file": "FStar.Matrix.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Permutation.fsti.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Math.Lemmas.fst.checked", "FStar.IntegerIntervals.fst.checked", ...
[ "total" ]
[ "Prims.pos", "FStar.IntegerIntervals.under", "FStar.Mul.op_Star", "Prims.op_Addition", "FStar.Matrix.get_j", "FStar.Matrix.get_i", "Prims.unit", "FStar.Matrix.flattened_index_is_under_flattened_size" ]
[]
(* Copyright 2022 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...
false
false
FStar.Matrix.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val transpose_ji (m n: pos) (ij: under (m * n)) : under (n * m)
[]
FStar.Matrix.transpose_ji
{ "file_name": "ulib/FStar.Matrix.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
m: Prims.pos -> n: Prims.pos -> ij: FStar.IntegerIntervals.under (m * n) -> FStar.IntegerIntervals.under (n * m)
{ "end_col": 35, "end_line": 74, "start_col": 2, "start_line": 73 }
Prims.Tot
val get_j (m n: pos) (ij: under (m * n)) : under n
[ { "abbrev": false, "full_module": "FStar.Seq.Equiv", "short_module": null }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.IntegerIntervals", "short_module": null }, { "abbrev": true, "full_modu...
false
let get_j (m n: pos) (ij: under (m*n)) : under n = ij % n
val get_j (m n: pos) (ij: under (m * n)) : under n let get_j (m n: pos) (ij: under (m * n)) : under n =
false
null
false
ij % n
{ "checked_file": "FStar.Matrix.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Permutation.fsti.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Math.Lemmas.fst.checked", "FStar.IntegerIntervals.fst.checked", ...
[ "total" ]
[ "Prims.pos", "FStar.IntegerIntervals.under", "FStar.Mul.op_Star", "Prims.op_Modulus" ]
[]
(* Copyright 2022 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...
false
false
FStar.Matrix.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val get_j (m n: pos) (ij: under (m * n)) : under n
[]
FStar.Matrix.get_j
{ "file_name": "ulib/FStar.Matrix.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
m: Prims.pos -> n: Prims.pos -> ij: FStar.IntegerIntervals.under (m * n) -> FStar.IntegerIntervals.under n
{ "end_col": 57, "end_line": 56, "start_col": 51, "start_line": 56 }
FStar.Pervasives.Lemma
val matrix_equiv_from_proof (#c: _) (#m #n: pos) (eq: CE.equiv c) (ma mb: matrix c m n) (proof: (i: under m -> j: under n -> Lemma (eq.eq (ijth ma i j) (ijth mb i j)))) : Lemma ((matrix_equiv eq m n).eq ma mb)
[ { "abbrev": false, "full_module": "FStar.Seq.Equiv", "short_module": null }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.IntegerIntervals", "short_module": null }, { "abbrev": true, "full_modu...
false
let matrix_equiv_from_proof #c (#m #n: pos) (eq: CE.equiv c) (ma mb: matrix c m n) (proof: (i:under m) -> (j:under n) -> Lemma (eq.eq (ijth ma i j) (ijth mb i j))) : Lemma ((matrix_equiv eq m n).eq ma mb) = Classical.forall_intro_2 proof; matrix_equiv_from_element_eq eq ma mb
val matrix_equiv_from_proof (#c: _) (#m #n: pos) (eq: CE.equiv c) (ma mb: matrix c m n) (proof: (i: under m -> j: under n -> Lemma (eq.eq (ijth ma i j) (ijth mb i j)))) : Lemma ((matrix_equiv eq m n).eq ma mb) let matrix_equiv_from_proof #c (#m: pos) (#n: pos) (...
false
null
true
Classical.forall_intro_2 proof; matrix_equiv_from_element_eq eq ma mb
{ "checked_file": "FStar.Matrix.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Permutation.fsti.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Math.Lemmas.fst.checked", "FStar.IntegerIntervals.fst.checked", ...
[ "lemma" ]
[ "Prims.pos", "FStar.Algebra.CommMonoid.Equiv.equiv", "FStar.Matrix.matrix", "FStar.IntegerIntervals.under", "Prims.unit", "Prims.l_True", "Prims.squash", "FStar.Algebra.CommMonoid.Equiv.__proj__EQ__item__eq", "FStar.Matrix.ijth", "Prims.Nil", "FStar.Pervasives.pattern", "FStar.Matrix.matrix_eq...
[]
(* Copyright 2022 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...
false
false
FStar.Matrix.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val matrix_equiv_from_proof (#c: _) (#m #n: pos) (eq: CE.equiv c) (ma mb: matrix c m n) (proof: (i: under m -> j: under n -> Lemma (eq.eq (ijth ma i j) (ijth mb i j)))) : Lemma ((matrix_equiv eq m n).eq ma mb)
[]
FStar.Matrix.matrix_equiv_from_proof
{ "file_name": "ulib/FStar.Matrix.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
eq: FStar.Algebra.CommMonoid.Equiv.equiv c -> ma: FStar.Matrix.matrix c m n -> mb: FStar.Matrix.matrix c m n -> proof: (i: FStar.IntegerIntervals.under m -> j: FStar.IntegerIntervals.under n -> FStar.Pervasives.Lemma (ensures EQ?.eq eq (FStar.Matrix.ijth ma i j) (FStar.Matri...
{ "end_col": 41, "end_line": 200, "start_col": 4, "start_line": 199 }
FStar.Pervasives.Lemma
val indices_transpose_lemma (m: pos) (i: under m) (j: nat) : Lemma (((j * m + i) % m = i) && ((j * m + i) / m = j))
[ { "abbrev": false, "full_module": "FStar.Seq.Equiv", "short_module": null }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.IntegerIntervals", "short_module": null }, { "abbrev": true, "full_modu...
false
let indices_transpose_lemma (m: pos) (i: under m) (j: nat) : Lemma (((j*m+i)%m=i) && ((j*m+i)/m=j)) = ML.lemma_mod_plus i j m
val indices_transpose_lemma (m: pos) (i: under m) (j: nat) : Lemma (((j * m + i) % m = i) && ((j * m + i) / m = j)) let indices_transpose_lemma (m: pos) (i: under m) (j: nat) : Lemma (((j * m + i) % m = i) && ((j * m + i) / m = j)) =
false
null
true
ML.lemma_mod_plus i j m
{ "checked_file": "FStar.Matrix.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Permutation.fsti.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Math.Lemmas.fst.checked", "FStar.IntegerIntervals.fst.checked", ...
[ "lemma" ]
[ "Prims.pos", "FStar.IntegerIntervals.under", "Prims.nat", "FStar.Math.Lemmas.lemma_mod_plus", "Prims.unit", "Prims.l_True", "Prims.squash", "Prims.b2t", "Prims.op_AmpAmp", "Prims.op_Equality", "Prims.int", "Prims.op_Modulus", "Prims.op_Addition", "FStar.Mul.op_Star", "Prims.op_Division",...
[]
(* Copyright 2022 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...
false
false
FStar.Matrix.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val indices_transpose_lemma (m: pos) (i: under m) (j: nat) : Lemma (((j * m + i) % m = i) && ((j * m + i) / m = j))
[]
FStar.Matrix.indices_transpose_lemma
{ "file_name": "ulib/FStar.Matrix.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
m: Prims.pos -> i: FStar.IntegerIntervals.under m -> j: Prims.nat -> FStar.Pervasives.Lemma (ensures (j * m + i) % m = i && (j * m + i) / m = j)
{ "end_col": 68, "end_line": 78, "start_col": 45, "start_line": 78 }
FStar.Pervasives.Lemma
val consistency_of_i_j (m n: pos) (i: under m) (j: under n) : Lemma (get_i m n (get_ij m n i j) = i /\ get_j m n (get_ij m n i j) = j)
[ { "abbrev": false, "full_module": "FStar.Seq.Equiv", "short_module": null }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar.IntegerIntervals", "short_module": null }, { "abbrev": true, "full_modu...
false
let consistency_of_i_j (m n: pos) (i: under m) (j: under n) : Lemma (get_i m n (get_ij m n i j) = i /\ get_j m n (get_ij m n i j) = j) = flattened_index_is_under_flattened_size m n i j; //speeds up the proof ML.lemma_mod_plus j i n; ML.lemma_div_plus j i n
val consistency_of_i_j (m n: pos) (i: under m) (j: under n) : Lemma (get_i m n (get_ij m n i j) = i /\ get_j m n (get_ij m n i j) = j) let consistency_of_i_j (m n: pos) (i: under m) (j: under n) : Lemma (get_i m n (get_ij m n i j) = i /\ get_j m n (get_ij m n i j) = j) =
false
null
true
flattened_index_is_under_flattened_size m n i j; ML.lemma_mod_plus j i n; ML.lemma_div_plus j i n
{ "checked_file": "FStar.Matrix.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Permutation.fsti.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.Math.Lemmas.fst.checked", "FStar.IntegerIntervals.fst.checked", ...
[ "lemma" ]
[ "Prims.pos", "FStar.IntegerIntervals.under", "FStar.Math.Lemmas.lemma_div_plus", "Prims.unit", "FStar.Math.Lemmas.lemma_mod_plus", "FStar.Matrix.flattened_index_is_under_flattened_size", "Prims.l_True", "Prims.squash", "Prims.l_and", "Prims.b2t", "Prims.op_Equality", "FStar.Matrix.get_i", "F...
[]
(* Copyright 2022 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...
false
false
FStar.Matrix.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val consistency_of_i_j (m n: pos) (i: under m) (j: under n) : Lemma (get_i m n (get_ij m n i j) = i /\ get_j m n (get_ij m n i j) = j)
[]
FStar.Matrix.consistency_of_i_j
{ "file_name": "ulib/FStar.Matrix.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
m: Prims.pos -> n: Prims.pos -> i: FStar.IntegerIntervals.under m -> j: FStar.IntegerIntervals.under n -> FStar.Pervasives.Lemma (ensures FStar.Matrix.get_i m n (FStar.Matrix.get_ij m n i j) = i /\ FStar.Matrix.get_j m n (FStar.Matrix.get_ij m n i j) = j)
{ "end_col": 25, "end_line": 64, "start_col": 2, "start_line": 62 }
Prims.Tot
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let valid1 = true
let valid1 =
false
null
false
true
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[]
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
true
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val valid1 : Prims.bool
[]
Test.Vectors.Curve25519.valid1
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Prims.bool
{ "end_col": 39, "end_line": 57, "start_col": 35, "start_line": 57 }
Prims.Tot
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let valid0 = true
let valid0 =
false
null
false
true
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[]
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
true
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val valid0 : Prims.bool
[]
Test.Vectors.Curve25519.valid0
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Prims.bool
{ "end_col": 39, "end_line": 31, "start_col": 35, "start_line": 31 }
Prims.Tot
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let valid2 = true
let valid2 =
false
null
false
true
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[]
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
true
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val valid2 : Prims.bool
[]
Test.Vectors.Curve25519.valid2
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Prims.bool
{ "end_col": 39, "end_line": 83, "start_col": 35, "start_line": 83 }
Prims.Tot
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let valid3 = true
let valid3 =
false
null
false
true
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[]
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
true
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val valid3 : Prims.bool
[]
Test.Vectors.Curve25519.valid3
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Prims.bool
{ "end_col": 39, "end_line": 109, "start_col": 35, "start_line": 109 }
Prims.Tot
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let valid4 = true
let valid4 =
false
null
false
true
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[]
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
true
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val valid4 : Prims.bool
[]
Test.Vectors.Curve25519.valid4
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Prims.bool
{ "end_col": 39, "end_line": 135, "start_col": 35, "start_line": 135 }
Prims.Tot
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let valid6 = false
let valid6 =
false
null
false
false
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[]
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
true
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val valid6 : Prims.bool
[]
Test.Vectors.Curve25519.valid6
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Prims.bool
{ "end_col": 40, "end_line": 187, "start_col": 35, "start_line": 187 }
Prims.Tot
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let valid5 = false
let valid5 =
false
null
false
false
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[]
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
true
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val valid5 : Prims.bool
[]
Test.Vectors.Curve25519.valid5
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
Prims.bool
{ "end_col": 40, "end_line": 161, "start_col": 35, "start_line": 161 }
Prims.Tot
val private_2_len:(x: UInt32.t{UInt32.v x = B.length private_2})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let private_2_len: (x:UInt32.t { UInt32.v x = B.length private_2 }) = 32ul
val private_2_len:(x: UInt32.t{UInt32.v x = B.length private_2}) let private_2_len:(x: UInt32.t{UInt32.v x = B.length private_2}) =
false
null
false
32ul
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "FStar.UInt32.__uint_to_t" ]
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val private_2_len:(x: UInt32.t{UInt32.v x = B.length private_2})
[]
Test.Vectors.Curve25519.private_2_len
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
x: FStar.UInt32.t{FStar.UInt32.v x = LowStar.Monotonic.Buffer.length Test.Vectors.Curve25519.private_2}
{ "end_col": 6, "end_line": 65, "start_col": 2, "start_line": 65 }
Prims.Tot
val public1_len:(x: UInt32.t{UInt32.v x = B.length public1})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let public1_len: (x:UInt32.t { UInt32.v x = B.length public1 }) = 32ul
val public1_len:(x: UInt32.t{UInt32.v x = B.length public1}) let public1_len:(x: UInt32.t{UInt32.v x = B.length public1}) =
false
null
false
32ul
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "FStar.UInt32.__uint_to_t" ]
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val public1_len:(x: UInt32.t{UInt32.v x = B.length public1})
[]
Test.Vectors.Curve25519.public1_len
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
x: FStar.UInt32.t{FStar.UInt32.v x = LowStar.Monotonic.Buffer.length Test.Vectors.Curve25519.public1}
{ "end_col": 6, "end_line": 47, "start_col": 2, "start_line": 47 }
Prims.Tot
val result1_len:(x: UInt32.t{UInt32.v x = B.length result1})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let result1_len: (x:UInt32.t { UInt32.v x = B.length result1 }) = 32ul
val result1_len:(x: UInt32.t{UInt32.v x = B.length result1}) let result1_len:(x: UInt32.t{UInt32.v x = B.length result1}) =
false
null
false
32ul
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "FStar.UInt32.__uint_to_t" ]
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val result1_len:(x: UInt32.t{UInt32.v x = B.length result1})
[]
Test.Vectors.Curve25519.result1_len
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
x: FStar.UInt32.t{FStar.UInt32.v x = LowStar.Monotonic.Buffer.length Test.Vectors.Curve25519.result1}
{ "end_col": 6, "end_line": 55, "start_col": 2, "start_line": 55 }
Prims.Tot
val private_3_len:(x: UInt32.t{UInt32.v x = B.length private_3})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let private_3_len: (x:UInt32.t { UInt32.v x = B.length private_3 }) = 32ul
val private_3_len:(x: UInt32.t{UInt32.v x = B.length private_3}) let private_3_len:(x: UInt32.t{UInt32.v x = B.length private_3}) =
false
null
false
32ul
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "FStar.UInt32.__uint_to_t" ]
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val private_3_len:(x: UInt32.t{UInt32.v x = B.length private_3})
[]
Test.Vectors.Curve25519.private_3_len
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
x: FStar.UInt32.t{FStar.UInt32.v x = LowStar.Monotonic.Buffer.length Test.Vectors.Curve25519.private_3}
{ "end_col": 6, "end_line": 91, "start_col": 2, "start_line": 91 }
Prims.Tot
val public2:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let public2: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x25uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x0...
val public2:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) let public2:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) =
false
null
false
[@@ inline_let ]let l = [ 0x25uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy ] in assert_norm (List....
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "LowStar.Buffer.gcmalloc_of_list", "FStar.UInt8.t", "FStar.Monotonic.HyperHeap.root", "LowStar.Monotonic.Buffer.mbuffer", "LowStar.Buffer.trivial_preorder", "Prims.l_and", "Prims.eq2", "Prims.nat", "LowStar.Monotonic.Buffer.length", "FStar.Pervasives.normalize_term", "FStar.List.Tot.Base.length"...
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val public2:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[]
Test.Vectors.Curve25519.public2
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: LowStar.Buffer.buffer FStar.UInt8.t {LowStar.Monotonic.Buffer.length b = 32 /\ LowStar.Monotonic.Buffer.recallable b}
{ "end_col": 38, "end_line": 70, "start_col": 2, "start_line": 68 }
Prims.Tot
val public4_len:(x: UInt32.t{UInt32.v x = B.length public4})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let public4_len: (x:UInt32.t { UInt32.v x = B.length public4 }) = 32ul
val public4_len:(x: UInt32.t{UInt32.v x = B.length public4}) let public4_len:(x: UInt32.t{UInt32.v x = B.length public4}) =
false
null
false
32ul
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "FStar.UInt32.__uint_to_t" ]
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val public4_len:(x: UInt32.t{UInt32.v x = B.length public4})
[]
Test.Vectors.Curve25519.public4_len
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
x: FStar.UInt32.t{FStar.UInt32.v x = LowStar.Monotonic.Buffer.length Test.Vectors.Curve25519.public4}
{ "end_col": 6, "end_line": 125, "start_col": 2, "start_line": 125 }
Prims.Tot
val private_6_len:(x: UInt32.t{UInt32.v x = B.length private_6})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let private_6_len: (x:UInt32.t { UInt32.v x = B.length private_6 }) = 32ul
val private_6_len:(x: UInt32.t{UInt32.v x = B.length private_6}) let private_6_len:(x: UInt32.t{UInt32.v x = B.length private_6}) =
false
null
false
32ul
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "FStar.UInt32.__uint_to_t" ]
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val private_6_len:(x: UInt32.t{UInt32.v x = B.length private_6})
[]
Test.Vectors.Curve25519.private_6_len
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
x: FStar.UInt32.t{FStar.UInt32.v x = LowStar.Monotonic.Buffer.length Test.Vectors.Curve25519.private_6}
{ "end_col": 6, "end_line": 169, "start_col": 2, "start_line": 169 }
Prims.Tot
val result2_len:(x: UInt32.t{UInt32.v x = B.length result2})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let result2_len: (x:UInt32.t { UInt32.v x = B.length result2 }) = 32ul
val result2_len:(x: UInt32.t{UInt32.v x = B.length result2}) let result2_len:(x: UInt32.t{UInt32.v x = B.length result2}) =
false
null
false
32ul
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "FStar.UInt32.__uint_to_t" ]
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val result2_len:(x: UInt32.t{UInt32.v x = B.length result2})
[]
Test.Vectors.Curve25519.result2_len
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
x: FStar.UInt32.t{FStar.UInt32.v x = LowStar.Monotonic.Buffer.length Test.Vectors.Curve25519.result2}
{ "end_col": 6, "end_line": 81, "start_col": 2, "start_line": 81 }
Prims.Tot
val public0:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let public0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0xdeuy; 0x9euy; 0xdbuy; 0x7duy; 0x7buy; 0x7duy; 0xc1uy; 0xb4uy; 0xd3uy; 0x5buy; 0x61uy; 0xc2uy; 0xecuy; 0xe4uy; 0x35uy; 0x37uy; 0x3fuy; 0x83uy; 0x43uy; 0xc8uy; 0x5buy; 0x78uy; 0x67uy; 0x4duy; 0xaduy; 0xfcuy; 0x7euy; 0x1...
val public0:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) let public0:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) =
false
null
false
[@@ inline_let ]let l = [ 0xdeuy; 0x9euy; 0xdbuy; 0x7duy; 0x7buy; 0x7duy; 0xc1uy; 0xb4uy; 0xd3uy; 0x5buy; 0x61uy; 0xc2uy; 0xecuy; 0xe4uy; 0x35uy; 0x37uy; 0x3fuy; 0x83uy; 0x43uy; 0xc8uy; 0x5buy; 0x78uy; 0x67uy; 0x4duy; 0xaduy; 0xfcuy; 0x7euy; 0x14uy; 0x6fuy; 0x88uy; 0x2buy; 0x4fuy ] in assert_norm (List....
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "LowStar.Buffer.gcmalloc_of_list", "FStar.UInt8.t", "FStar.Monotonic.HyperHeap.root", "LowStar.Monotonic.Buffer.mbuffer", "LowStar.Buffer.trivial_preorder", "Prims.l_and", "Prims.eq2", "Prims.nat", "LowStar.Monotonic.Buffer.length", "FStar.Pervasives.normalize_term", "FStar.List.Tot.Base.length"...
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val public0:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[]
Test.Vectors.Curve25519.public0
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: LowStar.Buffer.buffer FStar.UInt8.t {LowStar.Monotonic.Buffer.length b = 32 /\ LowStar.Monotonic.Buffer.recallable b}
{ "end_col": 38, "end_line": 18, "start_col": 2, "start_line": 16 }
Prims.Tot
val private_2:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let private_2: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x01uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0...
val private_2:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) let private_2:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) =
false
null
false
[@@ inline_let ]let l = [ 0x01uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy ] in assert_norm (List....
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "LowStar.Buffer.gcmalloc_of_list", "FStar.UInt8.t", "FStar.Monotonic.HyperHeap.root", "LowStar.Monotonic.Buffer.mbuffer", "LowStar.Buffer.trivial_preorder", "Prims.l_and", "Prims.eq2", "Prims.nat", "LowStar.Monotonic.Buffer.length", "FStar.Pervasives.normalize_term", "FStar.List.Tot.Base.length"...
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val private_2:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[]
Test.Vectors.Curve25519.private_2
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: LowStar.Buffer.buffer FStar.UInt8.t {LowStar.Monotonic.Buffer.length b = 32 /\ LowStar.Monotonic.Buffer.recallable b}
{ "end_col": 38, "end_line": 62, "start_col": 2, "start_line": 60 }
Prims.Tot
val result0_len:(x: UInt32.t{UInt32.v x = B.length result0})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let result0_len: (x:UInt32.t { UInt32.v x = B.length result0 }) = 32ul
val result0_len:(x: UInt32.t{UInt32.v x = B.length result0}) let result0_len:(x: UInt32.t{UInt32.v x = B.length result0}) =
false
null
false
32ul
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "FStar.UInt32.__uint_to_t" ]
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val result0_len:(x: UInt32.t{UInt32.v x = B.length result0})
[]
Test.Vectors.Curve25519.result0_len
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
x: FStar.UInt32.t{FStar.UInt32.v x = LowStar.Monotonic.Buffer.length Test.Vectors.Curve25519.result0}
{ "end_col": 6, "end_line": 29, "start_col": 2, "start_line": 29 }
Prims.Tot
val public3:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let public3: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xf...
val public3:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) let public3:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) =
false
null
false
[@@ inline_let ]let l = [ 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy; 0xffuy ] in assert_norm (List....
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "LowStar.Buffer.gcmalloc_of_list", "FStar.UInt8.t", "FStar.Monotonic.HyperHeap.root", "LowStar.Monotonic.Buffer.mbuffer", "LowStar.Buffer.trivial_preorder", "Prims.l_and", "Prims.eq2", "Prims.nat", "LowStar.Monotonic.Buffer.length", "FStar.Pervasives.normalize_term", "FStar.List.Tot.Base.length"...
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val public3:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[]
Test.Vectors.Curve25519.public3
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: LowStar.Buffer.buffer FStar.UInt8.t {LowStar.Monotonic.Buffer.length b = 32 /\ LowStar.Monotonic.Buffer.recallable b}
{ "end_col": 38, "end_line": 96, "start_col": 2, "start_line": 94 }
Prims.Tot
val private_0_len:(x: UInt32.t{UInt32.v x = B.length private_0})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let private_0_len: (x:UInt32.t { UInt32.v x = B.length private_0 }) = 32ul
val private_0_len:(x: UInt32.t{UInt32.v x = B.length private_0}) let private_0_len:(x: UInt32.t{UInt32.v x = B.length private_0}) =
false
null
false
32ul
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "FStar.UInt32.__uint_to_t" ]
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val private_0_len:(x: UInt32.t{UInt32.v x = B.length private_0})
[]
Test.Vectors.Curve25519.private_0_len
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
x: FStar.UInt32.t{FStar.UInt32.v x = LowStar.Monotonic.Buffer.length Test.Vectors.Curve25519.private_0}
{ "end_col": 6, "end_line": 13, "start_col": 2, "start_line": 13 }
Prims.Tot
val private_1_len:(x: UInt32.t{UInt32.v x = B.length private_1})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let private_1_len: (x:UInt32.t { UInt32.v x = B.length private_1 }) = 32ul
val private_1_len:(x: UInt32.t{UInt32.v x = B.length private_1}) let private_1_len:(x: UInt32.t{UInt32.v x = B.length private_1}) =
false
null
false
32ul
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "FStar.UInt32.__uint_to_t" ]
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val private_1_len:(x: UInt32.t{UInt32.v x = B.length private_1})
[]
Test.Vectors.Curve25519.private_1_len
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
x: FStar.UInt32.t{FStar.UInt32.v x = LowStar.Monotonic.Buffer.length Test.Vectors.Curve25519.private_1}
{ "end_col": 6, "end_line": 39, "start_col": 2, "start_line": 39 }
Prims.Tot
val private_1:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let private_1: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x5duy; 0xabuy; 0x08uy; 0x7euy; 0x62uy; 0x4auy; 0x8auy; 0x4buy; 0x79uy; 0xe1uy; 0x7fuy; 0x8buy; 0x83uy; 0x80uy; 0x0euy; 0xe6uy; 0x6fuy; 0x3buy; 0xb1uy; 0x29uy; 0x26uy; 0x18uy; 0xb6uy; 0xfduy; 0x1cuy; 0x2fuy; 0x8buy; 0...
val private_1:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) let private_1:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) =
false
null
false
[@@ inline_let ]let l = [ 0x5duy; 0xabuy; 0x08uy; 0x7euy; 0x62uy; 0x4auy; 0x8auy; 0x4buy; 0x79uy; 0xe1uy; 0x7fuy; 0x8buy; 0x83uy; 0x80uy; 0x0euy; 0xe6uy; 0x6fuy; 0x3buy; 0xb1uy; 0x29uy; 0x26uy; 0x18uy; 0xb6uy; 0xfduy; 0x1cuy; 0x2fuy; 0x8buy; 0x27uy; 0xffuy; 0x88uy; 0xe0uy; 0xebuy ] in assert_norm (List....
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "LowStar.Buffer.gcmalloc_of_list", "FStar.UInt8.t", "FStar.Monotonic.HyperHeap.root", "LowStar.Monotonic.Buffer.mbuffer", "LowStar.Buffer.trivial_preorder", "Prims.l_and", "Prims.eq2", "Prims.nat", "LowStar.Monotonic.Buffer.length", "FStar.Pervasives.normalize_term", "FStar.List.Tot.Base.length"...
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val private_1:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[]
Test.Vectors.Curve25519.private_1
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: LowStar.Buffer.buffer FStar.UInt8.t {LowStar.Monotonic.Buffer.length b = 32 /\ LowStar.Monotonic.Buffer.recallable b}
{ "end_col": 38, "end_line": 36, "start_col": 2, "start_line": 34 }
Prims.Tot
val public0_len:(x: UInt32.t{UInt32.v x = B.length public0})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let public0_len: (x:UInt32.t { UInt32.v x = B.length public0 }) = 32ul
val public0_len:(x: UInt32.t{UInt32.v x = B.length public0}) let public0_len:(x: UInt32.t{UInt32.v x = B.length public0}) =
false
null
false
32ul
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "FStar.UInt32.__uint_to_t" ]
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val public0_len:(x: UInt32.t{UInt32.v x = B.length public0})
[]
Test.Vectors.Curve25519.public0_len
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
x: FStar.UInt32.t{FStar.UInt32.v x = LowStar.Monotonic.Buffer.length Test.Vectors.Curve25519.public0}
{ "end_col": 6, "end_line": 21, "start_col": 2, "start_line": 21 }
Prims.Tot
val result4_len:(x: UInt32.t{UInt32.v x = B.length result4})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let result4_len: (x:UInt32.t { UInt32.v x = B.length result4 }) = 32ul
val result4_len:(x: UInt32.t{UInt32.v x = B.length result4}) let result4_len:(x: UInt32.t{UInt32.v x = B.length result4}) =
false
null
false
32ul
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "FStar.UInt32.__uint_to_t" ]
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val result4_len:(x: UInt32.t{UInt32.v x = B.length result4})
[]
Test.Vectors.Curve25519.result4_len
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
x: FStar.UInt32.t{FStar.UInt32.v x = LowStar.Monotonic.Buffer.length Test.Vectors.Curve25519.result4}
{ "end_col": 6, "end_line": 133, "start_col": 2, "start_line": 133 }
Prims.Tot
val public3_len:(x: UInt32.t{UInt32.v x = B.length public3})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let public3_len: (x:UInt32.t { UInt32.v x = B.length public3 }) = 32ul
val public3_len:(x: UInt32.t{UInt32.v x = B.length public3}) let public3_len:(x: UInt32.t{UInt32.v x = B.length public3}) =
false
null
false
32ul
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "FStar.UInt32.__uint_to_t" ]
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val public3_len:(x: UInt32.t{UInt32.v x = B.length public3})
[]
Test.Vectors.Curve25519.public3_len
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
x: FStar.UInt32.t{FStar.UInt32.v x = LowStar.Monotonic.Buffer.length Test.Vectors.Curve25519.public3}
{ "end_col": 6, "end_line": 99, "start_col": 2, "start_line": 99 }
Prims.Tot
val private_3:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let private_3: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x01uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0...
val private_3:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) let private_3:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) =
false
null
false
[@@ inline_let ]let l = [ 0x01uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy ] in assert_norm (List....
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "LowStar.Buffer.gcmalloc_of_list", "FStar.UInt8.t", "FStar.Monotonic.HyperHeap.root", "LowStar.Monotonic.Buffer.mbuffer", "LowStar.Buffer.trivial_preorder", "Prims.l_and", "Prims.eq2", "Prims.nat", "LowStar.Monotonic.Buffer.length", "FStar.Pervasives.normalize_term", "FStar.List.Tot.Base.length"...
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val private_3:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[]
Test.Vectors.Curve25519.private_3
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: LowStar.Buffer.buffer FStar.UInt8.t {LowStar.Monotonic.Buffer.length b = 32 /\ LowStar.Monotonic.Buffer.recallable b}
{ "end_col": 38, "end_line": 88, "start_col": 2, "start_line": 86 }
Prims.Tot
val result6:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let result6: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x0...
val result6:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) let result6:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) =
false
null
false
[@@ inline_let ]let l = [ 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy ] in assert_norm (List....
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "LowStar.Buffer.gcmalloc_of_list", "FStar.UInt8.t", "FStar.Monotonic.HyperHeap.root", "LowStar.Monotonic.Buffer.mbuffer", "LowStar.Buffer.trivial_preorder", "Prims.l_and", "Prims.eq2", "Prims.nat", "LowStar.Monotonic.Buffer.length", "FStar.Pervasives.normalize_term", "FStar.List.Tot.Base.length"...
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val result6:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[]
Test.Vectors.Curve25519.result6
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: LowStar.Buffer.buffer FStar.UInt8.t {LowStar.Monotonic.Buffer.length b = 32 /\ LowStar.Monotonic.Buffer.recallable b}
{ "end_col": 38, "end_line": 182, "start_col": 2, "start_line": 180 }
Prims.Tot
val result3_len:(x: UInt32.t{UInt32.v x = B.length result3})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let result3_len: (x:UInt32.t { UInt32.v x = B.length result3 }) = 32ul
val result3_len:(x: UInt32.t{UInt32.v x = B.length result3}) let result3_len:(x: UInt32.t{UInt32.v x = B.length result3}) =
false
null
false
32ul
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "FStar.UInt32.__uint_to_t" ]
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val result3_len:(x: UInt32.t{UInt32.v x = B.length result3})
[]
Test.Vectors.Curve25519.result3_len
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
x: FStar.UInt32.t{FStar.UInt32.v x = LowStar.Monotonic.Buffer.length Test.Vectors.Curve25519.result3}
{ "end_col": 6, "end_line": 107, "start_col": 2, "start_line": 107 }
Prims.Tot
val public6_len:(x: UInt32.t{UInt32.v x = B.length public6})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let public6_len: (x:UInt32.t { UInt32.v x = B.length public6 }) = 32ul
val public6_len:(x: UInt32.t{UInt32.v x = B.length public6}) let public6_len:(x: UInt32.t{UInt32.v x = B.length public6}) =
false
null
false
32ul
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "FStar.UInt32.__uint_to_t" ]
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val public6_len:(x: UInt32.t{UInt32.v x = B.length public6})
[]
Test.Vectors.Curve25519.public6_len
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
x: FStar.UInt32.t{FStar.UInt32.v x = LowStar.Monotonic.Buffer.length Test.Vectors.Curve25519.public6}
{ "end_col": 6, "end_line": 177, "start_col": 2, "start_line": 177 }
Prims.Tot
val result1:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let result1: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x4auy; 0x5duy; 0x9duy; 0x5buy; 0xa4uy; 0xceuy; 0x2duy; 0xe1uy; 0x72uy; 0x8euy; 0x3buy; 0xf4uy; 0x80uy; 0x35uy; 0x0fuy; 0x25uy; 0xe0uy; 0x7euy; 0x21uy; 0xc9uy; 0x47uy; 0xd1uy; 0x9euy; 0x33uy; 0x76uy; 0xf0uy; 0x9buy; 0x3...
val result1:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) let result1:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) =
false
null
false
[@@ inline_let ]let l = [ 0x4auy; 0x5duy; 0x9duy; 0x5buy; 0xa4uy; 0xceuy; 0x2duy; 0xe1uy; 0x72uy; 0x8euy; 0x3buy; 0xf4uy; 0x80uy; 0x35uy; 0x0fuy; 0x25uy; 0xe0uy; 0x7euy; 0x21uy; 0xc9uy; 0x47uy; 0xd1uy; 0x9euy; 0x33uy; 0x76uy; 0xf0uy; 0x9buy; 0x3cuy; 0x1euy; 0x16uy; 0x17uy; 0x42uy ] in assert_norm (List....
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "LowStar.Buffer.gcmalloc_of_list", "FStar.UInt8.t", "FStar.Monotonic.HyperHeap.root", "LowStar.Monotonic.Buffer.mbuffer", "LowStar.Buffer.trivial_preorder", "Prims.l_and", "Prims.eq2", "Prims.nat", "LowStar.Monotonic.Buffer.length", "FStar.Pervasives.normalize_term", "FStar.List.Tot.Base.length"...
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val result1:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[]
Test.Vectors.Curve25519.result1
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: LowStar.Buffer.buffer FStar.UInt8.t {LowStar.Monotonic.Buffer.length b = 32 /\ LowStar.Monotonic.Buffer.recallable b}
{ "end_col": 38, "end_line": 52, "start_col": 2, "start_line": 50 }
Prims.Tot
val private_6:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let private_6: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x02uy; 0x04uy; 0x06uy; 0x08uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0...
val private_6:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) let private_6:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) =
false
null
false
[@@ inline_let ]let l = [ 0x02uy; 0x04uy; 0x06uy; 0x08uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy ] in assert_norm (List....
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "LowStar.Buffer.gcmalloc_of_list", "FStar.UInt8.t", "FStar.Monotonic.HyperHeap.root", "LowStar.Monotonic.Buffer.mbuffer", "LowStar.Buffer.trivial_preorder", "Prims.l_and", "Prims.eq2", "Prims.nat", "LowStar.Monotonic.Buffer.length", "FStar.Pervasives.normalize_term", "FStar.List.Tot.Base.length"...
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val private_6:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[]
Test.Vectors.Curve25519.private_6
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: LowStar.Buffer.buffer FStar.UInt8.t {LowStar.Monotonic.Buffer.length b = 32 /\ LowStar.Monotonic.Buffer.recallable b}
{ "end_col": 38, "end_line": 166, "start_col": 2, "start_line": 164 }
Prims.Tot
val public4:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let public4: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0xe6uy; 0xdbuy; 0x68uy; 0x67uy; 0x58uy; 0x30uy; 0x30uy; 0xdbuy; 0x35uy; 0x94uy; 0xc1uy; 0xa4uy; 0x24uy; 0xb1uy; 0x5fuy; 0x7cuy; 0x72uy; 0x66uy; 0x24uy; 0xecuy; 0x26uy; 0xb3uy; 0x35uy; 0x3buy; 0x10uy; 0xa9uy; 0x03uy; 0xa...
val public4:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) let public4:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) =
false
null
false
[@@ inline_let ]let l = [ 0xe6uy; 0xdbuy; 0x68uy; 0x67uy; 0x58uy; 0x30uy; 0x30uy; 0xdbuy; 0x35uy; 0x94uy; 0xc1uy; 0xa4uy; 0x24uy; 0xb1uy; 0x5fuy; 0x7cuy; 0x72uy; 0x66uy; 0x24uy; 0xecuy; 0x26uy; 0xb3uy; 0x35uy; 0x3buy; 0x10uy; 0xa9uy; 0x03uy; 0xa6uy; 0xd0uy; 0xabuy; 0x1cuy; 0x4cuy ] in assert_norm (List....
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "LowStar.Buffer.gcmalloc_of_list", "FStar.UInt8.t", "FStar.Monotonic.HyperHeap.root", "LowStar.Monotonic.Buffer.mbuffer", "LowStar.Buffer.trivial_preorder", "Prims.l_and", "Prims.eq2", "Prims.nat", "LowStar.Monotonic.Buffer.length", "FStar.Pervasives.normalize_term", "FStar.List.Tot.Base.length"...
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val public4:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[]
Test.Vectors.Curve25519.public4
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: LowStar.Buffer.buffer FStar.UInt8.t {LowStar.Monotonic.Buffer.length b = 32 /\ LowStar.Monotonic.Buffer.recallable b}
{ "end_col": 38, "end_line": 122, "start_col": 2, "start_line": 120 }
Prims.Tot
val result0:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let result0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x4auy; 0x5duy; 0x9duy; 0x5buy; 0xa4uy; 0xceuy; 0x2duy; 0xe1uy; 0x72uy; 0x8euy; 0x3buy; 0xf4uy; 0x80uy; 0x35uy; 0x0fuy; 0x25uy; 0xe0uy; 0x7euy; 0x21uy; 0xc9uy; 0x47uy; 0xd1uy; 0x9euy; 0x33uy; 0x76uy; 0xf0uy; 0x9buy; 0x3...
val result0:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) let result0:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) =
false
null
false
[@@ inline_let ]let l = [ 0x4auy; 0x5duy; 0x9duy; 0x5buy; 0xa4uy; 0xceuy; 0x2duy; 0xe1uy; 0x72uy; 0x8euy; 0x3buy; 0xf4uy; 0x80uy; 0x35uy; 0x0fuy; 0x25uy; 0xe0uy; 0x7euy; 0x21uy; 0xc9uy; 0x47uy; 0xd1uy; 0x9euy; 0x33uy; 0x76uy; 0xf0uy; 0x9buy; 0x3cuy; 0x1euy; 0x16uy; 0x17uy; 0x42uy ] in assert_norm (List....
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "LowStar.Buffer.gcmalloc_of_list", "FStar.UInt8.t", "FStar.Monotonic.HyperHeap.root", "LowStar.Monotonic.Buffer.mbuffer", "LowStar.Buffer.trivial_preorder", "Prims.l_and", "Prims.eq2", "Prims.nat", "LowStar.Monotonic.Buffer.length", "FStar.Pervasives.normalize_term", "FStar.List.Tot.Base.length"...
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val result0:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[]
Test.Vectors.Curve25519.result0
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: LowStar.Buffer.buffer FStar.UInt8.t {LowStar.Monotonic.Buffer.length b = 32 /\ LowStar.Monotonic.Buffer.recallable b}
{ "end_col": 38, "end_line": 26, "start_col": 2, "start_line": 24 }
Prims.Tot
val public2_len:(x: UInt32.t{UInt32.v x = B.length public2})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let public2_len: (x:UInt32.t { UInt32.v x = B.length public2 }) = 32ul
val public2_len:(x: UInt32.t{UInt32.v x = B.length public2}) let public2_len:(x: UInt32.t{UInt32.v x = B.length public2}) =
false
null
false
32ul
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "FStar.UInt32.__uint_to_t" ]
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val public2_len:(x: UInt32.t{UInt32.v x = B.length public2})
[]
Test.Vectors.Curve25519.public2_len
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
x: FStar.UInt32.t{FStar.UInt32.v x = LowStar.Monotonic.Buffer.length Test.Vectors.Curve25519.public2}
{ "end_col": 6, "end_line": 73, "start_col": 2, "start_line": 73 }
Prims.Tot
val public1:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let public1: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x85uy; 0x20uy; 0xf0uy; 0x09uy; 0x89uy; 0x30uy; 0xa7uy; 0x54uy; 0x74uy; 0x8buy; 0x7duy; 0xdcuy; 0xb4uy; 0x3euy; 0xf7uy; 0x5auy; 0x0duy; 0xbfuy; 0x3auy; 0x0duy; 0x26uy; 0x38uy; 0x1auy; 0xf4uy; 0xebuy; 0xa4uy; 0xa9uy; 0x8...
val public1:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) let public1:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) =
false
null
false
[@@ inline_let ]let l = [ 0x85uy; 0x20uy; 0xf0uy; 0x09uy; 0x89uy; 0x30uy; 0xa7uy; 0x54uy; 0x74uy; 0x8buy; 0x7duy; 0xdcuy; 0xb4uy; 0x3euy; 0xf7uy; 0x5auy; 0x0duy; 0xbfuy; 0x3auy; 0x0duy; 0x26uy; 0x38uy; 0x1auy; 0xf4uy; 0xebuy; 0xa4uy; 0xa9uy; 0x8euy; 0xaauy; 0x9buy; 0x4euy; 0x6auy ] in assert_norm (List....
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "LowStar.Buffer.gcmalloc_of_list", "FStar.UInt8.t", "FStar.Monotonic.HyperHeap.root", "LowStar.Monotonic.Buffer.mbuffer", "LowStar.Buffer.trivial_preorder", "Prims.l_and", "Prims.eq2", "Prims.nat", "LowStar.Monotonic.Buffer.length", "FStar.Pervasives.normalize_term", "FStar.List.Tot.Base.length"...
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val public1:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[]
Test.Vectors.Curve25519.public1
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: LowStar.Buffer.buffer FStar.UInt8.t {LowStar.Monotonic.Buffer.length b = 32 /\ LowStar.Monotonic.Buffer.recallable b}
{ "end_col": 38, "end_line": 44, "start_col": 2, "start_line": 42 }
Prims.Tot
val private_4_len:(x: UInt32.t{UInt32.v x = B.length private_4})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let private_4_len: (x:UInt32.t { UInt32.v x = B.length private_4 }) = 32ul
val private_4_len:(x: UInt32.t{UInt32.v x = B.length private_4}) let private_4_len:(x: UInt32.t{UInt32.v x = B.length private_4}) =
false
null
false
32ul
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "FStar.UInt32.__uint_to_t" ]
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val private_4_len:(x: UInt32.t{UInt32.v x = B.length private_4})
[]
Test.Vectors.Curve25519.private_4_len
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
x: FStar.UInt32.t{FStar.UInt32.v x = LowStar.Monotonic.Buffer.length Test.Vectors.Curve25519.private_4}
{ "end_col": 6, "end_line": 117, "start_col": 2, "start_line": 117 }
Prims.Tot
val vectors_len:(x: UInt32.t{UInt32.v x = B.length vectors})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let vectors_len: (x:UInt32.t { UInt32.v x = B.length vectors }) = 7ul
val vectors_len:(x: UInt32.t{UInt32.v x = B.length vectors}) let vectors_len:(x: UInt32.t{UInt32.v x = B.length vectors}) =
false
null
false
7ul
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "FStar.UInt32.__uint_to_t" ]
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val vectors_len:(x: UInt32.t{UInt32.v x = B.length vectors})
[]
Test.Vectors.Curve25519.vectors_len
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
x: FStar.UInt32.t{FStar.UInt32.v x = LowStar.Monotonic.Buffer.length Test.Vectors.Curve25519.vectors}
{ "end_col": 5, "end_line": 214, "start_col": 2, "start_line": 214 }
Prims.Tot
val private_5_len:(x: UInt32.t{UInt32.v x = B.length private_5})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let private_5_len: (x:UInt32.t { UInt32.v x = B.length private_5 }) = 32ul
val private_5_len:(x: UInt32.t{UInt32.v x = B.length private_5}) let private_5_len:(x: UInt32.t{UInt32.v x = B.length private_5}) =
false
null
false
32ul
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "FStar.UInt32.__uint_to_t" ]
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val private_5_len:(x: UInt32.t{UInt32.v x = B.length private_5})
[]
Test.Vectors.Curve25519.private_5_len
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
x: FStar.UInt32.t{FStar.UInt32.v x = LowStar.Monotonic.Buffer.length Test.Vectors.Curve25519.private_5}
{ "end_col": 6, "end_line": 143, "start_col": 2, "start_line": 143 }
Prims.Tot
val private_4:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let private_4: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0xa5uy; 0x46uy; 0xe3uy; 0x6buy; 0xf0uy; 0x52uy; 0x7cuy; 0x9duy; 0x3buy; 0x16uy; 0x15uy; 0x4buy; 0x82uy; 0x46uy; 0x5euy; 0xdduy; 0x62uy; 0x14uy; 0x4cuy; 0x0auy; 0xc1uy; 0xfcuy; 0x5auy; 0x18uy; 0x50uy; 0x6auy; 0x22uy; 0...
val private_4:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) let private_4:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) =
false
null
false
[@@ inline_let ]let l = [ 0xa5uy; 0x46uy; 0xe3uy; 0x6buy; 0xf0uy; 0x52uy; 0x7cuy; 0x9duy; 0x3buy; 0x16uy; 0x15uy; 0x4buy; 0x82uy; 0x46uy; 0x5euy; 0xdduy; 0x62uy; 0x14uy; 0x4cuy; 0x0auy; 0xc1uy; 0xfcuy; 0x5auy; 0x18uy; 0x50uy; 0x6auy; 0x22uy; 0x44uy; 0xbauy; 0x44uy; 0x9auy; 0xc4uy ] in assert_norm (List....
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "LowStar.Buffer.gcmalloc_of_list", "FStar.UInt8.t", "FStar.Monotonic.HyperHeap.root", "LowStar.Monotonic.Buffer.mbuffer", "LowStar.Buffer.trivial_preorder", "Prims.l_and", "Prims.eq2", "Prims.nat", "LowStar.Monotonic.Buffer.length", "FStar.Pervasives.normalize_term", "FStar.List.Tot.Base.length"...
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val private_4:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[]
Test.Vectors.Curve25519.private_4
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: LowStar.Buffer.buffer FStar.UInt8.t {LowStar.Monotonic.Buffer.length b = 32 /\ LowStar.Monotonic.Buffer.recallable b}
{ "end_col": 38, "end_line": 114, "start_col": 2, "start_line": 112 }
Prims.Tot
val result5_len:(x: UInt32.t{UInt32.v x = B.length result5})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let result5_len: (x:UInt32.t { UInt32.v x = B.length result5 }) = 32ul
val result5_len:(x: UInt32.t{UInt32.v x = B.length result5}) let result5_len:(x: UInt32.t{UInt32.v x = B.length result5}) =
false
null
false
32ul
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "FStar.UInt32.__uint_to_t" ]
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val result5_len:(x: UInt32.t{UInt32.v x = B.length result5})
[]
Test.Vectors.Curve25519.result5_len
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
x: FStar.UInt32.t{FStar.UInt32.v x = LowStar.Monotonic.Buffer.length Test.Vectors.Curve25519.result5}
{ "end_col": 6, "end_line": 159, "start_col": 2, "start_line": 159 }
Prims.Tot
val result3:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let result3: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0xb3uy; 0x2duy; 0x13uy; 0x62uy; 0xc2uy; 0x48uy; 0xd6uy; 0x2fuy; 0xe6uy; 0x26uy; 0x19uy; 0xcfuy; 0xf0uy; 0x4duy; 0xd4uy; 0x3duy; 0xb7uy; 0x3fuy; 0xfcuy; 0x1buy; 0x63uy; 0x08uy; 0xeduy; 0xe3uy; 0x0buy; 0x78uy; 0xd8uy; 0x7...
val result3:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) let result3:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) =
false
null
false
[@@ inline_let ]let l = [ 0xb3uy; 0x2duy; 0x13uy; 0x62uy; 0xc2uy; 0x48uy; 0xd6uy; 0x2fuy; 0xe6uy; 0x26uy; 0x19uy; 0xcfuy; 0xf0uy; 0x4duy; 0xd4uy; 0x3duy; 0xb7uy; 0x3fuy; 0xfcuy; 0x1buy; 0x63uy; 0x08uy; 0xeduy; 0xe3uy; 0x0buy; 0x78uy; 0xd8uy; 0x73uy; 0x80uy; 0xf1uy; 0xe8uy; 0x34uy ] in assert_norm (List....
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "LowStar.Buffer.gcmalloc_of_list", "FStar.UInt8.t", "FStar.Monotonic.HyperHeap.root", "LowStar.Monotonic.Buffer.mbuffer", "LowStar.Buffer.trivial_preorder", "Prims.l_and", "Prims.eq2", "Prims.nat", "LowStar.Monotonic.Buffer.length", "FStar.Pervasives.normalize_term", "FStar.List.Tot.Base.length"...
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val result3:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[]
Test.Vectors.Curve25519.result3
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: LowStar.Buffer.buffer FStar.UInt8.t {LowStar.Monotonic.Buffer.length b = 32 /\ LowStar.Monotonic.Buffer.recallable b}
{ "end_col": 38, "end_line": 104, "start_col": 2, "start_line": 102 }
Prims.Tot
val result6_len:(x: UInt32.t{UInt32.v x = B.length result6})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let result6_len: (x:UInt32.t { UInt32.v x = B.length result6 }) = 32ul
val result6_len:(x: UInt32.t{UInt32.v x = B.length result6}) let result6_len:(x: UInt32.t{UInt32.v x = B.length result6}) =
false
null
false
32ul
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "FStar.UInt32.__uint_to_t" ]
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val result6_len:(x: UInt32.t{UInt32.v x = B.length result6})
[]
Test.Vectors.Curve25519.result6_len
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
x: FStar.UInt32.t{FStar.UInt32.v x = LowStar.Monotonic.Buffer.length Test.Vectors.Curve25519.result6}
{ "end_col": 6, "end_line": 185, "start_col": 2, "start_line": 185 }
Prims.Tot
val result2:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let result2: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x3cuy; 0x77uy; 0x77uy; 0xcauy; 0xf9uy; 0x97uy; 0xb2uy; 0x64uy; 0x41uy; 0x60uy; 0x77uy; 0x66uy; 0x5buy; 0x4euy; 0x22uy; 0x9duy; 0x0buy; 0x95uy; 0x48uy; 0xdcuy; 0x0cuy; 0xd8uy; 0x19uy; 0x98uy; 0xdduy; 0xcduy; 0xc5uy; 0xc...
val result2:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) let result2:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) =
false
null
false
[@@ inline_let ]let l = [ 0x3cuy; 0x77uy; 0x77uy; 0xcauy; 0xf9uy; 0x97uy; 0xb2uy; 0x64uy; 0x41uy; 0x60uy; 0x77uy; 0x66uy; 0x5buy; 0x4euy; 0x22uy; 0x9duy; 0x0buy; 0x95uy; 0x48uy; 0xdcuy; 0x0cuy; 0xd8uy; 0x19uy; 0x98uy; 0xdduy; 0xcduy; 0xc5uy; 0xc8uy; 0x53uy; 0x3cuy; 0x79uy; 0x7fuy ] in assert_norm (List....
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "LowStar.Buffer.gcmalloc_of_list", "FStar.UInt8.t", "FStar.Monotonic.HyperHeap.root", "LowStar.Monotonic.Buffer.mbuffer", "LowStar.Buffer.trivial_preorder", "Prims.l_and", "Prims.eq2", "Prims.nat", "LowStar.Monotonic.Buffer.length", "FStar.Pervasives.normalize_term", "FStar.List.Tot.Base.length"...
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val result2:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[]
Test.Vectors.Curve25519.result2
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: LowStar.Buffer.buffer FStar.UInt8.t {LowStar.Monotonic.Buffer.length b = 32 /\ LowStar.Monotonic.Buffer.recallable b}
{ "end_col": 38, "end_line": 78, "start_col": 2, "start_line": 76 }
Prims.Tot
val public5:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let public5: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x0...
val public5:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) let public5:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) =
false
null
false
[@@ inline_let ]let l = [ 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy ] in assert_norm (List....
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "LowStar.Buffer.gcmalloc_of_list", "FStar.UInt8.t", "FStar.Monotonic.HyperHeap.root", "LowStar.Monotonic.Buffer.mbuffer", "LowStar.Buffer.trivial_preorder", "Prims.l_and", "Prims.eq2", "Prims.nat", "LowStar.Monotonic.Buffer.length", "FStar.Pervasives.normalize_term", "FStar.List.Tot.Base.length"...
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val public5:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[]
Test.Vectors.Curve25519.public5
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: LowStar.Buffer.buffer FStar.UInt8.t {LowStar.Monotonic.Buffer.length b = 32 /\ LowStar.Monotonic.Buffer.recallable b}
{ "end_col": 38, "end_line": 148, "start_col": 2, "start_line": 146 }
Prims.Tot
val public5_len:(x: UInt32.t{UInt32.v x = B.length public5})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let public5_len: (x:UInt32.t { UInt32.v x = B.length public5 }) = 32ul
val public5_len:(x: UInt32.t{UInt32.v x = B.length public5}) let public5_len:(x: UInt32.t{UInt32.v x = B.length public5}) =
false
null
false
32ul
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "FStar.UInt32.__uint_to_t" ]
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val public5_len:(x: UInt32.t{UInt32.v x = B.length public5})
[]
Test.Vectors.Curve25519.public5_len
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
x: FStar.UInt32.t{FStar.UInt32.v x = LowStar.Monotonic.Buffer.length Test.Vectors.Curve25519.public5}
{ "end_col": 6, "end_line": 151, "start_col": 2, "start_line": 151 }
Prims.Tot
val private_0:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x66uy; 0x45uy; 0xdfuy; 0x4cuy; 0x2fuy; 0x87uy; 0xebuy; 0xc0uy; 0x99uy; 0x2auy; 0xb1uy; 0x77uy; 0xfbuy; 0...
val private_0:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) let private_0:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) =
false
null
false
[@@ inline_let ]let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x66uy; 0x45uy; 0xdfuy; 0x4cuy; 0x2fuy; 0x87uy; 0xebuy; 0xc0uy; 0x99uy; 0x2auy; 0xb1uy; 0x77uy; 0xfbuy; 0xa5uy; 0x1duy; 0xb9uy; 0x2cuy; 0x2auy ] in assert_norm (List....
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "LowStar.Buffer.gcmalloc_of_list", "FStar.UInt8.t", "FStar.Monotonic.HyperHeap.root", "LowStar.Monotonic.Buffer.mbuffer", "LowStar.Buffer.trivial_preorder", "Prims.l_and", "Prims.eq2", "Prims.nat", "LowStar.Monotonic.Buffer.length", "FStar.Pervasives.normalize_term", "FStar.List.Tot.Base.length"...
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0"
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val private_0:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[]
Test.Vectors.Curve25519.private_0
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: LowStar.Buffer.buffer FStar.UInt8.t {LowStar.Monotonic.Buffer.length b = 32 /\ LowStar.Monotonic.Buffer.recallable b}
{ "end_col": 38, "end_line": 10, "start_col": 2, "start_line": 8 }
Prims.Tot
val private_5:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let private_5: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x01uy; 0x02uy; 0x03uy; 0x04uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0...
val private_5:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) let private_5:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) =
false
null
false
[@@ inline_let ]let l = [ 0x01uy; 0x02uy; 0x03uy; 0x04uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy ] in assert_norm (List....
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "LowStar.Buffer.gcmalloc_of_list", "FStar.UInt8.t", "FStar.Monotonic.HyperHeap.root", "LowStar.Monotonic.Buffer.mbuffer", "LowStar.Buffer.trivial_preorder", "Prims.l_and", "Prims.eq2", "Prims.nat", "LowStar.Monotonic.Buffer.length", "FStar.Pervasives.normalize_term", "FStar.List.Tot.Base.length"...
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val private_5:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[]
Test.Vectors.Curve25519.private_5
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: LowStar.Buffer.buffer FStar.UInt8.t {LowStar.Monotonic.Buffer.length b = 32 /\ LowStar.Monotonic.Buffer.recallable b}
{ "end_col": 38, "end_line": 140, "start_col": 2, "start_line": 138 }
Prims.Tot
val result5:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let result5: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x0...
val result5:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) let result5:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) =
false
null
false
[@@ inline_let ]let l = [ 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy; 0x00uy ] in assert_norm (List....
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "LowStar.Buffer.gcmalloc_of_list", "FStar.UInt8.t", "FStar.Monotonic.HyperHeap.root", "LowStar.Monotonic.Buffer.mbuffer", "LowStar.Buffer.trivial_preorder", "Prims.l_and", "Prims.eq2", "Prims.nat", "LowStar.Monotonic.Buffer.length", "FStar.Pervasives.normalize_term", "FStar.List.Tot.Base.length"...
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val result5:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[]
Test.Vectors.Curve25519.result5
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: LowStar.Buffer.buffer FStar.UInt8.t {LowStar.Monotonic.Buffer.length b = 32 /\ LowStar.Monotonic.Buffer.recallable b}
{ "end_col": 38, "end_line": 156, "start_col": 2, "start_line": 154 }
Prims.Tot
val vectors:(b: B.buffer vector {B.length b = 7 /\ B.recallable b})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let vectors: (b: B.buffer vector { B.length b = 7 /\ B.recallable b }) = [@inline_let] let l = [ Vector result0 result0_len public0 public0_len private_0 private_0_len valid0; Vector result1 result1_len public1 public1_len private_1 private_1_len valid1; Vector result2 result2_len public2 public2_len pri...
val vectors:(b: B.buffer vector {B.length b = 7 /\ B.recallable b}) let vectors:(b: B.buffer vector {B.length b = 7 /\ B.recallable b}) =
false
null
false
[@@ inline_let ]let l = [ Vector result0 result0_len public0 public0_len private_0 private_0_len valid0; Vector result1 result1_len public1 public1_len private_1 private_1_len valid1; Vector result2 result2_len public2 public2_len private_2 private_2_len valid2; Vector result3 result3_len public3 publ...
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "LowStar.Buffer.gcmalloc_of_list", "Test.Vectors.Curve25519.vector", "FStar.Monotonic.HyperHeap.root", "LowStar.Monotonic.Buffer.mbuffer", "LowStar.Buffer.trivial_preorder", "Prims.l_and", "Prims.eq2", "Prims.nat", "LowStar.Monotonic.Buffer.length", "FStar.Pervasives.normalize_term", "FStar.List...
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val vectors:(b: B.buffer vector {B.length b = 7 /\ B.recallable b})
[]
Test.Vectors.Curve25519.vectors
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: LowStar.Buffer.buffer Test.Vectors.Curve25519.vector {LowStar.Monotonic.Buffer.length b = 7 /\ LowStar.Monotonic.Buffer.recallable b}
{ "end_col": 38, "end_line": 211, "start_col": 2, "start_line": 201 }
Prims.Tot
val public6:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let public6: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0xe0uy; 0xebuy; 0x7auy; 0x7cuy; 0x3buy; 0x41uy; 0xb8uy; 0xaeuy; 0x16uy; 0x56uy; 0xe3uy; 0xfauy; 0xf1uy; 0x9fuy; 0xc4uy; 0x6auy; 0xdauy; 0x09uy; 0x8duy; 0xebuy; 0x9cuy; 0x32uy; 0xb1uy; 0xfduy; 0x86uy; 0x62uy; 0x05uy; 0x1...
val public6:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) let public6:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) =
false
null
false
[@@ inline_let ]let l = [ 0xe0uy; 0xebuy; 0x7auy; 0x7cuy; 0x3buy; 0x41uy; 0xb8uy; 0xaeuy; 0x16uy; 0x56uy; 0xe3uy; 0xfauy; 0xf1uy; 0x9fuy; 0xc4uy; 0x6auy; 0xdauy; 0x09uy; 0x8duy; 0xebuy; 0x9cuy; 0x32uy; 0xb1uy; 0xfduy; 0x86uy; 0x62uy; 0x05uy; 0x16uy; 0x5fuy; 0x49uy; 0xb8uy; 0x00uy ] in assert_norm (List....
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "LowStar.Buffer.gcmalloc_of_list", "FStar.UInt8.t", "FStar.Monotonic.HyperHeap.root", "LowStar.Monotonic.Buffer.mbuffer", "LowStar.Buffer.trivial_preorder", "Prims.l_and", "Prims.eq2", "Prims.nat", "LowStar.Monotonic.Buffer.length", "FStar.Pervasives.normalize_term", "FStar.List.Tot.Base.length"...
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val public6:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[]
Test.Vectors.Curve25519.public6
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: LowStar.Buffer.buffer FStar.UInt8.t {LowStar.Monotonic.Buffer.length b = 32 /\ LowStar.Monotonic.Buffer.recallable b}
{ "end_col": 38, "end_line": 174, "start_col": 2, "start_line": 172 }
Prims.Tot
val result4:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[ { "abbrev": true, "full_module": "LowStar.Buffer", "short_module": "B" }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "Test.Vectors", "short_module": null }, { "abbrev": false, "full_module": "FSt...
false
let result4: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0xc3uy; 0xdauy; 0x55uy; 0x37uy; 0x9duy; 0xe9uy; 0xc6uy; 0x90uy; 0x8euy; 0x94uy; 0xeauy; 0x4duy; 0xf2uy; 0x8duy; 0x08uy; 0x4fuy; 0x32uy; 0xecuy; 0xcfuy; 0x03uy; 0x49uy; 0x1cuy; 0x71uy; 0xf7uy; 0x54uy; 0xb4uy; 0x07uy; 0x5...
val result4:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) let result4:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b}) =
false
null
false
[@@ inline_let ]let l = [ 0xc3uy; 0xdauy; 0x55uy; 0x37uy; 0x9duy; 0xe9uy; 0xc6uy; 0x90uy; 0x8euy; 0x94uy; 0xeauy; 0x4duy; 0xf2uy; 0x8duy; 0x08uy; 0x4fuy; 0x32uy; 0xecuy; 0xcfuy; 0x03uy; 0x49uy; 0x1cuy; 0x71uy; 0xf7uy; 0x54uy; 0xb4uy; 0x07uy; 0x55uy; 0x77uy; 0xa2uy; 0x85uy; 0x52uy ] in assert_norm (List....
{ "checked_file": "Test.Vectors.Curve25519.fst.checked", "dependencies": [ "prims.fst.checked", "LowStar.Buffer.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.HyperStack.fst.checked" ], "int...
[ "total" ]
[ "LowStar.Buffer.gcmalloc_of_list", "FStar.UInt8.t", "FStar.Monotonic.HyperHeap.root", "LowStar.Monotonic.Buffer.mbuffer", "LowStar.Buffer.trivial_preorder", "Prims.l_and", "Prims.eq2", "Prims.nat", "LowStar.Monotonic.Buffer.length", "FStar.Pervasives.normalize_term", "FStar.List.Tot.Base.length"...
[]
module Test.Vectors.Curve25519 module B = LowStar.Buffer #set-options "--max_fuel 0 --max_ifuel 0" let private_0: (b: B.buffer UInt8.t { B.length b = 32 /\ B.recallable b }) = [@inline_let] let l = [ 0x77uy; 0x07uy; 0x6duy; 0x0auy; 0x73uy; 0x18uy; 0xa5uy; 0x7duy; 0x3cuy; 0x16uy; 0xc1uy; 0x72uy; 0x51uy; 0xb2uy; 0x6...
false
false
Test.Vectors.Curve25519.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val result4:(b: B.buffer UInt8.t {B.length b = 32 /\ B.recallable b})
[]
Test.Vectors.Curve25519.result4
{ "file_name": "providers/test/vectors/Test.Vectors.Curve25519.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: LowStar.Buffer.buffer FStar.UInt8.t {LowStar.Monotonic.Buffer.length b = 32 /\ LowStar.Monotonic.Buffer.recallable b}
{ "end_col": 38, "end_line": 130, "start_col": 2, "start_line": 128 }
Prims.GTot
val copy_buffer_contents_precond (#t: typ) (a: buffer t) (idx_a: UInt32.t) (b: buffer t) (idx_b len: UInt32.t) (h: HS.mem) : GTot Type0
[ { "abbrev": true, "full_module": "FStar.HyperStack.ST", "short_module": "HST" }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HS" }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HH" }, { "abbrev": false, "full_...
false
let copy_buffer_contents_precond (#t: typ) (a: buffer t) (* source *) (idx_a: UInt32.t) (b: buffer t) (* destination *) (idx_b: UInt32.t) (len: UInt32.t) (h: HS.mem) : GTot Type0 = UInt32.v idx_a + UInt32.v len <= UInt32.v (buffer_length a) /\ UInt32.v idx_b + UInt32.v len <= UInt32.v (buffer_length b) ...
val copy_buffer_contents_precond (#t: typ) (a: buffer t) (idx_a: UInt32.t) (b: buffer t) (idx_b len: UInt32.t) (h: HS.mem) : GTot Type0 let copy_buffer_contents_precond (#t: typ) (a: buffer t) (idx_a: UInt32.t) (b: buffer t) (idx_b len: UInt32.t) ...
false
null
false
UInt32.v idx_a + UInt32.v len <= UInt32.v (buffer_length a) /\ UInt32.v idx_b + UInt32.v len <= UInt32.v (buffer_length b) /\ buffer_live h (gsub_buffer b idx_b len) /\ buffer_readable h (gsub_buffer a idx_a len) /\ loc_disjoint (loc_buffer (gsub_buffer a idx_a len)) (loc_buffer (gsub_buffer b idx_b len))
{ "checked_file": "FStar.Pointer.Derived2.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.Pointer.Derived1.fsti.checked", "FStar.Pointer.Base.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.HyperStack.ST.fsti.checked", "FStar.HyperStack.fs...
[ "sometrivial" ]
[ "FStar.Pointer.Base.typ", "FStar.Pointer.Base.buffer", "FStar.UInt32.t", "FStar.Monotonic.HyperStack.mem", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_Addition", "FStar.UInt32.v", "FStar.Pointer.Base.buffer_length", "FStar.Pointer.Base.buffer_live", "FStar.Pointer.Base.gs...
[]
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
false
false
FStar.Pointer.Derived2.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val copy_buffer_contents_precond (#t: typ) (a: buffer t) (idx_a: UInt32.t) (b: buffer t) (idx_b len: UInt32.t) (h: HS.mem) : GTot Type0
[]
FStar.Pointer.Derived2.copy_buffer_contents_precond
{ "file_name": "ulib/legacy/FStar.Pointer.Derived2.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
a: FStar.Pointer.Base.buffer t -> idx_a: FStar.UInt32.t -> b: FStar.Pointer.Base.buffer t -> idx_b: FStar.UInt32.t -> len: FStar.UInt32.t -> h: FStar.Monotonic.HyperStack.mem -> Prims.GTot Type0
{ "end_col": 92, "end_line": 37, "start_col": 2, "start_line": 33 }
Prims.GTot
val copy_buffer_contents_postcond (#t: typ) (a: buffer t) (idx_a: UInt32.t) (b: buffer t) (idx_b len: UInt32.t) (h h': HS.mem) : GTot Type0
[ { "abbrev": true, "full_module": "FStar.HyperStack.ST", "short_module": "HST" }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HS" }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HH" }, { "abbrev": false, "full_...
false
let copy_buffer_contents_postcond (#t: typ) (a: buffer t) (* source *) (idx_a: UInt32.t) (b: buffer t) (* destination *) (idx_b: UInt32.t) (len: UInt32.t) (h: HS.mem) (h' : HS.mem) : GTot Type0 = copy_buffer_contents_precond a idx_a b idx_b len h /\ modifies (loc_buffer (gsub_buffer b idx_b len)) h h'...
val copy_buffer_contents_postcond (#t: typ) (a: buffer t) (idx_a: UInt32.t) (b: buffer t) (idx_b len: UInt32.t) (h h': HS.mem) : GTot Type0 let copy_buffer_contents_postcond (#t: typ) (a: buffer t) (idx_a: UInt32.t) (b: buffer t) (idx_b len: UInt32.t...
false
null
false
copy_buffer_contents_precond a idx_a b idx_b len h /\ modifies (loc_buffer (gsub_buffer b idx_b len)) h h' /\ buffer_readable h' (gsub_buffer b idx_b len) /\ buffer_as_seq h' (gsub_buffer b idx_b len) == buffer_as_seq h (gsub_buffer a idx_a len)
{ "checked_file": "FStar.Pointer.Derived2.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.UInt32.fsti.checked", "FStar.Pointer.Derived1.fsti.checked", "FStar.Pointer.Base.fsti.checked", "FStar.Pervasives.fsti.checked", "FStar.HyperStack.ST.fsti.checked", "FStar.HyperStack.fs...
[ "sometrivial" ]
[ "FStar.Pointer.Base.typ", "FStar.Pointer.Base.buffer", "FStar.UInt32.t", "FStar.Monotonic.HyperStack.mem", "Prims.l_and", "FStar.Pointer.Derived2.copy_buffer_contents_precond", "FStar.Pointer.Base.modifies", "FStar.Pointer.Base.loc_buffer", "FStar.Pointer.Base.gsub_buffer", "FStar.Pointer.Base.buf...
[]
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
false
false
FStar.Pointer.Derived2.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val copy_buffer_contents_postcond (#t: typ) (a: buffer t) (idx_a: UInt32.t) (b: buffer t) (idx_b len: UInt32.t) (h h': HS.mem) : GTot Type0
[]
FStar.Pointer.Derived2.copy_buffer_contents_postcond
{ "file_name": "ulib/legacy/FStar.Pointer.Derived2.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
a: FStar.Pointer.Base.buffer t -> idx_a: FStar.UInt32.t -> b: FStar.Pointer.Base.buffer t -> idx_b: FStar.UInt32.t -> len: FStar.UInt32.t -> h: FStar.Monotonic.HyperStack.mem -> h': FStar.Monotonic.HyperStack.mem -> Prims.GTot Type0
{ "end_col": 89, "end_line": 52, "start_col": 2, "start_line": 49 }
Prims.Tot
val byte_of_hex: a:hex_digit -> b:hex_digit -> int
[ { "abbrev": false, "full_module": "Lib.IntTypes", "short_module": null }, { "abbrev": false, "full_module": "Lib", "short_module": null }, { "abbrev": false, "full_module": "Lib", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", ...
false
let byte_of_hex a b = FStar.Mul.(int_of_hex a * 16 + int_of_hex b)
val byte_of_hex: a:hex_digit -> b:hex_digit -> int let byte_of_hex a b =
false
null
false
let open FStar.Mul in int_of_hex a * 16 + int_of_hex b
{ "checked_file": "Lib.Meta.fst.checked", "dependencies": [ "prims.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.String.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.List.Tot.fst.checked", "FStar.List.fst.checked", "F...
[ "total" ]
[ "Lib.Meta.hex_digit", "Prims.op_Addition", "FStar.Mul.op_Star", "Lib.Meta.int_of_hex", "Prims.int" ]
[]
module Lib.Meta open Lib.IntTypes /// Helpers used in tests and tactics (see e.g. Test.LowStarize) #set-options "--max_fuel 0 --max_ifuel 0 --z3rlimit 50" val is_hex_digit: Char.char -> bool let is_hex_digit = function | '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | 'a' | 'A' ...
false
true
Lib.Meta.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val byte_of_hex: a:hex_digit -> b:hex_digit -> int
[]
Lib.Meta.byte_of_hex
{ "file_name": "lib/Lib.Meta.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Lib.Meta.hex_digit -> b: Lib.Meta.hex_digit -> Prims.int
{ "end_col": 46, "end_line": 56, "start_col": 2, "start_line": 56 }
Prims.Tot
val is_hex_digit: Char.char -> bool
[ { "abbrev": false, "full_module": "Lib.IntTypes", "short_module": null }, { "abbrev": false, "full_module": "Lib", "short_module": null }, { "abbrev": false, "full_module": "Lib", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", ...
false
let is_hex_digit = function | '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | 'a' | 'A' | 'b' | 'B' | 'c' | 'C' | 'd' | 'D' | 'e' | 'E' | 'f' | 'F' -> true | _ -> false
val is_hex_digit: Char.char -> bool let is_hex_digit =
false
null
false
function | '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | 'a' | 'A' | 'b' | 'B' | 'c' | 'C' | 'd' | 'D' | 'e' | 'E' | 'f' | 'F' -> true | _ -> false
{ "checked_file": "Lib.Meta.fst.checked", "dependencies": [ "prims.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.String.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.List.Tot.fst.checked", "FStar.List.fst.checked", "F...
[ "total" ]
[ "FStar.Char.char", "Prims.bool" ]
[]
module Lib.Meta open Lib.IntTypes /// Helpers used in tests and tactics (see e.g. Test.LowStarize) #set-options "--max_fuel 0 --max_ifuel 0 --z3rlimit 50"
false
true
Lib.Meta.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val is_hex_digit: Char.char -> bool
[]
Lib.Meta.is_hex_digit
{ "file_name": "lib/Lib.Meta.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
_: FStar.Char.char -> Prims.bool
{ "end_col": 14, "end_line": 28, "start_col": 19, "start_line": 11 }
Prims.Tot
val int_of_hex: c:hex_digit -> int
[ { "abbrev": false, "full_module": "Lib.IntTypes", "short_module": null }, { "abbrev": false, "full_module": "Lib", "short_module": null }, { "abbrev": false, "full_module": "Lib", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", ...
false
let int_of_hex = function | '0' -> 0 | '1' -> 1 | '2' -> 2 | '3' -> 3 | '4' -> 4 | '5' -> 5 | '6' -> 6 | '7' -> 7 | '8' -> 8 | '9' -> 9 | 'a' | 'A' -> 10 | 'b' | 'B' -> 11 | 'c' | 'C' -> 12 | 'd' | 'D' -> 13 | 'e' | 'E' -> 14 | 'f' | 'F' -> 15
val int_of_hex: c:hex_digit -> int let int_of_hex =
false
null
false
function | '0' -> 0 | '1' -> 1 | '2' -> 2 | '3' -> 3 | '4' -> 4 | '5' -> 5 | '6' -> 6 | '7' -> 7 | '8' -> 8 | '9' -> 9 | 'a' | 'A' -> 10 | 'b' | 'B' -> 11 | 'c' | 'C' -> 12 | 'd' | 'D' -> 13 | 'e' | 'E' -> 14 | 'f' | 'F' -> 15
{ "checked_file": "Lib.Meta.fst.checked", "dependencies": [ "prims.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.String.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.List.Tot.fst.checked", "FStar.List.fst.checked", "F...
[ "total" ]
[ "Lib.Meta.hex_digit", "Prims.int" ]
[]
module Lib.Meta open Lib.IntTypes /// Helpers used in tests and tactics (see e.g. Test.LowStarize) #set-options "--max_fuel 0 --max_ifuel 0 --z3rlimit 50" val is_hex_digit: Char.char -> bool let is_hex_digit = function | '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | 'a' | 'A' ...
false
true
Lib.Meta.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val int_of_hex: c:hex_digit -> int
[]
Lib.Meta.int_of_hex
{ "file_name": "lib/Lib.Meta.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
c: Lib.Meta.hex_digit -> Prims.int
{ "end_col": 19, "end_line": 51, "start_col": 17, "start_line": 35 }
Prims.Tot
val from_hex (s: hex_string) : Seq.lseq uint8 (String.strlen s / 2)
[ { "abbrev": false, "full_module": "Lib.IntTypes", "short_module": null }, { "abbrev": false, "full_module": "Lib", "short_module": null }, { "abbrev": false, "full_module": "Lib", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", ...
false
let from_hex (s:hex_string) : Seq.lseq uint8 (String.strlen s / 2) = Seq.seq_of_list (as_uint8s [] (String.list_of_string s))
val from_hex (s: hex_string) : Seq.lseq uint8 (String.strlen s / 2) let from_hex (s: hex_string) : Seq.lseq uint8 (String.strlen s / 2) =
false
null
false
Seq.seq_of_list (as_uint8s [] (String.list_of_string s))
{ "checked_file": "Lib.Meta.fst.checked", "dependencies": [ "prims.fst.checked", "Lib.IntTypes.fsti.checked", "FStar.String.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checked", "FStar.List.Tot.fst.checked", "FStar.List.fst.checked", "F...
[ "total" ]
[ "Lib.Meta.hex_string", "FStar.Seq.Properties.seq_of_list", "Lib.IntTypes.uint8", "Lib.Meta.as_uint8s", "Prims.Nil", "FStar.String.list_of_string", "FStar.Seq.Properties.lseq", "Prims.op_Division", "FStar.String.strlen" ]
[]
module Lib.Meta open Lib.IntTypes /// Helpers used in tests and tactics (see e.g. Test.LowStarize) #set-options "--max_fuel 0 --max_ifuel 0 --z3rlimit 50" val is_hex_digit: Char.char -> bool let is_hex_digit = function | '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | 'a' | 'A' ...
false
false
Lib.Meta.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 2, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val from_hex (s: hex_string) : Seq.lseq uint8 (String.strlen s / 2)
[]
Lib.Meta.from_hex
{ "file_name": "lib/Lib.Meta.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
s: Lib.Meta.hex_string -> FStar.Seq.Properties.lseq Lib.IntTypes.uint8 (FStar.String.strlen s / 2)
{ "end_col": 58, "end_line": 75, "start_col": 2, "start_line": 75 }
Prims.GTot
val parse_fldata_strong_pred (#k: parser_kind) (#t: Type) (#p: parser k t) (s: serializer p) (sz: nat) (x: t) : GTot Type0
[ { "abbrev": true, "full_module": "FStar.Classical", "short_module": "Classical" }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "Seq" }, { "abbrev": false, "full_module": "LowParse.Spec.Combinators", "short_module": null }, { "abbrev": false, ...
false
let parse_fldata_strong_pred (#k: parser_kind) (#t: Type) (#p: parser k t) (s: serializer p) (sz: nat) (x: t) : GTot Type0 = Seq.length (serialize s x) == sz
val parse_fldata_strong_pred (#k: parser_kind) (#t: Type) (#p: parser k t) (s: serializer p) (sz: nat) (x: t) : GTot Type0 let parse_fldata_strong_pred (#k: parser_kind) (#t: Type) (#p: parser k t) (s: serializer p) (sz: nat) (x: t) : GTot ...
false
null
false
Seq.length (serialize s x) == sz
{ "checked_file": "LowParse.Spec.FLData.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Combinators.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Classical.fsti.checked" ], "interface_file": fals...
[ "sometrivial" ]
[ "LowParse.Spec.Base.parser_kind", "LowParse.Spec.Base.parser", "LowParse.Spec.Base.serializer", "Prims.nat", "Prims.eq2", "FStar.Seq.Base.length", "LowParse.Bytes.byte", "LowParse.Spec.Base.serialize" ]
[]
(* Parse data of some explicitly fixed length *) module LowParse.Spec.FLData include LowParse.Spec.Combinators module Seq = FStar.Seq module Classical = FStar.Classical inline_for_extraction val parse_fldata' (#k: parser_kind) (#t: Type) (p: parser k t) (sz: nat) : Tot (bare_parser t) let parse_fldata' #k #...
false
false
LowParse.Spec.FLData.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val parse_fldata_strong_pred (#k: parser_kind) (#t: Type) (#p: parser k t) (s: serializer p) (sz: nat) (x: t) : GTot Type0
[]
LowParse.Spec.FLData.parse_fldata_strong_pred
{ "file_name": "src/lowparse/LowParse.Spec.FLData.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
s: LowParse.Spec.Base.serializer p -> sz: Prims.nat -> x: t -> Prims.GTot Type0
{ "end_col": 34, "end_line": 112, "start_col": 2, "start_line": 112 }
Prims.Tot
val serialize_fldata_strong' (#k: parser_kind) (#t: Type) (#p: parser k t) (s: serializer p) (sz: nat) : Tot (bare_serializer (parse_fldata_strong_t s sz))
[ { "abbrev": true, "full_module": "FStar.Classical", "short_module": "Classical" }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "Seq" }, { "abbrev": false, "full_module": "LowParse.Spec.Combinators", "short_module": null }, { "abbrev": false, ...
false
let serialize_fldata_strong' (#k: parser_kind) (#t: Type) (#p: parser k t) (s: serializer p) (sz: nat) : Tot (bare_serializer (parse_fldata_strong_t s sz)) = (fun (x: parse_fldata_strong_t s sz) -> s x)
val serialize_fldata_strong' (#k: parser_kind) (#t: Type) (#p: parser k t) (s: serializer p) (sz: nat) : Tot (bare_serializer (parse_fldata_strong_t s sz)) let serialize_fldata_strong' (#k: parser_kind) (#t: Type) (#p: parser k t) (s: serializer p) (sz: na...
false
null
false
(fun (x: parse_fldata_strong_t s sz) -> s x)
{ "checked_file": "LowParse.Spec.FLData.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Combinators.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Classical.fsti.checked" ], "interface_file": fals...
[ "total" ]
[ "LowParse.Spec.Base.parser_kind", "LowParse.Spec.Base.parser", "LowParse.Spec.Base.serializer", "Prims.nat", "LowParse.Spec.FLData.parse_fldata_strong_t", "LowParse.Bytes.bytes", "LowParse.Spec.Base.bare_serializer" ]
[]
(* Parse data of some explicitly fixed length *) module LowParse.Spec.FLData include LowParse.Spec.Combinators module Seq = FStar.Seq module Classical = FStar.Classical inline_for_extraction val parse_fldata' (#k: parser_kind) (#t: Type) (p: parser k t) (sz: nat) : Tot (bare_parser t) let parse_fldata' #k #...
false
false
LowParse.Spec.FLData.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val serialize_fldata_strong' (#k: parser_kind) (#t: Type) (#p: parser k t) (s: serializer p) (sz: nat) : Tot (bare_serializer (parse_fldata_strong_t s sz))
[]
LowParse.Spec.FLData.serialize_fldata_strong'
{ "file_name": "src/lowparse/LowParse.Spec.FLData.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
s: LowParse.Spec.Base.serializer p -> sz: Prims.nat -> LowParse.Spec.Base.bare_serializer (LowParse.Spec.FLData.parse_fldata_strong_t s sz)
{ "end_col": 6, "end_line": 159, "start_col": 2, "start_line": 158 }
Prims.Tot
val parse_fldata_strong (#k: parser_kind) (#t: Type) (#p: parser k t) (s: serializer p) (sz: nat) : Tot (parser (parse_fldata_kind sz k) (parse_fldata_strong_t s sz))
[ { "abbrev": true, "full_module": "FStar.Classical", "short_module": "Classical" }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "Seq" }, { "abbrev": false, "full_module": "LowParse.Spec.Combinators", "short_module": null }, { "abbrev": false, ...
false
let parse_fldata_strong (#k: parser_kind) (#t: Type) (#p: parser k t) (s: serializer p) (sz: nat) : Tot (parser (parse_fldata_kind sz k) (parse_fldata_strong_t s sz)) = coerce_parser (parse_fldata_strong_t s sz) (parse_strengthen (parse_fldata p sz) (parse_fldata_strong_pred s sz) (parse_fldata_strong_cor...
val parse_fldata_strong (#k: parser_kind) (#t: Type) (#p: parser k t) (s: serializer p) (sz: nat) : Tot (parser (parse_fldata_kind sz k) (parse_fldata_strong_t s sz)) let parse_fldata_strong (#k: parser_kind) (#t: Type) (#p: parser k t) (s: serializer p) (sz: nat) : Tot (parser (parse_fldata_kind sz k) (parse_f...
false
null
false
coerce_parser (parse_fldata_strong_t s sz) (parse_strengthen (parse_fldata p sz) (parse_fldata_strong_pred s sz) (parse_fldata_strong_correct s sz))
{ "checked_file": "LowParse.Spec.FLData.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Combinators.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Classical.fsti.checked" ], "interface_file": fals...
[ "total" ]
[ "LowParse.Spec.Base.parser_kind", "LowParse.Spec.Base.parser", "LowParse.Spec.Base.serializer", "Prims.nat", "LowParse.Spec.Base.coerce_parser", "LowParse.Spec.FLData.parse_fldata_strong_t", "LowParse.Spec.FLData.parse_fldata_kind", "LowParse.Spec.FLData.parse_fldata_strong_pred", "LowParse.Spec.Com...
[]
(* Parse data of some explicitly fixed length *) module LowParse.Spec.FLData include LowParse.Spec.Combinators module Seq = FStar.Seq module Classical = FStar.Classical inline_for_extraction val parse_fldata' (#k: parser_kind) (#t: Type) (p: parser k t) (sz: nat) : Tot (bare_parser t) let parse_fldata' #k #...
false
false
LowParse.Spec.FLData.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val parse_fldata_strong (#k: parser_kind) (#t: Type) (#p: parser k t) (s: serializer p) (sz: nat) : Tot (parser (parse_fldata_kind sz k) (parse_fldata_strong_t s sz))
[]
LowParse.Spec.FLData.parse_fldata_strong
{ "file_name": "src/lowparse/LowParse.Spec.FLData.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
s: LowParse.Spec.Base.serializer p -> sz: Prims.nat -> LowParse.Spec.Base.parser (LowParse.Spec.FLData.parse_fldata_kind sz k) (LowParse.Spec.FLData.parse_fldata_strong_t s sz)
{ "end_col": 107, "end_line": 147, "start_col": 2, "start_line": 145 }
Prims.Tot
val parse_fldata_kind (sz: nat) (k: parser_kind) : Tot parser_kind
[ { "abbrev": true, "full_module": "FStar.Classical", "short_module": "Classical" }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "Seq" }, { "abbrev": false, "full_module": "LowParse.Spec.Combinators", "short_module": null }, { "abbrev": false, ...
false
let parse_fldata_kind (sz: nat) (k: parser_kind) : Tot parser_kind = strong_parser_kind sz sz ( match k.parser_kind_metadata with | Some ParserKindMetadataFail -> Some ParserKindMetadataFail | _ -> None )
val parse_fldata_kind (sz: nat) (k: parser_kind) : Tot parser_kind let parse_fldata_kind (sz: nat) (k: parser_kind) : Tot parser_kind =
false
null
false
strong_parser_kind sz sz (match k.parser_kind_metadata with | Some ParserKindMetadataFail -> Some ParserKindMetadataFail | _ -> None)
{ "checked_file": "LowParse.Spec.FLData.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Combinators.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Classical.fsti.checked" ], "interface_file": fals...
[ "total" ]
[ "Prims.nat", "LowParse.Spec.Base.parser_kind", "LowParse.Spec.Base.strong_parser_kind", "LowParse.Spec.Base.__proj__Mkparser_kind'__item__parser_kind_metadata", "FStar.Pervasives.Native.Some", "LowParse.Spec.Base.parser_kind_metadata_some", "LowParse.Spec.Base.ParserKindMetadataFail", "FStar.Pervasive...
[]
(* Parse data of some explicitly fixed length *) module LowParse.Spec.FLData include LowParse.Spec.Combinators module Seq = FStar.Seq module Classical = FStar.Classical inline_for_extraction val parse_fldata' (#k: parser_kind) (#t: Type) (p: parser k t) (sz: nat) : Tot (bare_parser t) let parse_fldata' #k #...
false
true
LowParse.Spec.FLData.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val parse_fldata_kind (sz: nat) (k: parser_kind) : Tot parser_kind
[]
LowParse.Spec.FLData.parse_fldata_kind
{ "file_name": "src/lowparse/LowParse.Spec.FLData.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
sz: Prims.nat -> k: LowParse.Spec.Base.parser_kind -> LowParse.Spec.Base.parser_kind
{ "end_col": 3, "end_line": 57, "start_col": 2, "start_line": 53 }
Prims.Tot
val parse_fldata' (#k: parser_kind) (#t: Type) (p: parser k t) (sz: nat) : Tot (bare_parser t)
[ { "abbrev": true, "full_module": "FStar.Classical", "short_module": "Classical" }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "Seq" }, { "abbrev": false, "full_module": "LowParse.Spec.Combinators", "short_module": null }, { "abbrev": false, ...
false
let parse_fldata' #k #t p sz = let () = () in // Necessary to pass arity checking fun (s: bytes) -> if Seq.length s < sz then None else match parse p (Seq.slice s 0 sz) with | Some (v, consumed) -> if (consumed <: nat) = (sz <: nat) then Some (v, (sz <: consumed_length s)) else None ...
val parse_fldata' (#k: parser_kind) (#t: Type) (p: parser k t) (sz: nat) : Tot (bare_parser t) let parse_fldata' #k #t p sz =
false
null
false
let () = () in fun (s: bytes) -> if Seq.length s < sz then None else match parse p (Seq.slice s 0 sz) with | Some (v, consumed) -> if (consumed <: nat) = (sz <: nat) then Some (v, (sz <: consumed_length s)) else None | _ -> None
{ "checked_file": "LowParse.Spec.FLData.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Combinators.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Classical.fsti.checked" ], "interface_file": fals...
[ "total" ]
[ "LowParse.Spec.Base.parser_kind", "LowParse.Spec.Base.parser", "Prims.nat", "LowParse.Bytes.bytes", "Prims.op_LessThan", "FStar.Seq.Base.length", "LowParse.Bytes.byte", "FStar.Pervasives.Native.None", "FStar.Pervasives.Native.tuple2", "LowParse.Spec.Base.consumed_length", "Prims.bool", "LowPar...
[]
(* Parse data of some explicitly fixed length *) module LowParse.Spec.FLData include LowParse.Spec.Combinators module Seq = FStar.Seq module Classical = FStar.Classical inline_for_extraction val parse_fldata' (#k: parser_kind) (#t: Type) (p: parser k t) (sz: nat) : Tot (bare_parser t)
false
false
LowParse.Spec.FLData.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val parse_fldata' (#k: parser_kind) (#t: Type) (p: parser k t) (sz: nat) : Tot (bare_parser t)
[]
LowParse.Spec.FLData.parse_fldata'
{ "file_name": "src/lowparse/LowParse.Spec.FLData.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
p: LowParse.Spec.Base.parser k t -> sz: Prims.nat -> LowParse.Spec.Base.bare_parser t
{ "end_col": 15, "end_line": 28, "start_col": 30, "start_line": 17 }
Prims.Tot
val serialize_fldata_strong (#k: parser_kind) (#t: Type) (#p: parser k t) (s: serializer p) (sz: nat) : Tot (serializer (parse_fldata_strong s sz))
[ { "abbrev": true, "full_module": "FStar.Classical", "short_module": "Classical" }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "Seq" }, { "abbrev": false, "full_module": "LowParse.Spec.Combinators", "short_module": null }, { "abbrev": false, ...
false
let serialize_fldata_strong (#k: parser_kind) (#t: Type) (#p: parser k t) (s: serializer p) (sz: nat) : Tot (serializer (parse_fldata_strong s sz)) = serialize_fldata_strong' s sz
val serialize_fldata_strong (#k: parser_kind) (#t: Type) (#p: parser k t) (s: serializer p) (sz: nat) : Tot (serializer (parse_fldata_strong s sz)) let serialize_fldata_strong (#k: parser_kind) (#t: Type) (#p: parser k t) (s: serializer p) (sz: nat) : ...
false
null
false
serialize_fldata_strong' s sz
{ "checked_file": "LowParse.Spec.FLData.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Combinators.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Classical.fsti.checked" ], "interface_file": fals...
[ "total" ]
[ "LowParse.Spec.Base.parser_kind", "LowParse.Spec.Base.parser", "LowParse.Spec.Base.serializer", "Prims.nat", "LowParse.Spec.FLData.serialize_fldata_strong'", "LowParse.Spec.FLData.parse_fldata_kind", "LowParse.Spec.FLData.parse_fldata_strong_t", "LowParse.Spec.FLData.parse_fldata_strong" ]
[]
(* Parse data of some explicitly fixed length *) module LowParse.Spec.FLData include LowParse.Spec.Combinators module Seq = FStar.Seq module Classical = FStar.Classical inline_for_extraction val parse_fldata' (#k: parser_kind) (#t: Type) (p: parser k t) (sz: nat) : Tot (bare_parser t) let parse_fldata' #k #...
false
false
LowParse.Spec.FLData.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val serialize_fldata_strong (#k: parser_kind) (#t: Type) (#p: parser k t) (s: serializer p) (sz: nat) : Tot (serializer (parse_fldata_strong s sz))
[]
LowParse.Spec.FLData.serialize_fldata_strong
{ "file_name": "src/lowparse/LowParse.Spec.FLData.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
s: LowParse.Spec.Base.serializer p -> sz: Prims.nat -> LowParse.Spec.Base.serializer (LowParse.Spec.FLData.parse_fldata_strong s sz)
{ "end_col": 31, "end_line": 168, "start_col": 2, "start_line": 168 }
Prims.Pure
val parse_fldata_consumes_all (#k: parser_kind) (#t: Type) (p: parser k t) (sz: nat) : Pure (bare_parser t) (requires (k.parser_kind_subkind == Some ParserConsumesAll)) (ensures (fun _ -> True))
[ { "abbrev": true, "full_module": "FStar.Classical", "short_module": "Classical" }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "Seq" }, { "abbrev": false, "full_module": "LowParse.Spec.Combinators", "short_module": null }, { "abbrev": false, ...
false
let parse_fldata_consumes_all #k #t p sz = let () = () in // Necessary to pass arity checking fun (s: bytes) -> if Seq.length s < sz then None else match parse p (Seq.slice s 0 sz) with | Some (v, _) -> Some (v, (sz <: consumed_length s)) | _ -> None
val parse_fldata_consumes_all (#k: parser_kind) (#t: Type) (p: parser k t) (sz: nat) : Pure (bare_parser t) (requires (k.parser_kind_subkind == Some ParserConsumesAll)) (ensures (fun _ -> True)) let parse_fldata_consumes_all #k #t p sz =
false
null
false
let () = () in fun (s: bytes) -> if Seq.length s < sz then None else match parse p (Seq.slice s 0 sz) with | Some (v, _) -> Some (v, (sz <: consumed_length s)) | _ -> None
{ "checked_file": "LowParse.Spec.FLData.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Combinators.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Classical.fsti.checked" ], "interface_file": fals...
[]
[ "LowParse.Spec.Base.parser_kind", "LowParse.Spec.Base.parser", "Prims.nat", "LowParse.Bytes.bytes", "Prims.op_LessThan", "FStar.Seq.Base.length", "LowParse.Bytes.byte", "FStar.Pervasives.Native.None", "FStar.Pervasives.Native.tuple2", "LowParse.Spec.Base.consumed_length", "Prims.bool", "LowPar...
[]
(* Parse data of some explicitly fixed length *) module LowParse.Spec.FLData include LowParse.Spec.Combinators module Seq = FStar.Seq module Classical = FStar.Classical inline_for_extraction val parse_fldata' (#k: parser_kind) (#t: Type) (p: parser k t) (sz: nat) : Tot (bare_parser t) let parse_fldata' #k #...
false
false
LowParse.Spec.FLData.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val parse_fldata_consumes_all (#k: parser_kind) (#t: Type) (p: parser k t) (sz: nat) : Pure (bare_parser t) (requires (k.parser_kind_subkind == Some ParserConsumesAll)) (ensures (fun _ -> True))
[]
LowParse.Spec.FLData.parse_fldata_consumes_all
{ "file_name": "src/lowparse/LowParse.Spec.FLData.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
p: LowParse.Spec.Base.parser k t -> sz: Prims.nat -> Prims.Pure (LowParse.Spec.Base.bare_parser t)
{ "end_col": 15, "end_line": 91, "start_col": 42, "start_line": 82 }
Prims.Tot
val parse_fldata (#k: parser_kind) (#t: Type) (p: parser k t) (sz: nat) : Tot (parser (parse_fldata_kind sz k) t)
[ { "abbrev": true, "full_module": "FStar.Classical", "short_module": "Classical" }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "Seq" }, { "abbrev": false, "full_module": "LowParse.Spec.Combinators", "short_module": null }, { "abbrev": false, ...
false
let parse_fldata #b #t p sz = parse_fldata_injective p sz; parser_kind_prop_equiv b p; parser_kind_prop_equiv (parse_fldata_kind sz b) (parse_fldata' p sz); parse_fldata' p sz
val parse_fldata (#k: parser_kind) (#t: Type) (p: parser k t) (sz: nat) : Tot (parser (parse_fldata_kind sz k) t) let parse_fldata #b #t p sz =
false
null
false
parse_fldata_injective p sz; parser_kind_prop_equiv b p; parser_kind_prop_equiv (parse_fldata_kind sz b) (parse_fldata' p sz); parse_fldata' p sz
{ "checked_file": "LowParse.Spec.FLData.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Combinators.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Classical.fsti.checked" ], "interface_file": fals...
[ "total" ]
[ "LowParse.Spec.Base.parser_kind", "LowParse.Spec.Base.parser", "Prims.nat", "LowParse.Spec.FLData.parse_fldata'", "Prims.unit", "LowParse.Spec.Base.parser_kind_prop_equiv", "LowParse.Spec.FLData.parse_fldata_kind", "LowParse.Spec.FLData.parse_fldata_injective" ]
[]
(* Parse data of some explicitly fixed length *) module LowParse.Spec.FLData include LowParse.Spec.Combinators module Seq = FStar.Seq module Classical = FStar.Classical inline_for_extraction val parse_fldata' (#k: parser_kind) (#t: Type) (p: parser k t) (sz: nat) : Tot (bare_parser t) let parse_fldata' #k #...
false
false
LowParse.Spec.FLData.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val parse_fldata (#k: parser_kind) (#t: Type) (p: parser k t) (sz: nat) : Tot (parser (parse_fldata_kind sz k) t)
[]
LowParse.Spec.FLData.parse_fldata
{ "file_name": "src/lowparse/LowParse.Spec.FLData.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
p: LowParse.Spec.Base.parser k t -> sz: Prims.nat -> LowParse.Spec.Base.parser (LowParse.Spec.FLData.parse_fldata_kind sz k) t
{ "end_col": 20, "end_line": 71, "start_col": 2, "start_line": 68 }
FStar.Pervasives.Lemma
val parse_fldata_injective (#k: parser_kind) (#t: Type) (p: parser k t) (sz: nat) : Lemma (ensures (injective (parse_fldata' p sz)))
[ { "abbrev": true, "full_module": "FStar.Classical", "short_module": "Classical" }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "Seq" }, { "abbrev": false, "full_module": "LowParse.Spec.Combinators", "short_module": null }, { "abbrev": false, ...
false
let parse_fldata_injective (#k: parser_kind) (#t: Type) (p: parser k t) (sz: nat) : Lemma (ensures (injective (parse_fldata' p sz))) = parser_kind_prop_equiv k p; let f (b1 b2: bytes) : Lemma (requires (injective_precond (parse_fldata' p sz) b1 b2)) (ensures (injective_postcond (parse_fldata' ...
val parse_fldata_injective (#k: parser_kind) (#t: Type) (p: parser k t) (sz: nat) : Lemma (ensures (injective (parse_fldata' p sz))) let parse_fldata_injective (#k: parser_kind) (#t: Type) (p: parser k t) (sz: nat) : Lemma (ensures (injective (parse_fldata' p sz))) =
false
null
true
parser_kind_prop_equiv k p; let f (b1 b2: bytes) : Lemma (requires (injective_precond (parse_fldata' p sz) b1 b2)) (ensures (injective_postcond (parse_fldata' p sz) b1 b2)) = assert (injective_precond p (Seq.slice b1 0 sz) (Seq.slice b2 0 sz)) in Classical.forall_intro_2 (fun b -> Classical.move_requires (f...
{ "checked_file": "LowParse.Spec.FLData.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Combinators.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Classical.fsti.checked" ], "interface_file": fals...
[ "lemma" ]
[ "LowParse.Spec.Base.parser_kind", "LowParse.Spec.Base.parser", "Prims.nat", "FStar.Classical.forall_intro_2", "LowParse.Bytes.bytes", "Prims.l_imp", "LowParse.Spec.Base.injective_precond", "LowParse.Spec.FLData.parse_fldata'", "LowParse.Spec.Base.injective_postcond", "FStar.Classical.move_requires...
[]
(* Parse data of some explicitly fixed length *) module LowParse.Spec.FLData include LowParse.Spec.Combinators module Seq = FStar.Seq module Classical = FStar.Classical inline_for_extraction val parse_fldata' (#k: parser_kind) (#t: Type) (p: parser k t) (sz: nat) : Tot (bare_parser t) let parse_fldata' #k #...
false
false
LowParse.Spec.FLData.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val parse_fldata_injective (#k: parser_kind) (#t: Type) (p: parser k t) (sz: nat) : Lemma (ensures (injective (parse_fldata' p sz)))
[]
LowParse.Spec.FLData.parse_fldata_injective
{ "file_name": "src/lowparse/LowParse.Spec.FLData.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
p: LowParse.Spec.Base.parser k t -> sz: Prims.nat -> FStar.Pervasives.Lemma (ensures LowParse.Spec.Base.injective (LowParse.Spec.FLData.parse_fldata' p sz))
{ "end_col": 67, "end_line": 45, "start_col": 2, "start_line": 37 }
FStar.Pervasives.Lemma
val parse_fldata_strong_correct (#k: parser_kind) (#t: Type) (#p: parser k t) (s: serializer p) (sz: nat) (xbytes: bytes) (consumed: consumed_length xbytes) (x: t) : Lemma (requires (parse (parse_fldata p sz) xbytes == Some (x, consumed))) (ensures (parse_fldata...
[ { "abbrev": true, "full_module": "FStar.Classical", "short_module": "Classical" }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "Seq" }, { "abbrev": false, "full_module": "LowParse.Spec.Combinators", "short_module": null }, { "abbrev": false, ...
false
let parse_fldata_strong_correct (#k: parser_kind) (#t: Type) (#p: parser k t) (s: serializer p) (sz: nat) (xbytes: bytes) (consumed: consumed_length xbytes) (x: t) : Lemma (requires (parse (parse_fldata p sz) xbytes == Some (x, consumed))) (ensures (parse_fldata_strong_pred s sz x)) = serializer_cor...
val parse_fldata_strong_correct (#k: parser_kind) (#t: Type) (#p: parser k t) (s: serializer p) (sz: nat) (xbytes: bytes) (consumed: consumed_length xbytes) (x: t) : Lemma (requires (parse (parse_fldata p sz) xbytes == Some (x, consumed))) (ensures (parse_fldata...
false
null
true
serializer_correct_implies_complete p s
{ "checked_file": "LowParse.Spec.FLData.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Combinators.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Classical.fsti.checked" ], "interface_file": fals...
[ "lemma" ]
[ "LowParse.Spec.Base.parser_kind", "LowParse.Spec.Base.parser", "LowParse.Spec.Base.serializer", "Prims.nat", "LowParse.Bytes.bytes", "LowParse.Spec.Base.consumed_length", "LowParse.Spec.Base.serializer_correct_implies_complete", "Prims.unit", "Prims.eq2", "FStar.Pervasives.Native.option", "FStar...
[]
(* Parse data of some explicitly fixed length *) module LowParse.Spec.FLData include LowParse.Spec.Combinators module Seq = FStar.Seq module Classical = FStar.Classical inline_for_extraction val parse_fldata' (#k: parser_kind) (#t: Type) (p: parser k t) (sz: nat) : Tot (bare_parser t) let parse_fldata' #k #...
false
false
LowParse.Spec.FLData.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val parse_fldata_strong_correct (#k: parser_kind) (#t: Type) (#p: parser k t) (s: serializer p) (sz: nat) (xbytes: bytes) (consumed: consumed_length xbytes) (x: t) : Lemma (requires (parse (parse_fldata p sz) xbytes == Some (x, consumed))) (ensures (parse_fldata...
[]
LowParse.Spec.FLData.parse_fldata_strong_correct
{ "file_name": "src/lowparse/LowParse.Spec.FLData.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
s: LowParse.Spec.Base.serializer p -> sz: Prims.nat -> xbytes: LowParse.Bytes.bytes -> consumed: LowParse.Spec.Base.consumed_length xbytes -> x: t -> FStar.Pervasives.Lemma (requires LowParse.Spec.Base.parse (LowParse.Spec.FLData.parse_fldata p sz) xbytes == FStar.Pervasives...
{ "end_col": 41, "end_line": 135, "start_col": 2, "start_line": 135 }
FStar.Pervasives.Lemma
val parse_fldata_consumes_all_correct (#k: parser_kind) (#t: Type) (p: parser k t) (sz: nat) (b: bytes) : Lemma (requires (k.parser_kind_subkind == Some ParserConsumesAll)) (ensures (parse (parse_fldata p sz) b == parse (parse_fldata_consumes_all p sz) b))
[ { "abbrev": true, "full_module": "FStar.Classical", "short_module": "Classical" }, { "abbrev": true, "full_module": "FStar.Seq", "short_module": "Seq" }, { "abbrev": false, "full_module": "LowParse.Spec.Combinators", "short_module": null }, { "abbrev": false, ...
false
let parse_fldata_consumes_all_correct (#k: parser_kind) (#t: Type) (p: parser k t) (sz: nat) (b: bytes) : Lemma (requires (k.parser_kind_subkind == Some ParserConsumesAll)) (ensures (parse (parse_fldata p sz) b == parse (parse_fldata_consumes_all p sz) b)) = parser_kind_prop_equiv k p
val parse_fldata_consumes_all_correct (#k: parser_kind) (#t: Type) (p: parser k t) (sz: nat) (b: bytes) : Lemma (requires (k.parser_kind_subkind == Some ParserConsumesAll)) (ensures (parse (parse_fldata p sz) b == parse (parse_fldata_consumes_all p sz) b)) let parse_fldata_consum...
false
null
true
parser_kind_prop_equiv k p
{ "checked_file": "LowParse.Spec.FLData.fst.checked", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Combinators.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Classical.fsti.checked" ], "interface_file": fals...
[ "lemma" ]
[ "LowParse.Spec.Base.parser_kind", "LowParse.Spec.Base.parser", "Prims.nat", "LowParse.Bytes.bytes", "LowParse.Spec.Base.parser_kind_prop_equiv", "Prims.unit", "Prims.eq2", "FStar.Pervasives.Native.option", "LowParse.Spec.Base.parser_subkind", "LowParse.Spec.Base.__proj__Mkparser_kind'__item__parse...
[]
(* Parse data of some explicitly fixed length *) module LowParse.Spec.FLData include LowParse.Spec.Combinators module Seq = FStar.Seq module Classical = FStar.Classical inline_for_extraction val parse_fldata' (#k: parser_kind) (#t: Type) (p: parser k t) (sz: nat) : Tot (bare_parser t) let parse_fldata' #k #...
false
false
LowParse.Spec.FLData.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val parse_fldata_consumes_all_correct (#k: parser_kind) (#t: Type) (p: parser k t) (sz: nat) (b: bytes) : Lemma (requires (k.parser_kind_subkind == Some ParserConsumesAll)) (ensures (parse (parse_fldata p sz) b == parse (parse_fldata_consumes_all p sz) b))
[]
LowParse.Spec.FLData.parse_fldata_consumes_all_correct
{ "file_name": "src/lowparse/LowParse.Spec.FLData.fst", "git_rev": "446a08ce38df905547cf20f28c43776b22b8087a", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
p: LowParse.Spec.Base.parser k t -> sz: Prims.nat -> b: LowParse.Bytes.bytes -> FStar.Pervasives.Lemma (requires Mkparser_kind'?.parser_kind_subkind k == FStar.Pervasives.Native.Some LowParse.Spec.Base.ParserConsumesAll) (ensures LowParse.Spec.Base.parse (LowParse.Spec.FLData.parse...
{ "end_col": 28, "end_line": 102, "start_col": 2, "start_line": 102 }
FStar.All.ML
val print_result (b: bool) : FStar.All.ML unit
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": false, "full_module": "Spec.ECDSA.Test.Vectors", "short_module": null }, { "abbrev": false,...
false
let print_result (b:bool) : FStar.All.ML unit = if b then IO.print_string "\nSuccess!\n" else IO.print_string "\nFailure!\n"
val print_result (b: bool) : FStar.All.ML unit let print_result (b: bool) : FStar.All.ML unit =
true
null
false
if b then IO.print_string "\nSuccess!\n" else IO.print_string "\nFailure!\n"
{ "checked_file": "Spec.P256.Test.fst.checked", "dependencies": [ "Spec.P256.fst.checked", "Spec.Hash.Definitions.fst.checked", "Spec.ECDSA.Test.Vectors.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.Meta.fst.checked", "Lib.IntT...
[ "ml" ]
[ "Prims.bool", "FStar.IO.print_string", "Prims.unit" ]
[]
module Spec.P256.Test open Lib.IntTypes open Lib.Sequence open Lib.Meta open Spec.P256 open Spec.ECDSA.Test.Vectors open Spec.Hash.Definitions module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 1 --ifuel 1" let test_pk_compressed (a:hash_alg_ecdsa) (inp:vec_SigVer) : FStar.All.ML bool = let { msg; ...
false
false
Spec.P256.Test.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 1, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val print_result (b: bool) : FStar.All.ML unit
[]
Spec.P256.Test.print_result
{ "file_name": "specs/tests/Spec.P256.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
b: Prims.bool -> FStar.All.ML Prims.unit
{ "end_col": 78, "end_line": 108, "start_col": 2, "start_line": 108 }
FStar.All.ML
val test: Prims.unit -> FStar.All.ML bool
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": false, "full_module": "Spec.ECDSA.Test.Vectors", "short_module": null }, { "abbrev": false,...
false
let test () : FStar.All.ML bool = IO.print_string "\n[P-256 ECDSA-verify with SHA2-256]\n"; let res1 = List.for_all (test_sigver (Hash SHA2_256)) sigver_vectors_sha2_256 in print_result res1; IO.print_string "\n[P-256 ECDSA-sign with SHA2-256]\n"; let res2 = List.for_all (test_siggen (Hash SHA2_256)) siggen_...
val test: Prims.unit -> FStar.All.ML bool let test () : FStar.All.ML bool =
true
null
false
IO.print_string "\n[P-256 ECDSA-verify with SHA2-256]\n"; let res1 = List.for_all (test_sigver (Hash SHA2_256)) sigver_vectors_sha2_256 in print_result res1; IO.print_string "\n[P-256 ECDSA-sign with SHA2-256]\n"; let res2 = List.for_all (test_siggen (Hash SHA2_256)) siggen_vectors_sha2_256 in print_result res2; IO.pri...
{ "checked_file": "Spec.P256.Test.fst.checked", "dependencies": [ "Spec.P256.fst.checked", "Spec.Hash.Definitions.fst.checked", "Spec.ECDSA.Test.Vectors.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.Meta.fst.checked", "Lib.IntT...
[ "ml" ]
[ "Prims.unit", "Prims.bool", "FStar.IO.print_string", "Prims.op_AmpAmp", "Spec.P256.Test.print_result", "FStar.List.for_all", "Spec.ECDSA.Test.Vectors.vec_SigVer", "Spec.P256.Test.test_pk_compressed", "Spec.P256.Hash", "Spec.Hash.Definitions.SHA2_256", "Spec.ECDSA.Test.Vectors.sigver_vectors_sha2...
[]
module Spec.P256.Test open Lib.IntTypes open Lib.Sequence open Lib.Meta open Spec.P256 open Spec.ECDSA.Test.Vectors open Spec.Hash.Definitions module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 1 --ifuel 1" let test_pk_compressed (a:hash_alg_ecdsa) (inp:vec_SigVer) : FStar.All.ML bool = let { msg; ...
false
false
Spec.P256.Test.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 1, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val test: Prims.unit -> FStar.All.ML bool
[]
Spec.P256.Test.test
{ "file_name": "specs/tests/Spec.P256.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
_: Prims.unit -> FStar.All.ML Prims.bool
{ "end_col": 60, "end_line": 143, "start_col": 2, "start_line": 112 }
FStar.All.ML
val test_sigver (a: hash_alg_ecdsa) (inp: vec_SigVer) : FStar.All.ML bool
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": false, "full_module": "Spec.ECDSA.Test.Vectors", "short_module": null }, { "abbrev": false,...
false
let test_sigver (a:hash_alg_ecdsa) (inp:vec_SigVer) : FStar.All.ML bool = let { msg; qx; qy; r; s; result } = inp in let msg_len = String.strlen msg / 2 in let pk_x_len = String.strlen qx / 2 in let pk_y_len = String.strlen qy / 2 in let sig_r_len = String.strlen r / 2 in let sig_s_len = String.strlen s...
val test_sigver (a: hash_alg_ecdsa) (inp: vec_SigVer) : FStar.All.ML bool let test_sigver (a: hash_alg_ecdsa) (inp: vec_SigVer) : FStar.All.ML bool =
true
null
false
let { msg = msg ; qx = qx ; qy = qy ; r = r ; s = s ; result = result } = inp in let msg_len = String.strlen msg / 2 in let pk_x_len = String.strlen qx / 2 in let pk_y_len = String.strlen qy / 2 in let sig_r_len = String.strlen r / 2 in let sig_s_len = String.strlen s / 2 in let is_valid = result in if not (msg_len <...
{ "checked_file": "Spec.P256.Test.fst.checked", "dependencies": [ "Spec.P256.fst.checked", "Spec.Hash.Definitions.fst.checked", "Spec.ECDSA.Test.Vectors.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.Meta.fst.checked", "Lib.IntT...
[ "ml" ]
[ "Spec.P256.hash_alg_ecdsa", "Spec.ECDSA.Test.Vectors.vec_SigVer", "Lib.Meta.hex_string", "Prims.bool", "Prims.op_Negation", "Prims.op_AmpAmp", "Prims.op_LessThanOrEqual", "Lib.IntTypes.max_size_t", "Spec.P256.min_input_length", "Prims.op_Equality", "Prims.int", "Spec.P256.ecdsa_verification_ag...
[]
module Spec.P256.Test open Lib.IntTypes open Lib.Sequence open Lib.Meta open Spec.P256 open Spec.ECDSA.Test.Vectors open Spec.Hash.Definitions module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 1 --ifuel 1" let test_pk_compressed (a:hash_alg_ecdsa) (inp:vec_SigVer) : FStar.All.ML bool = let { msg; ...
false
false
Spec.P256.Test.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 1, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val test_sigver (a: hash_alg_ecdsa) (inp: vec_SigVer) : FStar.All.ML bool
[]
Spec.P256.Test.test_sigver
{ "file_name": "specs/tests/Spec.P256.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.P256.hash_alg_ecdsa -> inp: Spec.ECDSA.Test.Vectors.vec_SigVer -> FStar.All.ML Prims.bool
{ "end_col": 27, "end_line": 63, "start_col": 73, "start_line": 41 }
FStar.All.ML
val test_pk_compressed (a: hash_alg_ecdsa) (inp: vec_SigVer) : FStar.All.ML bool
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": false, "full_module": "Spec.ECDSA.Test.Vectors", "short_module": null }, { "abbrev": false,...
false
let test_pk_compressed (a:hash_alg_ecdsa) (inp:vec_SigVer) : FStar.All.ML bool = let { msg; qx; qy; r; s; result } = inp in let msg_len = String.strlen msg / 2 in let pk_x_len = String.strlen qx / 2 in let pk_y_len = String.strlen qy / 2 in let sig_r_len = String.strlen r / 2 in let sig_s_len = String.s...
val test_pk_compressed (a: hash_alg_ecdsa) (inp: vec_SigVer) : FStar.All.ML bool let test_pk_compressed (a: hash_alg_ecdsa) (inp: vec_SigVer) : FStar.All.ML bool =
true
null
false
let { msg = msg ; qx = qx ; qy = qy ; r = r ; s = s ; result = result } = inp in let msg_len = String.strlen msg / 2 in let pk_x_len = String.strlen qx / 2 in let pk_y_len = String.strlen qy / 2 in let sig_r_len = String.strlen r / 2 in let sig_s_len = String.strlen s / 2 in let is_valid = result in if not (msg_len <...
{ "checked_file": "Spec.P256.Test.fst.checked", "dependencies": [ "Spec.P256.fst.checked", "Spec.Hash.Definitions.fst.checked", "Spec.ECDSA.Test.Vectors.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.Meta.fst.checked", "Lib.IntT...
[ "ml" ]
[ "Spec.P256.hash_alg_ecdsa", "Spec.ECDSA.Test.Vectors.vec_SigVer", "Lib.Meta.hex_string", "Prims.bool", "Prims.op_Negation", "Prims.op_AmpAmp", "Prims.op_LessThanOrEqual", "Lib.IntTypes.max_size_t", "Spec.P256.min_input_length", "Prims.op_Equality", "Prims.int", "Lib.ByteSequence.lbytes", "Li...
[]
module Spec.P256.Test open Lib.IntTypes open Lib.Sequence open Lib.Meta open Spec.P256 open Spec.ECDSA.Test.Vectors open Spec.Hash.Definitions module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 1 --ifuel 1"
false
false
Spec.P256.Test.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 1, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val test_pk_compressed (a: hash_alg_ecdsa) (inp: vec_SigVer) : FStar.All.ML bool
[]
Spec.P256.Test.test_pk_compressed
{ "file_name": "specs/tests/Spec.P256.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.P256.hash_alg_ecdsa -> inp: Spec.ECDSA.Test.Vectors.vec_SigVer -> FStar.All.ML Prims.bool
{ "end_col": 19, "end_line": 38, "start_col": 80, "start_line": 15 }
FStar.All.ML
val test_siggen (a: hash_alg_ecdsa) (inp: vec_SigGen) : FStar.All.ML bool
[ { "abbrev": true, "full_module": "Lib.PrintSequence", "short_module": "PS" }, { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": false, "full_module": "Spec.ECDSA.Test.Vectors", "short_module": null }, { "abbrev": false,...
false
let test_siggen (a:hash_alg_ecdsa) (inp:vec_SigGen) : FStar.All.ML bool = let { msg'; d; qx'; qy'; k; r'; s' } = inp in let msg_len = String.strlen msg' / 2 in let sk_len = String.strlen d / 2 in let nonce_len = String.strlen k / 2 in let pk_x_len = String.strlen qx' / 2 in let pk_y_len = String.strl...
val test_siggen (a: hash_alg_ecdsa) (inp: vec_SigGen) : FStar.All.ML bool let test_siggen (a: hash_alg_ecdsa) (inp: vec_SigGen) : FStar.All.ML bool =
true
null
false
let { msg' = msg' ; d = d ; qx' = qx' ; qy' = qy' ; k = k ; r' = r' ; s' = s' } = inp in let msg_len = String.strlen msg' / 2 in let sk_len = String.strlen d / 2 in let nonce_len = String.strlen k / 2 in let pk_x_len = String.strlen qx' / 2 in let pk_y_len = String.strlen qy' / 2 in let sig_r_len = String.strlen r' / 2...
{ "checked_file": "Spec.P256.Test.fst.checked", "dependencies": [ "Spec.P256.fst.checked", "Spec.Hash.Definitions.fst.checked", "Spec.ECDSA.Test.Vectors.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.PrintSequence.fsti.checked", "Lib.Meta.fst.checked", "Lib.IntT...
[ "ml" ]
[ "Spec.P256.hash_alg_ecdsa", "Spec.ECDSA.Test.Vectors.vec_SigGen", "Lib.Meta.hex_string", "Prims.op_Negation", "Prims.op_AmpAmp", "Prims.op_LessThanOrEqual", "Lib.IntTypes.max_size_t", "Spec.P256.min_input_length", "Prims.op_Equality", "Prims.int", "Prims.bool", "FStar.Pervasives.Native.uu___is...
[]
module Spec.P256.Test open Lib.IntTypes open Lib.Sequence open Lib.Meta open Spec.P256 open Spec.ECDSA.Test.Vectors open Spec.Hash.Definitions module PS = Lib.PrintSequence #set-options "--z3rlimit 50 --fuel 1 --ifuel 1" let test_pk_compressed (a:hash_alg_ecdsa) (inp:vec_SigVer) : FStar.All.ML bool = let { msg; ...
false
false
Spec.P256.Test.fst
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 1, "initial_ifuel": 1, "max_fuel": 1, "max_ifuel": 1, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val test_siggen (a: hash_alg_ecdsa) (inp: vec_SigGen) : FStar.All.ML bool
[]
Spec.P256.Test.test_siggen
{ "file_name": "specs/tests/Spec.P256.Test.fst", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
a: Spec.P256.hash_alg_ecdsa -> inp: Spec.ECDSA.Test.Vectors.vec_SigGen -> FStar.All.ML Prims.bool
{ "end_col": 31, "end_line": 104, "start_col": 73, "start_line": 66 }
Prims.Tot
[ { "abbrev": true, "full_module": "Hacl.Spec.Montgomery.Lemmas", "short_module": "M" }, { "abbrev": false, "full_module": "Hacl.Spec.Bignum.Definitions", "short_module": null }, { "abbrev": false, "full_module": "Lib.Sequence", "short_module": null }, { "abbrev": f...
false
let bn_mont_pre (#t:limb_t) (#nLen:size_pos) (n:lbignum t nLen) (mu:limb t) = (1 + bn_v n * v mu) % pow2 (bits t) == 0 /\ bn_v n % 2 = 1 /\ 1 < bn_v n /\ bn_v n < pow2 (bits t * nLen)
let bn_mont_pre (#t: limb_t) (#nLen: size_pos) (n: lbignum t nLen) (mu: limb t) =
false
null
false
(1 + bn_v n * v mu) % pow2 (bits t) == 0 /\ bn_v n % 2 = 1 /\ 1 < bn_v n /\ bn_v n < pow2 (bits t * nLen)
{ "checked_file": "Hacl.Spec.Bignum.Montgomery.fsti.checked", "dependencies": [ "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Hacl.Spec.Montgomery.Lemmas.fst.checked", "Hacl.Spec.Bignum.Definitions.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mu...
[ "total" ]
[ "Hacl.Spec.Bignum.Definitions.limb_t", "Lib.IntTypes.size_pos", "Hacl.Spec.Bignum.Definitions.lbignum", "Hacl.Spec.Bignum.Definitions.limb", "Prims.l_and", "Prims.eq2", "Prims.int", "Prims.op_Modulus", "Prims.op_Addition", "FStar.Mul.op_Star", "Hacl.Spec.Bignum.Definitions.bn_v", "Lib.IntTypes...
[]
module Hacl.Spec.Bignum.Montgomery open FStar.Mul open Lib.IntTypes open Lib.Sequence open Hacl.Spec.Bignum.Definitions module M = Hacl.Spec.Montgomery.Lemmas #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0"
false
false
Hacl.Spec.Bignum.Montgomery.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val bn_mont_pre : n: Hacl.Spec.Bignum.Definitions.lbignum t nLen -> mu: Hacl.Spec.Bignum.Definitions.limb t -> Prims.logical
[]
Hacl.Spec.Bignum.Montgomery.bn_mont_pre
{ "file_name": "code/bignum/Hacl.Spec.Bignum.Montgomery.fsti", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
n: Hacl.Spec.Bignum.Definitions.lbignum t nLen -> mu: Hacl.Spec.Bignum.Definitions.limb t -> Prims.logical
{ "end_col": 31, "end_line": 16, "start_col": 2, "start_line": 14 }
Prims.Tot
[ { "abbrev": true, "full_module": "Spec.Agile.AEAD", "short_module": "SAEAD" }, { "abbrev": true, "full_module": "Spec.Agile.HPKE", "short_module": "S" }, { "abbrev": false, "full_module": "Lib.IntTypes", "short_module": null }, { "abbrev": false, "full_module"...
false
let key_dh_public (cs:S.ciphersuite) = lbuffer uint8 (size (S.size_dh_public cs))
let key_dh_public (cs: S.ciphersuite) =
false
null
false
lbuffer uint8 (size (S.size_dh_public cs))
{ "checked_file": "Hacl.Impl.HPKE.fsti.checked", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "Spec.Agile.HPKE.fsti.checked", "Spec.Agile.AEAD.fsti.checked", "prims.fst.checked", "LowStar.Buffer.fst.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "FStar.UI...
[ "total" ]
[ "Spec.Agile.HPKE.ciphersuite", "Lib.Buffer.lbuffer", "Lib.IntTypes.uint8", "Lib.IntTypes.size", "Spec.Agile.HPKE.size_dh_public" ]
[]
module Hacl.Impl.HPKE open FStar.HyperStack open FStar.HyperStack.All module B = LowStar.Buffer open Lib.Buffer open Lib.IntTypes module S = Spec.Agile.HPKE module SAEAD = Spec.Agile.AEAD #set-options "--z3rlimit 20 --max_fuel 0 --max_ifuel 0"
false
true
Hacl.Impl.HPKE.fsti
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
null
val key_dh_public : cs: Spec.Agile.HPKE.ciphersuite -> Type0
[]
Hacl.Impl.HPKE.key_dh_public
{ "file_name": "code/hpke/Hacl.Impl.HPKE.fsti", "git_rev": "12c5e9539c7e3c366c26409d3b86493548c4483e", "git_url": "https://github.com/hacl-star/hacl-star.git", "project_name": "hacl-star" }
cs: Spec.Agile.HPKE.ciphersuite -> Type0
{ "end_col": 81, "end_line": 16, "start_col": 39, "start_line": 16 }