2021-03-03 21:46:11 +00:00
|
|
|
# `pasta_curves`
|
2020-08-22 20:15:39 +00:00
|
|
|
|
|
|
|
|
**IMPORTANT**: This library is being actively developed and should not be used in production software.
|
|
|
|
|
|
2021-03-03 21:46:11 +00:00
|
|
|
## [Documentation](https://docs.rs/pasta_curves)
|
2020-08-22 20:15:39 +00:00
|
|
|
|
2021-02-23 13:25:37 +00:00
|
|
|
This crate currently has a Minimum Supported Rust Version of 1.49.0. When const generics
|
|
|
|
|
are stabilized [in Rust 1.51.0](https://github.com/rust-lang/rust/pull/79135), we plan
|
|
|
|
|
to require that version.
|
|
|
|
|
|
2020-08-22 20:15:39 +00:00
|
|
|
## License
|
|
|
|
|
|
|
|
|
|
Copyright 2020 The Electric Coin Company.
|
|
|
|
|
|
2021-04-16 16:50:44 +00:00
|
|
|
You may use this package under the Bootstrap Open Source Licence, version 1.0,
|
|
|
|
|
or at your option, any later version. See the file
|
|
|
|
|
[`LICENSE-BOSL`](LICENSE-BOSL) for the terms of the Bootstrap Open Source
|
|
|
|
|
Licence, version 1.0.
|
2020-08-22 20:15:39 +00:00
|
|
|
|
2021-04-16 16:50:44 +00:00
|
|
|
The purpose of the BOSL is to allow commercial improvements to the package
|
|
|
|
|
while ensuring that all improvements are open source. See
|
|
|
|
|
[here](https://electriccoin.co/blog/introducing-tgppl-a-radically-new-type-of-open-source-license/)
|
|
|
|
|
for why the BOSL exists.
|