Minor fixups, adding more tests, making p256 experimental (#14)

This commit is contained in:
Kevin Lewi
2021-09-29 17:02:40 -07:00
committed by GitHub
parent 85fb480b78
commit bdc5833510
4 changed files with 162 additions and 32 deletions
+2 -1
View File
@@ -459,7 +459,8 @@
//!
//! # Features
//!
//! - The `p256` feature enables using p256 as the underlying group for the [Ciphersuite] choice
//! - The `p256` feature enables using p256 as the underlying group for the [Ciphersuite] choice.
//! Note that this is currently an experimental feature ⚠️, and is not yet ready for production use.
//!
//! - The `serialize` feature, enabled by default, provides convenience functions for serializing and deserializing with
//! [serde](https://serde.rs/).