@@ -14,11 +14,11 @@ and can be easily used for bare-metal or WebAssembly programming.
1414
1515| Name | Curve | ` arithmetic ` ? | Crates.io | Documentation | Build Status |
1616| -----------| --------------------| ---------------| -----------| ---------------| --------------|
17- | [ ` bp256 ` ] | brainpoolP256r1/t1 | 🚫 | [ ![ crates.io] ( https://img.shields.io/crates/v/bp256.svg )] ( https://crates.io/crates/bp256 ) | [ ![ Documentation] ( https://docs.rs/bp256/badge.svg )] ( https://docs.rs/bp256 ) | ![ build] ( https://github.com/RustCrypto/elliptic-curves/workflows/bp256/badge.svg?branch=master&event=push ) |
18- | [ ` bp384 ` ] | brainpoolP384r1/t1 | 🚫 | [ ![ crates.io] ( https://img.shields.io/crates/v/bp384.svg )] ( https://crates.io/crates/bp384 ) | [ ![ Documentation] ( https://docs.rs/bp384/badge.svg )] ( https://docs.rs/bp384 ) | ![ build] ( https://github.com/RustCrypto/elliptic-curves/workflows/bp384/badge.svg?branch=master&event=push ) |
19- | [ ` k256 ` ] | [ secp256k1] | ✅ | [ ![ crates.io] ( https://img.shields.io/crates/v/k256.svg )] ( https://crates.io/crates/k256 ) | [ ![ Documentation] ( https://docs.rs/k256/badge.svg )] ( https://docs.rs/k256 ) | ![ build] ( https://github.com/RustCrypto/elliptic-curves/workflows/k256/badge.svg?branch=master&event=push ) |
20- | [ ` p256 ` ] | [ NIST P-256] | ✅ | [ ![ crates.io] ( https://img.shields.io/crates/v/p256.svg )] ( https://crates.io/crates/p256 ) | [ ![ Documentation] ( https://docs.rs/p256/badge.svg )] ( https://docs.rs/p256 ) | ![ build] ( https://github.com/RustCrypto/elliptic-curves/workflows/p256/badge.svg?branch=master&event=push ) |
21- | [ ` p384 ` ] | [ NIST P-384] | 🚫 | [ ![ crates.io] ( https://img.shields.io/crates/v/p384.svg )] ( https://crates.io/crates/p384 ) | [ ![ Documentation] ( https://docs.rs/p384/badge.svg )] ( https://docs.rs/p384 ) | ![ build] ( https://github.com/RustCrypto/elliptic-curves/workflows/p384/badge.svg?branch=master&event=push ) |
17+ | [ ` bp256 ` ] | brainpoolP256r1/t1 | 🚫 | [ ![ crates.io] ( https://img.shields.io/crates/v/bp256.svg )] ( https://crates.io/crates/bp256 ) | [ ![ Documentation] ( https://docs.rs/bp256/badge.svg )] ( https://docs.rs/bp256 ) | ![ build] ( https://github.com/RustCrypto/elliptic-curves/workflows/bp256/badge.svg?branch=master&event=push ) |
18+ | [ ` bp384 ` ] | brainpoolP384r1/t1 | 🚫 | [ ![ crates.io] ( https://img.shields.io/crates/v/bp384.svg )] ( https://crates.io/crates/bp384 ) | [ ![ Documentation] ( https://docs.rs/bp384/badge.svg )] ( https://docs.rs/bp384 ) | ![ build] ( https://github.com/RustCrypto/elliptic-curves/workflows/bp384/badge.svg?branch=master&event=push ) |
19+ | [ ` k256 ` ] | [ secp256k1] | ✅ | [ ![ crates.io] ( https://img.shields.io/crates/v/k256.svg )] ( https://crates.io/crates/k256 ) | [ ![ Documentation] ( https://docs.rs/k256/badge.svg )] ( https://docs.rs/k256 ) | ![ build] ( https://github.com/RustCrypto/elliptic-curves/workflows/k256/badge.svg?branch=master&event=push ) |
20+ | [ ` p256 ` ] | [ NIST P-256] | ✅ | [ ![ crates.io] ( https://img.shields.io/crates/v/p256.svg )] ( https://crates.io/crates/p256 ) | [ ![ Documentation] ( https://docs.rs/p256/badge.svg )] ( https://docs.rs/p256 ) | ![ build] ( https://github.com/RustCrypto/elliptic-curves/workflows/p256/badge.svg?branch=master&event=push ) |
21+ | [ ` p384 ` ] | [ NIST P-384] | 🚧 | [ ![ crates.io] ( https://img.shields.io/crates/v/p384.svg )] ( https://crates.io/crates/p384 ) | [ ![ Documentation] ( https://docs.rs/p384/badge.svg )] ( https://docs.rs/p384 ) | ![ build] ( https://github.com/RustCrypto/elliptic-curves/workflows/p384/badge.svg?branch=master&event=push ) |
2222
2323NOTE: Some crates contain field/point arithmetic implementations gated under the
2424` arithmetic ` cargo feature as noted above.
0 commit comments