diff options
Diffstat (limited to 'vendor/group/README.md')
-rw-r--r-- | vendor/group/README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vendor/group/README.md b/vendor/group/README.md new file mode 100644 index 0000000..5c2398b --- /dev/null +++ b/vendor/group/README.md @@ -0,0 +1,20 @@ +# group [![Crates.io](https://img.shields.io/crates/v/group.svg)](https://crates.io/crates/group) # + +`group` is a crate for working with groups over elliptic curves. + +## 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. |