This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/third_party/fiat/curve25519_64.h b/third_party/fiat/curve25519_64.h | |
index 02679bbbd..a9bfe21e7 100644 | |
--- a/third_party/fiat/curve25519_64.h | |
+++ b/third_party/fiat/curve25519_64.h | |
@@ -19,75 +19,6 @@ typedef unsigned __int128 fiat_25519_uint128; | |
#endif | |
-/* | |
- * The function fiat_25519_addcarryx_u51 is an addition with carry. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
= ("mulmod_bedrock", | |
(bedrock_call_lhs:("in0", "in1", "out0"), []%list, | |
bedrock_func_body:((((("x0" = | |
(load( constr:(expr.var "in0") + | |
constr:(expr.literal 0)))); | |
("x1" = | |
(load( constr:(expr.var "in0") + | |
constr:(expr.literal 8)))); | |
("x2" = | |
(load( constr:(expr.var "in0") + |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Require Import Coq.Lists.List. | |
Create HintDb trace_combinators discriminated. | |
Fixpoint holds_of_messages_around_nth_messages_matching_aux | |
(is_n : nat -> Prop) | |
(if_none_found : Prop) | |
{T} | |
(matcher : T -> Prop) | |
(property : list T -> T -> list T -> Prop) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wdiff -n -w $'~~' -x $'~~' -y $'\\textcolor{blue}{' -z '}' base.md new.md | pandoc -o diff.pdf |