diff --git a/README.md b/README.md new file mode 100644 index 0000000..24fccce --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# VeriSHA1 + +这是一个用 Rust 实现的 SHA-1 算法的简单示例。 + +本项目旨在用于教育目的,以理解 SHA-1 哈希算法的内部工作原理。 + +## 构建和运行 + +要构建项目,请运行: + +```bash +cargo build +``` + +要运行项目,请运行: + +```bash +cargo run +``` + +## 许可证 + +本项目采用 MIT 许可证授权。 \ No newline at end of file diff --git a/test.txt b/test.txt deleted file mode 100644 index 95d09f2..0000000 --- a/test.txt +++ /dev/null @@ -1 +0,0 @@ -hello world \ No newline at end of file