https://github.com/mit-plv/fiat-crypto
Raw File
Tip revision: 1776b1572c6737826730d2b79c40e523f6d5b78b authored by Jason Gross on 09 May 2020, 21:46:36 UTC
Use Rust docstring comments
Tip revision: 1776b15
Crypto.Fancy.Montgomery256.prod_montred256_correct.Assumptions.expected
Axioms:
FunctionalExtensionality.functional_extensionality_dep : forall (A : Type)
                                                           (B : A -> Type)
                                                           (f
                                                            g : forall x : A,
                                                                B x),
                                                         (forall x : A,
                                                          f x = g x) -> 
                                                         f = g
back to top