File tree 10 files changed +10
-15
lines changed
10 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bp256"
3
- version = " 0.4.0" # Also update html_root_url in lib.rs when bumping this
3
+ version = " 0.4.0"
4
4
description = " Brainpool P-256 (brainpoolP256r1 and brainpoolP256t1) elliptic curves"
5
5
authors = [" RustCrypto Developers" ]
6
6
license = " Apache-2.0 OR MIT"
Original file line number Diff line number Diff line change 3
3
#![ doc = include_str ! ( "../README.md" ) ]
4
4
#![ doc(
5
5
html_logo_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg" ,
6
- html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg" ,
7
- html_root_url = "https://docs.rs/bp256/0.4.0-pre"
6
+ html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg"
8
7
) ]
9
8
#![ forbid( unsafe_code) ]
10
9
#![ warn( missing_docs, rust_2018_idioms, unused_qualifications) ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bp384"
3
- version = " 0.4.0" # Also update html_root_url in lib.rs when bumping this
3
+ version = " 0.4.0"
4
4
description = " Brainpool P-384 (brainpoolP384r1 and brainpoolP384t1) elliptic curves"
5
5
authors = [" RustCrypto Developers" ]
6
6
license = " Apache-2.0 OR MIT"
Original file line number Diff line number Diff line change 3
3
#![ doc = include_str ! ( "../README.md" ) ]
4
4
#![ doc(
5
5
html_logo_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg" ,
6
- html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg" ,
7
- html_root_url = "https://docs.rs/bp384/0.4.0-pre"
6
+ html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg"
8
7
) ]
9
8
#![ forbid( unsafe_code) ]
10
9
#![ warn( missing_docs, rust_2018_idioms, unused_qualifications) ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " k256"
3
- version = " 0.11.0-pre.0" # Also update html_root_url in lib.rs when bumping this
3
+ version = " 0.11.0-pre.0"
4
4
description = """
5
5
secp256k1 elliptic curve library written in pure Rust with support for ECDSA
6
6
signing/verification (including Ethereum-style signatures with public-key
Original file line number Diff line number Diff line change 3
3
#![ doc = include_str ! ( "../README.md" ) ]
4
4
#![ doc(
5
5
html_logo_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg" ,
6
- html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg" ,
7
- html_root_url = "https://docs.rs/k256/0.11.0-pre.0"
6
+ html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg"
8
7
) ]
9
8
#![ forbid( unsafe_code) ]
10
9
#![ warn( missing_docs, rust_2018_idioms, unused_qualifications) ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " p256"
3
- version = " 0.11.0-pre.0" # Also update html_root_url in lib.rs when bumping this
3
+ version = " 0.11.0-pre.0"
4
4
description = """
5
5
Pure Rust implementation of the NIST P-256 (a.k.a. secp256r1, prime256v1)
6
6
elliptic curve with support for ECDH, ECDSA signing/verification, and general
Original file line number Diff line number Diff line change 2
2
#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
3
3
#![ doc(
4
4
html_logo_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg" ,
5
- html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg" ,
6
- html_root_url = "https://docs.rs/p256/0.11.0-pre.0"
5
+ html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg"
7
6
) ]
8
7
#![ forbid( unsafe_code) ]
9
8
#![ warn( missing_docs, rust_2018_idioms, unused_qualifications) ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " p384"
3
- version = " 0.10.0-pre" # Also update html_root_url in lib.rs when bumping this
3
+ version = " 0.10.0-pre"
4
4
description = " NIST P-384 (secp384r1) elliptic curve"
5
5
authors = [" RustCrypto Developers" ]
6
6
license = " Apache-2.0 OR MIT"
Original file line number Diff line number Diff line change 3
3
#![ doc = include_str ! ( "../README.md" ) ]
4
4
#![ doc(
5
5
html_logo_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg" ,
6
- html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg" ,
7
- html_root_url = "https://docs.rs/p384/0.10.0-pre"
6
+ html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg"
8
7
) ]
9
8
#![ forbid( unsafe_code) ]
10
9
#![ warn( missing_docs, rust_2018_idioms, unused_qualifications) ]
You can’t perform that action at this time.
0 commit comments