Releasing v0.6.0

This commit is contained in:
Kevin Lewi
2021-06-30 12:20:57 -07:00
committed by Kevin Lewi
parent c8c57785af
commit 349329cdeb
4 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
//! An implementation of the OPAQUE asymmetric password authentication key exchange protocol
//!
//! Note: This implementation is in sync with [draft-irtf-cfrg-opaque-03](https://www.ietf.org/archive/id/draft-irtf-cfrg-opaque-03.html),
//! Note: This implementation is in sync with [draft-irtf-cfrg-opaque-05](https://www.ietf.org/archive/id/draft-irtf-cfrg-opaque-05.html),
//! but this specification is subject to change, until the final version published by the IETF.
//!
//! # Overview