aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Robert Sloan <varomodt@dhcp-18-189-51-40.dyn.MIT.EDU>2015-09-10 18:52:17 -0400
committerGravatar Robert Sloan <varomodt@dhcp-18-189-51-40.dyn.MIT.EDU>2015-09-10 18:52:17 -0400
commit2c7b377febf9f42de6c7313dfe4154efdfb90da1 (patch)
tree3cd619d157fd7d228a9f534be23b3d23261bdf33 /README.md
parentf4e1d24da03c54fde2df41aa4a3d8ed17940004e (diff)
init our centralized repo
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index 77d3aafba..fc87a9f0e 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,11 @@
-# fiat-crypto
-Cryptographic Primitive Code Generation in Fiat
+Synthesizing Correct-by-Construction Assembly for Cryptographic Primitives in Fiat
+-----
+
+... which would make a good paper title.
+
+To build:
+
+ ln -s <FIAT_DIR> fiat
+ (cd fiat && make fiat-core)
+ make
+