Skip to content

Commit

Permalink
Modified package name, added README and license files
Browse files Browse the repository at this point in the history
  • Loading branch information
avras committed Apr 3, 2024
1 parent 0434e69 commit a67eff9
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ripemd160/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "ripemd160"
name = "bellpepper-ripemd160"
authors = ["Shourya Goel <[email protected]>", "Himanshu Raheja <[email protected]>", "Saravanan Vijayakumaran <[email protected]>"]
version = "0.1.0"
edition = "2021"
Expand Down
1 change: 1 addition & 0 deletions crates/ripemd160/LICENSE-APACHE
1 change: 1 addition & 0 deletions crates/ripemd160/LICENSE-MIT
19 changes: 19 additions & 0 deletions crates/ripemd160/README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit a67eff9

Please sign in to comment.