file_name
stringlengths
5
52
name
stringlengths
4
95
original_source_type
stringlengths
0
23k
source_type
stringlengths
9
23k
source_definition
stringlengths
9
57.9k
source
dict
source_range
dict
file_context
stringlengths
0
721k
dependencies
dict
opens_and_abbrevs
listlengths
2
94
vconfig
dict
interleaved
bool
1 class
verbose_type
stringlengths
1
7.42k
effect
stringclasses
118 values
effect_flags
listlengths
0
2
mutual_with
listlengths
0
11
ideal_premises
listlengths
0
236
proof_features
listlengths
0
1
is_simple_lemma
bool
2 classes
is_div
bool
2 classes
is_proof
bool
2 classes
is_simply_typed
bool
2 classes
is_type
bool
2 classes
partial_definition
stringlengths
5
3.99k
completed_definiton
stringlengths
1
1.63M
isa_cross_project_example
bool
1 class
Hacl.Spec.K256.Scalar.Lemmas.fst
Hacl.Spec.K256.Scalar.Lemmas.lemma_b_pow2_256_plus_a_modq_lseq
val lemma_b_pow2_256_plus_a_modq_lseq: len:size_nat{4 <= len} -> a:lseq uint64 len -> Lemma (SD.bn_v a % S.q == (SD.bn_v (sub a 4 (len - 4)) * (pow2 256 - S.q) + SD.bn_v (sub a 0 4)) % S.q)
val lemma_b_pow2_256_plus_a_modq_lseq: len:size_nat{4 <= len} -> a:lseq uint64 len -> Lemma (SD.bn_v a % S.q == (SD.bn_v (sub a 4 (len - 4)) * (pow2 256 - S.q) + SD.bn_v (sub a 0 4)) % S.q)
let lemma_b_pow2_256_plus_a_modq_lseq len a = lemma_b_pow2_256_plus_a_modq (SD.bn_v (sub a 0 4)) (SD.bn_v (sub a 4 (len - 4))); SD.bn_eval_split_i a 4
{ "file_name": "code/k256/Hacl.Spec.K256.Scalar.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 24, "end_line": 348, "start_col": 0, "start_line": 346 }
module Hacl.Spec.K256.Scalar.Lemmas open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.ByteSequence open Hacl.Spec.K256.Scalar module S = Spec.K256 module SD = Hacl.Spec.Bignum.Definitions module SB = Hacl.Spec.Bignum module BB = Hacl.Spec.Bignum.Base #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" val ...
{ "checked_file": "/", "dependencies": [ "Spec.K256.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "Hacl.Spec.K256.Scalar.fst.checked", "Hacl.Spec.Bignum.Definitions.fst.checked", "Hacl.Spec.Bignum.Base.fs...
[ { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Base", "short_module": "BB" }, { "abbrev": true, "full_module": "Hacl.Spec.Bignum", "short_module": "SB" }, { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Definitions", "short_module": "SD" }, { "abbrev": true...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
len: Lib.IntTypes.size_nat{4 <= len} -> a: Lib.Sequence.lseq Lib.IntTypes.uint64 len -> FStar.Pervasives.Lemma (ensures Hacl.Spec.Bignum.Definitions.bn_v a % Spec.K256.PointOps.q == (Hacl.Spec.Bignum.Definitions.bn_v (Lib.Sequence.sub a 4 (len - 4)) * (Prims.pow2 256 - Spec.K256.PointOps.q) + ...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Lib.IntTypes.size_nat", "Prims.b2t", "Prims.op_LessThanOrEqual", "Lib.Sequence.lseq", "Lib.IntTypes.uint64", "Hacl.Spec.Bignum.Definitions.bn_eval_split_i", "Lib.IntTypes.U64", "Prims.unit", "Hacl.Spec.K256.Scalar.Lemmas.lemma_b_pow2_256_plus_a_modq", "Hacl.Spec.Bignum.Definitions.bn_v", "Lib.S...
[]
true
false
true
false
false
let lemma_b_pow2_256_plus_a_modq_lseq len a =
lemma_b_pow2_256_plus_a_modq (SD.bn_v (sub a 0 4)) (SD.bn_v (sub a 4 (len - 4))); SD.bn_eval_split_i a 4
false
Hacl.Spec.K256.Scalar.Lemmas.fst
Hacl.Spec.K256.Scalar.Lemmas.mod_short_lseq_lemma
val mod_short_lseq_lemma: a:qelem_lseq -> Lemma (SD.bn_v (mod_short_lseq a) == SD.bn_v a % S.q)
val mod_short_lseq_lemma: a:qelem_lseq -> Lemma (SD.bn_v (mod_short_lseq a) == SD.bn_v a % S.q)
let mod_short_lseq_lemma a = let (t0,t1,t2,t3) = make_pow2_256_minus_order_k256 () in let tmp = create4 t0 t1 t2 t3 in let c, out = SB.bn_add a tmp in SB.bn_add_lemma a tmp; assert (v c * pow2 256 + SD.bn_v out = SD.bn_v a + SD.bn_v tmp); qas_nat4_is_qas_nat tmp; assert (SD.bn_v tmp == pow2 256 - S.q); ...
{ "file_name": "code/k256/Hacl.Spec.K256.Scalar.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 34, "end_line": 157, "start_col": 0, "start_line": 148 }
module Hacl.Spec.K256.Scalar.Lemmas open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.ByteSequence open Hacl.Spec.K256.Scalar module S = Spec.K256 module SD = Hacl.Spec.Bignum.Definitions module SB = Hacl.Spec.Bignum module BB = Hacl.Spec.Bignum.Base #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" val ...
{ "checked_file": "/", "dependencies": [ "Spec.K256.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "Hacl.Spec.K256.Scalar.fst.checked", "Hacl.Spec.Bignum.Definitions.fst.checked", "Hacl.Spec.Bignum.Base.fs...
[ { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Base", "short_module": "BB" }, { "abbrev": true, "full_module": "Hacl.Spec.Bignum", "short_module": "SB" }, { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Definitions", "short_module": "SD" }, { "abbrev": true...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Hacl.Spec.K256.Scalar.qelem_lseq -> FStar.Pervasives.Lemma (ensures Hacl.Spec.Bignum.Definitions.bn_v (Hacl.Spec.K256.Scalar.mod_short_lseq a) == Hacl.Spec.Bignum.Definitions.bn_v a % Spec.K256.PointOps.q)
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Hacl.Spec.K256.Scalar.qelem_lseq", "Lib.IntTypes.uint64", "Hacl.Spec.Bignum.Base.carry", "Lib.IntTypes.U64", "Hacl.Spec.Bignum.Definitions.lbignum", "Hacl.Spec.K256.Scalar.Lemmas.mod_short_lseq_lemma_aux", "Prims.unit", "Prims._assert", "Prims.eq2", "Prims.int", "Hacl.Spec.Bignum.Definitions.bn...
[]
false
false
true
false
false
let mod_short_lseq_lemma a =
let t0, t1, t2, t3 = make_pow2_256_minus_order_k256 () in let tmp = create4 t0 t1 t2 t3 in let c, out = SB.bn_add a tmp in SB.bn_add_lemma a tmp; assert (v c * pow2 256 + SD.bn_v out = SD.bn_v a + SD.bn_v tmp); qas_nat4_is_qas_nat tmp; assert (SD.bn_v tmp == pow2 256 - S.q); mod_short_lseq_lemma_aux a out c
false
Hacl.Spec.Curve25519.Finv.fst
Hacl.Spec.Curve25519.Finv.lemma_pow_mod_is_pow_cm
val lemma_pow_mod_is_pow_cm : x:elem -> b:nat -> Lemma (pow x b = LE.pow cm_prime x b)
val lemma_pow_mod_is_pow_cm : x:elem -> b:nat -> Lemma (pow x b = LE.pow cm_prime x b)
let lemma_pow_mod_is_pow_cm x b = M.lemma_pow_nat_mod_is_pow #prime x b; M.lemma_pow_mod #prime x b
{ "file_name": "code/curve25519/Hacl.Spec.Curve25519.Finv.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 28, "end_line": 17, "start_col": 0, "start_line": 15 }
module Hacl.Spec.Curve25519.Finv open FStar.Mul open Spec.Curve25519 module M = Lib.NatMod module LE = Lib.Exponentiation #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" let fsqr x = fmul x x let pow = fpow let cm_prime = M.mk_nat_mod_comm_monoid prime
{ "checked_file": "/", "dependencies": [ "Spec.Curve25519.fst.checked", "prims.fst.checked", "Lib.NatMod.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.Exponentiation.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checke...
[ { "abbrev": true, "full_module": "Lib.Exponentiation", "short_module": "LE" }, { "abbrev": true, "full_module": "Lib.NatMod", "short_module": "M" }, { "abbrev": false, "full_module": "Spec.Curve25519", "short_module": null }, { "abbrev": false, "full_module": ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: Spec.Curve25519.elem -> b: Prims.nat -> FStar.Pervasives.Lemma (ensures Hacl.Spec.Curve25519.Finv.pow x b = Lib.Exponentiation.Definition.pow Hacl.Spec.Curve25519.Finv.cm_prime x b)
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Spec.Curve25519.elem", "Prims.nat", "Lib.NatMod.lemma_pow_mod", "Spec.Curve25519.prime", "Prims.unit", "Lib.NatMod.lemma_pow_nat_mod_is_pow" ]
[]
true
false
true
false
false
let lemma_pow_mod_is_pow_cm x b =
M.lemma_pow_nat_mod_is_pow #prime x b; M.lemma_pow_mod #prime x b
false
Target.fsti
Target.mk_subst
val mk_subst (l: list param) (args: list expr) : ML (option subst)
val mk_subst (l: list param) (args: list expr) : ML (option subst)
let mk_subst (l:list param) (args:list expr) : ML (option subst) = if List.Tot.length l <> List.Tot.length args then None else ( Some (List.map2 #param (fun (i, t) e -> i.v, e) l args) )
{ "file_name": "src/3d/Target.fsti", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 3, "end_line": 119, "start_col": 0, "start_line": 114 }
(* Copyright 2019 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.List.fst.checked", "FStar.All.fst.checked", "Binding.fsti.checked", "Ast.fst.checked" ], "interface_file": fa...
[ { "abbrev": false, "full_module": "Binding", "short_module": null }, { "abbrev": true, "full_module": "Ast", "short_module": "A" }, { "abbrev": false, "full_module": "FStar.All", "short_module": null }, { "abbrev": false, "full_module": "Binding", "short_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
l: Prims.list Target.param -> args: Prims.list Target.expr -> FStar.All.ML (FStar.Pervasives.Native.option Target.subst)
FStar.All.ML
[ "ml" ]
[]
[ "Prims.list", "Target.param", "Target.expr", "Prims.op_disEquality", "Prims.nat", "FStar.List.Tot.Base.length", "FStar.Pervasives.Native.None", "Target.subst", "FStar.Pervasives.Native.option", "Prims.bool", "FStar.Pervasives.Native.Some", "FStar.List.map2", "FStar.Pervasives.Native.tuple2",...
[]
false
true
false
false
false
let mk_subst (l: list param) (args: list expr) : ML (option subst) =
if List.Tot.length l <> List.Tot.length args then None else (Some (List.map2 #param (fun (i, t) e -> i.v, e) l args))
false
Hacl.Spec.Curve25519.Finv.fst
Hacl.Spec.Curve25519.Finv.lemma_pow_double
val lemma_pow_double: a:elem -> b:nat -> Lemma (pow (a *% a) b == pow a (b + b))
val lemma_pow_double: a:elem -> b:nat -> Lemma (pow (a *% a) b == pow a (b + b))
let lemma_pow_double a b = lemma_pow_mod_is_pow_cm (a *% a) b; LE.lemma_pow_double cm_prime a b; lemma_pow_mod_is_pow_cm a (b + b)
{ "file_name": "code/curve25519/Hacl.Spec.Curve25519.Finv.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 35, "end_line": 45, "start_col": 0, "start_line": 42 }
module Hacl.Spec.Curve25519.Finv open FStar.Mul open Spec.Curve25519 module M = Lib.NatMod module LE = Lib.Exponentiation #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" let fsqr x = fmul x x let pow = fpow let cm_prime = M.mk_nat_mod_comm_monoid prime val lemma_pow_mod_is_pow_cm : x:elem -> b:nat -> Lemma (pow x...
{ "checked_file": "/", "dependencies": [ "Spec.Curve25519.fst.checked", "prims.fst.checked", "Lib.NatMod.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.Exponentiation.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checke...
[ { "abbrev": true, "full_module": "Lib.Exponentiation", "short_module": "LE" }, { "abbrev": true, "full_module": "Lib.NatMod", "short_module": "M" }, { "abbrev": false, "full_module": "Spec.Curve25519", "short_module": null }, { "abbrev": false, "full_module": ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Spec.Curve25519.elem -> b: Prims.nat -> FStar.Pervasives.Lemma (ensures Hacl.Spec.Curve25519.Finv.pow (a *% a) b == Hacl.Spec.Curve25519.Finv.pow a (b + b))
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Spec.Curve25519.elem", "Prims.nat", "Hacl.Spec.Curve25519.Finv.lemma_pow_mod_is_pow_cm", "Prims.op_Addition", "Prims.unit", "Lib.Exponentiation.Definition.lemma_pow_double", "Lib.NatMod.nat_mod", "Spec.Curve25519.prime", "Hacl.Spec.Curve25519.Finv.cm_prime", "Spec.Curve25519.op_Star_Percent" ]
[]
true
false
true
false
false
let lemma_pow_double a b =
lemma_pow_mod_is_pow_cm (a *% a) b; LE.lemma_pow_double cm_prime a b; lemma_pow_mod_is_pow_cm a (b + b)
false
Hacl.Spec.K256.Scalar.Lemmas.fst
Hacl.Spec.K256.Scalar.Lemmas.mul_pow2_256_minus_q_add_lemma
val mul_pow2_256_minus_q_add_lemma: len:size_nat -> resLen:size_nat{2 + len <= resLen /\ 4 <= resLen} -> d:nat -> a:lseq uint64 len -> e:lseq uint64 4 -> Lemma (requires SD.bn_v a < pow2 d /\ d + 129 < 64 * resLen) (ensures (let c, res = mul_pow2_256_minus_q_lseq_add len resLen a e in v c * pow2 (64 * res...
val mul_pow2_256_minus_q_add_lemma: len:size_nat -> resLen:size_nat{2 + len <= resLen /\ 4 <= resLen} -> d:nat -> a:lseq uint64 len -> e:lseq uint64 4 -> Lemma (requires SD.bn_v a < pow2 d /\ d + 129 < 64 * resLen) (ensures (let c, res = mul_pow2_256_minus_q_lseq_add len resLen a e in v c * pow2 (64 * res...
let mul_pow2_256_minus_q_add_lemma len resLen d a e = let c0, m = mul_pow2_256_minus_q_lseq len resLen a in // a * SECP256K1_N_C mul_pow2_256_minus_q_lemma len resLen a; assert (v c0 * pow2 (64 * resLen) + SD.bn_v m = SD.bn_v a * (pow2 256 - S.q)); mul_pow2_256_minus_q_lt_lemma d (SD.bn_v a); assert (SD.bn_v ...
{ "file_name": "code/k256/Hacl.Spec.K256.Scalar.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 79, "end_line": 241, "start_col": 0, "start_line": 223 }
module Hacl.Spec.K256.Scalar.Lemmas open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.ByteSequence open Hacl.Spec.K256.Scalar module S = Spec.K256 module SD = Hacl.Spec.Bignum.Definitions module SB = Hacl.Spec.Bignum module BB = Hacl.Spec.Bignum.Base #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" val ...
{ "checked_file": "/", "dependencies": [ "Spec.K256.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "Hacl.Spec.K256.Scalar.fst.checked", "Hacl.Spec.Bignum.Definitions.fst.checked", "Hacl.Spec.Bignum.Base.fs...
[ { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Base", "short_module": "BB" }, { "abbrev": true, "full_module": "Hacl.Spec.Bignum", "short_module": "SB" }, { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Definitions", "short_module": "SD" }, { "abbrev": true...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
len: Lib.IntTypes.size_nat -> resLen: Lib.IntTypes.size_nat{2 + len <= resLen /\ 4 <= resLen} -> d: Prims.nat -> a: Lib.Sequence.lseq Lib.IntTypes.uint64 len -> e: Lib.Sequence.lseq Lib.IntTypes.uint64 4 -> FStar.Pervasives.Lemma (requires Hacl.Spec.Bignum.Definitions.bn_v a < Prims.pow2 d ...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Lib.IntTypes.size_nat", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_Addition", "Prims.nat", "Lib.Sequence.lseq", "Lib.IntTypes.uint64", "Hacl.Spec.Bignum.Base.carry", "Lib.IntTypes.U64", "Hacl.Spec.Bignum.Definitions.lbignum", "Prims._assert", "Prims.op_LessThan", "F...
[]
false
false
true
false
false
let mul_pow2_256_minus_q_add_lemma len resLen d a e =
let c0, m = mul_pow2_256_minus_q_lseq len resLen a in mul_pow2_256_minus_q_lemma len resLen a; assert (v c0 * pow2 (64 * resLen) + SD.bn_v m = SD.bn_v a * (pow2 256 - S.q)); mul_pow2_256_minus_q_lt_lemma d (SD.bn_v a); assert (SD.bn_v a * (pow2 256 - S.q) < pow2 (d + 129)); Math.Lemmas.pow2_lt_compat (64 * resLen) (d +...
false
Pulse.Typing.fst
Pulse.Typing.tm_int
val tm_int : Pulse.Syntax.Base.term
let tm_int = tm_fvar (as_fv int_lid)
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 37, "end_line": 36, "start_col": 0, "start_line": 36 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_mod...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Pure.tm_fvar", "Pulse.Syntax.Base.as_fv", "Pulse.Reflection.Util.int_lid" ]
[]
false
false
false
true
false
let tm_int =
tm_fvar (as_fv int_lid)
false
Hacl.Spec.Curve25519.Finv.fst
Hacl.Spec.Curve25519.Finv.lemma_pow_one
val lemma_pow_one: x:elem -> Lemma (x == pow x 1)
val lemma_pow_one: x:elem -> Lemma (x == pow x 1)
let lemma_pow_one x = lemma_pow_mod_is_pow_cm x 1; LE.lemma_pow1 cm_prime x
{ "file_name": "code/curve25519/Hacl.Spec.Curve25519.Finv.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 26, "end_line": 22, "start_col": 0, "start_line": 20 }
module Hacl.Spec.Curve25519.Finv open FStar.Mul open Spec.Curve25519 module M = Lib.NatMod module LE = Lib.Exponentiation #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" let fsqr x = fmul x x let pow = fpow let cm_prime = M.mk_nat_mod_comm_monoid prime val lemma_pow_mod_is_pow_cm : x:elem -> b:nat -> Lemma (pow x...
{ "checked_file": "/", "dependencies": [ "Spec.Curve25519.fst.checked", "prims.fst.checked", "Lib.NatMod.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.Exponentiation.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checke...
[ { "abbrev": true, "full_module": "Lib.Exponentiation", "short_module": "LE" }, { "abbrev": true, "full_module": "Lib.NatMod", "short_module": "M" }, { "abbrev": false, "full_module": "Spec.Curve25519", "short_module": null }, { "abbrev": false, "full_module": ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: Spec.Curve25519.elem -> FStar.Pervasives.Lemma (ensures x == Hacl.Spec.Curve25519.Finv.pow x 1)
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Spec.Curve25519.elem", "Lib.Exponentiation.Definition.lemma_pow1", "Lib.NatMod.nat_mod", "Spec.Curve25519.prime", "Hacl.Spec.Curve25519.Finv.cm_prime", "Prims.unit", "Hacl.Spec.Curve25519.Finv.lemma_pow_mod_is_pow_cm" ]
[]
true
false
true
false
false
let lemma_pow_one x =
lemma_pow_mod_is_pow_cm x 1; LE.lemma_pow1 cm_prime x
false
Hacl.Spec.K256.Scalar.Lemmas.fst
Hacl.Spec.K256.Scalar.Lemmas.mul_pow2_256_minus_q_lemma
val mul_pow2_256_minus_q_lemma: len:size_nat -> resLen:size_nat{2 + len <= resLen} -> a:lseq uint64 len -> Lemma (let c, res = mul_pow2_256_minus_q_lseq len resLen a in v c * pow2 (64 * resLen) + SD.bn_v res = SD.bn_v a * (pow2 256 - S.q))
val mul_pow2_256_minus_q_lemma: len:size_nat -> resLen:size_nat{2 + len <= resLen} -> a:lseq uint64 len -> Lemma (let c, res = mul_pow2_256_minus_q_lseq len resLen a in v c * pow2 (64 * resLen) + SD.bn_v res = SD.bn_v a * (pow2 256 - S.q))
let mul_pow2_256_minus_q_lemma len resLen a = let t0 = u64 0x402da1732fc9bebf in let t1 = u64 0x4551231950b75fc4 in assert_norm (v t0 + v t1 * pow2 64 = pow2 256 - S.q - pow2 128); let t01 = create2 t0 t1 in SD.bn_eval_unfold_i t01 2; SD.bn_eval_unfold_i t01 1; SD.bn_eval0 t01; assert (SD.bn_v t01 = po...
{ "file_name": "code/k256/Hacl.Spec.K256.Scalar.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 79, "end_line": 193, "start_col": 0, "start_line": 164 }
module Hacl.Spec.K256.Scalar.Lemmas open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.ByteSequence open Hacl.Spec.K256.Scalar module S = Spec.K256 module SD = Hacl.Spec.Bignum.Definitions module SB = Hacl.Spec.Bignum module BB = Hacl.Spec.Bignum.Base #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" val ...
{ "checked_file": "/", "dependencies": [ "Spec.K256.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "Hacl.Spec.K256.Scalar.fst.checked", "Hacl.Spec.Bignum.Definitions.fst.checked", "Hacl.Spec.Bignum.Base.fs...
[ { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Base", "short_module": "BB" }, { "abbrev": true, "full_module": "Hacl.Spec.Bignum", "short_module": "SB" }, { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Definitions", "short_module": "SD" }, { "abbrev": true...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
len: Lib.IntTypes.size_nat -> resLen: Lib.IntTypes.size_nat{2 + len <= resLen} -> a: Lib.Sequence.lseq Lib.IntTypes.uint64 len -> FStar.Pervasives.Lemma (ensures (let _ = Hacl.Spec.K256.Scalar.mul_pow2_256_minus_q_lseq len resLen a in (let FStar.Pervasives.Native.Mktuple2 #_ #_ c res = ...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Lib.IntTypes.size_nat", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_Addition", "Lib.Sequence.lseq", "Lib.IntTypes.uint64", "Hacl.Spec.Bignum.Base.carry", "Lib.IntTypes.U64", "Hacl.Spec.Bignum.Definitions.lbignum", "Prims._assert", "Prims.op_Equality", "Prims.int", "FStar.Mul.op_Star"...
[]
false
false
true
false
false
let mul_pow2_256_minus_q_lemma len resLen a =
let t0 = u64 0x402da1732fc9bebf in let t1 = u64 0x4551231950b75fc4 in assert_norm (v t0 + v t1 * pow2 64 = pow2 256 - S.q - pow2 128); let t01 = create2 t0 t1 in SD.bn_eval_unfold_i t01 2; SD.bn_eval_unfold_i t01 1; SD.bn_eval0 t01; assert (SD.bn_v t01 = pow2 256 - S.q - pow2 128); let m0 = SB.bn_mul a t01 in SB.bn_mul...
false
Pulse.Typing.fst
Pulse.Typing.debug_log
val debug_log (level: string) (g: env) (f: (unit -> T.Tac string)) : T.Tac unit
val debug_log (level: string) (g: env) (f: (unit -> T.Tac string)) : T.Tac unit
let debug_log (level:string) (g:env) (f: unit -> T.Tac string) : T.Tac unit = if RU.debug_at_level (fstar_env g) level then T.print (Printf.sprintf "Debug@%s:{ %s }\n" level (f ()))
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 64, "end_line": 32, "start_col": 0, "start_line": 30 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_mod...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
level: Prims.string -> g: Pulse.Typing.Env.env -> f: (_: Prims.unit -> FStar.Tactics.Effect.Tac Prims.string) -> FStar.Tactics.Effect.Tac Prims.unit
FStar.Tactics.Effect.Tac
[]
[]
[ "Prims.string", "Pulse.Typing.Env.env", "Prims.unit", "Pulse.RuntimeUtils.debug_at_level", "Pulse.Typing.Env.fstar_env", "FStar.Stubs.Tactics.V2.Builtins.print", "FStar.Printf.sprintf", "Prims.bool" ]
[]
false
true
false
false
false
let debug_log (level: string) (g: env) (f: (unit -> T.Tac string)) : T.Tac unit =
if RU.debug_at_level (fstar_env g) level then T.print (Printf.sprintf "Debug@%s:{ %s }\n" level (f ()))
false
Pulse.Typing.fst
Pulse.Typing.tm_nat
val tm_nat : Pulse.Syntax.Base.term
let tm_nat = tm_fvar (as_fv nat_lid)
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 37, "end_line": 37, "start_col": 0, "start_line": 37 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_mod...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Pure.tm_fvar", "Pulse.Syntax.Base.as_fv", "Pulse.Reflection.Util.nat_lid" ]
[]
false
false
false
true
false
let tm_nat =
tm_fvar (as_fv nat_lid)
false
Pulse.Typing.fst
Pulse.Typing.tm_true
val tm_true : Pulse.Syntax.Base.term
let tm_true = tm_constant R.C_True
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 34, "end_line": 39, "start_col": 0, "start_line": 39 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_mod...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Pure.tm_constant", "FStar.Stubs.Reflection.V2.Data.C_True" ]
[]
false
false
false
true
false
let tm_true =
tm_constant R.C_True
false
Pulse.Typing.fst
Pulse.Typing.mk_erased
val mk_erased (u: universe) (t: term) : term
val mk_erased (u: universe) (t: term) : term
let mk_erased (u:universe) (t:term) : term = let hd = tm_uinst (as_fv erased_lid) [u] in tm_pureapp hd None t
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 22, "end_line": 46, "start_col": 0, "start_line": 44 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_mod...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
u10: Pulse.Syntax.Base.universe -> t: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.universe", "Pulse.Syntax.Base.term", "Pulse.Syntax.Pure.tm_pureapp", "FStar.Pervasives.Native.None", "Pulse.Syntax.Base.qualifier", "Pulse.Syntax.Pure.tm_uinst", "Pulse.Syntax.Base.as_fv", "Pulse.Reflection.Util.erased_lid", "Prims.Cons", "Prims.Nil" ]
[]
false
false
false
true
false
let mk_erased (u: universe) (t: term) : term =
let hd = tm_uinst (as_fv erased_lid) [u] in tm_pureapp hd None t
false
Pulse.Typing.fst
Pulse.Typing.mk_hide
val mk_hide (u: universe) (t e: term) : term
val mk_hide (u: universe) (t e: term) : term
let mk_hide (u:universe) (t:term) (e:term) : term = let hd = tm_uinst (as_fv hide_lid) [u] in let hd = tm_pureapp hd (Some Implicit) t in tm_pureapp hd None e
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 22, "end_line": 56, "start_col": 0, "start_line": 53 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_mod...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
u22: Pulse.Syntax.Base.universe -> t: Pulse.Syntax.Base.term -> e: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.universe", "Pulse.Syntax.Base.term", "Pulse.Syntax.Pure.tm_pureapp", "FStar.Pervasives.Native.None", "Pulse.Syntax.Base.qualifier", "FStar.Pervasives.Native.Some", "Pulse.Syntax.Base.Implicit", "Pulse.Syntax.Pure.tm_uinst", "Pulse.Syntax.Base.as_fv", "Pulse.Reflection.Util.hide_...
[]
false
false
false
true
false
let mk_hide (u: universe) (t e: term) : term =
let hd = tm_uinst (as_fv hide_lid) [u] in let hd = tm_pureapp hd (Some Implicit) t in tm_pureapp hd None e
false
Pulse.Typing.fst
Pulse.Typing.mk_reveal
val mk_reveal (u: universe) (t e: term) : term
val mk_reveal (u: universe) (t e: term) : term
let mk_reveal (u:universe) (t:term) (e:term) : term = let hd = tm_uinst (as_fv reveal_lid) [u] in let hd = tm_pureapp hd (Some Implicit) t in tm_pureapp hd None e
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 22, "end_line": 51, "start_col": 0, "start_line": 48 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_mod...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
u16: Pulse.Syntax.Base.universe -> t: Pulse.Syntax.Base.term -> e: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.universe", "Pulse.Syntax.Base.term", "Pulse.Syntax.Pure.tm_pureapp", "FStar.Pervasives.Native.None", "Pulse.Syntax.Base.qualifier", "FStar.Pervasives.Native.Some", "Pulse.Syntax.Base.Implicit", "Pulse.Syntax.Pure.tm_uinst", "Pulse.Syntax.Base.as_fv", "Pulse.Reflection.Util.revea...
[]
false
false
false
true
false
let mk_reveal (u: universe) (t e: term) : term =
let hd = tm_uinst (as_fv reveal_lid) [u] in let hd = tm_pureapp hd (Some Implicit) t in tm_pureapp hd None e
false
Pulse.Typing.fst
Pulse.Typing.tm_unit
val tm_unit : Pulse.Syntax.Base.term
let tm_unit = tm_fvar (as_fv unit_lid)
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 38, "end_line": 34, "start_col": 0, "start_line": 34 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_mod...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Pure.tm_fvar", "Pulse.Syntax.Base.as_fv", "Pulse.Reflection.Util.unit_lid" ]
[]
false
false
false
true
false
let tm_unit =
tm_fvar (as_fv unit_lid)
false
Hacl.Spec.K256.Scalar.Lemmas.fst
Hacl.Spec.K256.Scalar.Lemmas.lemma_m_bound
val lemma_m_bound: m:lseq uint64 7 -> Lemma (requires SD.bn_v m < pow2 385 + pow2 256) (ensures SD.bn_v (sub m 4 3) < pow2 130)
val lemma_m_bound: m:lseq uint64 7 -> Lemma (requires SD.bn_v m < pow2 385 + pow2 256) (ensures SD.bn_v (sub m 4 3) < pow2 130)
let lemma_m_bound m = Math.Lemmas.pow2_lt_compat 385 256; Math.Lemmas.pow2_double_sum 385; SD.bn_eval_split_i m 4; assert (SD.bn_v m - SD.bn_v (sub m 0 4) = pow2 256 * SD.bn_v (sub m 4 3)); Math.Lemmas.cancel_mul_div (SD.bn_v (sub m 4 3)) (pow2 256); Math.Lemmas.lemma_div_lt (SD.bn_v m - SD.bn_v (sub m 0 4)...
{ "file_name": "code/k256/Hacl.Spec.K256.Scalar.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 41, "end_line": 280, "start_col": 0, "start_line": 273 }
module Hacl.Spec.K256.Scalar.Lemmas open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.ByteSequence open Hacl.Spec.K256.Scalar module S = Spec.K256 module SD = Hacl.Spec.Bignum.Definitions module SB = Hacl.Spec.Bignum module BB = Hacl.Spec.Bignum.Base #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" val ...
{ "checked_file": "/", "dependencies": [ "Spec.K256.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "Hacl.Spec.K256.Scalar.fst.checked", "Hacl.Spec.Bignum.Definitions.fst.checked", "Hacl.Spec.Bignum.Base.fs...
[ { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Base", "short_module": "BB" }, { "abbrev": true, "full_module": "Hacl.Spec.Bignum", "short_module": "SB" }, { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Definitions", "short_module": "SD" }, { "abbrev": true...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
m: Lib.Sequence.lseq Lib.IntTypes.uint64 7 -> FStar.Pervasives.Lemma (requires Hacl.Spec.Bignum.Definitions.bn_v m < Prims.pow2 385 + Prims.pow2 256) (ensures Hacl.Spec.Bignum.Definitions.bn_v (Lib.Sequence.sub m 4 3) < Prims.pow2 130)
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Lib.Sequence.lseq", "Lib.IntTypes.uint64", "Prims._assert", "Prims.b2t", "Prims.op_LessThan", "Hacl.Spec.Bignum.Definitions.bn_v", "Lib.IntTypes.U64", "Lib.Sequence.sub", "Prims.pow2", "Prims.unit", "FStar.Math.Lemmas.lemma_div_lt", "Prims.op_Subtraction", "FStar.Math.Lemmas.cancel_mul_div"...
[]
true
false
true
false
false
let lemma_m_bound m =
Math.Lemmas.pow2_lt_compat 385 256; Math.Lemmas.pow2_double_sum 385; SD.bn_eval_split_i m 4; assert (SD.bn_v m - SD.bn_v (sub m 0 4) = pow2 256 * SD.bn_v (sub m 4 3)); Math.Lemmas.cancel_mul_div (SD.bn_v (sub m 4 3)) (pow2 256); Math.Lemmas.lemma_div_lt (SD.bn_v m - SD.bn_v (sub m 0 4)) 386 256; assert (SD.bn_v (sub m ...
false
Pulse.Typing.fst
Pulse.Typing.tm_bool
val tm_bool : Pulse.Syntax.Base.term
let tm_bool = tm_fvar (as_fv bool_lid)
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 38, "end_line": 35, "start_col": 0, "start_line": 35 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_mod...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Pure.tm_fvar", "Pulse.Syntax.Base.as_fv", "Pulse.Reflection.Util.bool_lid" ]
[]
false
false
false
true
false
let tm_bool =
tm_fvar (as_fv bool_lid)
false
Pulse.Typing.fst
Pulse.Typing.tm_false
val tm_false : Pulse.Syntax.Base.term
let tm_false = tm_constant R.C_False
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 36, "end_line": 40, "start_col": 0, "start_line": 40 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_mod...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Pure.tm_constant", "FStar.Stubs.Reflection.V2.Data.C_False" ]
[]
false
false
false
true
false
let tm_false =
tm_constant R.C_False
false
Hacl.Spec.Curve25519.Finv.fst
Hacl.Spec.Curve25519.Finv.lemma_pow_add
val lemma_pow_add: x:elem -> n:nat -> m:nat -> Lemma (fmul (pow x n) (pow x m) == pow x (n + m))
val lemma_pow_add: x:elem -> n:nat -> m:nat -> Lemma (fmul (pow x n) (pow x m) == pow x (n + m))
let lemma_pow_add x n m = lemma_pow_mod_is_pow_cm x n; lemma_pow_mod_is_pow_cm x m; LE.lemma_pow_add cm_prime x n m; lemma_pow_mod_is_pow_cm x (n + m)
{ "file_name": "code/curve25519/Hacl.Spec.Curve25519.Finv.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 35, "end_line": 30, "start_col": 0, "start_line": 26 }
module Hacl.Spec.Curve25519.Finv open FStar.Mul open Spec.Curve25519 module M = Lib.NatMod module LE = Lib.Exponentiation #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" let fsqr x = fmul x x let pow = fpow let cm_prime = M.mk_nat_mod_comm_monoid prime val lemma_pow_mod_is_pow_cm : x:elem -> b:nat -> Lemma (pow x...
{ "checked_file": "/", "dependencies": [ "Spec.Curve25519.fst.checked", "prims.fst.checked", "Lib.NatMod.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.Exponentiation.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checke...
[ { "abbrev": true, "full_module": "Lib.Exponentiation", "short_module": "LE" }, { "abbrev": true, "full_module": "Lib.NatMod", "short_module": "M" }, { "abbrev": false, "full_module": "Spec.Curve25519", "short_module": null }, { "abbrev": false, "full_module": ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: Spec.Curve25519.elem -> n: Prims.nat -> m: Prims.nat -> FStar.Pervasives.Lemma (ensures Spec.Curve25519.fmul (Hacl.Spec.Curve25519.Finv.pow x n) (Hacl.Spec.Curve25519.Finv.pow x m) == Hacl.Spec.Curve25519.Finv.pow x (n + m))
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Spec.Curve25519.elem", "Prims.nat", "Hacl.Spec.Curve25519.Finv.lemma_pow_mod_is_pow_cm", "Prims.op_Addition", "Prims.unit", "Lib.Exponentiation.Definition.lemma_pow_add", "Lib.NatMod.nat_mod", "Spec.Curve25519.prime", "Hacl.Spec.Curve25519.Finv.cm_prime" ]
[]
true
false
true
false
false
let lemma_pow_add x n m =
lemma_pow_mod_is_pow_cm x n; lemma_pow_mod_is_pow_cm x m; LE.lemma_pow_add cm_prime x n m; lemma_pow_mod_is_pow_cm x (n + m)
false
Hacl.Spec.K256.Scalar.Lemmas.fst
Hacl.Spec.K256.Scalar.Lemmas.lemma_p_bound
val lemma_p_bound: p:lseq uint64 5 -> Lemma (requires SD.bn_v p < pow2 259 + pow2 256) (ensures SD.bn_v (sub p 4 1) < pow2 4)
val lemma_p_bound: p:lseq uint64 5 -> Lemma (requires SD.bn_v p < pow2 259 + pow2 256) (ensures SD.bn_v (sub p 4 1) < pow2 4)
let lemma_p_bound p = Math.Lemmas.pow2_lt_compat 259 256; Math.Lemmas.pow2_double_sum 259; SD.bn_eval_split_i p 4; assert (SD.bn_v p - SD.bn_v (sub p 0 4) = pow2 256 * SD.bn_v (sub p 4 1)); Math.Lemmas.cancel_mul_div (SD.bn_v (sub p 4 1)) (pow2 256); Math.Lemmas.lemma_div_lt (SD.bn_v p - SD.bn_v (sub p 0 4)...
{ "file_name": "code/k256/Hacl.Spec.K256.Scalar.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 39, "end_line": 294, "start_col": 0, "start_line": 287 }
module Hacl.Spec.K256.Scalar.Lemmas open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.ByteSequence open Hacl.Spec.K256.Scalar module S = Spec.K256 module SD = Hacl.Spec.Bignum.Definitions module SB = Hacl.Spec.Bignum module BB = Hacl.Spec.Bignum.Base #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" val ...
{ "checked_file": "/", "dependencies": [ "Spec.K256.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "Hacl.Spec.K256.Scalar.fst.checked", "Hacl.Spec.Bignum.Definitions.fst.checked", "Hacl.Spec.Bignum.Base.fs...
[ { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Base", "short_module": "BB" }, { "abbrev": true, "full_module": "Hacl.Spec.Bignum", "short_module": "SB" }, { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Definitions", "short_module": "SD" }, { "abbrev": true...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
p: Lib.Sequence.lseq Lib.IntTypes.uint64 5 -> FStar.Pervasives.Lemma (requires Hacl.Spec.Bignum.Definitions.bn_v p < Prims.pow2 259 + Prims.pow2 256) (ensures Hacl.Spec.Bignum.Definitions.bn_v (Lib.Sequence.sub p 4 1) < Prims.pow2 4)
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Lib.Sequence.lseq", "Lib.IntTypes.uint64", "Prims._assert", "Prims.b2t", "Prims.op_LessThan", "Hacl.Spec.Bignum.Definitions.bn_v", "Lib.IntTypes.U64", "Lib.Sequence.sub", "Prims.pow2", "Prims.unit", "FStar.Math.Lemmas.lemma_div_lt", "Prims.op_Subtraction", "FStar.Math.Lemmas.cancel_mul_div"...
[]
true
false
true
false
false
let lemma_p_bound p =
Math.Lemmas.pow2_lt_compat 259 256; Math.Lemmas.pow2_double_sum 259; SD.bn_eval_split_i p 4; assert (SD.bn_v p - SD.bn_v (sub p 0 4) = pow2 256 * SD.bn_v (sub p 4 1)); Math.Lemmas.cancel_mul_div (SD.bn_v (sub p 4 1)) (pow2 256); Math.Lemmas.lemma_div_lt (SD.bn_v p - SD.bn_v (sub p 0 4)) 260 256; assert (SD.bn_v (sub p ...
false
Pulse.Typing.fst
Pulse.Typing.tm_szt
val tm_szt : Pulse.Syntax.Base.term
let tm_szt = tm_fvar (as_fv szt_lid)
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 37, "end_line": 38, "start_col": 0, "start_line": 38 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_mod...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Pure.tm_fvar", "Pulse.Syntax.Base.as_fv", "Pulse.Reflection.Util.szt_lid" ]
[]
false
false
false
true
false
let tm_szt =
tm_fvar (as_fv szt_lid)
false
Pulse.Typing.fst
Pulse.Typing.mk_vprop_eq
val mk_vprop_eq (e0 e1: term) : term
val mk_vprop_eq (e0 e1: term) : term
let mk_vprop_eq (e0 e1:term) : term = mk_eq2 u2 tm_vprop e0 e1
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 26, "end_line": 74, "start_col": 0, "start_line": 73 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_mod...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
e0: Pulse.Syntax.Base.term -> e1: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.term", "Pulse.Typing.mk_eq2", "Pulse.Syntax.Pure.u2", "Pulse.Syntax.Base.tm_vprop" ]
[]
false
false
false
true
false
let mk_vprop_eq (e0 e1: term) : term =
mk_eq2 u2 tm_vprop e0 e1
false
Pulse.Typing.fst
Pulse.Typing.mk_eq2
val mk_eq2 (u: universe) (t e0 e1: term) : term
val mk_eq2 (u: universe) (t e0 e1: term) : term
let mk_eq2 (u:universe) (t:term) (e0 e1:term) : term = tm_pureapp (tm_pureapp (tm_pureapp (tm_uinst (as_fv R.eq2_qn) [u]) (Some Implicit) t) None e0) None e1
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 37, "end_line": 64, "start_col": 0, "start_line": 58 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_mod...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
u30: Pulse.Syntax.Base.universe -> t: Pulse.Syntax.Base.term -> e0: Pulse.Syntax.Base.term -> e1: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.universe", "Pulse.Syntax.Base.term", "Pulse.Syntax.Pure.tm_pureapp", "Pulse.Syntax.Pure.tm_uinst", "Pulse.Syntax.Base.as_fv", "FStar.Reflection.Const.eq2_qn", "Prims.Cons", "Prims.Nil", "FStar.Pervasives.Native.Some", "Pulse.Syntax.Base.qualifier", "Pulse.Syntax.Base.Implicit"...
[]
false
false
false
true
false
let mk_eq2 (u: universe) (t e0 e1: term) : term =
tm_pureapp (tm_pureapp (tm_pureapp (tm_uinst (as_fv R.eq2_qn) [u]) (Some Implicit) t) None e0) None e1
false
Hacl.Spec.Curve25519.Finv.fst
Hacl.Spec.Curve25519.Finv.fsquare_times
val fsquare_times: inp:elem -> n:pos -> out:elem{out == pow inp (pow2 n)}
val fsquare_times: inp:elem -> n:pos -> out:elem{out == pow inp (pow2 n)}
let fsquare_times inp n = let out = fsqr inp in lemma_pow_one inp; lemma_pow_add inp 1 1; assert_norm (pow2 1 = 2); assert (out == pow inp (pow2 1)); let out = Lib.LoopCombinators.repeati_inductive #elem (n - 1) (fun i out -> out == pow inp (pow2 (i + 1))) (fun i out -> assert (out == pow ...
{ "file_name": "code/curve25519/Hacl.Spec.Curve25519.Finv.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 5, "end_line": 70, "start_col": 0, "start_line": 49 }
module Hacl.Spec.Curve25519.Finv open FStar.Mul open Spec.Curve25519 module M = Lib.NatMod module LE = Lib.Exponentiation #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" let fsqr x = fmul x x let pow = fpow let cm_prime = M.mk_nat_mod_comm_monoid prime val lemma_pow_mod_is_pow_cm : x:elem -> b:nat -> Lemma (pow x...
{ "checked_file": "/", "dependencies": [ "Spec.Curve25519.fst.checked", "prims.fst.checked", "Lib.NatMod.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.Exponentiation.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checke...
[ { "abbrev": true, "full_module": "Lib.Exponentiation", "short_module": "LE" }, { "abbrev": true, "full_module": "Lib.NatMod", "short_module": "M" }, { "abbrev": false, "full_module": "Spec.Curve25519", "short_module": null }, { "abbrev": false, "full_module": ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
inp: Spec.Curve25519.elem -> n: Prims.pos -> out: Spec.Curve25519.elem{out == Hacl.Spec.Curve25519.Finv.pow inp (Prims.pow2 n)}
Prims.Tot
[ "total" ]
[]
[ "Spec.Curve25519.elem", "Prims.pos", "Prims.unit", "Prims._assert", "Prims.eq2", "Hacl.Spec.Curve25519.Finv.pow", "Prims.pow2", "Prims.op_Addition", "Prims.op_Subtraction", "Lib.LoopCombinators.repeati_inductive", "Prims.nat", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_LessThan", ...
[]
false
false
false
false
false
let fsquare_times inp n =
let out = fsqr inp in lemma_pow_one inp; lemma_pow_add inp 1 1; assert_norm (pow2 1 = 2); assert (out == pow inp (pow2 1)); let out = Lib.LoopCombinators.repeati_inductive #elem (n - 1) (fun i out -> out == pow inp (pow2 (i + 1))) (fun i out -> assert (out == pow inp (pow2 (i + 1))); let r...
false
Pulse.Typing.fst
Pulse.Typing.elab_env
val elab_env (e: env) : R.env
val elab_env (e: env) : R.env
let elab_env (e:env) : R.env = extend_env_l (fstar_env e) (bindings e)
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 70, "end_line": 114, "start_col": 0, "start_line": 114 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
e: Pulse.Typing.Env.env -> FStar.Stubs.Reflection.Types.env
Prims.Tot
[ "total" ]
[]
[ "Pulse.Typing.Env.env", "Pulse.Typing.extend_env_l", "Pulse.Typing.Env.fstar_env", "Pulse.Typing.Env.bindings", "FStar.Stubs.Reflection.Types.env" ]
[]
false
false
false
true
false
let elab_env (e: env) : R.env =
extend_env_l (fstar_env e) (bindings e)
false
Hacl.Spec.Curve25519.Finv.fst
Hacl.Spec.Curve25519.Finv.lemma_pow_mul
val lemma_pow_mul: x:elem -> n:nat -> m:nat -> Lemma (pow (pow x n) m == pow x (n * m))
val lemma_pow_mul: x:elem -> n:nat -> m:nat -> Lemma (pow (pow x n) m == pow x (n * m))
let lemma_pow_mul x n m = lemma_pow_mod_is_pow_cm x n; lemma_pow_mod_is_pow_cm (pow x n) m; LE.lemma_pow_mul cm_prime x n m; lemma_pow_mod_is_pow_cm x (n * m)
{ "file_name": "code/curve25519/Hacl.Spec.Curve25519.Finv.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 35, "end_line": 38, "start_col": 0, "start_line": 34 }
module Hacl.Spec.Curve25519.Finv open FStar.Mul open Spec.Curve25519 module M = Lib.NatMod module LE = Lib.Exponentiation #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" let fsqr x = fmul x x let pow = fpow let cm_prime = M.mk_nat_mod_comm_monoid prime val lemma_pow_mod_is_pow_cm : x:elem -> b:nat -> Lemma (pow x...
{ "checked_file": "/", "dependencies": [ "Spec.Curve25519.fst.checked", "prims.fst.checked", "Lib.NatMod.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.Exponentiation.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checke...
[ { "abbrev": true, "full_module": "Lib.Exponentiation", "short_module": "LE" }, { "abbrev": true, "full_module": "Lib.NatMod", "short_module": "M" }, { "abbrev": false, "full_module": "Spec.Curve25519", "short_module": null }, { "abbrev": false, "full_module": ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: Spec.Curve25519.elem -> n: Prims.nat -> m: Prims.nat -> FStar.Pervasives.Lemma (ensures Hacl.Spec.Curve25519.Finv.pow (Hacl.Spec.Curve25519.Finv.pow x n) m == Hacl.Spec.Curve25519.Finv.pow x (n * m))
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Spec.Curve25519.elem", "Prims.nat", "Hacl.Spec.Curve25519.Finv.lemma_pow_mod_is_pow_cm", "FStar.Mul.op_Star", "Prims.unit", "Lib.Exponentiation.Definition.lemma_pow_mul", "Lib.NatMod.nat_mod", "Spec.Curve25519.prime", "Hacl.Spec.Curve25519.Finv.cm_prime", "Hacl.Spec.Curve25519.Finv.pow" ]
[]
true
false
true
false
false
let lemma_pow_mul x n m =
lemma_pow_mod_is_pow_cm x n; lemma_pow_mod_is_pow_cm (pow x n) m; LE.lemma_pow_mul cm_prime x n m; lemma_pow_mod_is_pow_cm x (n * m)
false
Pulse.Typing.fst
Pulse.Typing.mk_pts_to
val mk_pts_to (ty r v: term) : term
val mk_pts_to (ty r v: term) : term
let mk_pts_to (ty:term) (r:term) (v:term) : term = let t = tm_fvar (as_fv pts_to_lid) in let t = tm_pureapp t (Some Implicit) ty in let t = tm_pureapp t None r in let t = tm_pureapp t (Some Implicit) (tm_fvar (as_fv full_perm_lid)) in tm_pureapp t None v
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 21, "end_line": 83, "start_col": 0, "start_line": 78 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_mod...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
ty: Pulse.Syntax.Base.term -> r: Pulse.Syntax.Base.term -> v: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.term", "Pulse.Syntax.Pure.tm_pureapp", "FStar.Pervasives.Native.None", "Pulse.Syntax.Base.qualifier", "FStar.Pervasives.Native.Some", "Pulse.Syntax.Base.Implicit", "Pulse.Syntax.Pure.tm_fvar", "Pulse.Syntax.Base.as_fv", "Pulse.Reflection.Util.full_perm_lid", "Pulse.Reflection.Ut...
[]
false
false
false
true
false
let mk_pts_to (ty r v: term) : term =
let t = tm_fvar (as_fv pts_to_lid) in let t = tm_pureapp t (Some Implicit) ty in let t = tm_pureapp t None r in let t = tm_pureapp t (Some Implicit) (tm_fvar (as_fv full_perm_lid)) in tm_pureapp t None v
false
Pulse.Typing.fst
Pulse.Typing.mk_sq_eq2
val mk_sq_eq2 (u: universe) (t e0 e1: term) : term
val mk_sq_eq2 (u: universe) (t e0 e1: term) : term
let mk_sq_eq2 (u:universe) (t:term) (e0 e1:term) : term = let eq = mk_eq2 u t e0 e1 in (tm_pureapp (tm_uinst (as_fv R.squash_qn) [u]) None eq)
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 59, "end_line": 71, "start_col": 0, "start_line": 66 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_mod...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
u38: Pulse.Syntax.Base.universe -> t: Pulse.Syntax.Base.term -> e0: Pulse.Syntax.Base.term -> e1: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.universe", "Pulse.Syntax.Base.term", "Pulse.Syntax.Pure.tm_pureapp", "Pulse.Syntax.Pure.tm_uinst", "Pulse.Syntax.Base.as_fv", "FStar.Reflection.Const.squash_qn", "Prims.Cons", "Prims.Nil", "FStar.Pervasives.Native.None", "Pulse.Syntax.Base.qualifier", "Pulse.Typing.mk_eq2" ]
[]
false
false
false
true
false
let mk_sq_eq2 (u: universe) (t e0 e1: term) : term =
let eq = mk_eq2 u t e0 e1 in (tm_pureapp (tm_uinst (as_fv R.squash_qn) [u]) None eq)
false
Hacl.Spec.Curve25519.Finv.fst
Hacl.Spec.Curve25519.Finv.pow_t0
val pow_t0:nat
val pow_t0:nat
let pow_t0:nat = assert_norm (pow2 255 - pow2 5 > 0); pow2 255 - pow2 5
{ "file_name": "code/curve25519/Hacl.Spec.Curve25519.Finv.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 19, "end_line": 74, "start_col": 0, "start_line": 72 }
module Hacl.Spec.Curve25519.Finv open FStar.Mul open Spec.Curve25519 module M = Lib.NatMod module LE = Lib.Exponentiation #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" let fsqr x = fmul x x let pow = fpow let cm_prime = M.mk_nat_mod_comm_monoid prime val lemma_pow_mod_is_pow_cm : x:elem -> b:nat -> Lemma (pow x...
{ "checked_file": "/", "dependencies": [ "Spec.Curve25519.fst.checked", "prims.fst.checked", "Lib.NatMod.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.Exponentiation.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checke...
[ { "abbrev": true, "full_module": "Lib.Exponentiation", "short_module": "LE" }, { "abbrev": true, "full_module": "Lib.NatMod", "short_module": "M" }, { "abbrev": false, "full_module": "Spec.Curve25519", "short_module": null }, { "abbrev": false, "full_module": ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Prims.nat
Prims.Tot
[ "total" ]
[]
[ "Prims.op_Subtraction", "Prims.pow2", "Prims.unit", "FStar.Pervasives.assert_norm", "Prims.b2t", "Prims.op_GreaterThan" ]
[]
false
false
false
true
false
let pow_t0:nat =
assert_norm (pow2 255 - pow2 5 > 0); pow2 255 - pow2 5
false
Pulse.Typing.fst
Pulse.Typing.freshv
val freshv (g: env) (x: var) : prop
val freshv (g: env) (x: var) : prop
let freshv (g:env) (x:var) : prop = None? (lookup g x)
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 20, "end_line": 123, "start_col": 0, "start_line": 122 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
g: Pulse.Typing.Env.env -> x: Pulse.Syntax.Base.var -> Prims.prop
Prims.Tot
[ "total" ]
[]
[ "Pulse.Typing.Env.env", "Pulse.Syntax.Base.var", "Prims.b2t", "FStar.Pervasives.Native.uu___is_None", "Pulse.Syntax.Base.typ", "Pulse.Typing.Env.lookup", "Prims.prop" ]
[]
false
false
false
true
true
let freshv (g: env) (x: var) : prop =
None? (lookup g x)
false
Pulse.Typing.fst
Pulse.Typing.mk_ref
val mk_ref (t: term) : term
val mk_ref (t: term) : term
let mk_ref (t:term) : term = tm_pureapp (tm_fvar (as_fv ref_lid)) None t
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 72, "end_line": 76, "start_col": 0, "start_line": 76 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_mod...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
t: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.term", "Pulse.Syntax.Pure.tm_pureapp", "Pulse.Syntax.Pure.tm_fvar", "Pulse.Syntax.Base.as_fv", "Pulse.Reflection.Util.ref_lid", "FStar.Pervasives.Native.None", "Pulse.Syntax.Base.qualifier" ]
[]
false
false
false
true
false
let mk_ref (t: term) : term =
tm_pureapp (tm_fvar (as_fv ref_lid)) None t
false
Pulse.Typing.fst
Pulse.Typing.extend_env_l
val extend_env_l (f: R.env) (g: env_bindings) : R.env
val extend_env_l (f: R.env) (g: env_bindings) : R.env
let extend_env_l (f:R.env) (g:env_bindings) : R.env = L.fold_right (fun (x, b) g -> let t = elab_term b in RT.extend_env g x t) g f
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 6, "end_line": 113, "start_col": 0, "start_line": 107 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
f: FStar.Stubs.Reflection.Types.env -> g: Pulse.Typing.Env.env_bindings -> FStar.Stubs.Reflection.Types.env
Prims.Tot
[ "total" ]
[]
[ "FStar.Stubs.Reflection.Types.env", "Pulse.Typing.Env.env_bindings", "FStar.List.Tot.Base.fold_right", "FStar.Pervasives.Native.tuple2", "FStar.Stubs.Reflection.V2.Data.var", "Pulse.Syntax.Base.term", "FStar.Reflection.Typing.extend_env", "FStar.Stubs.Reflection.Types.term", "Pulse.Elaborate.Pure.el...
[]
false
false
false
true
false
let extend_env_l (f: R.env) (g: env_bindings) : R.env =
L.fold_right (fun (x, b) g -> let t = elab_term b in RT.extend_env g x t) g f
false
Pulse.Typing.fst
Pulse.Typing.add_inv
val add_inv (s: comp_st) (v: vprop) : comp_st
val add_inv (s: comp_st) (v: vprop) : comp_st
let add_inv (s:comp_st) (v:vprop) : comp_st = add_frame s v
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 17, "end_line": 231, "start_col": 0, "start_line": 229 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
s: Pulse.Syntax.Base.comp_st -> v: Pulse.Syntax.Base.vprop -> Pulse.Syntax.Base.comp_st
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.comp_st", "Pulse.Syntax.Base.vprop", "Pulse.Typing.add_frame" ]
[]
false
false
false
true
false
let add_inv (s: comp_st) (v: vprop) : comp_st =
add_frame s v
false
Hacl.Spec.K256.Scalar.Lemmas.fst
Hacl.Spec.K256.Scalar.Lemmas.qmul_shift_384_lemma_eval_fits
val qmul_shift_384_lemma_eval_fits : l:lseq uint64 8 -> Lemma (let res_b = SB.bn_rshift l 6 in let res_b_padded = create 4 (u64 0) in let res_b_padded = update_sub res_b_padded 0 2 res_b in SD.bn_v res_b_padded < pow2 128 /\ SD.bn_v res_b_padded = SD.bn_v l / pow2 384)
val qmul_shift_384_lemma_eval_fits : l:lseq uint64 8 -> Lemma (let res_b = SB.bn_rshift l 6 in let res_b_padded = create 4 (u64 0) in let res_b_padded = update_sub res_b_padded 0 2 res_b in SD.bn_v res_b_padded < pow2 128 /\ SD.bn_v res_b_padded = SD.bn_v l / pow2 384)
let qmul_shift_384_lemma_eval_fits l = let res_b = SB.bn_rshift l 6 in let res_b_padded = create 4 (u64 0) in let res_b_padded = update_sub res_b_padded 0 2 res_b in SD.bn_eval_update_sub 2 res_b 4; assert (SD.bn_v res_b = SD.bn_v res_b_padded); SB.bn_rshift_lemma l 6; SD.bn_eval_bound res_b 2; assert ...
{ "file_name": "code/k256/Hacl.Spec.K256.Scalar.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 42, "end_line": 476, "start_col": 0, "start_line": 467 }
module Hacl.Spec.K256.Scalar.Lemmas open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.ByteSequence open Hacl.Spec.K256.Scalar module S = Spec.K256 module SD = Hacl.Spec.Bignum.Definitions module SB = Hacl.Spec.Bignum module BB = Hacl.Spec.Bignum.Base #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" val ...
{ "checked_file": "/", "dependencies": [ "Spec.K256.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "Hacl.Spec.K256.Scalar.fst.checked", "Hacl.Spec.Bignum.Definitions.fst.checked", "Hacl.Spec.Bignum.Base.fs...
[ { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Base", "short_module": "BB" }, { "abbrev": true, "full_module": "Hacl.Spec.Bignum", "short_module": "SB" }, { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Definitions", "short_module": "SD" }, { "abbrev": true...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
l: Lib.Sequence.lseq Lib.IntTypes.uint64 8 -> FStar.Pervasives.Lemma (ensures (let res_b = Hacl.Spec.Bignum.bn_rshift l 6 in let res_b_padded = Lib.Sequence.create 4 (Lib.IntTypes.u64 0) in let res_b_padded = Lib.Sequence.update_sub res_b_padded 0 2 res_b in Hacl.Spec.Bignum.Definiti...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Lib.Sequence.lseq", "Lib.IntTypes.uint64", "Prims._assert", "Prims.b2t", "Prims.op_LessThan", "Hacl.Spec.Bignum.Definitions.bn_v", "Lib.IntTypes.U64", "Prims.pow2", "Prims.unit", "Hacl.Spec.Bignum.Definitions.bn_eval_bound", "Hacl.Spec.Bignum.bn_rshift_lemma", "Prims.op_Equality", "Prims.na...
[]
true
false
true
false
false
let qmul_shift_384_lemma_eval_fits l =
let res_b = SB.bn_rshift l 6 in let res_b_padded = create 4 (u64 0) in let res_b_padded = update_sub res_b_padded 0 2 res_b in SD.bn_eval_update_sub 2 res_b 4; assert (SD.bn_v res_b = SD.bn_v res_b_padded); SB.bn_rshift_lemma l 6; SD.bn_eval_bound res_b 2; assert (SD.bn_v res_b_padded < pow2 128)
false
Pulse.Typing.fst
Pulse.Typing.at_most_one_observable
val at_most_one_observable : o1: Pulse.Syntax.Base.observability -> o2: Pulse.Syntax.Base.observability -> Prims.bool
let at_most_one_observable o1 o2 = match o1, o2 with | Observable, Observable -> false | _ -> true
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 13, "end_line": 236, "start_col": 0, "start_line": 233 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
o1: Pulse.Syntax.Base.observability -> o2: Pulse.Syntax.Base.observability -> Prims.bool
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.observability", "FStar.Pervasives.Native.Mktuple2", "FStar.Pervasives.Native.tuple2", "Prims.bool" ]
[]
false
false
false
true
false
let at_most_one_observable o1 o2 =
match o1, o2 with | Observable, Observable -> false | _ -> true
false
Hacl.Spec.K256.Scalar.Lemmas.fst
Hacl.Spec.K256.Scalar.Lemmas.qmul_shift_384_lemma
val qmul_shift_384_lemma (a b:qelem_lseq) : Lemma (let x = SD.bn_v a * SD.bn_v b / pow2 383 % 2 in let res = SD.bn_v (qmul_shift_384 a b) in res < S.q /\ res = SD.bn_v a * SD.bn_v b / pow2 384 + x)
val qmul_shift_384_lemma (a b:qelem_lseq) : Lemma (let x = SD.bn_v a * SD.bn_v b / pow2 383 % 2 in let res = SD.bn_v (qmul_shift_384 a b) in res < S.q /\ res = SD.bn_v a * SD.bn_v b / pow2 384 + x)
let qmul_shift_384_lemma a b = let l = SB.bn_mul a b in SB.bn_mul_lemma a b; assert (SD.bn_v l = SD.bn_v a * SD.bn_v b); let res_b = SB.bn_rshift l 6 in let res_b_padded = create 4 (u64 0) in let res_b_padded = update_sub res_b_padded 0 2 res_b in qmul_shift_384_lemma_eval_fits l; assert (SD.bn_v res_b...
{ "file_name": "code/k256/Hacl.Spec.K256.Scalar.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 63, "end_line": 513, "start_col": 0, "start_line": 484 }
module Hacl.Spec.K256.Scalar.Lemmas open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.ByteSequence open Hacl.Spec.K256.Scalar module S = Spec.K256 module SD = Hacl.Spec.Bignum.Definitions module SB = Hacl.Spec.Bignum module BB = Hacl.Spec.Bignum.Base #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" val ...
{ "checked_file": "/", "dependencies": [ "Spec.K256.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "Hacl.Spec.K256.Scalar.fst.checked", "Hacl.Spec.Bignum.Definitions.fst.checked", "Hacl.Spec.Bignum.Base.fs...
[ { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Base", "short_module": "BB" }, { "abbrev": true, "full_module": "Hacl.Spec.Bignum", "short_module": "SB" }, { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Definitions", "short_module": "SD" }, { "abbrev": true...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Hacl.Spec.K256.Scalar.qelem_lseq -> b: Hacl.Spec.K256.Scalar.qelem_lseq -> FStar.Pervasives.Lemma (ensures (let x = Hacl.Spec.Bignum.Definitions.bn_v a * Hacl.Spec.Bignum.Definitions.bn_v b / Prims.pow2 383 % 2 in let res = Hacl.Spec.Bignum.Definitions.bn_v (Hacl.Spec....
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Hacl.Spec.K256.Scalar.qelem_lseq", "Hacl.Spec.Bignum.Base.carry", "Lib.IntTypes.U64", "Hacl.Spec.Bignum.Definitions.lbignum", "Prims._assert", "Prims.eq2", "Lib.Sequence.lseq", "Hacl.Spec.Bignum.Definitions.limb", "Prims.op_Equality", "Prims.int", "Lib.IntTypes.v", "Lib.IntTypes.SEC", "Prim...
[]
false
false
true
false
false
let qmul_shift_384_lemma a b =
let l = SB.bn_mul a b in SB.bn_mul_lemma a b; assert (SD.bn_v l = SD.bn_v a * SD.bn_v b); let res_b = SB.bn_rshift l 6 in let res_b_padded = create 4 (u64 0) in let res_b_padded = update_sub res_b_padded 0 2 res_b in qmul_shift_384_lemma_eval_fits l; assert (SD.bn_v res_b_padded < pow2 128); assert (SD.bn_v res_b_padde...
false
Hacl.Spec.K256.Scalar.Lemmas.fst
Hacl.Spec.K256.Scalar.Lemmas.mul_pow2_256_minus_q_add_lemma_carry_is_zero
val mul_pow2_256_minus_q_add_lemma_carry_is_zero: len:size_nat -> resLen:size_nat{2 + len <= resLen /\ 4 <= resLen} -> d:nat -> a:lseq uint64 len -> e:lseq uint64 4 -> f:nat -> Lemma (requires SD.bn_v a < pow2 d /\ d + 129 < 64 * resLen /\ 256 <= f /\ d + 129 <= f /\ f + 1 < 64 * resLen) (ensures (let...
val mul_pow2_256_minus_q_add_lemma_carry_is_zero: len:size_nat -> resLen:size_nat{2 + len <= resLen /\ 4 <= resLen} -> d:nat -> a:lseq uint64 len -> e:lseq uint64 4 -> f:nat -> Lemma (requires SD.bn_v a < pow2 d /\ d + 129 < 64 * resLen /\ 256 <= f /\ d + 129 <= f /\ f + 1 < 64 * resLen) (ensures (let...
let mul_pow2_256_minus_q_add_lemma_carry_is_zero len resLen d a e f = let c0, m = mul_pow2_256_minus_q_lseq_add len resLen a e in mul_pow2_256_minus_q_add_lemma len resLen d a e; let rhs_m = SD.bn_v a * (pow2 256 - S.q) + SD.bn_v e in assert (v c0 * pow2 (64 * resLen) + SD.bn_v m = rhs_m); assert (rhs_m < pow...
{ "file_name": "code/k256/Hacl.Spec.K256.Scalar.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 40, "end_line": 266, "start_col": 0, "start_line": 254 }
module Hacl.Spec.K256.Scalar.Lemmas open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.ByteSequence open Hacl.Spec.K256.Scalar module S = Spec.K256 module SD = Hacl.Spec.Bignum.Definitions module SB = Hacl.Spec.Bignum module BB = Hacl.Spec.Bignum.Base #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" val ...
{ "checked_file": "/", "dependencies": [ "Spec.K256.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "Hacl.Spec.K256.Scalar.fst.checked", "Hacl.Spec.Bignum.Definitions.fst.checked", "Hacl.Spec.Bignum.Base.fs...
[ { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Base", "short_module": "BB" }, { "abbrev": true, "full_module": "Hacl.Spec.Bignum", "short_module": "SB" }, { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Definitions", "short_module": "SD" }, { "abbrev": true...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
len: Lib.IntTypes.size_nat -> resLen: Lib.IntTypes.size_nat{2 + len <= resLen /\ 4 <= resLen} -> d: Prims.nat -> a: Lib.Sequence.lseq Lib.IntTypes.uint64 len -> e: Lib.Sequence.lseq Lib.IntTypes.uint64 4 -> f: Prims.nat -> FStar.Pervasives.Lemma (requires Hacl.Spec.Bignum.Defini...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Lib.IntTypes.size_nat", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_Addition", "Prims.nat", "Lib.Sequence.lseq", "Lib.IntTypes.uint64", "Hacl.Spec.Bignum.Base.carry", "Lib.IntTypes.U64", "Prims._assert", "Prims.op_Equality", "Prims.int", "Lib.IntTypes.v", "Lib.IntT...
[]
false
false
true
false
false
let mul_pow2_256_minus_q_add_lemma_carry_is_zero len resLen d a e f =
let c0, m = mul_pow2_256_minus_q_lseq_add len resLen a e in mul_pow2_256_minus_q_add_lemma len resLen d a e; let rhs_m = SD.bn_v a * (pow2 256 - S.q) + SD.bn_v e in assert (v c0 * pow2 (64 * resLen) + SD.bn_v m = rhs_m); assert (rhs_m < pow2 (d + 129) + pow2 256); Math.Lemmas.pow2_le_compat f 256; Math.Lemmas.pow2_le_c...
false
Pulse.Typing.fst
Pulse.Typing.bind_comp_compatible
val bind_comp_compatible (c1 c2: comp_st) : prop
val bind_comp_compatible (c1 c2: comp_st) : prop
let bind_comp_compatible (c1 c2:comp_st) : prop = match c1, c2 with | C_ST _, C_ST _ | C_STGhost _, C_STGhost _ -> True | C_STAtomic inames1 obs1 _, C_STAtomic inames2 obs2 _ -> inames1 == inames2 /\ at_most_one_observable obs1 obs2 | _, _ -> False
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 19, "end_line": 262, "start_col": 0, "start_line": 255 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
c1: Pulse.Syntax.Base.comp_st -> c2: Pulse.Syntax.Base.comp_st -> Prims.prop
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.comp_st", "FStar.Pervasives.Native.Mktuple2", "Pulse.Syntax.Base.comp", "Pulse.Syntax.Base.st_comp", "Prims.l_True", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.observability", "Prims.l_and", "Prims.eq2", "Prims.b2t", "Pulse.Typing.at_most_one_observable", "Prims.l_False", ...
[]
false
false
false
true
true
let bind_comp_compatible (c1 c2: comp_st) : prop =
match c1, c2 with | C_ST _, C_ST _ | C_STGhost _, C_STGhost _ -> True | C_STAtomic inames1 obs1 _, C_STAtomic inames2 obs2 _ -> inames1 == inames2 /\ at_most_one_observable obs1 obs2 | _, _ -> False
false
Hacl.Spec.Curve25519.Finv.fst
Hacl.Spec.Curve25519.Finv.finv
val finv: inp:elem -> out:elem{out == fpow inp (pow2 255 - 21)}
val finv: inp:elem -> out:elem{out == fpow inp (pow2 255 - 21)}
let finv i = let a, t0 = finv0 i in (* 2^255 - 21 *) let o = fmul t0 a in lemma_pow_add i (pow2 255 - pow2 5) 11; assert_norm (pow2 255 - pow2 5 + 11 = pow2 255 - 21); assert (o == pow i (pow2 255 - 21)); o
{ "file_name": "code/curve25519/Hacl.Spec.Curve25519.Finv.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 3, "end_line": 171, "start_col": 0, "start_line": 165 }
module Hacl.Spec.Curve25519.Finv open FStar.Mul open Spec.Curve25519 module M = Lib.NatMod module LE = Lib.Exponentiation #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" let fsqr x = fmul x x let pow = fpow let cm_prime = M.mk_nat_mod_comm_monoid prime val lemma_pow_mod_is_pow_cm : x:elem -> b:nat -> Lemma (pow x...
{ "checked_file": "/", "dependencies": [ "Spec.Curve25519.fst.checked", "prims.fst.checked", "Lib.NatMod.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.Exponentiation.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checke...
[ { "abbrev": true, "full_module": "Lib.Exponentiation", "short_module": "LE" }, { "abbrev": true, "full_module": "Lib.NatMod", "short_module": "M" }, { "abbrev": false, "full_module": "Spec.Curve25519", "short_module": null }, { "abbrev": false, "full_module": ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
inp: Spec.Curve25519.elem -> out: Spec.Curve25519.elem{out == Spec.Curve25519.fpow inp (Prims.pow2 255 - 21)}
Prims.Tot
[ "total" ]
[]
[ "Spec.Curve25519.elem", "Prims.unit", "Prims._assert", "Prims.eq2", "Hacl.Spec.Curve25519.Finv.pow", "Prims.op_Subtraction", "Prims.pow2", "FStar.Pervasives.assert_norm", "Prims.b2t", "Prims.op_Equality", "Prims.int", "Prims.op_Addition", "Hacl.Spec.Curve25519.Finv.lemma_pow_add", "Spec.Cu...
[]
false
false
false
false
false
let finv i =
let a, t0 = finv0 i in let o = fmul t0 a in lemma_pow_add i (pow2 255 - pow2 5) 11; assert_norm (pow2 255 - pow2 5 + 11 = pow2 255 - 21); assert (o == pow i (pow2 255 - 21)); o
false
Pulse.Typing.fst
Pulse.Typing.non_informative_witness_t
val non_informative_witness_t (u: universe) (t: term) : term
val non_informative_witness_t (u: universe) (t: term) : term
let non_informative_witness_t (u:universe) (t:term) : term = tm_pureapp (tm_uinst (as_fv non_informative_witness_lid) [u]) None t
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 16, "end_line": 295, "start_col": 0, "start_line": 291 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
u408: Pulse.Syntax.Base.universe -> t: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.universe", "Pulse.Syntax.Base.term", "Pulse.Syntax.Pure.tm_pureapp", "Pulse.Syntax.Pure.tm_uinst", "Pulse.Syntax.Base.as_fv", "Pulse.Reflection.Util.non_informative_witness_lid", "Prims.Cons", "Prims.Nil", "FStar.Pervasives.Native.None", "Pulse.Syntax.Base.qualifier" ]
[]
false
false
false
true
false
let non_informative_witness_t (u: universe) (t: term) : term =
tm_pureapp (tm_uinst (as_fv non_informative_witness_lid) [u]) None t
false
Pulse.Typing.fst
Pulse.Typing.named_binder
val named_binder : x: Pulse.Syntax.Base.ppname -> t: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.binder
let named_binder (x:ppname) (t:term) = mk_binder_ppname t x
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 59, "end_line": 320, "start_col": 0, "start_line": 320 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: Pulse.Syntax.Base.ppname -> t: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.binder
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.ppname", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.mk_binder_ppname", "Pulse.Syntax.Base.binder" ]
[]
false
false
false
true
false
let named_binder (x: ppname) (t: term) =
mk_binder_ppname t x
false
Hacl.Spec.K256.Scalar.Lemmas.fst
Hacl.Spec.K256.Scalar.Lemmas.mod_lseq_lemma
val mod_lseq_lemma: a:lseq uint64 8 -> Lemma (SD.bn_v (mod_lseq a) == SD.bn_v a % S.q)
val mod_lseq_lemma: a:lseq uint64 8 -> Lemma (SD.bn_v (mod_lseq a) == SD.bn_v a % S.q)
let mod_lseq_lemma a = let c0, r = mod_lseq_before_final a in mod_lseq_before_final_lemma a; assert ((v c0 * pow2 256 + SD.bn_v r) % S.q == SD.bn_v a % S.q); assert (v c0 * pow2 256 + SD.bn_v r < pow2 256 + pow2 133); let (t0,t1,t2,t3) = make_pow2_256_minus_order_k256 () in let tmp = create4 t0 t1 t2 t3 in...
{ "file_name": "code/k256/Hacl.Spec.K256.Scalar.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 47, "end_line": 437, "start_col": 0, "start_line": 387 }
module Hacl.Spec.K256.Scalar.Lemmas open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.ByteSequence open Hacl.Spec.K256.Scalar module S = Spec.K256 module SD = Hacl.Spec.Bignum.Definitions module SB = Hacl.Spec.Bignum module BB = Hacl.Spec.Bignum.Base #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" val ...
{ "checked_file": "/", "dependencies": [ "Spec.K256.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "Hacl.Spec.K256.Scalar.fst.checked", "Hacl.Spec.Bignum.Definitions.fst.checked", "Hacl.Spec.Bignum.Base.fs...
[ { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Base", "short_module": "BB" }, { "abbrev": true, "full_module": "Hacl.Spec.Bignum", "short_module": "SB" }, { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Definitions", "short_module": "SD" }, { "abbrev": true...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Lib.Sequence.lseq Lib.IntTypes.uint64 8 -> FStar.Pervasives.Lemma (ensures Hacl.Spec.Bignum.Definitions.bn_v (Hacl.Spec.K256.Scalar.mod_lseq a) == Hacl.Spec.Bignum.Definitions.bn_v a % Spec.K256.PointOps.q)
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Lib.Sequence.lseq", "Lib.IntTypes.uint64", "Hacl.Spec.Bignum.Base.carry", "Lib.IntTypes.U64", "Hacl.Spec.K256.Scalar.qelem_lseq", "Hacl.Spec.Bignum.Definitions.lbignum", "Prims.op_Equality", "Prims.int", "Lib.IntTypes.v", "Lib.IntTypes.SEC", "Prims._assert", "Prims.eq2", "Hacl.Spec.Bignum.D...
[]
false
false
true
false
false
let mod_lseq_lemma a =
let c0, r = mod_lseq_before_final a in mod_lseq_before_final_lemma a; assert ((v c0 * pow2 256 + SD.bn_v r) % S.q == SD.bn_v a % S.q); assert (v c0 * pow2 256 + SD.bn_v r < pow2 256 + pow2 133); let t0, t1, t2, t3 = make_pow2_256_minus_order_k256 () in let tmp = create4 t0 t1 t2 t3 in qas_nat4_is_qas_nat tmp; assert (S...
false
Pulse.Typing.fst
Pulse.Typing.comp_elim_exists
val comp_elim_exists (u: universe) (t p: term) (x: nvar) : comp
val comp_elim_exists (u: universe) (t p: term) (x: nvar) : comp
let comp_elim_exists (u:universe) (t:term) (p:term) (x:nvar) : comp = C_STGhost { u=u; res=mk_erased u t; pre=tm_exists_sl u (as_binder t) p; post=elim_exists_post u t p x }
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 15, "end_line": 310, "start_col": 0, "start_line": 303 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
u424: Pulse.Syntax.Base.universe -> t: Pulse.Syntax.Base.term -> p: Pulse.Syntax.Base.term -> x: Pulse.Syntax.Base.nvar -> Pulse.Syntax.Base.comp
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.universe", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.nvar", "Pulse.Syntax.Base.C_STGhost", "Pulse.Syntax.Base.Mkst_comp", "Pulse.Typing.mk_erased", "Pulse.Syntax.Base.tm_exists_sl", "Pulse.Syntax.Base.as_binder", "Pulse.Typing.elim_exists_post", "Pulse.Syntax.Base.comp" ]
[]
false
false
false
true
false
let comp_elim_exists (u: universe) (t p: term) (x: nvar) : comp =
C_STGhost ({ u = u; res = mk_erased u t; pre = tm_exists_sl u (as_binder t) p; post = elim_exists_post u t p x })
false
Pulse.Typing.fst
Pulse.Typing.elim_exists_post
val elim_exists_post (u: universe) (t p: term) (x: nvar) : term
val elim_exists_post (u: universe) (t p: term) (x: nvar) : term
let elim_exists_post (u:universe) (t:term) (p:term) (x:nvar) : term = let x_tm = term_of_nvar x in let p = open_term' p (mk_reveal u t x_tm) 0 in close_term p (snd x)
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 24, "end_line": 301, "start_col": 0, "start_line": 297 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
u416: Pulse.Syntax.Base.universe -> t: Pulse.Syntax.Base.term -> p: Pulse.Syntax.Base.term -> x: Pulse.Syntax.Base.nvar -> Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.universe", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.nvar", "Pulse.Syntax.Naming.close_term", "FStar.Pervasives.Native.snd", "Pulse.Syntax.Base.ppname", "Pulse.Syntax.Base.var", "Pulse.Syntax.Naming.open_term'", "Pulse.Typing.mk_reveal", "Pulse.Syntax.Pure.term_of_nvar" ]
[]
false
false
false
true
false
let elim_exists_post (u: universe) (t p: term) (x: nvar) : term =
let x_tm = term_of_nvar x in let p = open_term' p (mk_reveal u t x_tm) 0 in close_term p (snd x)
false
Hacl.Spec.K256.Scalar.Lemmas.fst
Hacl.Spec.K256.Scalar.Lemmas.mod_lseq_before_final_lemma
val mod_lseq_before_final_lemma: a:lseq uint64 8 -> Lemma (let (c, res) = mod_lseq_before_final a in v c * pow2 256 + SD.bn_v res < pow2 133 + pow2 256 /\ (v c * pow2 256 + SD.bn_v res) % S.q == SD.bn_v a % S.q)
val mod_lseq_before_final_lemma: a:lseq uint64 8 -> Lemma (let (c, res) = mod_lseq_before_final a in v c * pow2 256 + SD.bn_v res < pow2 133 + pow2 256 /\ (v c * pow2 256 + SD.bn_v res) % S.q == SD.bn_v a % S.q)
let mod_lseq_before_final_lemma a = let c0, m = mul_pow2_256_minus_q_lseq_add 4 7 (sub a 4 4) (sub a 0 4) in // a[0..3] + a[4..7] * SECP256K1_N_C let c1, p = mul_pow2_256_minus_q_lseq_add 3 5 (sub m 4 3) (sub m 0 4) in // m[0..3] + m[4..6] * SECP256K1_N_C let c2, r = mul_pow2_256_minus_q_lseq_add 1 4 (sub p 4 1) ...
{ "file_name": "code/k256/Hacl.Spec.K256.Scalar.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 5, "end_line": 383, "start_col": 0, "start_line": 356 }
module Hacl.Spec.K256.Scalar.Lemmas open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.ByteSequence open Hacl.Spec.K256.Scalar module S = Spec.K256 module SD = Hacl.Spec.Bignum.Definitions module SB = Hacl.Spec.Bignum module BB = Hacl.Spec.Bignum.Base #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" val ...
{ "checked_file": "/", "dependencies": [ "Spec.K256.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "Hacl.Spec.K256.Scalar.fst.checked", "Hacl.Spec.Bignum.Definitions.fst.checked", "Hacl.Spec.Bignum.Base.fs...
[ { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Base", "short_module": "BB" }, { "abbrev": true, "full_module": "Hacl.Spec.Bignum", "short_module": "SB" }, { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Definitions", "short_module": "SD" }, { "abbrev": true...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Lib.Sequence.lseq Lib.IntTypes.uint64 8 -> FStar.Pervasives.Lemma (ensures (let _ = Hacl.Spec.K256.Scalar.mod_lseq_before_final a in (let FStar.Pervasives.Native.Mktuple2 #_ #_ c res = _ in Lib.IntTypes.v c * Prims.pow2 256 + Hacl.Spec.Bignum.Definitions.bn_v res < Prims.pow2 ...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Lib.Sequence.lseq", "Lib.IntTypes.uint64", "Hacl.Spec.Bignum.Base.carry", "Lib.IntTypes.U64", "FStar.Calc.calc_finish", "Prims.int", "Prims.eq2", "Prims.op_Modulus", "Spec.K256.PointOps.q", "Hacl.Spec.Bignum.Definitions.bn_v", "Prims.Cons", "FStar.Preorder.relation", "Prims.Nil", "Prims.u...
[]
false
false
true
false
false
let mod_lseq_before_final_lemma a =
let c0, m = mul_pow2_256_minus_q_lseq_add 4 7 (sub a 4 4) (sub a 0 4) in let c1, p = mul_pow2_256_minus_q_lseq_add 3 5 (sub m 4 3) (sub m 0 4) in let c2, r = mul_pow2_256_minus_q_lseq_add 1 4 (sub p 4 1) (sub p 0 4) in let rhs_a = SD.bn_v (sub a 4 4) * (pow2 256 - S.q) + SD.bn_v (sub a 0 4) in let rhs_m = SD.bn_v (sub ...
false
Pulse.Typing.fst
Pulse.Typing.comp_intro_pure
val comp_intro_pure : p: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.comp
let comp_intro_pure (p:term) = C_STGhost { u=u_zero; res=tm_unit; pre=tm_emp; post=tm_pure p }
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 13, "end_line": 318, "start_col": 0, "start_line": 312 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
p: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.comp
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.C_STGhost", "Pulse.Syntax.Base.Mkst_comp", "Pulse.Syntax.Pure.u_zero", "Pulse.Typing.tm_unit", "Pulse.Syntax.Base.tm_emp", "Pulse.Syntax.Base.tm_pure", "Pulse.Syntax.Base.comp" ]
[]
false
false
false
true
false
let comp_intro_pure (p: term) =
C_STGhost ({ u = u_zero; res = tm_unit; pre = tm_emp; post = tm_pure p })
false
Pulse.Typing.fst
Pulse.Typing.comp_while_cond
val comp_while_cond (x: ppname) (inv: term) : comp
val comp_while_cond (x: ppname) (inv: term) : comp
let comp_while_cond (x:ppname) (inv:term) : comp = C_ST { u=u0; res=tm_bool; pre=tm_exists_sl u0 (named_binder x tm_bool) inv; post=inv }
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 10, "end_line": 348, "start_col": 0, "start_line": 341 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: Pulse.Syntax.Base.ppname -> inv: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.comp
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.ppname", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.C_ST", "Pulse.Syntax.Base.Mkst_comp", "Pulse.Syntax.Pure.u0", "Pulse.Typing.tm_bool", "Pulse.Syntax.Base.tm_exists_sl", "Pulse.Typing.named_binder", "Pulse.Syntax.Base.comp" ]
[]
false
false
false
true
false
let comp_while_cond (x: ppname) (inv: term) : comp =
C_ST ({ u = u0; res = tm_bool; pre = tm_exists_sl u0 (named_binder x tm_bool) inv; post = inv })
false
Pulse.Typing.fst
Pulse.Typing.comp_intro_exists_erased
val comp_intro_exists_erased (u: universe) (b: binder) (p e: term) : comp
val comp_intro_exists_erased (u: universe) (b: binder) (p e: term) : comp
let comp_intro_exists_erased (u:universe) (b:binder) (p:term) (e:term) : comp = C_STGhost { u=u0; res=tm_unit; pre=open_term' p (mk_reveal u b.binder_ty e) 0; post=tm_exists_sl u b p }
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 15, "end_line": 338, "start_col": 0, "start_line": 331 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
u446: Pulse.Syntax.Base.universe -> b: Pulse.Syntax.Base.binder -> p: Pulse.Syntax.Base.term -> e: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.comp
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.universe", "Pulse.Syntax.Base.binder", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.C_STGhost", "Pulse.Syntax.Base.Mkst_comp", "Pulse.Syntax.Pure.u0", "Pulse.Typing.tm_unit", "Pulse.Syntax.Naming.open_term'", "Pulse.Typing.mk_reveal", "Pulse.Syntax.Base.__proj__Mkbinder__item__b...
[]
false
false
false
true
false
let comp_intro_exists_erased (u: universe) (b: binder) (p e: term) : comp =
C_STGhost ({ u = u0; res = tm_unit; pre = open_term' p (mk_reveal u b.binder_ty e) 0; post = tm_exists_sl u b p })
false
Pulse.Typing.fst
Pulse.Typing.mk_tuple2
val mk_tuple2 (u1 u2: universe) (t1 t2: term) : term
val mk_tuple2 (u1 u2: universe) (t1 t2: term) : term
let mk_tuple2 (u1 u2:universe) (t1 t2:term) : term = tm_pureapp (tm_pureapp (tm_uinst (as_fv tuple2_lid) [u1; u2]) None t1) None t2
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 20, "end_line": 372, "start_col": 0, "start_line": 368 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
u1: Pulse.Syntax.Base.universe -> u2: Pulse.Syntax.Base.universe -> t1: Pulse.Syntax.Base.term -> t2: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.universe", "Pulse.Syntax.Base.term", "Pulse.Syntax.Pure.tm_pureapp", "Pulse.Syntax.Pure.tm_uinst", "Pulse.Syntax.Base.as_fv", "Pulse.Reflection.Util.tuple2_lid", "Prims.Cons", "Prims.Nil", "FStar.Pervasives.Native.None", "Pulse.Syntax.Base.qualifier" ]
[]
false
false
false
true
false
let mk_tuple2 (u1 u2: universe) (t1 t2: term) : term =
tm_pureapp (tm_pureapp (tm_uinst (as_fv tuple2_lid) [u1; u2]) None t1) None t2
false
Pulse.Typing.fst
Pulse.Typing.comp_while_body
val comp_while_body (x: ppname) (inv: term) : comp
val comp_while_body (x: ppname) (inv: term) : comp
let comp_while_body (x:ppname) (inv:term) : comp = C_ST { u=u0; res=tm_unit; pre=open_term' inv tm_true 0; post=tm_exists_sl u0 (named_binder x tm_bool) inv }
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 10, "end_line": 357, "start_col": 0, "start_line": 350 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: Pulse.Syntax.Base.ppname -> inv: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.comp
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.ppname", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.C_ST", "Pulse.Syntax.Base.Mkst_comp", "Pulse.Syntax.Pure.u0", "Pulse.Typing.tm_unit", "Pulse.Syntax.Naming.open_term'", "Pulse.Typing.tm_true", "Pulse.Syntax.Base.tm_exists_sl", "Pulse.Typing.named_binder", "Pulse.Typing.tm...
[]
false
false
false
true
false
let comp_while_body (x: ppname) (inv: term) : comp =
C_ST ({ u = u0; res = tm_unit; pre = open_term' inv tm_true 0; post = tm_exists_sl u0 (named_binder x tm_bool) inv })
false
Pulse.Typing.fst
Pulse.Typing.mk_fst
val mk_fst (u1 u2: universe) (a1 a2 e: term) : term
val mk_fst (u1 u2: universe) (a1 a2 e: term) : term
let mk_fst (u1 u2:universe) (a1 a2 e:term) : term = tm_pureapp (tm_pureapp (tm_pureapp (tm_uinst (as_fv fst_lid) [u1; u2]) (Some Implicit) a1) (Some Implicit) a2) None e
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 14, "end_line": 378, "start_col": 0, "start_line": 374 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
u1: Pulse.Syntax.Base.universe -> u2: Pulse.Syntax.Base.universe -> a1: Pulse.Syntax.Base.term -> a2: Pulse.Syntax.Base.term -> e: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.universe", "Pulse.Syntax.Base.term", "Pulse.Syntax.Pure.tm_pureapp", "Pulse.Syntax.Pure.tm_uinst", "Pulse.Syntax.Base.as_fv", "Pulse.Reflection.Util.fst_lid", "Prims.Cons", "Prims.Nil", "FStar.Pervasives.Native.Some", "Pulse.Syntax.Base.qualifier", "Pulse.Syntax.Base.Implicit"...
[]
false
false
false
true
false
let mk_fst (u1 u2: universe) (a1 a2 e: term) : term =
tm_pureapp (tm_pureapp (tm_pureapp (tm_uinst (as_fv fst_lid) [u1; u2]) (Some Implicit) a1) (Some Implicit) a2) None e
false
Pulse.Typing.fst
Pulse.Typing.mk_snd
val mk_snd (u1 u2: universe) (a1 a2 e: term) : term
val mk_snd (u1 u2: universe) (a1 a2 e: term) : term
let mk_snd (u1 u2:universe) (a1 a2 e:term) : term = tm_pureapp (tm_pureapp (tm_pureapp (tm_uinst (as_fv snd_lid) [u1; u2]) (Some Implicit) a1) (Some Implicit) a2) None e
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 14, "end_line": 384, "start_col": 0, "start_line": 380 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
u1: Pulse.Syntax.Base.universe -> u2: Pulse.Syntax.Base.universe -> a1: Pulse.Syntax.Base.term -> a2: Pulse.Syntax.Base.term -> e: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.universe", "Pulse.Syntax.Base.term", "Pulse.Syntax.Pure.tm_pureapp", "Pulse.Syntax.Pure.tm_uinst", "Pulse.Syntax.Base.as_fv", "Pulse.Reflection.Util.snd_lid", "Prims.Cons", "Prims.Nil", "FStar.Pervasives.Native.Some", "Pulse.Syntax.Base.qualifier", "Pulse.Syntax.Base.Implicit"...
[]
false
false
false
true
false
let mk_snd (u1 u2: universe) (a1 a2 e: term) : term =
tm_pureapp (tm_pureapp (tm_pureapp (tm_uinst (as_fv snd_lid) [u1; u2]) (Some Implicit) a1) (Some Implicit) a2) None e
false
Pulse.Typing.fst
Pulse.Typing.par_post
val par_post (uL uR: universe) (aL aR postL postR: term) (x: var) : term
val par_post (uL uR: universe) (aL aR postL postR: term) (x: var) : term
let par_post (uL uR:universe) (aL aR postL postR:term) (x:var) : term = let x_tm = term_of_no_name_var x in let postL = open_term' postL (mk_fst uL uR aL aR x_tm) 0 in let postR = open_term' postR (mk_snd uL uR aL aR x_tm) 0 in let post = tm_star postL postR in close_term post x
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 19, "end_line": 392, "start_col": 0, "start_line": 386 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
uL: Pulse.Syntax.Base.universe -> uR: Pulse.Syntax.Base.universe -> aL: Pulse.Syntax.Base.term -> aR: Pulse.Syntax.Base.term -> postL: Pulse.Syntax.Base.term -> postR: Pulse.Syntax.Base.term -> x: Pulse.Syntax.Base.var -> Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.universe", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.var", "Pulse.Syntax.Naming.close_term", "Pulse.Syntax.Base.tm_star", "Pulse.Syntax.Naming.open_term'", "Pulse.Typing.mk_snd", "Pulse.Typing.mk_fst", "Pulse.Syntax.Pure.term_of_no_name_var" ]
[]
false
false
false
true
false
let par_post (uL uR: universe) (aL aR postL postR: term) (x: var) : term =
let x_tm = term_of_no_name_var x in let postL = open_term' postL (mk_fst uL uR aL aR x_tm) 0 in let postR = open_term' postR (mk_snd uL uR aL aR x_tm) 0 in let post = tm_star postL postR in close_term post x
false
Pulse.Typing.fst
Pulse.Typing.comp_intro_exists
val comp_intro_exists (u: universe) (b: binder) (p e: term) : comp
val comp_intro_exists (u: universe) (b: binder) (p e: term) : comp
let comp_intro_exists (u:universe) (b:binder) (p:term) (e:term) : comp = C_STGhost { u=u0; res=tm_unit; pre=open_term' p e 0; post=tm_exists_sl u b p }
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 15, "end_line": 329, "start_col": 0, "start_line": 322 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
u438: Pulse.Syntax.Base.universe -> b: Pulse.Syntax.Base.binder -> p: Pulse.Syntax.Base.term -> e: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.comp
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.universe", "Pulse.Syntax.Base.binder", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.C_STGhost", "Pulse.Syntax.Base.Mkst_comp", "Pulse.Syntax.Pure.u0", "Pulse.Typing.tm_unit", "Pulse.Syntax.Naming.open_term'", "Pulse.Syntax.Base.tm_exists_sl", "Pulse.Syntax.Base.comp" ]
[]
false
false
false
true
false
let comp_intro_exists (u: universe) (b: binder) (p e: term) : comp =
C_STGhost ({ u = u0; res = tm_unit; pre = open_term' p e 0; post = tm_exists_sl u b p })
false
Pulse.Typing.fst
Pulse.Typing.comp_while
val comp_while (x: ppname) (inv: term) : comp
val comp_while (x: ppname) (inv: term) : comp
let comp_while (x:ppname) (inv:term) : comp = C_ST { u=u0; res=tm_unit; pre=tm_exists_sl u0 (named_binder x tm_bool) inv; post=open_term' inv tm_false 0 }
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 10, "end_line": 366, "start_col": 0, "start_line": 359 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: Pulse.Syntax.Base.ppname -> inv: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.comp
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.ppname", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.C_ST", "Pulse.Syntax.Base.Mkst_comp", "Pulse.Syntax.Pure.u0", "Pulse.Typing.tm_unit", "Pulse.Syntax.Base.tm_exists_sl", "Pulse.Typing.named_binder", "Pulse.Typing.tm_bool", "Pulse.Syntax.Naming.open_term'", "Pulse.Typing.tm...
[]
false
false
false
true
false
let comp_while (x: ppname) (inv: term) : comp =
C_ST ({ u = u0; res = tm_unit; pre = tm_exists_sl u0 (named_binder x tm_bool) inv; post = open_term' inv tm_false 0 })
false
Pulse.Typing.fst
Pulse.Typing.comp_withlocal_body_pre
val comp_withlocal_body_pre (pre: vprop) (init_t r init: term) : vprop
val comp_withlocal_body_pre (pre: vprop) (init_t r init: term) : vprop
let comp_withlocal_body_pre (pre:vprop) (init_t:term) (r:term) (init:term) : vprop = tm_star pre (mk_pts_to init_t r init)
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 39, "end_line": 410, "start_col": 0, "start_line": 409 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
pre: Pulse.Syntax.Base.vprop -> init_t: Pulse.Syntax.Base.term -> r: Pulse.Syntax.Base.term -> init: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.vprop
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.vprop", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.tm_star", "Pulse.Typing.mk_pts_to" ]
[]
false
false
false
true
false
let comp_withlocal_body_pre (pre: vprop) (init_t r init: term) : vprop =
tm_star pre (mk_pts_to init_t r init)
false
Hacl.Spec.K256.Scalar.Lemmas.fst
Hacl.Spec.K256.Scalar.Lemmas.mod_lseq_before_final_lemma_aux
val mod_lseq_before_final_lemma_aux: a:lseq uint64 8 -> Lemma (let c0, m = mul_pow2_256_minus_q_lseq_add 4 7 (sub a 4 4) (sub a 0 4) in // a[0..3] + a[4..7] * SECP256K1_N_C let c1, p = mul_pow2_256_minus_q_lseq_add 3 5 (sub m 4 3) (sub m 0 4) in // m[0..3] + m[4..6] * SECP256K1_N_C let c2, r = mul_pow2_256_minu...
val mod_lseq_before_final_lemma_aux: a:lseq uint64 8 -> Lemma (let c0, m = mul_pow2_256_minus_q_lseq_add 4 7 (sub a 4 4) (sub a 0 4) in // a[0..3] + a[4..7] * SECP256K1_N_C let c1, p = mul_pow2_256_minus_q_lseq_add 3 5 (sub m 4 3) (sub m 0 4) in // m[0..3] + m[4..6] * SECP256K1_N_C let c2, r = mul_pow2_256_minu...
let mod_lseq_before_final_lemma_aux a = let c0, m = mul_pow2_256_minus_q_lseq_add 4 7 (sub a 4 4) (sub a 0 4) in // a[0..3] + a[4..7] * SECP256K1_N_C let rhs_a = SD.bn_v (sub a 4 4) * (pow2 256 - S.q) + SD.bn_v (sub a 0 4) in SD.bn_eval_bound (sub a 4 4) 4; mul_pow2_256_minus_q_add_lemma_carry_is_zero 4 7 256 (...
{ "file_name": "code/k256/Hacl.Spec.K256.Scalar.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 38, "end_line": 327, "start_col": 0, "start_line": 309 }
module Hacl.Spec.K256.Scalar.Lemmas open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.ByteSequence open Hacl.Spec.K256.Scalar module S = Spec.K256 module SD = Hacl.Spec.Bignum.Definitions module SB = Hacl.Spec.Bignum module BB = Hacl.Spec.Bignum.Base #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" val ...
{ "checked_file": "/", "dependencies": [ "Spec.K256.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "Hacl.Spec.K256.Scalar.fst.checked", "Hacl.Spec.Bignum.Definitions.fst.checked", "Hacl.Spec.Bignum.Base.fs...
[ { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Base", "short_module": "BB" }, { "abbrev": true, "full_module": "Hacl.Spec.Bignum", "short_module": "SB" }, { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Definitions", "short_module": "SD" }, { "abbrev": true...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Lib.Sequence.lseq Lib.IntTypes.uint64 8 -> FStar.Pervasives.Lemma (ensures (let _ = Hacl.Spec.K256.Scalar.mul_pow2_256_minus_q_lseq_add 4 7 (Lib.Sequence.sub a 4 4) (Lib.Sequence.sub a 0 4) in (let FStar.Pervasives.Native.Mktuple2 #_ #_ c0 m =...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Lib.Sequence.lseq", "Lib.IntTypes.uint64", "Hacl.Spec.Bignum.Base.carry", "Lib.IntTypes.U64", "Prims._assert", "Prims.b2t", "Prims.op_LessThan", "Prims.op_Addition", "Prims.pow2", "Prims.unit", "Prims.op_Equality", "Prims.int", "FStar.Mul.op_Star", "Lib.IntTypes.v", "Lib.IntTypes.SEC", ...
[]
false
false
true
false
false
let mod_lseq_before_final_lemma_aux a =
let c0, m = mul_pow2_256_minus_q_lseq_add 4 7 (sub a 4 4) (sub a 0 4) in let rhs_a = SD.bn_v (sub a 4 4) * (pow2 256 - S.q) + SD.bn_v (sub a 0 4) in SD.bn_eval_bound (sub a 4 4) 4; mul_pow2_256_minus_q_add_lemma_carry_is_zero 4 7 256 (sub a 4 4) (sub a 0 4) 385; assert (v c0 = 0 /\ SD.bn_v m = rhs_a /\ rhs_a < pow2 385...
false
Pulse.Typing.fst
Pulse.Typing.mk_array_pts_to
val mk_array_pts_to (a arr v: term) : term
val mk_array_pts_to (a arr v: term) : term
let mk_array_pts_to (a:term) (arr:term) (v:term) : term = let t = tm_fvar (as_fv array_pts_to_lid) in let t = tm_pureapp t (Some Implicit) a in let t = tm_pureapp t None arr in let t = tm_pureapp t (Some Implicit) (tm_fvar (as_fv full_perm_lid)) in tm_pureapp t None v
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 21, "end_line": 437, "start_col": 0, "start_line": 432 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Pulse.Syntax.Base.term -> arr: Pulse.Syntax.Base.term -> v: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.term", "Pulse.Syntax.Pure.tm_pureapp", "FStar.Pervasives.Native.None", "Pulse.Syntax.Base.qualifier", "FStar.Pervasives.Native.Some", "Pulse.Syntax.Base.Implicit", "Pulse.Syntax.Pure.tm_fvar", "Pulse.Syntax.Base.as_fv", "Pulse.Reflection.Util.full_perm_lid", "Pulse.Reflection.Ut...
[]
false
false
false
true
false
let mk_array_pts_to (a arr v: term) : term =
let t = tm_fvar (as_fv array_pts_to_lid) in let t = tm_pureapp t (Some Implicit) a in let t = tm_pureapp t None arr in let t = tm_pureapp t (Some Implicit) (tm_fvar (as_fv full_perm_lid)) in tm_pureapp t None v
false
Pulse.Typing.fst
Pulse.Typing.comp_withlocal_array_body_post
val comp_withlocal_array_body_post (post a arr: term) : term
val comp_withlocal_array_body_post (post a arr: term) : term
let comp_withlocal_array_body_post (post:term) (a:term) (arr:term) : term = tm_star post (tm_exists_sl u0 (as_binder (mk_seq u0 a)) (mk_array_pts_to a arr (null_bvar 0)))
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 96, "end_line": 464, "start_col": 0, "start_line": 463 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
post: Pulse.Syntax.Base.term -> a: Pulse.Syntax.Base.term -> arr: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.tm_star", "Pulse.Syntax.Base.tm_exists_sl", "Pulse.Syntax.Pure.u0", "Pulse.Syntax.Base.as_binder", "Pulse.Typing.mk_seq", "Pulse.Typing.mk_array_pts_to", "Pulse.Syntax.Pure.null_bvar" ]
[]
false
false
false
true
false
let comp_withlocal_array_body_post (post a arr: term) : term =
tm_star post (tm_exists_sl u0 (as_binder (mk_seq u0 a)) (mk_array_pts_to a arr (null_bvar 0)))
false
Hacl.Spec.Chacha20.Equiv.fst
Hacl.Spec.Chacha20.Equiv.line_lemma_i
val line_lemma_i: #w:lanes -> a:idx -> b:idx -> d:idx -> s:rotval U32 -> m:state w -> i:nat{i < w} -> Lemma ((transpose_state (line #w a b d s m)).[i] `Seq.equal` Scalar.line a b d s (transpose_state #w m).[i])
val line_lemma_i: #w:lanes -> a:idx -> b:idx -> d:idx -> s:rotval U32 -> m:state w -> i:nat{i < w} -> Lemma ((transpose_state (line #w a b d s m)).[i] `Seq.equal` Scalar.line a b d s (transpose_state #w m).[i])
let line_lemma_i #w a b d s m0 i = let m0_s = (transpose_state #w m0).[i] in let m1 = m0.[a] <- m0.[a] +| m0.[b] in let m1_s = m0_s.[a] <- m0_s.[a] +. m0_s.[b] in eq_intro (transpose_state m1).[i] m1_s; let m2 = m1.[d] <- (m1.[d] ^| m1.[a]) <<<| s in let m2_s = m1_s.[d] <- (m1_s.[d] ^. m1_s.[a]) <<<. s in ...
{ "file_name": "code/chacha20/Hacl.Spec.Chacha20.Equiv.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 40, "end_line": 156, "start_col": 0, "start_line": 149 }
module Hacl.Spec.Chacha20.Equiv open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.ByteSequence open Lib.IntVector module Scalar = Spec.Chacha20 module Lemmas = Hacl.Spec.Chacha20.Lemmas module VecLemmas = Lib.Vec.Lemmas module SeqLemmas = Lib.Sequence.Lemmas open Hacl.Spec.Chacha20.Vec #reset-options "--...
{ "checked_file": "/", "dependencies": [ "Spec.Chacha20.fst.checked", "prims.fst.checked", "Lib.Vec.Lemmas.fsti.checked", "Lib.Sequence.Lemmas.fsti.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntVector.fsti.checked", "Lib.IntTypes.fsti.checked", ...
[ { "abbrev": false, "full_module": "Hacl.Spec.Chacha20.Vec", "short_module": null }, { "abbrev": true, "full_module": "Lib.Sequence.Lemmas", "short_module": "SeqLemmas" }, { "abbrev": true, "full_module": "Lib.Vec.Lemmas", "short_module": "VecLemmas" }, { "abbrev":...
{ "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...
false
a: Hacl.Spec.Chacha20.Vec.idx -> b: Hacl.Spec.Chacha20.Vec.idx -> d: Hacl.Spec.Chacha20.Vec.idx -> s: Lib.IntTypes.rotval Lib.IntTypes.U32 -> m: Hacl.Spec.Chacha20.Vec.state w -> i: Prims.nat{i < w} -> FStar.Pervasives.Lemma (ensures FStar.Seq.Base.equal (Hacl.Spec.Chacha20.Vec.tran...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Hacl.Spec.Chacha20.Vec.lanes", "Hacl.Spec.Chacha20.Vec.idx", "Lib.IntTypes.rotval", "Lib.IntTypes.U32", "Hacl.Spec.Chacha20.Vec.state", "Prims.nat", "Prims.b2t", "Prims.op_LessThan", "Lib.Sequence.eq_intro", "Lib.IntTypes.uint32", "Lib.Sequence.op_String_Access", "Lib.Sequence.lseq", "Hacl....
[]
true
false
true
false
false
let line_lemma_i #w a b d s m0 i =
let m0_s = (transpose_state #w m0).[ i ] in let m1 = m0.[ a ] <- m0.[ a ] +| m0.[ b ] in let m1_s = m0_s.[ a ] <- m0_s.[ a ] +. m0_s.[ b ] in eq_intro (transpose_state m1).[ i ] m1_s; let m2 = m1.[ d ] <- (m1.[ d ] ^| m1.[ a ]) <<<| s in let m2_s = m1_s.[ d ] <- (m1_s.[ d ] ^. m1_s.[ a ]) <<<. s in eq_intro (transpose_...
false
Pulse.Typing.fst
Pulse.Typing.mk_array
val mk_array (a: term) : term
val mk_array (a: term) : term
let mk_array (a:term) : term = tm_pureapp (tm_fvar (as_fv array_lid)) None a
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 47, "end_line": 425, "start_col": 0, "start_line": 424 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.term", "Pulse.Syntax.Pure.tm_pureapp", "Pulse.Syntax.Pure.tm_fvar", "Pulse.Syntax.Base.as_fv", "Pulse.Reflection.Util.array_lid", "FStar.Pervasives.Native.None", "Pulse.Syntax.Base.qualifier" ]
[]
false
false
false
true
false
let mk_array (a: term) : term =
tm_pureapp (tm_fvar (as_fv array_lid)) None a
false
Pulse.Typing.fst
Pulse.Typing.mk_array_length
val mk_array_length (a arr: term) : term
val mk_array_length (a arr: term) : term
let mk_array_length (a:term) (arr:term) : term = let t = tm_fvar (as_fv array_length_lid) in let t = tm_pureapp t (Some Implicit) a in tm_pureapp t None arr
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 23, "end_line": 430, "start_col": 0, "start_line": 427 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Pulse.Syntax.Base.term -> arr: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.term", "Pulse.Syntax.Pure.tm_pureapp", "FStar.Pervasives.Native.None", "Pulse.Syntax.Base.qualifier", "FStar.Pervasives.Native.Some", "Pulse.Syntax.Base.Implicit", "Pulse.Syntax.Pure.tm_fvar", "Pulse.Syntax.Base.as_fv", "Pulse.Reflection.Util.array_length_lid" ]
[]
false
false
false
true
false
let mk_array_length (a arr: term) : term =
let t = tm_fvar (as_fv array_length_lid) in let t = tm_pureapp t (Some Implicit) a in tm_pureapp t None arr
false
Pulse.Typing.fst
Pulse.Typing.mk_szv
val mk_szv (n: term) : term
val mk_szv (n: term) : term
let mk_szv (n:term) : term = let t = tm_fvar (as_fv szv_lid) in tm_pureapp t None n
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 21, "end_line": 452, "start_col": 0, "start_line": 450 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
n: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.term", "Pulse.Syntax.Pure.tm_pureapp", "FStar.Pervasives.Native.None", "Pulse.Syntax.Base.qualifier", "Pulse.Syntax.Pure.tm_fvar", "Pulse.Syntax.Base.as_fv", "Pulse.Reflection.Util.szv_lid" ]
[]
false
false
false
true
false
let mk_szv (n: term) : term =
let t = tm_fvar (as_fv szv_lid) in tm_pureapp t None n
false
Pulse.Typing.fst
Pulse.Typing.comp_withlocal_array_body_pre
val comp_withlocal_array_body_pre (pre: vprop) (a arr init len: term) : vprop
val comp_withlocal_array_body_pre (pre: vprop) (a arr init len: term) : vprop
let comp_withlocal_array_body_pre (pre:vprop) (a:term) (arr:term) (init:term) (len:term) : vprop = tm_star pre (tm_star (mk_array_pts_to a arr (mk_seq_create u0 a (mk_szv len) init)) (tm_pure (mk_eq2 u0 tm_nat (mk_array_length a arr) (mk_szv len))))
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 85, "end_line": 457, "start_col": 0, "start_line": 454 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
pre: Pulse.Syntax.Base.vprop -> a: Pulse.Syntax.Base.term -> arr: Pulse.Syntax.Base.term -> init: Pulse.Syntax.Base.term -> len: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.vprop
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.vprop", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.tm_star", "Pulse.Typing.mk_array_pts_to", "Pulse.Typing.mk_seq_create", "Pulse.Syntax.Pure.u0", "Pulse.Typing.mk_szv", "Pulse.Syntax.Base.tm_pure", "Pulse.Typing.mk_eq2", "Pulse.Typing.tm_nat", "Pulse.Typing.mk_array_length"...
[]
false
false
false
true
false
let comp_withlocal_array_body_pre (pre: vprop) (a arr init len: term) : vprop =
tm_star pre (tm_star (mk_array_pts_to a arr (mk_seq_create u0 a (mk_szv len) init)) (tm_pure (mk_eq2 u0 tm_nat (mk_array_length a arr) (mk_szv len))))
false
Pulse.Typing.fst
Pulse.Typing.comp_rewrite
val comp_rewrite (p q: vprop) : comp
val comp_rewrite (p q: vprop) : comp
let comp_rewrite (p q:vprop) : comp = C_STGhost { u = u0; res = tm_unit; pre = p; post = q; }
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 3, "end_line": 481, "start_col": 0, "start_line": 475 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
p: Pulse.Syntax.Base.vprop -> q: Pulse.Syntax.Base.vprop -> Pulse.Syntax.Base.comp
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.vprop", "Pulse.Syntax.Base.C_STGhost", "Pulse.Syntax.Base.Mkst_comp", "Pulse.Syntax.Pure.u0", "Pulse.Typing.tm_unit", "Pulse.Syntax.Base.comp" ]
[]
false
false
false
true
false
let comp_rewrite (p q: vprop) : comp =
C_STGhost ({ u = u0; res = tm_unit; pre = p; post = q })
false
Hacl.Spec.K256.Scalar.Lemmas.fst
Hacl.Spec.K256.Scalar.Lemmas.lemma_b_pow2_256_plus_a_modq
val lemma_b_pow2_256_plus_a_modq (a b: nat) : Lemma ((b * pow2 256 + a) % S.q = (b * (pow2 256 - S.q) + a) % S.q)
val lemma_b_pow2_256_plus_a_modq (a b: nat) : Lemma ((b * pow2 256 + a) % S.q = (b * (pow2 256 - S.q) + a) % S.q)
let lemma_b_pow2_256_plus_a_modq a b = calc (==) { (b * (pow2 256 - S.q) + a) % S.q; (==) { Math.Lemmas.distributivity_sub_right b (pow2 256) S.q } (b * pow2 256 - b * S.q + a) % S.q; (==) { Math.Lemmas.lemma_mod_sub (b * pow2 256 + a) S.q b } (b * pow2 256 + a) % S.q; }
{ "file_name": "code/k256/Hacl.Spec.K256.Scalar.Lemmas.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 3, "end_line": 340, "start_col": 0, "start_line": 333 }
module Hacl.Spec.K256.Scalar.Lemmas open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.ByteSequence open Hacl.Spec.K256.Scalar module S = Spec.K256 module SD = Hacl.Spec.Bignum.Definitions module SB = Hacl.Spec.Bignum module BB = Hacl.Spec.Bignum.Base #set-options "--z3rlimit 50 --fuel 0 --ifuel 0" val ...
{ "checked_file": "/", "dependencies": [ "Spec.K256.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "Hacl.Spec.K256.Scalar.fst.checked", "Hacl.Spec.Bignum.Definitions.fst.checked", "Hacl.Spec.Bignum.Base.fs...
[ { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Base", "short_module": "BB" }, { "abbrev": true, "full_module": "Hacl.Spec.Bignum", "short_module": "SB" }, { "abbrev": true, "full_module": "Hacl.Spec.Bignum.Definitions", "short_module": "SD" }, { "abbrev": true...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Prims.nat -> b: Prims.nat -> FStar.Pervasives.Lemma (ensures (b * Prims.pow2 256 + a) % Spec.K256.PointOps.q = (b * (Prims.pow2 256 - Spec.K256.PointOps.q) + a) % Spec.K256.PointOps.q)
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Prims.nat", "FStar.Calc.calc_finish", "Prims.int", "Prims.eq2", "Prims.op_Modulus", "Prims.op_Addition", "FStar.Mul.op_Star", "Prims.op_Subtraction", "Prims.pow2", "Spec.K256.PointOps.q", "Prims.Cons", "FStar.Preorder.relation", "Prims.Nil", "Prims.unit", "FStar.Calc.calc_step", "FSta...
[]
false
false
true
false
false
let lemma_b_pow2_256_plus_a_modq a b =
calc ( == ) { (b * (pow2 256 - S.q) + a) % S.q; ( == ) { Math.Lemmas.distributivity_sub_right b (pow2 256) S.q } (b * pow2 256 - b * S.q + a) % S.q; ( == ) { Math.Lemmas.lemma_mod_sub (b * pow2 256 + a) S.q b } (b * pow2 256 + a) % S.q; }
false
Pulse.Typing.fst
Pulse.Typing.mk_seq
val mk_seq (u: universe) (a: term) : term
val mk_seq (u: universe) (a: term) : term
let mk_seq (u:universe) (a:term) : term = let t = tm_uinst (as_fv seq_lid) [u] in tm_pureapp t None a
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 21, "end_line": 461, "start_col": 0, "start_line": 459 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
u564: Pulse.Syntax.Base.universe -> a: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.universe", "Pulse.Syntax.Base.term", "Pulse.Syntax.Pure.tm_pureapp", "FStar.Pervasives.Native.None", "Pulse.Syntax.Base.qualifier", "Pulse.Syntax.Pure.tm_uinst", "Pulse.Syntax.Base.as_fv", "Pulse.Reflection.Util.seq_lid", "Prims.Cons", "Prims.Nil" ]
[]
false
false
false
true
false
let mk_seq (u: universe) (a: term) : term =
let t = tm_uinst (as_fv seq_lid) [u] in tm_pureapp t None a
false
Pulse.Typing.fst
Pulse.Typing.ghost_typing
val ghost_typing : g: Pulse.Typing.Env.env -> e: Pulse.Syntax.Base.term -> t: Pulse.Syntax.Base.typ -> Type0
let ghost_typing (g:env) (e:term) (t:typ) = typing g e T.E_Ghost t
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 24, "end_line": 500, "start_col": 0, "start_line": 499 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
g: Pulse.Typing.Env.env -> e: Pulse.Syntax.Base.term -> t: Pulse.Syntax.Base.typ -> Type0
Prims.Tot
[ "total" ]
[]
[ "Pulse.Typing.Env.env", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.typ", "Pulse.Typing.typing", "FStar.Stubs.TypeChecker.Core.E_Ghost" ]
[]
false
false
false
true
true
let ghost_typing (g: env) (e: term) (t: typ) =
typing g e T.E_Ghost t
false
Pulse.Typing.fst
Pulse.Typing.mk_seq_create
val mk_seq_create (u: universe) (a len v: term) : term
val mk_seq_create (u: universe) (a len v: term) : term
let mk_seq_create (u:universe) (a:term) (len:term) (v:term) : term = let t = tm_uinst (as_fv seq_create_lid) [u] in let t = tm_pureapp t (Some Implicit) a in let t = tm_pureapp t None len in tm_pureapp t None v
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 21, "end_line": 448, "start_col": 0, "start_line": 444 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
u548: Pulse.Syntax.Base.universe -> a: Pulse.Syntax.Base.term -> len: Pulse.Syntax.Base.term -> v: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.universe", "Pulse.Syntax.Base.term", "Pulse.Syntax.Pure.tm_pureapp", "FStar.Pervasives.Native.None", "Pulse.Syntax.Base.qualifier", "FStar.Pervasives.Native.Some", "Pulse.Syntax.Base.Implicit", "Pulse.Syntax.Pure.tm_uinst", "Pulse.Syntax.Base.as_fv", "Pulse.Reflection.Util.seq_c...
[]
false
false
false
true
false
let mk_seq_create (u: universe) (a len v: term) : term =
let t = tm_uinst (as_fv seq_create_lid) [u] in let t = tm_pureapp t (Some Implicit) a in let t = tm_pureapp t None len in tm_pureapp t None v
false
Pulse.Typing.fst
Pulse.Typing.typing
val typing : g: Pulse.Typing.Env.env -> e: Pulse.Syntax.Base.term -> eff: FStar.Stubs.TypeChecker.Core.tot_or_ghost -> t: Pulse.Syntax.Base.term -> Type0
let typing (g:env) (e:term) (eff:T.tot_or_ghost) (t:term) = my_erased (RT.typing (elab_env g) (elab_term e) (eff, elab_term t))
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 69, "end_line": 494, "start_col": 0, "start_line": 493 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
g: Pulse.Typing.Env.env -> e: Pulse.Syntax.Base.term -> eff: FStar.Stubs.TypeChecker.Core.tot_or_ghost -> t: Pulse.Syntax.Base.term -> Type0
Prims.Tot
[ "total" ]
[]
[ "Pulse.Typing.Env.env", "Pulse.Syntax.Base.term", "FStar.Stubs.TypeChecker.Core.tot_or_ghost", "Pulse.Typing.my_erased", "FStar.Reflection.Typing.typing", "Pulse.Typing.elab_env", "Pulse.Elaborate.Pure.elab_term", "FStar.Pervasives.Native.Mktuple2", "FStar.Stubs.Reflection.Types.typ" ]
[]
false
false
false
true
true
let typing (g: env) (e: term) (eff: T.tot_or_ghost) (t: term) =
my_erased (RT.typing (elab_env g) (elab_term e) (eff, elab_term t))
false
Pulse.Typing.fst
Pulse.Typing.comp_withlocal_body_post
val comp_withlocal_body_post (post init_t r: term) : term
val comp_withlocal_body_post (post init_t r: term) : term
let comp_withlocal_body_post (post:term) (init_t:term) (r:term) : term = tm_star post (tm_exists_sl u0 (as_binder init_t) (mk_pts_to init_t r (null_bvar 0)))
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 86, "end_line": 413, "start_col": 0, "start_line": 412 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
post: Pulse.Syntax.Base.term -> init_t: Pulse.Syntax.Base.term -> r: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.tm_star", "Pulse.Syntax.Base.tm_exists_sl", "Pulse.Syntax.Pure.u0", "Pulse.Syntax.Base.as_binder", "Pulse.Typing.mk_pts_to", "Pulse.Syntax.Pure.null_bvar" ]
[]
false
false
false
true
false
let comp_withlocal_body_post (post init_t r: term) : term =
tm_star post (tm_exists_sl u0 (as_binder init_t) (mk_pts_to init_t r (null_bvar 0)))
false
Pulse.Typing.fst
Pulse.Typing.tot_typing
val tot_typing : g: Pulse.Typing.Env.env -> e: Pulse.Syntax.Base.term -> t: Pulse.Syntax.Base.term -> Type0
let tot_typing (g:env) (e:term) (t:term) = typing g e T.E_Total t
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 24, "end_line": 497, "start_col": 0, "start_line": 496 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
g: Pulse.Typing.Env.env -> e: Pulse.Syntax.Base.term -> t: Pulse.Syntax.Base.term -> Type0
Prims.Tot
[ "total" ]
[]
[ "Pulse.Typing.Env.env", "Pulse.Syntax.Base.term", "Pulse.Typing.typing", "FStar.Stubs.TypeChecker.Core.E_Total" ]
[]
false
false
false
true
true
let tot_typing (g: env) (e t: term) =
typing g e T.E_Total t
false
Pulse.Typing.fst
Pulse.Typing.tm_prop
val tm_prop : Pulse.Syntax.Base.term
let tm_prop = with_range (Tm_FStar FStar.Reflection.Typing.tm_prop) Range.range_0
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 81, "end_line": 42, "start_col": 0, "start_line": 42 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_mod...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Pulse.Syntax.Base.term
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.with_range", "Pulse.Syntax.Base.Tm_FStar", "FStar.Reflection.Typing.tm_prop", "FStar.Range.range_0" ]
[]
false
false
false
true
false
let tm_prop =
with_range (Tm_FStar FStar.Reflection.Typing.tm_prop) Range.range_0
false
Pulse.Typing.fst
Pulse.Typing.universe_of
val universe_of : g: Pulse.Typing.Env.env -> t: Pulse.Syntax.Base.term -> u642: Pulse.Syntax.Base.universe -> Type0
let universe_of (g:env) (t:term) (u:universe) = tot_typing g t (tm_type u)
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 28, "end_line": 511, "start_col": 0, "start_line": 510 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
g: Pulse.Typing.Env.env -> t: Pulse.Syntax.Base.term -> u642: Pulse.Syntax.Base.universe -> Type0
Prims.Tot
[ "total" ]
[]
[ "Pulse.Typing.Env.env", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.universe", "Pulse.Typing.tot_typing", "Pulse.Syntax.Pure.tm_type" ]
[]
false
false
false
true
true
let universe_of (g: env) (t: term) (u: universe) =
tot_typing g t (tm_type u)
false
Pulse.Typing.fst
Pulse.Typing.non_informative_t
val non_informative_t : g: Pulse.Typing.Env.env -> u647: Pulse.Syntax.Base.universe -> t: Pulse.Syntax.Base.term -> Type0
let non_informative_t (g:env) (u:universe) (t:term) = w:term & tot_typing g w (non_informative_witness_t u t)
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 57, "end_line": 514, "start_col": 0, "start_line": 513 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
g: Pulse.Typing.Env.env -> u647: Pulse.Syntax.Base.universe -> t: Pulse.Syntax.Base.term -> Type0
Prims.Tot
[ "total" ]
[]
[ "Pulse.Typing.Env.env", "Pulse.Syntax.Base.universe", "Pulse.Syntax.Base.term", "Prims.dtuple2", "Pulse.Typing.tot_typing", "Pulse.Typing.non_informative_witness_t" ]
[]
false
false
false
true
true
let non_informative_t (g: env) (u: universe) (t: term) =
w: term & tot_typing g w (non_informative_witness_t u t)
false
Pulse.Typing.fst
Pulse.Typing.comp_return
val comp_return (c: ctag) (use_eq: bool) (u: universe) (t e post: term) (x: var) : comp
val comp_return (c: ctag) (use_eq: bool) (u: universe) (t e post: term) (x: var) : comp
let comp_return (c:ctag) (use_eq:bool) (u:universe) (t:term) (e:term) (post:term) (x:var) : comp = let post_maybe_eq = if use_eq then let post = open_term' post (null_var x) 0 in let post = tm_star post (tm_pure (mk_eq2 u t (null_var x) e)) in close_term post x else post in match c...
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 69, "end_line": 103, "start_col": 0, "start_line": 85 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module": "Pulse.RuntimeUtils", "short_module": "RU" }, { "abbrev": true, "full_mod...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
c: Pulse.Syntax.Base.ctag -> use_eq: Prims.bool -> u66: Pulse.Syntax.Base.universe -> t: Pulse.Syntax.Base.term -> e: Pulse.Syntax.Base.term -> post: Pulse.Syntax.Base.term -> x: Pulse.Syntax.Base.var -> Pulse.Syntax.Base.comp
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.ctag", "Prims.bool", "Pulse.Syntax.Base.universe", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.var", "Pulse.Syntax.Base.C_ST", "Pulse.Syntax.Base.Mkst_comp", "Pulse.Syntax.Naming.open_term'", "Pulse.Syntax.Base.C_STAtomic", "Pulse.Syntax.Base.tm_emp_inames", "Pulse.Syntax.Bas...
[]
false
false
false
true
false
let comp_return (c: ctag) (use_eq: bool) (u: universe) (t e post: term) (x: var) : comp =
let post_maybe_eq = if use_eq then let post = open_term' post (null_var x) 0 in let post = tm_star post (tm_pure (mk_eq2 u t (null_var x) e)) in close_term post x else post in match c with | STT -> C_ST ({ u = u; res = t; pre = open_term' post e 0; post = post_maybe_eq }) | STT_Atomic -> C_STAtomic ...
false
Pulse.Typing.fst
Pulse.Typing.all_fresh
val all_fresh (g: env) (xs: list binding) : Tot prop (decreases xs)
val all_fresh (g: env) (xs: list binding) : Tot prop (decreases xs)
let rec all_fresh (g:env) (xs:list binding) : Tot prop (decreases xs) = match xs with | [] -> True | x::xs -> freshv g (fst x) /\ all_fresh (push_binding g (fst x) ppname_default (snd x)) xs
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 93, "end_line": 128, "start_col": 0, "start_line": 125 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
g: Pulse.Typing.Env.env -> xs: Prims.list Pulse.Typing.Env.binding -> Prims.Tot Prims.prop
Prims.Tot
[ "total", "" ]
[]
[ "Pulse.Typing.Env.env", "Prims.list", "Pulse.Typing.Env.binding", "Prims.l_True", "Prims.l_and", "Pulse.Typing.freshv", "FStar.Pervasives.Native.fst", "Pulse.Syntax.Base.var", "Pulse.Syntax.Base.typ", "Pulse.Typing.all_fresh", "Pulse.Typing.Env.push_binding", "Pulse.Syntax.Base.ppname_default"...
[ "recursion" ]
false
false
false
true
true
let rec all_fresh (g: env) (xs: list binding) : Tot prop (decreases xs) =
match xs with | [] -> True | x :: xs -> freshv g (fst x) /\ all_fresh (push_binding g (fst x) ppname_default (snd x)) xs
false
Pulse.Typing.fst
Pulse.Typing.tm_inames_subset_typing
val tm_inames_subset_typing (g: env) (inames1 inames2: term) : tot_typing g (tm_inames_subset inames1 inames2) tm_prop
val tm_inames_subset_typing (g: env) (inames1 inames2: term) : tot_typing g (tm_inames_subset inames1 inames2) tm_prop
let tm_inames_subset_typing (g:env) (inames1 inames2 : term) : tot_typing g (tm_inames_subset inames1 inames2) tm_prop = (* Need to add the typing hypothesis for `inames_subset` to the env and a precondition that the inames have type Pulse.Lib.Core.inames in g, which the caller should get from an inversion lemma ...
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 12, "end_line": 544, "start_col": 0, "start_line": 540 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
g: Pulse.Typing.Env.env -> inames1: Pulse.Syntax.Base.term -> inames2: Pulse.Syntax.Base.term -> Pulse.Typing.tot_typing g (Pulse.Typing.tm_inames_subset inames1 inames2) Pulse.Typing.tm_prop
Prims.Tot
[ "total" ]
[]
[ "Pulse.Typing.Env.env", "Pulse.Syntax.Base.term", "Pulse.RuntimeUtils.magic", "Pulse.Typing.tot_typing", "Pulse.Typing.tm_inames_subset", "Pulse.Typing.tm_prop" ]
[]
false
false
false
false
false
let tm_inames_subset_typing (g: env) (inames1 inames2: term) : tot_typing g (tm_inames_subset inames1 inames2) tm_prop =
RU.magic ()
false
Hacl.Spec.Chacha20.Equiv.fst
Hacl.Spec.Chacha20.Equiv.chacha20_map_blocks_vec_equiv_pre_k1
val chacha20_map_blocks_vec_equiv_pre_k1: #w:lanes -> k:key -> n:nonce -> c0:counter{c0 + w <= max_size_t} -> hi_fv:size_nat{w * hi_fv + w <= max_size_t} // n == hi_fv == len / (w * blocksize) -> rem:nat{rem < w * blocksize} -> b_v:lseq uint8 rem -> j:nat{rem / blocksize * blocksize <= j /\ j < rem} -...
val chacha20_map_blocks_vec_equiv_pre_k1: #w:lanes -> k:key -> n:nonce -> c0:counter{c0 + w <= max_size_t} -> hi_fv:size_nat{w * hi_fv + w <= max_size_t} // n == hi_fv == len / (w * blocksize) -> rem:nat{rem < w * blocksize} -> b_v:lseq uint8 rem -> j:nat{rem / blocksize * blocksize <= j /\ j < rem} -...
let chacha20_map_blocks_vec_equiv_pre_k1 #w k n c0 hi_fv rem b_v j = let st_v0 = chacha20_init #w k n c0 in let st0 = Scalar.chacha20_init k n c0 in let f_v = chacha20_encrypt_block st_v0 in let g_v = chacha20_encrypt_last st_v0 in let f = Scalar.chacha20_encrypt_block st0 in let g = Scalar.chacha20_encrypt...
{ "file_name": "code/chacha20/Hacl.Spec.Chacha20.Equiv.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 5, "end_line": 898, "start_col": 0, "start_line": 871 }
module Hacl.Spec.Chacha20.Equiv open FStar.Mul open Lib.IntTypes open Lib.Sequence open Lib.ByteSequence open Lib.IntVector module Scalar = Spec.Chacha20 module Lemmas = Hacl.Spec.Chacha20.Lemmas module VecLemmas = Lib.Vec.Lemmas module SeqLemmas = Lib.Sequence.Lemmas open Hacl.Spec.Chacha20.Vec #reset-options "--...
{ "checked_file": "/", "dependencies": [ "Spec.Chacha20.fst.checked", "prims.fst.checked", "Lib.Vec.Lemmas.fsti.checked", "Lib.Sequence.Lemmas.fsti.checked", "Lib.Sequence.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.IntVector.fsti.checked", "Lib.IntTypes.fsti.checked", ...
[ { "abbrev": false, "full_module": "Hacl.Spec.Chacha20.Vec", "short_module": null }, { "abbrev": true, "full_module": "Lib.Sequence.Lemmas", "short_module": "SeqLemmas" }, { "abbrev": true, "full_module": "Lib.Vec.Lemmas", "short_module": "VecLemmas" }, { "abbrev":...
{ "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...
false
k: Hacl.Spec.Chacha20.Vec.key -> n: Hacl.Spec.Chacha20.Vec.nonce -> c0: Hacl.Spec.Chacha20.Vec.counter{c0 + w <= Lib.IntTypes.max_size_t} -> hi_fv: Lib.IntTypes.size_nat{w * hi_fv + w <= Lib.IntTypes.max_size_t} -> rem: Prims.nat{rem < w * Hacl.Spec.Chacha20.Equiv.blocksize} -> b_v: Lib.Sequenc...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Hacl.Spec.Chacha20.Vec.lanes", "Hacl.Spec.Chacha20.Vec.key", "Hacl.Spec.Chacha20.Vec.nonce", "Hacl.Spec.Chacha20.Vec.counter", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_Addition", "Lib.IntTypes.max_size_t", "Lib.IntTypes.size_nat", "FStar.Mul.op_Star", "Prims.nat", "Prims.op_LessThan...
[]
false
false
true
false
false
let chacha20_map_blocks_vec_equiv_pre_k1 #w k n c0 hi_fv rem b_v j =
let st_v0 = chacha20_init #w k n c0 in let st0 = Scalar.chacha20_init k n c0 in let f_v = chacha20_encrypt_block st_v0 in let g_v = chacha20_encrypt_last st_v0 in let f = Scalar.chacha20_encrypt_block st0 in let g = Scalar.chacha20_encrypt_last st0 in let blocksize_v = w * blocksize in let plain_v = create blocksize_v ...
false
Pulse.Typing.fst
Pulse.Typing.push_bindings
val push_bindings (g: env) (bs: list binding {all_fresh g bs}) : Tot (g': env{env_extends g' g}) (decreases bs)
val push_bindings (g: env) (bs: list binding {all_fresh g bs}) : Tot (g': env{env_extends g' g}) (decreases bs)
let rec push_bindings (g:env) (bs:list binding{all_fresh g bs}) : Tot (g':env{env_extends g' g}) (decreases bs) = match bs with | [] -> g | (x,t)::bs -> push_bindings (push_binding g x ppname_default t) bs
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 69, "end_line": 133, "start_col": 0, "start_line": 130 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
g: Pulse.Typing.Env.env -> bs: Prims.list Pulse.Typing.Env.binding {Pulse.Typing.all_fresh g bs} -> Prims.Tot (g': Pulse.Typing.Env.env{Pulse.Typing.Env.env_extends g' g})
Prims.Tot
[ "total", "" ]
[]
[ "Pulse.Typing.Env.env", "Prims.list", "Pulse.Typing.Env.binding", "Pulse.Typing.all_fresh", "Pulse.Syntax.Base.var", "Pulse.Syntax.Base.typ", "Pulse.Typing.push_bindings", "Pulse.Typing.Env.push_binding", "Pulse.Syntax.Base.ppname_default", "Pulse.Typing.Env.env_extends" ]
[ "recursion" ]
false
false
false
false
false
let rec push_bindings (g: env) (bs: list binding {all_fresh g bs}) : Tot (g': env{env_extends g' g}) (decreases bs) =
match bs with | [] -> g | (x, t) :: bs -> push_bindings (push_binding g x ppname_default t) bs
false
Pulse.Typing.fst
Pulse.Typing.join_obs
val join_obs (o1 o2: observability) : observability
val join_obs (o1 o2: observability) : observability
let join_obs (o1 o2:observability) : observability = match o1, o2 with | Neutral, o | o, Neutral -> o | Observable, _ -> Observable | _, Observable -> Observable | Unobservable, Unobservable -> Unobservable
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 46, "end_line": 244, "start_col": 0, "start_line": 238 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
o1: Pulse.Syntax.Base.observability -> o2: Pulse.Syntax.Base.observability -> Pulse.Syntax.Base.observability
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.observability", "FStar.Pervasives.Native.Mktuple2", "Pulse.Syntax.Base.Observable", "Pulse.Syntax.Base.Unobservable" ]
[]
false
false
false
true
false
let join_obs (o1 o2: observability) : observability =
match o1, o2 with | Neutral, o | o, Neutral -> o | Observable, _ -> Observable | _, Observable -> Observable | Unobservable, Unobservable -> Unobservable
false
Pulse.Typing.fst
Pulse.Typing.tr_bindings
val tr_bindings : x: Prims.list (Pulse.Syntax.Base.var * Pulse.Syntax.Base.typ) -> Prims.list FStar.Stubs.Reflection.V2.Data.binding
let tr_bindings = L.map tr_binding
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 34, "end_line": 672, "start_col": 0, "start_line": 672 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: Prims.list (Pulse.Syntax.Base.var * Pulse.Syntax.Base.typ) -> Prims.list FStar.Stubs.Reflection.V2.Data.binding
Prims.Tot
[ "total" ]
[]
[ "FStar.List.Tot.Base.map", "FStar.Pervasives.Native.tuple2", "Pulse.Syntax.Base.var", "Pulse.Syntax.Base.typ", "FStar.Stubs.Reflection.V2.Data.binding", "Pulse.Typing.tr_binding" ]
[]
false
false
false
true
false
let tr_bindings =
L.map tr_binding
false
Pulse.Typing.fst
Pulse.Typing.prop_validity
val prop_validity : g: Pulse.Typing.Env.env -> t: Pulse.Syntax.Base.term -> Type0
let prop_validity (g:env) (t:term) = FTB.prop_validity_token (elab_env g) (elab_term t)
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 52, "end_line": 547, "start_col": 0, "start_line": 546 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
g: Pulse.Typing.Env.env -> t: Pulse.Syntax.Base.term -> Type0
Prims.Tot
[ "total" ]
[]
[ "Pulse.Typing.Env.env", "Pulse.Syntax.Base.term", "FStar.Stubs.Tactics.V2.Builtins.prop_validity_token", "Pulse.Typing.elab_env", "Pulse.Elaborate.Pure.elab_term" ]
[]
false
false
false
true
true
let prop_validity (g: env) (t: term) =
FTB.prop_validity_token (elab_env g) (elab_term t)
false
Pulse.Typing.fst
Pulse.Typing.comp_typing_u
val comp_typing_u : e: Pulse.Typing.Env.env -> c: Pulse.Syntax.Base.comp_st -> Type0
let comp_typing_u (e:env) (c:comp_st) = comp_typing e c (universe_of_comp c)
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 76, "end_line": 705, "start_col": 0, "start_line": 705 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
e: Pulse.Typing.Env.env -> c: Pulse.Syntax.Base.comp_st -> Type0
Prims.Tot
[ "total" ]
[]
[ "Pulse.Typing.Env.env", "Pulse.Syntax.Base.comp_st", "Pulse.Typing.comp_typing", "Pulse.Syntax.Base.universe_of_comp" ]
[]
false
false
false
true
true
let comp_typing_u (e: env) (c: comp_st) =
comp_typing e c (universe_of_comp c)
false
Pulse.Typing.fst
Pulse.Typing.non_informative
val non_informative : g: Pulse.Typing.Env.env -> c: Pulse.Syntax.Base.comp -> Type0
let non_informative (g:env) (c:comp) = my_erased (RT.non_informative (elab_env g) (elab_comp c))
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 59, "end_line": 720, "start_col": 0, "start_line": 719 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
g: Pulse.Typing.Env.env -> c: Pulse.Syntax.Base.comp -> Type0
Prims.Tot
[ "total" ]
[]
[ "Pulse.Typing.Env.env", "Pulse.Syntax.Base.comp", "Pulse.Typing.my_erased", "FStar.Reflection.Typing.non_informative", "Pulse.Typing.elab_env", "Pulse.Elaborate.Pure.elab_comp" ]
[]
false
false
false
true
true
let non_informative (g: env) (c: comp) =
my_erased (RT.non_informative (elab_env g) (elab_comp c))
false
Pulse.Typing.fst
Pulse.Typing.bind_comp_pre
val bind_comp_pre (x: var) (c1 c2: comp_st) : prop
val bind_comp_pre (x: var) (c1 c2: comp_st) : prop
let bind_comp_pre (x:var) (c1 c2:comp_st) : prop = open_term (comp_post c1) x == comp_pre c2 /\ (~ (x `Set.mem` freevars (comp_post c2))) /\ //x doesn't escape in the result type bind_comp_compatible c1 c2
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 30, "end_line": 268, "start_col": 0, "start_line": 264 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: Pulse.Syntax.Base.var -> c1: Pulse.Syntax.Base.comp_st -> c2: Pulse.Syntax.Base.comp_st -> Prims.prop
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.var", "Pulse.Syntax.Base.comp_st", "Prims.l_and", "Prims.eq2", "Pulse.Syntax.Base.term", "Pulse.Syntax.Naming.open_term", "Pulse.Syntax.Base.comp_post", "Pulse.Syntax.Base.comp_pre", "Prims.l_not", "Prims.b2t", "FStar.Set.mem", "Pulse.Syntax.Naming.freevars", "Pulse.Typing...
[]
false
false
false
true
true
let bind_comp_pre (x: var) (c1 c2: comp_st) : prop =
open_term (comp_post c1) x == comp_pre c2 /\ (~(x `Set.mem` (freevars (comp_post c2)))) /\ bind_comp_compatible c1 c2
false
Pulse.Typing.fst
Pulse.Typing.add_frame
val add_frame (s: comp_st) (frame: term) : comp_st
val add_frame (s: comp_st) (frame: term) : comp_st
let add_frame (s:comp_st) (frame:term) : comp_st = let add_frame_s (s:st_comp) : st_comp = { s with pre = tm_star s.pre frame; post = tm_star s.post frame } in match s with | C_ST s -> C_ST (add_frame_s s) | C_STAtomic inames obs s -> C_STAtomic inames obs (add_frame_s s) ...
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 46, "end_line": 227, "start_col": 0, "start_line": 218 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
s: Pulse.Syntax.Base.comp_st -> frame: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.comp_st
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.comp_st", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.st_comp", "Pulse.Syntax.Base.C_ST", "Pulse.Syntax.Base.observability", "Pulse.Syntax.Base.C_STAtomic", "Pulse.Syntax.Base.C_STGhost", "Pulse.Syntax.Base.Mkst_comp", "Pulse.Syntax.Base.__proj__Mkst_comp__item__u", "Pulse.Synt...
[]
false
false
false
true
false
let add_frame (s: comp_st) (frame: term) : comp_st =
let add_frame_s (s: st_comp) : st_comp = { s with pre = tm_star s.pre frame; post = tm_star s.post frame } in match s with | C_ST s -> C_ST (add_frame_s s) | C_STAtomic inames obs s -> C_STAtomic inames obs (add_frame_s s) | C_STGhost s -> C_STGhost (add_frame_s s)
false
Pulse.Typing.fst
Pulse.Typing.subtyping_token
val subtyping_token : g: Pulse.Typing.Env.env -> t1: Pulse.Syntax.Base.term -> t2: Pulse.Syntax.Base.term -> Type0
let subtyping_token g t1 t2 = T.subtyping_token (elab_env g) (elab_term t1) (elab_term t2)
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 62, "end_line": 708, "start_col": 0, "start_line": 707 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
g: Pulse.Typing.Env.env -> t1: Pulse.Syntax.Base.term -> t2: Pulse.Syntax.Base.term -> Type0
Prims.Tot
[ "total" ]
[]
[ "Pulse.Typing.Env.env", "Pulse.Syntax.Base.term", "FStar.Stubs.Tactics.Types.subtyping_token", "Pulse.Typing.elab_env", "Pulse.Elaborate.Pure.elab_term" ]
[]
false
false
false
true
true
let subtyping_token g t1 t2 =
T.subtyping_token (elab_env g) (elab_term t1) (elab_term t2)
false
Pulse.Typing.fst
Pulse.Typing.st_equiv_pre
val st_equiv_pre (c1 c2: comp_st) : prop
val st_equiv_pre (c1 c2: comp_st) : prop
let st_equiv_pre (c1 c2:comp_st) : prop = comp_u c1 == comp_u c2 /\ (match c1, c2 with | C_ST _, C_ST _ -> True | C_STAtomic inames1 obs1 _, C_STAtomic inames2 obs2 _ -> inames1 == inames2 /\ obs1 == obs2 | C_STGhost _, C_STGhost _ -> True | _, _ -> False)
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 20, "end_line": 289, "start_col": 0, "start_line": 280 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
c1: Pulse.Syntax.Base.comp_st -> c2: Pulse.Syntax.Base.comp_st -> Prims.prop
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.comp_st", "Prims.l_and", "Prims.eq2", "Pulse.Syntax.Base.universe", "Pulse.Syntax.Base.comp_u", "FStar.Pervasives.Native.Mktuple2", "Pulse.Syntax.Base.comp", "Pulse.Syntax.Base.st_comp", "Prims.l_True", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.observability", "Prims.l_Fa...
[]
false
false
false
true
true
let st_equiv_pre (c1 c2: comp_st) : prop =
comp_u c1 == comp_u c2 /\ (match c1, c2 with | C_ST _, C_ST _ -> True | C_STAtomic inames1 obs1 _, C_STAtomic inames2 obs2 _ -> inames1 == inames2 /\ obs1 == obs2 | C_STGhost _, C_STGhost _ -> True | _, _ -> False)
false
Pulse.Typing.fst
Pulse.Typing.bind_comp_out
val bind_comp_out (c1: comp_st) (c2: comp_st{bind_comp_compatible c1 c2}) : comp_st
val bind_comp_out (c1: comp_st) (c2: comp_st{bind_comp_compatible c1 c2}) : comp_st
let bind_comp_out (c1:comp_st) (c2:comp_st{bind_comp_compatible c1 c2}) : comp_st = let s : st_comp = {u=comp_u c2; res=comp_res c2; pre=comp_pre c1; post=comp_post c2} in match c1, c2 with | C_STGhost _, C_STGhost _ -> C_STGhost s | C_STAtomic inames obs1 _, C_STAtomic _ obs2 _ -> C_STAtomic inam...
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 30, "end_line": 278, "start_col": 0, "start_line": 271 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
c1: Pulse.Syntax.Base.comp_st -> c2: Pulse.Syntax.Base.comp_st{Pulse.Typing.bind_comp_compatible c1 c2} -> Pulse.Syntax.Base.comp_st
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.comp_st", "Pulse.Typing.bind_comp_compatible", "FStar.Pervasives.Native.Mktuple2", "Pulse.Syntax.Base.comp", "Pulse.Syntax.Base.st_comp", "Pulse.Syntax.Base.C_STGhost", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.observability", "Pulse.Syntax.Base.C_STAtomic", "Pulse.Typing.joi...
[]
false
false
false
false
false
let bind_comp_out (c1: comp_st) (c2: comp_st{bind_comp_compatible c1 c2}) : comp_st =
let s:st_comp = { u = comp_u c2; res = comp_res c2; pre = comp_pre c1; post = comp_post c2 } in match c1, c2 with | C_STGhost _, C_STGhost _ -> C_STGhost s | C_STAtomic inames obs1 _, C_STAtomic _ obs2 _ -> C_STAtomic inames (join_obs obs1 obs2) s | C_ST _, C_ST _ -> C_ST s
false
Pulse.Typing.fst
Pulse.Typing.eff_of_ctag
val eff_of_ctag : _: Pulse.Syntax.Base.ctag -> FStar.Stubs.TypeChecker.Core.tot_or_ghost
let eff_of_ctag = function | STT_Ghost -> T.E_Ghost | _ -> T.E_Total
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 18, "end_line": 728, "start_col": 0, "start_line": 726 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
_: Pulse.Syntax.Base.ctag -> FStar.Stubs.TypeChecker.Core.tot_or_ghost
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.ctag", "FStar.Stubs.TypeChecker.Core.E_Ghost", "FStar.Stubs.TypeChecker.Core.E_Total", "FStar.Stubs.TypeChecker.Core.tot_or_ghost" ]
[]
false
false
false
true
false
let eff_of_ctag =
function | STT_Ghost -> T.E_Ghost | _ -> T.E_Total
false
Pulse.Typing.fst
Pulse.Typing.effect_annot_typing
val effect_annot_typing : g: Pulse.Typing.Env.env -> e: Pulse.Syntax.Base.effect_annot -> Type0
let effect_annot_typing (g:env) (e:effect_annot) = match e with | EffectAnnotAtomic { opens } -> tot_typing g opens tm_inames | _ -> unit
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 8, "end_line": 1135, "start_col": 0, "start_line": 1130 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
g: Pulse.Typing.Env.env -> e: Pulse.Syntax.Base.effect_annot -> Type0
Prims.Tot
[ "total" ]
[]
[ "Pulse.Typing.Env.env", "Pulse.Syntax.Base.effect_annot", "Pulse.Syntax.Base.term", "Pulse.Typing.tot_typing", "Pulse.Syntax.Base.tm_inames", "Prims.unit" ]
[]
false
false
false
true
true
let effect_annot_typing (g: env) (e: effect_annot) =
match e with | EffectAnnotAtomic { opens = opens } -> tot_typing g opens tm_inames | _ -> unit
false
Pulse.Typing.fst
Pulse.Typing.post_hint_for_env
val post_hint_for_env : g: Pulse.Typing.Env.env -> Type0
let post_hint_for_env (g:env) = p:post_hint_t { post_hint_for_env_p g p }
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 73, "end_line": 1163, "start_col": 0, "start_line": 1163 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
g: Pulse.Typing.Env.env -> Type0
Prims.Tot
[ "total" ]
[]
[ "Pulse.Typing.Env.env", "Pulse.Typing.post_hint_t", "Pulse.Typing.post_hint_for_env_p" ]
[]
false
false
false
true
true
let post_hint_for_env (g: env) =
p: post_hint_t{post_hint_for_env_p g p}
false
Pulse.Typing.fst
Pulse.Typing.comp_par
val comp_par (cL: comp{C_ST? cL}) (cR: comp{C_ST? cR}) (x: var) : comp
val comp_par (cL: comp{C_ST? cL}) (cR: comp{C_ST? cR}) (x: var) : comp
let comp_par (cL:comp{C_ST? cL}) (cR:comp{C_ST? cR}) (x:var) : comp = let uL = comp_u cL in let uR = comp_u cR in let aL = comp_res cL in let aR = comp_res cR in let post = par_post uL uR aL aR (comp_post cL) (comp_post cR) x in C_ST { u = uL; res = mk_tuple2 uL uR aL aR; pre = tm_star (comp_p...
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 3, "end_line": 407, "start_col": 0, "start_line": 394 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
cL: Pulse.Syntax.Base.comp{C_ST? cL} -> cR: Pulse.Syntax.Base.comp{C_ST? cR} -> x: Pulse.Syntax.Base.var -> Pulse.Syntax.Base.comp
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.comp", "Prims.b2t", "Pulse.Syntax.Base.uu___is_C_ST", "Pulse.Syntax.Base.var", "Pulse.Syntax.Base.C_ST", "Pulse.Syntax.Base.Mkst_comp", "Pulse.Typing.mk_tuple2", "Pulse.Syntax.Base.tm_star", "Pulse.Syntax.Base.comp_pre", "Pulse.Syntax.Base.term", "Pulse.Typing.par_post", "Pu...
[]
false
false
false
false
false
let comp_par (cL: comp{C_ST? cL}) (cR: comp{C_ST? cR}) (x: var) : comp =
let uL = comp_u cL in let uR = comp_u cR in let aL = comp_res cL in let aR = comp_res cR in let post = par_post uL uR aL aR (comp_post cL) (comp_post cR) x in C_ST ({ u = uL; res = mk_tuple2 uL uR aL aR; pre = tm_star (comp_pre cL) (comp_pre cR); post = post })
false
Pulse.Typing.fst
Pulse.Typing.comp_withlocal_array_body
val comp_withlocal_array_body (arr: var) (a init len: term) (c: comp{C_ST? c}) : comp
val comp_withlocal_array_body (arr: var) (a init len: term) (c: comp{C_ST? c}) : comp
let comp_withlocal_array_body (arr:var) (a:term) (init:term) (len:term) (c:comp{C_ST? c}) : comp = let arr = null_var arr in C_ST { u = comp_u c; res = comp_res c; pre = comp_withlocal_array_body_pre (comp_pre c) a arr init len; post = comp_withlocal_array_body_post (comp_post c) a arr }
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 3, "end_line": 473, "start_col": 0, "start_line": 466 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
arr: Pulse.Syntax.Base.var -> a: Pulse.Syntax.Base.term -> init: Pulse.Syntax.Base.term -> len: Pulse.Syntax.Base.term -> c: Pulse.Syntax.Base.comp{C_ST? c} -> Pulse.Syntax.Base.comp
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.var", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.comp", "Prims.b2t", "Pulse.Syntax.Base.uu___is_C_ST", "Pulse.Syntax.Base.C_ST", "Pulse.Syntax.Base.Mkst_comp", "Pulse.Syntax.Base.comp_u", "Pulse.Syntax.Base.comp_res", "Pulse.Typing.comp_withlocal_array_body_pre", "Pulse.Synt...
[]
false
false
false
false
false
let comp_withlocal_array_body (arr: var) (a init len: term) (c: comp{C_ST? c}) : comp =
let arr = null_var arr in C_ST ({ u = comp_u c; res = comp_res c; pre = comp_withlocal_array_body_pre (comp_pre c) a arr init len; post = comp_withlocal_array_body_post (comp_post c) a arr })
false
Pulse.Typing.fst
Pulse.Typing.comp_withlocal_body
val comp_withlocal_body (r: var) (init_t init: term) (c: comp{C_ST? c}) : comp
val comp_withlocal_body (r: var) (init_t init: term) (c: comp{C_ST? c}) : comp
let comp_withlocal_body (r:var) (init_t:term) (init:term) (c:comp{C_ST? c}) : comp = let r = null_var r in C_ST { u = comp_u c; res = comp_res c; pre = comp_withlocal_body_pre (comp_pre c) init_t r init; post = comp_withlocal_body_post (comp_post c) init_t r }
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 3, "end_line": 422, "start_col": 0, "start_line": 415 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
r: Pulse.Syntax.Base.var -> init_t: Pulse.Syntax.Base.term -> init: Pulse.Syntax.Base.term -> c: Pulse.Syntax.Base.comp{C_ST? c} -> Pulse.Syntax.Base.comp
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.var", "Pulse.Syntax.Base.term", "Pulse.Syntax.Base.comp", "Prims.b2t", "Pulse.Syntax.Base.uu___is_C_ST", "Pulse.Syntax.Base.C_ST", "Pulse.Syntax.Base.Mkst_comp", "Pulse.Syntax.Base.comp_u", "Pulse.Syntax.Base.comp_res", "Pulse.Typing.comp_withlocal_body_pre", "Pulse.Syntax.Bas...
[]
false
false
false
false
false
let comp_withlocal_body (r: var) (init_t init: term) (c: comp{C_ST? c}) : comp =
let r = null_var r in C_ST ({ u = comp_u c; res = comp_res c; pre = comp_withlocal_body_pre (comp_pre c) init_t r init; post = comp_withlocal_body_post (comp_post c) init_t r })
false
Pulse.Typing.fst
Pulse.Typing.comp_admit
val comp_admit (c: ctag) (s: st_comp) : comp
val comp_admit (c: ctag) (s: st_comp) : comp
let comp_admit (c:ctag) (s:st_comp) : comp = match c with | STT -> C_ST s | STT_Atomic -> C_STAtomic tm_emp_inames Neutral s | STT_Ghost -> C_STGhost s
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 28, "end_line": 487, "start_col": 0, "start_line": 483 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
c: Pulse.Syntax.Base.ctag -> s: Pulse.Syntax.Base.st_comp -> Pulse.Syntax.Base.comp
Prims.Tot
[ "total" ]
[]
[ "Pulse.Syntax.Base.ctag", "Pulse.Syntax.Base.st_comp", "Pulse.Syntax.Base.C_ST", "Pulse.Syntax.Base.C_STAtomic", "Pulse.Syntax.Base.tm_emp_inames", "Pulse.Syntax.Base.Neutral", "Pulse.Syntax.Base.C_STGhost", "Pulse.Syntax.Base.comp" ]
[]
false
false
false
true
false
let comp_admit (c: ctag) (s: st_comp) : comp =
match c with | STT -> C_ST s | STT_Atomic -> C_STAtomic tm_emp_inames Neutral s | STT_Ghost -> C_STGhost s
false
Hacl.Spec.Curve25519.Finv.fst
Hacl.Spec.Curve25519.Finv.finv0
val finv0: inp:elem -> Pure (tuple2 elem elem) (requires True) (ensures fun (a, t0) -> a == pow inp 11 /\ t0 == pow inp pow_t0)
val finv0: inp:elem -> Pure (tuple2 elem elem) (requires True) (ensures fun (a, t0) -> a == pow inp 11 /\ t0 == pow inp pow_t0)
let finv0 i = (* 2 *) let a = fsquare_times i 1 in assert (a == pow i 2); (* 8 *) let t0 = fsquare_times a 2 in assert (t0 == pow a 4); lemma_pow_mul i 2 4; assert (t0 == pow i 8); (* 9 *) let b = fmul t0 i in lemma_pow_one i; lemma_pow_add i 8 1; assert (b == pow i 9); (* 11 *) let a = fmul...
{ "file_name": "code/curve25519/Hacl.Spec.Curve25519.Finv.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 7, "end_line": 162, "start_col": 0, "start_line": 82 }
module Hacl.Spec.Curve25519.Finv open FStar.Mul open Spec.Curve25519 module M = Lib.NatMod module LE = Lib.Exponentiation #reset-options "--z3rlimit 50 --fuel 0 --ifuel 0" let fsqr x = fmul x x let pow = fpow let cm_prime = M.mk_nat_mod_comm_monoid prime val lemma_pow_mod_is_pow_cm : x:elem -> b:nat -> Lemma (pow x...
{ "checked_file": "/", "dependencies": [ "Spec.Curve25519.fst.checked", "prims.fst.checked", "Lib.NatMod.fsti.checked", "Lib.LoopCombinators.fsti.checked", "Lib.Exponentiation.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Mul.fst.checke...
[ { "abbrev": true, "full_module": "Lib.Exponentiation", "short_module": "LE" }, { "abbrev": true, "full_module": "Lib.NatMod", "short_module": "M" }, { "abbrev": false, "full_module": "Spec.Curve25519", "short_module": null }, { "abbrev": false, "full_module": ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
inp: Spec.Curve25519.elem -> Prims.Pure (Spec.Curve25519.elem * Spec.Curve25519.elem)
Prims.Pure
[]
[]
[ "Spec.Curve25519.elem", "FStar.Pervasives.Native.Mktuple2", "Prims.unit", "Prims._assert", "Prims.eq2", "Hacl.Spec.Curve25519.Finv.pow", "Prims.op_Subtraction", "Prims.pow2", "FStar.Pervasives.assert_norm", "Prims.b2t", "Prims.op_Equality", "Prims.int", "FStar.Mul.op_Star", "Hacl.Spec.Curv...
[]
false
false
false
false
false
let finv0 i =
let a = fsquare_times i 1 in assert (a == pow i 2); let t0 = fsquare_times a 2 in assert (t0 == pow a 4); lemma_pow_mul i 2 4; assert (t0 == pow i 8); let b = fmul t0 i in lemma_pow_one i; lemma_pow_add i 8 1; assert (b == pow i 9); let a = fmul b a in lemma_pow_add i 9 2; assert (a == pow i 11); let t0 = fsquare_times...
false
Pulse.Typing.fst
Pulse.Typing.post_hint_for_env_p
val post_hint_for_env_p : g: Pulse.Typing.Env.env -> p: Pulse.Typing.post_hint_t -> Prims.logical
let post_hint_for_env_p (g:env) (p:post_hint_t) = g `env_extends` p.g
{ "file_name": "lib/steel/pulse/Pulse.Typing.fst", "git_rev": "f984200f79bdc452374ae994a5ca837496476c41", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
{ "end_col": 69, "end_line": 1154, "start_col": 0, "start_line": 1154 }
(* Copyright 2023 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
{ "checked_file": "/", "dependencies": [ "Pulse.Typing.Env.fsti.checked", "Pulse.Syntax.fst.checked", "Pulse.RuntimeUtils.fsti.checked", "Pulse.Reflection.Util.fst.checked", "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Set.fsti.checked", "FStar.Sealed.fsti.checked", ...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "Pulse.Typing.Env", "short_module": null }, { "abbrev": true, "full_module": "FStar.Tactics.V2", "short_module": "T" }, { "abbrev": true, "full_module":...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
g: Pulse.Typing.Env.env -> p: Pulse.Typing.post_hint_t -> Prims.logical
Prims.Tot
[ "total" ]
[]
[ "Pulse.Typing.Env.env", "Pulse.Typing.post_hint_t", "Pulse.Typing.Env.env_extends", "Pulse.Typing.__proj__Mkpost_hint_t__item__g", "Prims.logical" ]
[]
false
false
false
true
true
let post_hint_for_env_p (g: env) (p: post_hint_t) =
g `env_extends` p.g
false