From cd3721995eddd65aca6a5d0a6a305830352d5680 Mon Sep 17 00:00:00 2001 From: Andres Erbsen Date: Sat, 16 Jan 2016 16:08:16 -0500 Subject: remove fiat dependency --- Makefile | 3 +-- README.md | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 21c43fc28..c770382da 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -COQ_ARGS := -R fiat/src Fiat -R bedrock/Bedrock Bedrock +COQ_ARGS := -R bedrock/Bedrock Bedrock MOD_NAME := Crypto SRC_DIR := src MODULES := Curves Galois Rep Specific Tactics Util @@ -20,6 +20,5 @@ clean: Makefile.coq install: coq ln -sfL $(shell pwd)/src $(shell coqtop -where)/user-contrib/Crypto - ln -sfL $(shell pwd)/fiat/src $(shell coqtop -where)/user-contrib/Fiat ln -sfL $(shell pwd)/bedrock/Bedrock $(shell coqtop -where)/user-contrib/Bedrock diff --git a/README.md b/README.md index fc87a9f0e..b969cb415 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -Synthesizing Correct-by-Construction Assembly for Cryptographic Primitives in Fiat +Synthesizing Correct-by-Construction Assembly for Cryptographic Primitives ----- ... which would make a good paper title. To build: - ln -s fiat - (cd fiat && make fiat-core) + git clone git@github.mit.edu:plv/bedrock.git + ( cd bedrock && $(MAKE) Bedrock/Word.vo ) make -- cgit v1.2.3