Publishing v2.0.0-pre.1 (#270)
This commit is contained in:
+2
-2
@@ -57,11 +57,11 @@ impl TryFrom<u8> for InnerEnvelopeMode {
|
||||
}
|
||||
}
|
||||
|
||||
/// This struct is an instantiation of the envelope as described in <https://tools.ietf.org/html/draft-krawczyk-cfrg-opaque-06#section-4>
|
||||
/// This struct is an instantiation of the envelope.
|
||||
///
|
||||
/// Note that earlier versions of this specification described an implementation
|
||||
/// of this envelope using an encryption scheme that satisfied random-key
|
||||
/// robustness (<https://tools.ietf.org/html/draft-krawczyk-cfrg-opaque-05#section-4>).
|
||||
/// robustness.
|
||||
/// The specification update has simplified this assumption by taking an
|
||||
/// XOR-based approach without compromising on security, and to avoid the
|
||||
/// confusion around the implementation of an RKR-secure encryption.
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@
|
||||
//! An implementation of the OPAQUE asymmetric password authentication key
|
||||
//! exchange protocol
|
||||
//!
|
||||
//! Note: This implementation is in sync with [draft-irtf-cfrg-opaque-05](https://www.ietf.org/archive/id/draft-irtf-cfrg-opaque-05.html),
|
||||
//! Note: This implementation is in sync with [draft-irtf-cfrg-opaque-07](https://www.ietf.org/archive/id/draft-irtf-cfrg-opaque-07.html),
|
||||
//! but this specification is subject to change, until the final version
|
||||
//! published by the IETF.
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user