Publishing v0.3.0 (#132)

This commit is contained in:
Kevin Lewi
2021-02-08 12:52:46 -08:00
committed by GitHub
parent 160ac47ffa
commit d3204203ca
3 changed files with 13 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-01](https://www.ietf.org/archive/id/draft-irtf-cfrg-opaque-01.html),
//! Note: This implementation is in sync with [draft-irtf-cfrg-opaque-02](https://www.ietf.org/archive/id/draft-irtf-cfrg-opaque-02.html),
//! but this specification is subject to change, until the final version published by the IETF.
//!
//! # Overview