diff --git a/crates/ripemd160/Cargo.toml b/crates/ripemd160/Cargo.toml index 05bfe94..6e2a660 100644 --- a/crates/ripemd160/Cargo.toml +++ b/crates/ripemd160/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "ripemd160" +name = "bellpepper-ripemd160" authors = ["Shourya Goel ", "Himanshu Raheja ", "Saravanan Vijayakumaran "] version = "0.1.0" edition = "2021" diff --git a/crates/ripemd160/LICENSE-APACHE b/crates/ripemd160/LICENSE-APACHE new file mode 120000 index 0000000..1cd601d --- /dev/null +++ b/crates/ripemd160/LICENSE-APACHE @@ -0,0 +1 @@ +../../LICENSE-APACHE \ No newline at end of file diff --git a/crates/ripemd160/LICENSE-MIT b/crates/ripemd160/LICENSE-MIT new file mode 120000 index 0000000..b2cfbdc --- /dev/null +++ b/crates/ripemd160/LICENSE-MIT @@ -0,0 +1 @@ +../../LICENSE-MIT \ No newline at end of file diff --git a/crates/ripemd160/README.md b/crates/ripemd160/README.md new file mode 100644 index 0000000..9212a1f --- /dev/null +++ b/crates/ripemd160/README.md @@ -0,0 +1,19 @@ +# bellpepper-ripemd160 +A [bellpepper](https://github.com/lurk-lab/bellpepper) gadget for the RIPEMD-160 hash function + +## License + +Licensed under either of + + * Apache License, Version 2.0 + ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) + * MIT license + ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) + +at your option. + +## Contribution + +Unless you explicitly state otherwise, any contribution intentionally submitted +for inclusion in the work by you, as defined in the Apache-2.0 license, shall be +dual licensed as above, without any additional terms or conditions.