commit d2a2773111222b5410c565788ae5817d4c071a42 Author: Adam Wick Date: Sun Feb 25 10:53:54 2018 -0800 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..50281a4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Generated by Cargo +# will have compiled files and executables +/target/ + +# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries +# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock +Cargo.lock + +# These are backup files generated by rustfmt +**/*.rs.bk diff --git a/README.md b/README.md new file mode 100644 index 0000000..5d8b91b --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# simple_crypto +A simple little Rust crypto library, to inspire competition.